Trace number 2076036

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? 102.006 100.155

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-0_ext.xml
MD5SUM6e539860b9f62610adcc8b9d057e7a96
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.38494
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints147
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension147
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.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.15	c Number of processors 2
0.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-2076036-1247362295.xml
0.18/0.24	c reading problem ... 
0.38/0.48	c reading problem named null
0.38/0.48	c reading domains done.
0.38/0.49	c reading variables done.
0.47/0.54	c reading relations done.
2.86/2.95	c reading constraints
101.87/100.03	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
101.87/100.03		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
101.87/100.03		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
101.87/100.03		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
101.87/100.03		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
101.87/100.03		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
101.87/100.03		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
101.87/100.03		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
101.87/100.03		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
101.87/100.03		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
101.87/100.03		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
101.87/100.03		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
101.87/100.03		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
101.87/100.03		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
101.87/100.03		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
101.87/100.03		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
101.87/100.03		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
101.87/100.03		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
101.87/100.03		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
101.87/100.03		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
101.87/100.03		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
101.87/100.03		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
101.87/100.03		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
101.87/100.03		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
101.87/100.03		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
101.87/100.03		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
101.87/100.03		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
101.87/100.03		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
101.87/100.03		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
101.87/100.03		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
101.87/100.03		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
101.87/100.03		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
101.87/100.03		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
101.87/100.03	c starts		: 0
101.87/100.03	c conflicts		: 0
101.87/100.03	c decisions		: 0
101.87/100.03	c propagations		: 0
101.87/100.03	c inspects		: 0
101.87/100.03	c learnt literals	: 0
101.87/100.03	c learnt binary clauses	: 0
101.87/100.03	c learnt ternary clauses	: 0
101.87/100.03	c learnt clauses	: 0
101.87/100.03	c ignored clauses	: 0
101.87/100.03	c root simplifications	: 0
101.87/100.03	c removed literals (reason simplification)	: 0
101.87/100.03	c reason swapping (by a shorter reason)	: 0
101.87/100.03	c Calls to reduceDB	: 0
101.87/100.03	c speed (assignments/second)	: 0.0
101.87/100.03	c non guided choices	0
101.87/100.03	c learnt constraints type 
101.87/100.03	c constraints type 
101.87/100.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7377463
101.87/100.03	c org.sat4j.minisat.constraints.card.AtLeast => 111
101.87/100.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 862
101.87/100.04	s UNKNOWN
101.87/100.04	c Total wall clock time (in seconds) : 99.794

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-2076036-1247362295/watcher-2076036-1247362295 -o /tmp/evaluation-result-2076036-1247362295/solver-2076036-1247362295 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2076036-1247362295.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.12 2.05 2.00 4/82 20163
/proc/meminfo: memFree=1396056/2055920 swapFree=4192812/4192956
[pid=20163] ppid=20161 vsize=18576 CPUtime=0
/proc/20163/stat : 20163 (runsolver) R 20161 20163 16349 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 23295569 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 254195330343 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/20163/statm: 4644 284 249 26 0 2626 0

[startup+0.085651 s]
/proc/loadavg: 2.12 2.05 2.00 4/82 20163
/proc/meminfo: memFree=1396056/2055920 swapFree=4192812/4192956
[pid=20163] ppid=20161 vsize=802164 CPUtime=0.06
/proc/20163/stat : 20163 (java) S 20161 20163 16349 0 -1 0 2848 0 1 0 4 2 0 0 20 0 7 0 23295569 821415936 2593 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/20163/statm: 200541 2593 1039 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.101654 s]
/proc/loadavg: 2.12 2.05 2.00 4/82 20163
/proc/meminfo: memFree=1396056/2055920 swapFree=4192812/4192956
[pid=20163] ppid=20161 vsize=804560 CPUtime=0.08
/proc/20163/stat : 20163 (java) S 20161 20163 16349 0 -1 0 3004 0 1 0 6 2 0 0 20 0 12 0 23295569 823869440 2747 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20163/statm: 201140 2747 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301698 s]
/proc/loadavg: 2.12 2.05 2.00 4/82 20163
/proc/meminfo: memFree=1396056/2055920 swapFree=4192812/4192956
[pid=20163] ppid=20161 vsize=805832 CPUtime=0.28
/proc/20163/stat : 20163 (java) S 20161 20163 16349 0 -1 0 4367 0 1 0 24 4 0 0 20 0 12 0 23295569 825171968 4104 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20163/statm: 201458 4104 1359 9 0 198785 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805832

