Trace number 1047441

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 2008-06-13? 88.9105 85.8822

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-25_ext.xml
MD5SUM8e6077b564c439681de2f72b04afae3c
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 benchmark21.1078
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension2713
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.18/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.18/0.29	c See www.sat4j.org for details.
0.18/0.29	c That software uses the Rhino library from the Mozilla project.
0.28/0.33	c version 9.9.9.token
0.28/0.33	c sun.arch.data.model	32
0.28/0.33	c java.version	1.6.0_06
0.28/0.33	c os.name	Linux
0.28/0.33	c os.version	2.6.9-22.EL.rootsmp
0.28/0.33	c os.arch	i386
0.28/0.33	c Free memory 669864272
0.28/0.33	c Max memory 672137216
0.28/0.33	c Total memory 672137216
0.28/0.33	c Number of processors 2
0.28/0.37	c c --- Begin Solver configuration ---
0.28/0.37	c Stops conflict analysis at the first Unique Implication Point
0.28/0.37	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.37	c Learn all clauses as in MiniSAT
0.28/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.37	c Expensive reason simplification
0.28/0.37	c MiniSAT restarts strategy
0.28/0.37	c timeout=2147483s
0.28/0.37	c DB Simplification allowed=false
0.28/0.37	c --- End Solver configuration ---
0.28/0.37	c solving HOME/instance-1047441-1215039961.xml
0.28/0.37	c reading problem ... 
0.58/0.63	c reading problem named null
0.58/0.63	c reading domains done.
0.58/0.63	c reading variables done.
0.58/0.66	c reading relations done.
1.47/1.52	c reading constraints
88.78/85.71	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
88.78/85.71		at java.util.HashMap.addEntry(Unknown Source)
88.78/85.71		at java.util.HashMap.put(Unknown Source)
88.78/85.71		at org.sat4j.csp.constraints.Supports.find(Supports.java:85)
88.78/85.71		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
88.78/85.71		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
88.78/85.71		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
88.78/85.71		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
88.78/85.71		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
88.78/85.71		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
88.78/85.71		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
88.78/85.71		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
88.78/85.71		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
88.78/85.71		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
88.78/85.71		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
88.78/85.71		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
88.78/85.71		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
88.78/85.71		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
88.78/85.71		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
88.78/85.71		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
88.78/85.71		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
88.78/85.71		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
88.78/85.71		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
88.78/85.71		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
88.78/85.71		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
88.78/85.71		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
88.78/85.72		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
88.78/85.72		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
88.78/85.72		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
88.78/85.72		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
88.78/85.72		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
88.78/85.72		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
88.78/85.72		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
88.78/85.72	c starts		: 0
88.78/85.72	c conflicts		: 0
88.78/85.72	c decisions		: 0
88.78/85.72	c propagations		: 0
88.78/85.72	c inspects		: 0
88.78/85.72	c learnt literals	: 0
88.78/85.72	c learnt binary clauses	: 0
88.78/85.72	c learnt ternary clauses	: 0
88.78/85.72	c learnt clauses	: 0
88.78/85.72	c ignored clauses	: 0
88.78/85.72	c root simplifications	: 0
88.78/85.72	c removed literals (reason simplification)	: 0
88.78/85.72	c reason swapping (by a shorter reason)	: 0
88.78/85.72	c Calls to reduceDB	: 0
88.78/85.72	c speed (assignments/second)	: 0.0
88.78/85.72	c non guided choices	0
88.78/85.72	s UNKNOWN
88.78/85.72	c Total wall clock time (in seconds) : 85.343

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1047441-1215039961/watcher-1047441-1215039961 -o /tmp/evaluation-result-1047441-1215039961/solver-1047441-1215039961 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1047441-1215039961.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.62 0.82 4/82 9955
/proc/meminfo: memFree=1802712/2055920 swapFree=4177412/4192956
[pid=9955] ppid=9953 vsize=18572 CPUtime=0
/proc/9955/stat : 9955 (runsolver) R 9953 9955 8895 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 626916229 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 243665530151 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/9955/statm: 4643 292 257 25 0 2626 0

[startup+0.106961 s]
/proc/loadavg: 1.99 1.62 0.82 4/82 9955
/proc/meminfo: memFree=1802712/2055920 swapFree=4177412/4192956
[pid=9955] ppid=9953 vsize=804756 CPUtime=0.08
/proc/9955/stat : 9955 (java) S 9953 9955 8895 0 -1 0 3163 0 1 0 7 1 0 0 18 0 12 0 626916229 824070144 2894 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9955/statm: 201189 2894 1165 9 0 198558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804756