[startup+0.701702 s]
/proc/loadavg: 2.12 2.05 2.00 4/82 20163
/proc/meminfo: memFree=1396056/2055920 swapFree=4192812/4192956
[pid=20163] ppid=20161 vsize=807176 CPUtime=0.68
/proc/20163/stat : 20163 (java) S 20161 20163 16349 0 -1 0 5713 0 1 0 62 6 0 0 20 0 12 0 23295569 826548224 5173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20163/statm: 201794 5173 1390 9 0 199121 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807176

[startup+1.50276 s]
/proc/loadavg: 2.12 2.05 2.00 4/94 20175
/proc/meminfo: memFree=1376248/2055920 swapFree=4192812/4192956
[pid=20163] ppid=20161 vsize=812944 CPUtime=1.47
/proc/20163/stat : 20163 (java) S 20161 20163 16349 0 -1 0 11610 0 1 0 137 10 0 0 20 0 12 0 23295569 832454656 9658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20163/statm: 203236 9658 1408 9 0 200563 0
[pid=20163/tid=20165] ppid=20161 vsize=812944 CPUtime=0.67
/proc/20163/task/20165/stat : 20165 (java) R 20161 20163 16349 0 -1 64 6894 0 1 0 61 6 0 0 25 0 12 0 23295570 832454656 9658 996147200 134512640 134550932 4294956016 18446744073709551615 4109159441 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20166] ppid=20161 vsize=812944 CPUtime=0
/proc/20163/task/20166/stat : 20166 (java) S 20161 20163 16349 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 23295572 832454656 9658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20167] ppid=20161 vsize=812944 CPUtime=0
/proc/20163/task/20167/stat : 20167 (java) S 20161 20163 16349 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 23295572 832454656 9658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20168] ppid=20161 vsize=812944 CPUtime=0
/proc/20163/task/20168/stat : 20168 (java) S 20161 20163 16349 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 23295573 832454656 9658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20169] ppid=20161 vsize=812944 CPUtime=0
/proc/20163/task/20169/stat : 20169 (java) S 20161 20163 16349 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 23295574 832454656 9658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20170] ppid=20161 vsize=812944 CPUtime=0
/proc/20163/task/20170/stat : 20170 (java) S 20161 20163 16349 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 23295574 832454656 9658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20171] ppid=20161 vsize=812944 CPUtime=0
/proc/20163/task/20171/stat : 20171 (java) S 20161 20163 16349 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23295578 832454656 9658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20172] ppid=20161 vsize=812944 CPUtime=0.04
/proc/20163/task/20172/stat : 20172 (java) S 20161 20163 16349 0 -1 64 255 0 0 0 4 0 0 0 18 0 12 0 23295578 832454656 9658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20173] ppid=20161 vsize=812944 CPUtime=0.73
/proc/20163/task/20173/stat : 20173 (java) S 20161 20163 16349 0 -1 64 3722 0 0 0 71 2 0 0 16 0 12 0 23295578 832454656 9658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20174] ppid=20161 vsize=812944 CPUtime=0
/proc/20163/task/20174/stat : 20174 (java) S 20161 20163 16349 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23295578 832454656 9658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20175] ppid=20161 vsize=812944 CPUtime=0
/proc/20163/task/20175/stat : 20175 (java) S 20161 20163 16349 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23295578 832454656 9658 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 812944