[startup+0.201974 s]
/proc/loadavg: 1.99 1.62 0.82 4/82 9955
/proc/meminfo: memFree=1802712/2055920 swapFree=4177412/4192956
[pid=9955] ppid=9953 vsize=807760 CPUtime=0.18
/proc/9955/stat : 9955 (java) S 9953 9955 8895 0 -1 0 4436 0 1 0 16 2 0 0 18 0 12 0 626916229 827146240 3765 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9955/statm: 201940 3765 1295 9 0 199309 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 807760

[startup+0.30198 s]
/proc/loadavg: 1.99 1.62 0.82 4/82 9955
/proc/meminfo: memFree=1802712/2055920 swapFree=4177412/4192956
[pid=9955] ppid=9953 vsize=807760 CPUtime=0.28
/proc/9955/stat : 9955 (java) S 9953 9955 8895 0 -1 0 4934 0 1 0 25 3 0 0 18 0 12 0 626916229 827146240 4263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9955/statm: 201940 4263 1308 9 0 199309 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807760

[startup+0.70202 s]
/proc/loadavg: 1.99 1.62 0.82 4/82 9955
/proc/meminfo: memFree=1802712/2055920 swapFree=4177412/4192956
[pid=9955] ppid=9953 vsize=807788 CPUtime=0.68
/proc/9955/stat : 9955 (java) S 9953 9955 8895 0 -1 0 6298 0 1 0 63 5 0 0 18 0 12 0 626916229 827174912 5428 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9955/statm: 201947 5428 1335 9 0 199309 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807788

[startup+1.5021 s]
/proc/loadavg: 1.99 1.62 0.82 4/94 9967
/proc/meminfo: memFree=1780600/2055920 swapFree=4177412/4192956
[pid=9955] ppid=9953 vsize=812748 CPUtime=1.47
/proc/9955/stat : 9955 (java) S 9953 9955 8895 0 -1 0 12231 0 1 0 140 7 0 0 18 0 12 0 626916229 832253952 9781 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9955/statm: 203187 9781 1349 9 0 200549 0
[pid=9955/tid=9957] ppid=9953 vsize=812748 CPUtime=0.69
/proc/9955/task/9957/stat : 9957 (java) R 9953 9955 8895 0 -1 64 6966 0 1 0 64 5 0 0 22 0 12 0 626916231 832253952 9781 996147200 134512640 134550740 4294956032 18446744073709551615 4109211066 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9958] ppid=9953 vsize=812748 CPUtime=0
/proc/9955/task/9958/stat : 9958 (java) S 9953 9955 8895 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 626916232 832253952 9781 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9959] ppid=9953 vsize=812748 CPUtime=0
/proc/9955/task/9959/stat : 9959 (java) S 9953 9955 8895 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 626916232 832253952 9781 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9960] ppid=9953 vsize=812748 CPUtime=0
/proc/9955/task/9960/stat : 9960 (java) S 9953 9955 8895 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 626916234 832253952 9781 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9961] ppid=9953 vsize=812748 CPUtime=0
/proc/9955/task/9961/stat : 9961 (java) S 9953 9955 8895 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 626916234 832253952 9781 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9962] ppid=9953 vsize=812748 CPUtime=0
/proc/9955/task/9962/stat : 9962 (java) S 9953 9955 8895 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 626916234 832253952 9781 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9963] ppid=9953 vsize=812748 CPUtime=0
/proc/9955/task/9963/stat : 9963 (java) S 9953 9955 8895 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 626916238 832253952 9781 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9964] ppid=9953 vsize=812748 CPUtime=0.48
/proc/9955/task/9964/stat : 9964 (java) S 9953 9955 8895 0 -1 64 3203 0 0 0 47 1 0 0 16 0 12 0 626916238 832253952 9781 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9965] ppid=9953 vsize=812748 CPUtime=0.27
/proc/9955/task/9965/stat : 9965 (java) S 9953 9955 8895 0 -1 64 1301 0 0 0 27 0 0 0 16 0 12 0 626916238 832253952 9781 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9966] ppid=9953 vsize=812748 CPUtime=0
/proc/9955/task/9966/stat : 9966 (java) S 9953 9955 8895 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 626916238 832253952 9781 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9967] ppid=9953 vsize=812748 CPUtime=0
/proc/9955/task/9967/stat : 9967 (java) S 9953 9955 8895 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 626916238 832253952 9781 996147200 134512640 134550740 4294956032 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) 812748