[startup+3.10287 s]
/proc/loadavg: 2.12 2.05 2.00 3/94 20175
/proc/meminfo: memFree=1318264/2055920 swapFree=4192812/4192956
[pid=20163] ppid=20161 vsize=812944 CPUtime=3.05
/proc/20163/stat : 20163 (java) S 20161 20163 16349 0 -1 0 26670 0 1 0 288 17 0 0 20 0 12 0 23295569 832454656 24710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20163/statm: 203236 24710 1422 9 0 200563 0
[pid=20163/tid=20165] ppid=20161 vsize=812944 CPUtime=2.01
/proc/20163/task/20165/stat : 20165 (java) R 20161 20163 16349 0 -1 64 16907 0 1 0 190 11 0 0 25 0 12 0 23295570 832454656 24710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20166] ppid=20161 vsize=812944 CPUtime=0.11
/proc/20163/task/20166/stat : 20166 (java) S 20161 20163 16349 0 -1 64 3696 0 0 0 9 2 0 0 16 0 12 0 23295572 832454656 24710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20167] ppid=20161 vsize=812944 CPUtime=0.04
/proc/20163/task/20167/stat : 20167 (java) S 20161 20163 16349 0 -1 64 1328 0 0 0 4 0 0 0 17 0 12 0 23295572 832454656 24710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20168] ppid=20161 vsize=812944 CPUtime=0
/proc/20163/task/20168/stat : 20168 (java) S 20161 20163 16349 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 23295573 832454656 24710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20169] ppid=20161 vsize=812944 CPUtime=0
/proc/20163/task/20169/stat : 20169 (java) S 20161 20163 16349 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23295574 832454656 24710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20170] ppid=20161 vsize=812944 CPUtime=0
/proc/20163/task/20170/stat : 20170 (java) S 20161 20163 16349 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23295574 832454656 24710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20171] ppid=20161 vsize=812944 CPUtime=0
/proc/20163/task/20171/stat : 20171 (java) S 20161 20163 16349 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23295578 832454656 24710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20172] ppid=20161 vsize=812944 CPUtime=0.04
/proc/20163/task/20172/stat : 20172 (java) S 20161 20163 16349 0 -1 64 255 0 0 0 4 0 0 0 18 0 12 0 23295578 832454656 24710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20173] ppid=20161 vsize=812944 CPUtime=0.82
/proc/20163/task/20173/stat : 20173 (java) R 20161 20163 16349 0 -1 64 3727 0 0 0 80 2 0 0 16 0 12 0 23295578 832454656 24710 996147200 134512640 134550932 4294956016 18446744073709551615 106262170 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20174] ppid=20161 vsize=812944 CPUtime=0
/proc/20163/task/20174/stat : 20174 (java) S 20161 20163 16349 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23295578 832454656 24710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20175] ppid=20161 vsize=812944 CPUtime=0
/proc/20163/task/20175/stat : 20175 (java) S 20161 20163 16349 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23295578 832454656 24710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 812944

[startup+6.30112 s]
/proc/loadavg: 2.27 2.08 2.01 3/94 20175
/proc/meminfo: memFree=1234936/2055920 swapFree=4192812/4192956
[pid=20163] ppid=20161 vsize=815540 CPUtime=6.58
/proc/20163/stat : 20163 (java) S 20161 20163 16349 0 -1 0 53808 0 1 0 629 29 0 0 20 0 12 0 23295569 835112960 50584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20163/statm: 203885 50584 1423 9 0 201212 0
[pid=20163/tid=20165] ppid=20161 vsize=815540 CPUtime=3.68
/proc/20163/task/20165/stat : 20165 (java) R 20161 20163 16349 0 -1 64 16928 0 1 0 357 11 0 0 22 0 12 0 23295570 835112960 50584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20163/tid=20166] ppid=20161 vsize=815540 CPUtime=0.9
/proc/20163/task/20166/stat : 20166 (java) R 20161 20163 16349 0 -1 64 16168 0 0 0 84 6 0 0 16 0 12 0 23295572 835112960 50584 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20163/tid=20167] ppid=20161 vsize=815540 CPUtime=0.85
/proc/20163/task/20167/stat : 20167 (java) R 20161 20163 16349 0 -1 64 15592 0 0 0 78 7 0 0 16 0 12 0 23295572 835112960 50584 996147200 134512640 134550932 4294956016 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20163/tid=20168] ppid=20161 vsize=815540 CPUtime=0
/proc/20163/task/20168/stat : 20168 (java) S 20161 20163 16349 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 23295573 835112960 50584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20163/tid=20169] ppid=20161 vsize=815540 CPUtime=0
/proc/20163/task/20169/stat : 20169 (java) S 20161 20163 16349 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23295574 835112960 50584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20170] ppid=20161 vsize=815540 CPUtime=0
/proc/20163/task/20170/stat : 20170 (java) S 20161 20163 16349 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23295574 835112960 50584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20171] ppid=20161 vsize=815540 CPUtime=0
/proc/20163/task/20171/stat : 20171 (java) S 20161 20163 16349 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23295578 835112960 50584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20172] ppid=20161 vsize=815540 CPUtime=0.04
/proc/20163/task/20172/stat : 20172 (java) S 20161 20163 16349 0 -1 64 255 0 0 0 4 0 0 0 18 0 12 0 23295578 835112960 50584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20173] ppid=20161 vsize=815540 CPUtime=1.07
/proc/20163/task/20173/stat : 20173 (java) S 20161 20163 16349 0 -1 64 4108 0 0 0 105 2 0 0 16 0 12 0 23295578 835112960 50584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20174] ppid=20161 vsize=815540 CPUtime=0
/proc/20163/task/20174/stat : 20174 (java) S 20161 20163 16349 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23295578 835112960 50584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20175] ppid=20161 vsize=815540 CPUtime=0
/proc/20163/task/20175/stat : 20175 (java) S 20161 20163 16349 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23295578 835112960 50584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 815540