[startup+3.10226 s]
/proc/loadavg: 1.99 1.63 0.83 3/94 9967
/proc/meminfo: memFree=1741944/2055920 swapFree=4177412/4192956
[pid=9955] ppid=9953 vsize=815316 CPUtime=3.08
/proc/9955/stat : 9955 (java) S 9953 9955 8895 0 -1 0 32104 0 1 0 291 17 0 0 18 0 12 0 626916229 834883584 29207 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9955/statm: 203829 29207 1358 9 0 201191 0
[pid=9955/tid=9957] ppid=9953 vsize=815316 CPUtime=1.71
/proc/9955/task/9957/stat : 9957 (java) R 9953 9955 8895 0 -1 64 16971 0 1 0 161 10 0 0 25 0 12 0 626916231 834883584 29207 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9958] ppid=9953 vsize=815316 CPUtime=0.13
/proc/9955/task/9958/stat : 9958 (java) R 9953 9955 8895 0 -1 64 5552 0 0 0 11 2 0 0 16 0 12 0 626916232 834883584 29207 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9959] ppid=9953 vsize=815316 CPUtime=0.11
/proc/9955/task/9959/stat : 9959 (java) R 9953 9955 8895 0 -1 64 4097 0 0 0 10 1 0 0 16 0 12 0 626916232 834883584 29207 996147200 134512640 134550740 4294956032 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9960] ppid=9953 vsize=815316 CPUtime=0
/proc/9955/task/9960/stat : 9960 (java) S 9953 9955 8895 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 626916234 834883584 29207 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9961] ppid=9953 vsize=815316 CPUtime=0
/proc/9955/task/9961/stat : 9961 (java) S 9953 9955 8895 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 626916234 834883584 29207 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9962] ppid=9953 vsize=815316 CPUtime=0
/proc/9955/task/9962/stat : 9962 (java) S 9953 9955 8895 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 626916234 834883584 29207 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9963] ppid=9953 vsize=815316 CPUtime=0
/proc/9955/task/9963/stat : 9963 (java) S 9953 9955 8895 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 626916238 834883584 29207 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9964] ppid=9953 vsize=815316 CPUtime=0.6
/proc/9955/task/9964/stat : 9964 (java) S 9953 9955 8895 0 -1 64 3215 0 0 0 59 1 0 0 16 0 12 0 626916238 834883584 29207 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9965] ppid=9953 vsize=815316 CPUtime=0.48
/proc/9955/task/9965/stat : 9965 (java) S 9953 9955 8895 0 -1 64 1481 0 0 0 48 0 0 0 16 0 12 0 626916238 834883584 29207 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9966] ppid=9953 vsize=815316 CPUtime=0
/proc/9955/task/9966/stat : 9966 (java) S 9953 9955 8895 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 626916238 834883584 29207 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9967] ppid=9953 vsize=815316 CPUtime=0
/proc/9955/task/9967/stat : 9967 (java) S 9953 9955 8895 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 626916238 834883584 29207 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 815316

[startup+6.30143 s]
/proc/loadavg: 1.99 1.63 0.83 5/94 9967
/proc/meminfo: memFree=1599224/2055920 swapFree=4177412/4192956
[pid=9955] ppid=9953 vsize=822832 CPUtime=6.91
/proc/9955/stat : 9955 (java) S 9953 9955 8895 0 -1 0 65075 0 1 0 660 31 0 0 18 0 12 0 626916229 842579968 58187 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9955/statm: 205708 58187 1358 9 0 203070 0
[pid=9955/tid=9957] ppid=9953 vsize=822832 CPUtime=3.7
/proc/9955/task/9957/stat : 9957 (java) R 9953 9955 8895 0 -1 64 16976 0 1 0 360 10 0 0 25 0 12 0 626916231 842579968 58187 996147200 134512640 134550740 4294956032 18446744073709551615 4109684645 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9958] ppid=9953 vsize=822832 CPUtime=1.01
/proc/9955/task/9958/stat : 9958 (java) S 9953 9955 8895 0 -1 64 20499 0 0 0 92 9 0 0 19 0 12 0 626916232 842579968 58187 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9959] ppid=9953 vsize=822832 CPUtime=1.07
/proc/9955/task/9959/stat : 9959 (java) S 9953 9955 8895 0 -1 64 22116 0 0 0 99 8 0 0 19 0 12 0 626916232 842579968 58187 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9960] ppid=9953 vsize=822832 CPUtime=0
/proc/9955/task/9960/stat : 9960 (java) S 9953 9955 8895 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 626916234 842579968 58187 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9961] ppid=9953 vsize=822832 CPUtime=0
/proc/9955/task/9961/stat : 9961 (java) S 9953 9955 8895 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 626916234 842579968 58187 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9962] ppid=9953 vsize=822832 CPUtime=0
/proc/9955/task/9962/stat : 9962 (java) S 9953 9955 8895 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 626916234 842579968 58187 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9963] ppid=9953 vsize=822832 CPUtime=0
/proc/9955/task/9963/stat : 9963 (java) S 9953 9955 8895 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 626916238 842579968 58187 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9964] ppid=9953 vsize=822832 CPUtime=0.6
/proc/9955/task/9964/stat : 9964 (java) S 9953 9955 8895 0 -1 64 3215 0 0 0 59 1 0 0 16 0 12 0 626916238 842579968 58187 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9965] ppid=9953 vsize=822832 CPUtime=0.48
/proc/9955/task/9965/stat : 9965 (java) S 9953 9955 8895 0 -1 64 1481 0 0 0 48 0 0 0 16 0 12 0 626916238 842579968 58187 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9966] ppid=9953 vsize=822832 CPUtime=0
/proc/9955/task/9966/stat : 9966 (java) S 9953 9955 8895 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 626916238 842579968 58187 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9967] ppid=9953 vsize=822832 CPUtime=0
/proc/9955/task/9967/stat : 9967 (java) S 9953 9955 8895 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 626916238 842579968 58187 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 822832