[startup+12.7016 s]
/proc/loadavg: 2.25 2.08 2.01 8/94 20175
/proc/meminfo: memFree=968696/2055920 swapFree=4192812/4192956
[pid=20163] ppid=20161 vsize=817640 CPUtime=14.37
/proc/20163/stat : 20163 (java) S 20161 20163 16349 0 -1 0 119445 0 1 0 1377 60 0 0 20 0 12 0 23295569 837263360 113079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20163/statm: 204410 113079 1423 9 0 201737 0
[pid=20163/tid=20165] ppid=20161 vsize=817640 CPUtime=6.86
/proc/20163/task/20165/stat : 20165 (java) R 20161 20163 16349 0 -1 64 23085 0 1 0 672 14 0 0 25 0 12 0 23295570 837263360 113079 996147200 134512640 134550932 4294956016 18446744073709551615 4109677012 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20163/tid=20166] ppid=20161 vsize=817640 CPUtime=3.15
/proc/20163/task/20166/stat : 20166 (java) S 20161 20163 16349 0 -1 64 49259 0 0 0 293 22 0 0 17 0 12 0 23295572 837263360 113079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20163/tid=20167] ppid=20161 vsize=817640 CPUtime=3.18
/proc/20163/task/20167/stat : 20167 (java) S 20161 20163 16349 0 -1 64 41981 0 0 0 299 19 0 0 17 0 12 0 23295572 837263360 113079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20163/tid=20168] ppid=20161 vsize=817640 CPUtime=0
/proc/20163/task/20168/stat : 20168 (java) S 20161 20163 16349 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 23295573 837263360 113079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20163/tid=20169] ppid=20161 vsize=817640 CPUtime=0
/proc/20163/task/20169/stat : 20169 (java) S 20161 20163 16349 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23295574 837263360 113079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20170] ppid=20161 vsize=817640 CPUtime=0
/proc/20163/task/20170/stat : 20170 (java) S 20161 20163 16349 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23295574 837263360 113079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20171] ppid=20161 vsize=817640 CPUtime=0
/proc/20163/task/20171/stat : 20171 (java) S 20161 20163 16349 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23295578 837263360 113079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20172] ppid=20161 vsize=817640 CPUtime=0.04
/proc/20163/task/20172/stat : 20172 (java) S 20161 20163 16349 0 -1 64 255 0 0 0 4 0 0 0 18 0 12 0 23295578 837263360 113079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20173] ppid=20161 vsize=817640 CPUtime=1.09
/proc/20163/task/20173/stat : 20173 (java) S 20161 20163 16349 0 -1 64 4108 0 0 0 107 2 0 0 16 0 12 0 23295578 837263360 113079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20174] ppid=20161 vsize=817640 CPUtime=0
/proc/20163/task/20174/stat : 20174 (java) S 20161 20163 16349 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23295578 837263360 113079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20175] ppid=20161 vsize=817640 CPUtime=0
/proc/20163/task/20175/stat : 20175 (java) S 20161 20163 16349 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23295578 837263360 113079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.37
Current children cumulated vsize (KiB) 817640

[startup+25.5025 s]
/proc/loadavg: 2.47 2.14 2.03 4/94 20176
/proc/meminfo: memFree=726448/2055920 swapFree=4192812/4192956
[pid=20163] ppid=20161 vsize=819644 CPUtime=28.07
/proc/20163/stat : 20163 (java) S 20161 20163 16349 0 -1 0 187985 0 1 0 2716 91 0 0 20 0 12 0 23295569 839315456 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20163/statm: 204911 172748 1425 9 0 202238 0
[pid=20163/tid=20165] ppid=20161 vsize=819644 CPUtime=10.3
/proc/20163/task/20165/stat : 20165 (java) S 20161 20163 16349 0 -1 64 28101 0 1 0 1014 16 0 0 19 0 12 0 23295570 839315456 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20166] ppid=20161 vsize=819644 CPUtime=5.46
/proc/20163/task/20166/stat : 20166 (java) S 20161 20163 16349 0 -1 64 75342 0 0 0 513 33 0 0 18 0 12 0 23295572 839315456 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20167] ppid=20161 vsize=819644 CPUtime=5.45
/proc/20163/task/20167/stat : 20167 (java) S 20161 20163 16349 0 -1 64 71907 0 0 0 513 32 0 0 17 0 12 0 23295572 839315456 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20168] ppid=20161 vsize=819644 CPUtime=5.68
/proc/20163/task/20168/stat : 20168 (java) R 20161 20163 16349 0 -1 64 7533 0 0 0 564 4 0 0 20 0 12 0 23295573 839315456 172748 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20169] ppid=20161 vsize=819644 CPUtime=0
/proc/20163/task/20169/stat : 20169 (java) S 20161 20163 16349 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23295574 839315456 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20170] ppid=20161 vsize=819644 CPUtime=0
/proc/20163/task/20170/stat : 20170 (java) S 20161 20163 16349 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23295574 839315456 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20171] ppid=20161 vsize=819644 CPUtime=0
/proc/20163/task/20171/stat : 20171 (java) S 20161 20163 16349 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23295578 839315456 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20172] ppid=20161 vsize=819644 CPUtime=0.04

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

[pid=20163/tid=20174] ppid=20161 vsize=825644 CPUtime=0
/proc/20163/task/20174/stat : 20174 (java) S 20161 20163 16349 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23295578 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20175] ppid=20161 vsize=825644 CPUtime=0
/proc/20163/task/20175/stat : 20175 (java) S 20161 20163 16349 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23295578 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.78
Current children cumulated vsize (KiB) 825644

[startup+89.5011 s]
/proc/loadavg: 2.35 2.17 2.05 4/94 20176
/proc/meminfo: memFree=712752/2055920 swapFree=4192812/4192956
[pid=20163] ppid=20161 vsize=825644 CPUtime=91.46
/proc/20163/stat : 20163 (java) S 20161 20163 16349 0 -1 0 258880 0 1 0 9016 130 0 0 20 0 12 0 23295569 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20163/statm: 206411 175571 1425 9 0 203738 0
[pid=20163/tid=20165] ppid=20161 vsize=825644 CPUtime=11.15
/proc/20163/task/20165/stat : 20165 (java) S 20161 20163 16349 0 -1 64 28114 0 1 0 1099 16 0 0 17 0 12 0 23295570 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20166] ppid=20161 vsize=825644 CPUtime=5.46
/proc/20163/task/20166/stat : 20166 (java) S 20161 20163 16349 0 -1 64 75342 0 0 0 513 33 0 0 18 0 12 0 23295572 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20167] ppid=20161 vsize=825644 CPUtime=5.45
/proc/20163/task/20167/stat : 20167 (java) S 20161 20163 16349 0 -1 64 71907 0 0 0 513 32 0 0 17 0 12 0 23295572 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20168] ppid=20161 vsize=825644 CPUtime=68.21
/proc/20163/task/20168/stat : 20168 (java) R 20161 20163 16349 0 -1 64 78415 0 0 0 6778 43 0 0 25 0 12 0 23295573 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 105697124 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20169] ppid=20161 vsize=825644 CPUtime=0
/proc/20163/task/20169/stat : 20169 (java) S 20161 20163 16349 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23295574 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20170] ppid=20161 vsize=825644 CPUtime=0
/proc/20163/task/20170/stat : 20170 (java) S 20161 20163 16349 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23295574 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20171] ppid=20161 vsize=825644 CPUtime=0
/proc/20163/task/20171/stat : 20171 (java) S 20161 20163 16349 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23295578 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20172] ppid=20161 vsize=825644 CPUtime=0.04
/proc/20163/task/20172/stat : 20172 (java) S 20161 20163 16349 0 -1 64 255 0 0 0 4 0 0 0 18 0 12 0 23295578 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20173] ppid=20161 vsize=825644 CPUtime=1.09
/proc/20163/task/20173/stat : 20173 (java) S 20161 20163 16349 0 -1 64 4108 0 0 0 107 2 0 0 16 0 12 0 23295578 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20174] ppid=20161 vsize=825644 CPUtime=0
/proc/20163/task/20174/stat : 20174 (java) S 20161 20163 16349 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23295578 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20175] ppid=20161 vsize=825644 CPUtime=0
/proc/20163/task/20175/stat : 20175 (java) S 20161 20163 16349 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23295578 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 91.46
Current children cumulated vsize (KiB) 825644