[startup+12.7021 s]
/proc/loadavg: 2.38 1.72 0.87 3/94 9967
/proc/meminfo: memFree=1402616/2055920 swapFree=4177412/4192956
[pid=9955] ppid=9953 vsize=822832 CPUtime=14.59
/proc/9955/stat : 9955 (java) S 9953 9955 8895 0 -1 0 114570 0 1 0 1406 53 0 0 18 0 12 0 626916229 842579968 103772 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9955/statm: 205708 103772 1358 9 0 203070 0
[pid=9955/tid=9957] ppid=9953 vsize=822832 CPUtime=6.66
/proc/9955/task/9957/stat : 9957 (java) R 9953 9955 8895 0 -1 64 16991 0 1 0 656 10 0 0 25 0 12 0 626916231 842579968 103772 996147200 134512640 134550740 4294956032 18446744073709551615 4109693966 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9958] ppid=9953 vsize=822832 CPUtime=3.33
/proc/9955/task/9958/stat : 9958 (java) S 9953 9955 8895 0 -1 64 42201 0 0 0 315 18 0 0 18 0 12 0 626916232 842579968 103772 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9959] ppid=9953 vsize=822832 CPUtime=3.44
/proc/9955/task/9959/stat : 9959 (java) S 9953 9955 8895 0 -1 64 49894 0 0 0 324 20 0 0 18 0 12 0 626916232 842579968 103772 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9960] ppid=9953 vsize=822832 CPUtime=0
/proc/9955/task/9960/stat : 9960 (java) S 9953 9955 8895 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 626916234 842579968 103772 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9961] ppid=9953 vsize=822832 CPUtime=0
/proc/9955/task/9961/stat : 9961 (java) S 9953 9955 8895 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 626916234 842579968 103772 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9962] ppid=9953 vsize=822832 CPUtime=0
/proc/9955/task/9962/stat : 9962 (java) S 9953 9955 8895 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 626916234 842579968 103772 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9963] ppid=9953 vsize=822832 CPUtime=0
/proc/9955/task/9963/stat : 9963 (java) S 9953 9955 8895 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 626916238 842579968 103772 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9964] ppid=9953 vsize=822832 CPUtime=0.61
/proc/9955/task/9964/stat : 9964 (java) S 9953 9955 8895 0 -1 64 3215 0 0 0 60 1 0 0 17 0 12 0 626916238 842579968 103772 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9965] ppid=9953 vsize=822832 CPUtime=0.48
/proc/9955/task/9965/stat : 9965 (java) S 9953 9955 8895 0 -1 64 1481 0 0 0 48 0 0 0 16 0 12 0 626916238 842579968 103772 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9966] ppid=9953 vsize=822832 CPUtime=0
/proc/9955/task/9966/stat : 9966 (java) S 9953 9955 8895 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 626916238 842579968 103772 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9967] ppid=9953 vsize=822832 CPUtime=0
/proc/9955/task/9967/stat : 9967 (java) S 9953 9955 8895 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 626916238 842579968 103772 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.59
Current children cumulated vsize (KiB) 822832

[startup+25.5014 s]
/proc/loadavg: 2.54 1.78 0.89 5/94 9967
/proc/meminfo: memFree=1124920/2055920 swapFree=4177412/4192956
[pid=9955] ppid=9953 vsize=822832 CPUtime=28.87
/proc/9955/stat : 9955 (java) S 9953 9955 8895 0 -1 0 192926 0 1 0 2798 89 0 0 18 0 12 0 626916229 842579968 170238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9955/statm: 205708 170238 1365 9 0 203070 0
[pid=9955/tid=9957] ppid=9953 vsize=822832 CPUtime=11.48
/proc/9955/task/9957/stat : 9957 (java) R 9953 9955 8895 0 -1 64 23158 0 1 0 1135 13 0 0 16 0 12 0 626916231 842579968 170238 996147200 134512640 134550740 4294956032 18446744073709551615 4109748364 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9958] ppid=9953 vsize=822832 CPUtime=6.73
/proc/9955/task/9958/stat : 9958 (java) S 9953 9955 8895 0 -1 64 69930 0 0 0 642 31 0 0 17 0 12 0 626916232 842579968 170238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9959] ppid=9953 vsize=822832 CPUtime=6.91
/proc/9955/task/9959/stat : 9959 (java) S 9953 9955 8895 0 -1 64 86838 0 0 0 654 37 0 0 17 0 12 0 626916232 842579968 170238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9960] ppid=9953 vsize=822832 CPUtime=2.51
/proc/9955/task/9960/stat : 9960 (java) R 9953 9955 8895 0 -1 64 7539 0 0 0 248 3 0 0 19 0 12 0 626916234 842579968 170238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9961] ppid=9953 vsize=822832 CPUtime=0
/proc/9955/task/9961/stat : 9961 (java) S 9953 9955 8895 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 626916234 842579968 170238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9962] ppid=9953 vsize=822832 CPUtime=0
/proc/9955/task/9962/stat : 9962 (java) S 9953 9955 8895 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 626916234 842579968 170238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9963] ppid=9953 vsize=822832 CPUtime=0
/proc/9955/task/9963/stat : 9963 (java) S 9953 9955 8895 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 626916238 842579968 170238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=9955/tid=9966] ppid=9953 vsize=854836 CPUtime=0
/proc/9955/task/9966/stat : 9966 (java) S 9953 9955 8895 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 626916238 875352064 182988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9967] ppid=9953 vsize=854836 CPUtime=0
/proc/9955/task/9967/stat : 9967 (java) S 9953 9955 8895 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 626916238 875352064 182988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 67.19
Current children cumulated vsize (KiB) 854836

[startup+76.8013 s]
/proc/loadavg: 2.24 1.81 0.95 3/94 9967
/proc/meminfo: memFree=1073400/2055920 swapFree=4177412/4192956
[pid=9955] ppid=9953 vsize=854836 CPUtime=79.93
/proc/9955/stat : 9955 (java) S 9953 9955 8895 0 -1 0 441766 0 1 0 7798 195 0 0 18 0 12 0 626916229 875352064 182988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9955/statm: 213709 182988 1365 9 0 211071 0
[pid=9955/tid=9957] ppid=9953 vsize=854836 CPUtime=13.46
/proc/9955/task/9957/stat : 9957 (java) S 9953 9955 8895 0 -1 64 23176 0 1 0 1333 13 0 0 17 0 12 0 626916231 875352064 182988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9958] ppid=9953 vsize=854836 CPUtime=6.98
/proc/9955/task/9958/stat : 9958 (java) S 9953 9955 8895 0 -1 64 70747 0 0 0 666 32 0 0 15 0 12 0 626916232 875352064 182988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9959] ppid=9953 vsize=854836 CPUtime=7.18
/proc/9955/task/9959/stat : 9959 (java) S 9953 9955 8895 0 -1 64 87612 0 0 0 680 38 0 0 16 0 12 0 626916232 875352064 182988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9960] ppid=9953 vsize=854836 CPUtime=51.05
/proc/9955/task/9960/stat : 9960 (java) R 9953 9955 8895 0 -1 64 254770 0 0 0 4997 108 0 0 25 0 12 0 626916234 875352064 182988 996147200 134512640 134550740 4294956032 18446744073709551615 106122360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9961] ppid=9953 vsize=854836 CPUtime=0
/proc/9955/task/9961/stat : 9961 (java) S 9953 9955 8895 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 626916234 875352064 182988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9962] ppid=9953 vsize=854836 CPUtime=0
/proc/9955/task/9962/stat : 9962 (java) S 9953 9955 8895 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 626916234 875352064 182988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9963] ppid=9953 vsize=854836 CPUtime=0
/proc/9955/task/9963/stat : 9963 (java) S 9953 9955 8895 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 626916238 875352064 182988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9964] ppid=9953 vsize=854836 CPUtime=0.67
/proc/9955/task/9964/stat : 9964 (java) S 9953 9955 8895 0 -1 64 3218 0 0 0 66 1 0 0 17 0 12 0 626916238 875352064 182988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9965] ppid=9953 vsize=854836 CPUtime=0.51
/proc/9955/task/9965/stat : 9965 (java) S 9953 9955 8895 0 -1 64 1483 0 0 0 51 0 0 0 16 0 12 0 626916238 875352064 182988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9966] ppid=9953 vsize=854836 CPUtime=0
/proc/9955/task/9966/stat : 9966 (java) S 9953 9955 8895 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 626916238 875352064 182988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9967] ppid=9953 vsize=854836 CPUtime=0
/proc/9955/task/9967/stat : 9967 (java) S 9953 9955 8895 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 626916238 875352064 182988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 79.93
Current children cumulated vsize (KiB) 854836