[startup+95.9026 s]
/proc/loadavg: 2.32 2.17 2.04 3/94 20176
/proc/meminfo: memFree=712688/2055920 swapFree=4192812/4192956
[pid=20163] ppid=20161 vsize=829648 CPUtime=97.8
/proc/20163/stat : 20163 (java) S 20161 20163 16349 0 -1 0 265890 0 1 0 9646 134 0 0 20 0 12 0 23295569 849559552 176572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20163/statm: 207412 176572 1424 9 0 204739 0
[pid=20163/tid=20165] ppid=20161 vsize=829648 CPUtime=11.15
/proc/20163/task/20165/stat : 20165 (java) S 20161 20163 16349 0 -1 64 28118 0 1 0 1099 16 0 0 17 0 12 0 23295570 849559552 176572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20166] ppid=20161 vsize=829648 CPUtime=5.46
/proc/20163/task/20166/stat : 20166 (java) S 20161 20163 16349 0 -1 64 75342 0 0 0 513 33 0 0 18 0 12 0 23295572 849559552 176572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20167] ppid=20161 vsize=829648 CPUtime=5.45
/proc/20163/task/20167/stat : 20167 (java) S 20161 20163 16349 0 -1 64 71907 0 0 0 513 32 0 0 17 0 12 0 23295572 849559552 176572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20168] ppid=20161 vsize=829648 CPUtime=74.54
/proc/20163/task/20168/stat : 20168 (java) R 20161 20163 16349 0 -1 64 85421 0 0 0 7408 46 0 0 25 0 12 0 23295573 849559552 176572 996147200 134512640 134550932 4294956016 18446744073709551615 103586096 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20169] ppid=20161 vsize=829648 CPUtime=0
/proc/20163/task/20169/stat : 20169 (java) S 20161 20163 16349 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23295574 849559552 176572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20170] ppid=20161 vsize=829648 CPUtime=0
/proc/20163/task/20170/stat : 20170 (java) S 20161 20163 16349 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23295574 849559552 176572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20171] ppid=20161 vsize=829648 CPUtime=0
/proc/20163/task/20171/stat : 20171 (java) S 20161 20163 16349 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23295578 849559552 176572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20172] ppid=20161 vsize=829648 CPUtime=0.04
/proc/20163/task/20172/stat : 20172 (java) S 20161 20163 16349 0 -1 64 255 0 0 0 4 0 0 0 18 0 12 0 23295578 849559552 176572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20173] ppid=20161 vsize=829648 CPUtime=1.09
/proc/20163/task/20173/stat : 20173 (java) S 20161 20163 16349 0 -1 64 4108 0 0 0 107 2 0 0 16 0 12 0 23295578 849559552 176572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20174] ppid=20161 vsize=829648 CPUtime=0
/proc/20163/task/20174/stat : 20174 (java) S 20161 20163 16349 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23295578 849559552 176572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20175] ppid=20161 vsize=829648 CPUtime=0
/proc/20163/task/20175/stat : 20175 (java) S 20161 20163 16349 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23295578 849559552 176572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 97.8
Current children cumulated vsize (KiB) 829648

[startup+97.5027 s]
/proc/loadavg: 2.32 2.17 2.04 3/94 20176
/proc/meminfo: memFree=712688/2055920 swapFree=4192812/4192956
[pid=20163] ppid=20161 vsize=825644 CPUtime=99.39
/proc/20163/stat : 20163 (java) S 20161 20163 16349 0 -1 0 265890 0 1 0 9805 134 0 0 20 0 12 0 23295569 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20163/statm: 206411 175571 1424 9 0 203738 0
[pid=20163/tid=20165] ppid=20161 vsize=825644 CPUtime=11.15
/proc/20163/task/20165/stat : 20165 (java) S 20161 20163 16349 0 -1 64 28118 0 1 0 1099 16 0 0 17 0 12 0 23295570 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20166] ppid=20161 vsize=825644 CPUtime=5.46
/proc/20163/task/20166/stat : 20166 (java) S 20161 20163 16349 0 -1 64 75342 0 0 0 513 33 0 0 18 0 12 0 23295572 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20167] ppid=20161 vsize=825644 CPUtime=5.45
/proc/20163/task/20167/stat : 20167 (java) S 20161 20163 16349 0 -1 64 71907 0 0 0 513 32 0 0 17 0 12 0 23295572 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20168] ppid=20161 vsize=825644 CPUtime=76.14
/proc/20163/task/20168/stat : 20168 (java) R 20161 20163 16349 0 -1 64 85421 0 0 0 7567 47 0 0 25 0 12 0 23295573 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20169] ppid=20161 vsize=825644 CPUtime=0
/proc/20163/task/20169/stat : 20169 (java) S 20161 20163 16349 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23295574 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20170] ppid=20161 vsize=825644 CPUtime=0
/proc/20163/task/20170/stat : 20170 (java) S 20161 20163 16349 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23295574 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20171] ppid=20161 vsize=825644 CPUtime=0
/proc/20163/task/20171/stat : 20171 (java) S 20161 20163 16349 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23295578 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20172] ppid=20161 vsize=825644 CPUtime=0.04
/proc/20163/task/20172/stat : 20172 (java) S 20161 20163 16349 0 -1 64 255 0 0 0 4 0 0 0 18 0 12 0 23295578 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20173] ppid=20161 vsize=825644 CPUtime=1.09
/proc/20163/task/20173/stat : 20173 (java) S 20161 20163 16349 0 -1 64 4108 0 0 0 107 2 0 0 16 0 12 0 23295578 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20174] ppid=20161 vsize=825644 CPUtime=0
/proc/20163/task/20174/stat : 20174 (java) S 20161 20163 16349 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23295578 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20175] ppid=20161 vsize=825644 CPUtime=0
/proc/20163/task/20175/stat : 20175 (java) S 20161 20163 16349 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23295578 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.39
Current children cumulated vsize (KiB) 825644