[startup+80.0026 s]
/proc/loadavg: 2.22 1.81 0.95 3/94 9967
/proc/meminfo: memFree=1073400/2055920 swapFree=4177412/4192956
[pid=9955] ppid=9953 vsize=854836 CPUtime=83.11
/proc/9955/stat : 9955 (java) S 9953 9955 8895 0 -1 0 456770 0 1 0 8110 201 0 0 18 0 12 0 626916229 875352064 182988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9955/statm: 213709 182988 1365 9 0 211071 0
[pid=9955/tid=9957] ppid=9953 vsize=854836 CPUtime=13.46
/proc/9955/task/9957/stat : 9957 (java) S 9953 9955 8895 0 -1 64 23176 0 1 0 1333 13 0 0 17 0 12 0 626916231 875352064 182988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9958] ppid=9953 vsize=854836 CPUtime=6.98
/proc/9955/task/9958/stat : 9958 (java) S 9953 9955 8895 0 -1 64 70747 0 0 0 666 32 0 0 15 0 12 0 626916232 875352064 182988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9959] ppid=9953 vsize=854836 CPUtime=7.18
/proc/9955/task/9959/stat : 9959 (java) S 9953 9955 8895 0 -1 64 87612 0 0 0 680 38 0 0 16 0 12 0 626916232 875352064 182988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9960] ppid=9953 vsize=854836 CPUtime=54.23
/proc/9955/task/9960/stat : 9960 (java) R 9953 9955 8895 0 -1 64 269774 0 0 0 5309 114 0 0 25 0 12 0 626916234 875352064 182988 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9961] ppid=9953 vsize=854836 CPUtime=0
/proc/9955/task/9961/stat : 9961 (java) S 9953 9955 8895 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 626916234 875352064 182988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9962] ppid=9953 vsize=854836 CPUtime=0
/proc/9955/task/9962/stat : 9962 (java) S 9953 9955 8895 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 626916234 875352064 182988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9963] ppid=9953 vsize=854836 CPUtime=0
/proc/9955/task/9963/stat : 9963 (java) S 9953 9955 8895 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 626916238 875352064 182988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9964] ppid=9953 vsize=854836 CPUtime=0.67
/proc/9955/task/9964/stat : 9964 (java) S 9953 9955 8895 0 -1 64 3218 0 0 0 66 1 0 0 17 0 12 0 626916238 875352064 182988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9965] ppid=9953 vsize=854836 CPUtime=0.51
/proc/9955/task/9965/stat : 9965 (java) S 9953 9955 8895 0 -1 64 1483 0 0 0 51 0 0 0 16 0 12 0 626916238 875352064 182988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9966] ppid=9953 vsize=854836 CPUtime=0
/proc/9955/task/9966/stat : 9966 (java) S 9953 9955 8895 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 626916238 875352064 182988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9967] ppid=9953 vsize=854836 CPUtime=0
/proc/9955/task/9967/stat : 9967 (java) S 9953 9955 8895 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 626916238 875352064 182988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 83.11
Current children cumulated vsize (KiB) 854836