[startup+99.1018 s]
/proc/loadavg: 2.29 2.17 2.04 3/94 20176
/proc/meminfo: memFree=712688/2055920 swapFree=4192812/4192956
[pid=20163] ppid=20161 vsize=825644 CPUtime=100.97
/proc/20163/stat : 20163 (java) S 20161 20163 16349 0 -1 0 265890 0 1 0 9963 134 0 0 20 0 12 0 23295569 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20163/statm: 206411 175571 1424 9 0 203738 0
[pid=20163/tid=20165] ppid=20161 vsize=825644 CPUtime=11.15
/proc/20163/task/20165/stat : 20165 (java) S 20161 20163 16349 0 -1 64 28118 0 1 0 1099 16 0 0 17 0 12 0 23295570 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20166] ppid=20161 vsize=825644 CPUtime=5.46
/proc/20163/task/20166/stat : 20166 (java) S 20161 20163 16349 0 -1 64 75342 0 0 0 513 33 0 0 18 0 12 0 23295572 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20167] ppid=20161 vsize=825644 CPUtime=5.45
/proc/20163/task/20167/stat : 20167 (java) S 20161 20163 16349 0 -1 64 71907 0 0 0 513 32 0 0 17 0 12 0 23295572 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20168] ppid=20161 vsize=825644 CPUtime=77.72
/proc/20163/task/20168/stat : 20168 (java) R 20161 20163 16349 0 -1 64 85421 0 0 0 7725 47 0 0 25 0 12 0 23295573 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20169] ppid=20161 vsize=825644 CPUtime=0
/proc/20163/task/20169/stat : 20169 (java) S 20161 20163 16349 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23295574 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20170] ppid=20161 vsize=825644 CPUtime=0
/proc/20163/task/20170/stat : 20170 (java) S 20161 20163 16349 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23295574 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20171] ppid=20161 vsize=825644 CPUtime=0
/proc/20163/task/20171/stat : 20171 (java) S 20161 20163 16349 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23295578 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20172] ppid=20161 vsize=825644 CPUtime=0.04
/proc/20163/task/20172/stat : 20172 (java) S 20161 20163 16349 0 -1 64 255 0 0 0 4 0 0 0 18 0 12 0 23295578 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20173] ppid=20161 vsize=825644 CPUtime=1.09
/proc/20163/task/20173/stat : 20173 (java) S 20161 20163 16349 0 -1 64 4108 0 0 0 107 2 0 0 16 0 12 0 23295578 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20174] ppid=20161 vsize=825644 CPUtime=0
/proc/20163/task/20174/stat : 20174 (java) S 20161 20163 16349 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23295578 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20175] ppid=20161 vsize=825644 CPUtime=0
/proc/20163/task/20175/stat : 20175 (java) S 20161 20163 16349 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23295578 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.97
Current children cumulated vsize (KiB) 825644

[startup+99.9029 s]
/proc/loadavg: 2.29 2.17 2.04 3/94 20176
/proc/meminfo: memFree=712688/2055920 swapFree=4192812/4192956
[pid=20163] ppid=20161 vsize=825644 CPUtime=101.77
/proc/20163/stat : 20163 (java) S 20161 20163 16349 0 -1 0 265890 0 1 0 10043 134 0 0 20 0 12 0 23295569 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20163/statm: 206411 175571 1424 9 0 203738 0
[pid=20163/tid=20165] ppid=20161 vsize=825644 CPUtime=11.15
/proc/20163/task/20165/stat : 20165 (java) S 20161 20163 16349 0 -1 64 28118 0 1 0 1099 16 0 0 17 0 12 0 23295570 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20166] ppid=20161 vsize=825644 CPUtime=5.46
/proc/20163/task/20166/stat : 20166 (java) S 20161 20163 16349 0 -1 64 75342 0 0 0 513 33 0 0 18 0 12 0 23295572 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20167] ppid=20161 vsize=825644 CPUtime=5.45
/proc/20163/task/20167/stat : 20167 (java) S 20161 20163 16349 0 -1 64 71907 0 0 0 513 32 0 0 17 0 12 0 23295572 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20168] ppid=20161 vsize=825644 CPUtime=78.52
/proc/20163/task/20168/stat : 20168 (java) R 20161 20163 16349 0 -1 64 85421 0 0 0 7805 47 0 0 25 0 12 0 23295573 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 106159310 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20169] ppid=20161 vsize=825644 CPUtime=0
/proc/20163/task/20169/stat : 20169 (java) S 20161 20163 16349 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23295574 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20170] ppid=20161 vsize=825644 CPUtime=0
/proc/20163/task/20170/stat : 20170 (java) S 20161 20163 16349 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23295574 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20171] ppid=20161 vsize=825644 CPUtime=0
/proc/20163/task/20171/stat : 20171 (java) S 20161 20163 16349 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23295578 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20172] ppid=20161 vsize=825644 CPUtime=0.04
/proc/20163/task/20172/stat : 20172 (java) S 20161 20163 16349 0 -1 64 255 0 0 0 4 0 0 0 18 0 12 0 23295578 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20173] ppid=20161 vsize=825644 CPUtime=1.09
/proc/20163/task/20173/stat : 20173 (java) S 20161 20163 16349 0 -1 64 4108 0 0 0 107 2 0 0 16 0 12 0 23295578 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20174] ppid=20161 vsize=825644 CPUtime=0
/proc/20163/task/20174/stat : 20174 (java) S 20161 20163 16349 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23295578 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20163/tid=20175] ppid=20161 vsize=825644 CPUtime=0
/proc/20163/task/20175/stat : 20175 (java) S 20161 20163 16349 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23295578 845459456 175571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 825644

[startup+100.107 s]
/proc/loadavg: 2.29 2.17 2.04 3/94 20176
/proc/meminfo: memFree=712688/2055920 swapFree=4192812/4192956
[pid=20163] ppid=20161 vsize=0 CPUtime=101.95
/proc/20163/stat : 20163 (java) Z 20161 20163 16349 0 -1 12 265908 0 1 0 10056 139 0 0 16 0 2 0 23295569 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20163/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 100.155
CPU time (s): 102.006
CPU user time (s): 100.561
CPU system time (s): 1.44578
CPU usage (%): 101.849
Max. virtual memory (cumulated for all children) (KiB): 829648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 100.561
system time used= 1.44578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 265908
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= 3073
involuntary context switches= 5943

runsolver used 0.143978 second user time and 0.332949 second system time

The end

Launcher Data

Begin job on node34 at 2009-07-12 03:31:36
IDJOB=2076036
IDBENCH=56375
IDSOLVER=731
FILE ID=node34/2076036-1247362295
PBS_JOBID= 9506850
Free space on /tmp= 66284 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/modifiedRenault/normalized-renault-mod-0_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2076036-1247362295/watcher-2076036-1247362295 -o /tmp/evaluation-result-2076036-1247362295/solver-2076036-1247362295 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2076036-1247362295.xml

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

MD5SUM BENCH= 6e539860b9f62610adcc8b9d057e7a96
RANDOM SEED=1392735262

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1396472 kB
Buffers:         24124 kB
Cached:         122416 kB
SwapCached:          0 kB
Active:         561008 kB
Inactive:        47132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1396472 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4428 kB
Writeback:           0 kB
Mapped:         482124 kB
Slab:            35516 kB
Committed_AS:   636436 kB
PageTables:       2700 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= 66284 MiB
End job on node34 at 2009-07-12 03:33:16