[startup+83.2029 s]
/proc/loadavg: 2.20 1.82 0.96 3/94 9967
/proc/meminfo: memFree=1089400/2055920 swapFree=4177412/4192956
[pid=9955] ppid=9953 vsize=838836 CPUtime=86.29
/proc/9955/stat : 9955 (java) S 9953 9955 8895 0 -1 0 470780 0 1 0 8422 207 0 0 18 0 12 0 626916229 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9955/statm: 209709 178989 1366 9 0 207071 0
[pid=9955/tid=9957] ppid=9953 vsize=838836 CPUtime=13.46
/proc/9955/task/9957/stat : 9957 (java) S 9953 9955 8895 0 -1 64 23180 0 1 0 1333 13 0 0 16 0 12 0 626916231 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9958] ppid=9953 vsize=838836 CPUtime=6.98
/proc/9955/task/9958/stat : 9958 (java) S 9953 9955 8895 0 -1 64 70747 0 0 0 666 32 0 0 15 0 12 0 626916232 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9959] ppid=9953 vsize=838836 CPUtime=7.18
/proc/9955/task/9959/stat : 9959 (java) S 9953 9955 8895 0 -1 64 87612 0 0 0 680 38 0 0 16 0 12 0 626916232 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9960] ppid=9953 vsize=838836 CPUtime=57.42
/proc/9955/task/9960/stat : 9960 (java) R 9953 9955 8895 0 -1 64 283780 0 0 0 5622 120 0 0 25 0 12 0 626916234 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 104126385 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9961] ppid=9953 vsize=838836 CPUtime=0
/proc/9955/task/9961/stat : 9961 (java) S 9953 9955 8895 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 626916234 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9962] ppid=9953 vsize=838836 CPUtime=0
/proc/9955/task/9962/stat : 9962 (java) S 9953 9955 8895 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 626916234 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9963] ppid=9953 vsize=838836 CPUtime=0
/proc/9955/task/9963/stat : 9963 (java) S 9953 9955 8895 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 626916238 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9964] ppid=9953 vsize=838836 CPUtime=0.67
/proc/9955/task/9964/stat : 9964 (java) S 9953 9955 8895 0 -1 64 3218 0 0 0 66 1 0 0 17 0 12 0 626916238 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9965] ppid=9953 vsize=838836 CPUtime=0.51
/proc/9955/task/9965/stat : 9965 (java) S 9953 9955 8895 0 -1 64 1483 0 0 0 51 0 0 0 16 0 12 0 626916238 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9966] ppid=9953 vsize=838836 CPUtime=0
/proc/9955/task/9966/stat : 9966 (java) S 9953 9955 8895 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 626916238 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9967] ppid=9953 vsize=838836 CPUtime=0
/proc/9955/task/9967/stat : 9967 (java) S 9953 9955 8895 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 626916238 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 86.29
Current children cumulated vsize (KiB) 838836

[startup+84.8061 s]
/proc/loadavg: 2.20 1.82 0.96 3/94 9967
/proc/meminfo: memFree=1089336/2055920 swapFree=4177412/4192956
[pid=9955] ppid=9953 vsize=838836 CPUtime=87.88
/proc/9955/stat : 9955 (java) S 9953 9955 8895 0 -1 0 470780 0 1 0 8581 207 0 0 18 0 12 0 626916229 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9955/statm: 209709 178989 1366 9 0 207071 0
[pid=9955/tid=9957] ppid=9953 vsize=838836 CPUtime=13.46
/proc/9955/task/9957/stat : 9957 (java) S 9953 9955 8895 0 -1 64 23180 0 1 0 1333 13 0 0 16 0 12 0 626916231 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9958] ppid=9953 vsize=838836 CPUtime=6.98
/proc/9955/task/9958/stat : 9958 (java) S 9953 9955 8895 0 -1 64 70747 0 0 0 666 32 0 0 15 0 12 0 626916232 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9959] ppid=9953 vsize=838836 CPUtime=7.18
/proc/9955/task/9959/stat : 9959 (java) S 9953 9955 8895 0 -1 64 87612 0 0 0 680 38 0 0 16 0 12 0 626916232 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9960] ppid=9953 vsize=838836 CPUtime=59.01
/proc/9955/task/9960/stat : 9960 (java) R 9953 9955 8895 0 -1 64 283780 0 0 0 5781 120 0 0 25 0 12 0 626916234 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9961] ppid=9953 vsize=838836 CPUtime=0
/proc/9955/task/9961/stat : 9961 (java) S 9953 9955 8895 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 626916234 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9962] ppid=9953 vsize=838836 CPUtime=0
/proc/9955/task/9962/stat : 9962 (java) S 9953 9955 8895 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 626916234 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9963] ppid=9953 vsize=838836 CPUtime=0
/proc/9955/task/9963/stat : 9963 (java) S 9953 9955 8895 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 626916238 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9964] ppid=9953 vsize=838836 CPUtime=0.67
/proc/9955/task/9964/stat : 9964 (java) S 9953 9955 8895 0 -1 64 3218 0 0 0 66 1 0 0 17 0 12 0 626916238 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9965] ppid=9953 vsize=838836 CPUtime=0.51
/proc/9955/task/9965/stat : 9965 (java) S 9953 9955 8895 0 -1 64 1483 0 0 0 51 0 0 0 16 0 12 0 626916238 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9966] ppid=9953 vsize=838836 CPUtime=0
/proc/9955/task/9966/stat : 9966 (java) S 9953 9955 8895 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 626916238 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9967] ppid=9953 vsize=838836 CPUtime=0
/proc/9955/task/9967/stat : 9967 (java) S 9953 9955 8895 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 626916238 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 87.88
Current children cumulated vsize (KiB) 838836

[startup+85.6012 s]
/proc/loadavg: 2.20 1.82 0.96 3/94 9967
/proc/meminfo: memFree=1089336/2055920 swapFree=4177412/4192956
[pid=9955] ppid=9953 vsize=838836 CPUtime=88.68
/proc/9955/stat : 9955 (java) S 9953 9955 8895 0 -1 0 470780 0 1 0 8661 207 0 0 18 0 12 0 626916229 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9955/statm: 209709 178989 1366 9 0 207071 0
[pid=9955/tid=9957] ppid=9953 vsize=838836 CPUtime=13.46
/proc/9955/task/9957/stat : 9957 (java) S 9953 9955 8895 0 -1 64 23180 0 1 0 1333 13 0 0 16 0 12 0 626916231 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9958] ppid=9953 vsize=838836 CPUtime=6.98
/proc/9955/task/9958/stat : 9958 (java) S 9953 9955 8895 0 -1 64 70747 0 0 0 666 32 0 0 15 0 12 0 626916232 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9959] ppid=9953 vsize=838836 CPUtime=7.18
/proc/9955/task/9959/stat : 9959 (java) S 9953 9955 8895 0 -1 64 87612 0 0 0 680 38 0 0 16 0 12 0 626916232 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9960] ppid=9953 vsize=838836 CPUtime=59.81
/proc/9955/task/9960/stat : 9960 (java) R 9953 9955 8895 0 -1 64 283780 0 0 0 5861 120 0 0 25 0 12 0 626916234 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9961] ppid=9953 vsize=838836 CPUtime=0
/proc/9955/task/9961/stat : 9961 (java) S 9953 9955 8895 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 626916234 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9962] ppid=9953 vsize=838836 CPUtime=0
/proc/9955/task/9962/stat : 9962 (java) S 9953 9955 8895 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 626916234 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9963] ppid=9953 vsize=838836 CPUtime=0
/proc/9955/task/9963/stat : 9963 (java) S 9953 9955 8895 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 626916238 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9964] ppid=9953 vsize=838836 CPUtime=0.67
/proc/9955/task/9964/stat : 9964 (java) S 9953 9955 8895 0 -1 64 3218 0 0 0 66 1 0 0 17 0 12 0 626916238 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9965] ppid=9953 vsize=838836 CPUtime=0.51
/proc/9955/task/9965/stat : 9965 (java) S 9953 9955 8895 0 -1 64 1483 0 0 0 51 0 0 0 16 0 12 0 626916238 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9955/tid=9966] ppid=9953 vsize=838836 CPUtime=0
/proc/9955/task/9966/stat : 9966 (java) S 9953 9955 8895 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 626916238 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9955/tid=9967] ppid=9953 vsize=838836 CPUtime=0
/proc/9955/task/9967/stat : 9967 (java) S 9953 9955 8895 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 626916238 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 88.68
Current children cumulated vsize (KiB) 838836

[startup+85.8014 s]
/proc/loadavg: 2.20 1.82 0.96 3/84 9968
/proc/meminfo: memFree=1281272/2055920 swapFree=4177412/4192956
[pid=9955] ppid=9953 vsize=0 CPUtime=88.82
/proc/9955/stat : 9955 (java) Z 9953 9955 8895 0 -1 12 470794 0 1 0 8672 210 0 0 16 0 2 0 626916229 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9955/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 88.82
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 85.8822
CPU time (s): 88.9105
CPU user time (s): 86.7298
CPU system time (s): 2.18067
CPU usage (%): 103.526
Max. virtual memory (cumulated for all children) (KiB): 870840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 86.7298
system time used= 2.18067
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 470794
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= 2751
involuntary context switches= 3311

runsolver used 0.117982 second user time and 0.294955 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-03 01:06:01
IDJOB=1047441
IDBENCH=54147
IDSOLVER=344
FILE ID=node84/1047441-1215039961
PBS_JOBID= 7875009
Free space on /tmp= 66552 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-25_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1047441-1215039961/watcher-1047441-1215039961 -o /tmp/evaluation-result-1047441-1215039961/solver-1047441-1215039961 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1047441-1215039961.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8e6077b564c439681de2f72b04afae3c
RANDOM SEED=146345587

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1803128 kB
Buffers:         24824 kB
Cached:         135544 kB
SwapCached:       9700 kB
Active:         137900 kB
Inactive:        45428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1803128 kB
SwapTotal:     4192956 kB
SwapFree:      4177412 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:          37960 kB
Slab:            54644 kB
Committed_AS:  1058120 kB
PageTables:       1852 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= 66548 MiB
End job on node84 at 2008-07-03 01:07:27