Trace number 1047809

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? 90.3373 88.8324

General information on the benchmark

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

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-1047809-1215041440/watcher-1047809-1215041440 -o /tmp/evaluation-result-1047809-1215041440/solver-1047809-1215041440 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1047809-1215041440.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: 2.05 2.10 1.80 4/81 18629
/proc/meminfo: memFree=1842696/2055920 swapFree=4180084/4192956
[pid=18629] ppid=18627 vsize=18572 CPUtime=0
/proc/18629/stat : 18629 (runsolver) R 18627 18629 18287 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1983118048 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 253307186471 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/18629/statm: 4643 292 257 25 0 2626 0

[startup+0.0297201 s]
/proc/loadavg: 2.05 2.10 1.80 4/81 18629
/proc/meminfo: memFree=1842696/2055920 swapFree=4180084/4192956
[pid=18629] ppid=18627 vsize=13012 CPUtime=0
/proc/18629/stat : 18629 (java) D 18627 18629 18287 0 -1 0 380 0 5 0 0 0 0 0 18 0 1 0 1983118048 13324288 186 996147200 134512640 134550740 4294956032 18446744073709551615 9998623 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/18629/statm: 3253 186 136 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13012

[startup+0.101726 s]
/proc/loadavg: 2.05 2.10 1.80 4/81 18629
/proc/meminfo: memFree=1842696/2055920 swapFree=4180084/4192956
[pid=18629] ppid=18627 vsize=800744 CPUtime=0.04
/proc/18629/stat : 18629 (java) S 18627 18629 18287 0 -1 0 2327 0 31 0 1 3 0 0 18 0 4 0 1983118048 819961856 2095 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/18629/statm: 200186 2095 912 9 0 197569 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800744

[startup+0.301742 s]
/proc/loadavg: 2.05 2.10 1.80 4/81 18629
/proc/meminfo: memFree=1842696/2055920 swapFree=4180084/4192956
[pid=18629] ppid=18627 vsize=807988 CPUtime=0.2
/proc/18629/stat : 18629 (java) S 18627 18629 18287 0 -1 0 4410 0 31 0 16 4 0 0 18 0 12 0 1983118048 827379712 3769 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18629/statm: 201997 3769 1295 9 0 199366 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 807988

[startup+0.701778 s]
/proc/loadavg: 2.05 2.10 1.80 4/81 18629
/proc/meminfo: memFree=1842696/2055920 swapFree=4180084/4192956
[pid=18629] ppid=18627 vsize=808016 CPUtime=0.54
/proc/18629/stat : 18629 (java) S 18627 18629 18287 0 -1 0 5976 0 31 0 48 6 0 0 18 0 12 0 1983118048 827408384 5135 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18629/statm: 202004 5135 1331 9 0 199366 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 808016

[startup+1.50185 s]
/proc/loadavg: 2.05 2.10 1.80 3/93 18641
/proc/meminfo: memFree=1815016/2055920 swapFree=4180084/4192956
[pid=18629] ppid=18627 vsize=812752 CPUtime=1.33
/proc/18629/stat : 18629 (java) S 18627 18629 18287 0 -1 0 10661 0 31 0 124 9 0 0 18 0 12 0 1983118048 832258048 8219 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18629/statm: 203188 8219 1349 9 0 200550 0
[pid=18629/tid=18631] ppid=18627 vsize=812752 CPUtime=0.59
/proc/18629/task/18631/stat : 18631 (java) R 18627 18629 18287 0 -1 64 5459 0 1 0 54 5 0 0 24 0 12 0 1983118056 832258048 8219 996147200 134512640 134550740 4294956032 18446744073709551615 4109622256 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18632] ppid=18627 vsize=812752 CPUtime=0
/proc/18629/task/18632/stat : 18632 (java) S 18627 18629 18287 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1983118057 832258048 8220 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18633] ppid=18627 vsize=812752 CPUtime=0
/proc/18629/task/18633/stat : 18633 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1983118057 832258048 8220 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18634] ppid=18627 vsize=812752 CPUtime=0
/proc/18629/task/18634/stat : 18634 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1983118059 832258048 8221 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18635] ppid=18627 vsize=812752 CPUtime=0
/proc/18629/task/18635/stat : 18635 (java) S 18627 18629 18287 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1983118060 832258048 8221 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18636] ppid=18627 vsize=812752 CPUtime=0
/proc/18629/task/18636/stat : 18636 (java) S 18627 18629 18287 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 1983118060 832258048 8222 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18637] ppid=18627 vsize=812752 CPUtime=0
/proc/18629/task/18637/stat : 18637 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1983118067 832258048 8222 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18638] ppid=18627 vsize=812752 CPUtime=0.43
/proc/18629/task/18638/stat : 18638 (java) S 18627 18629 18287 0 -1 64 3179 0 0 0 42 1 0 0 16 0 12 0 1983118067 832258048 8223 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18639] ppid=18627 vsize=812752 CPUtime=0.26
/proc/18629/task/18639/stat : 18639 (java) S 18627 18629 18287 0 -1 64 1287 0 0 0 26 0 0 0 16 0 12 0 1983118067 832258048 8223 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18640] ppid=18627 vsize=812752 CPUtime=0
/proc/18629/task/18640/stat : 18640 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1983118067 832258048 8223 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18641] ppid=18627 vsize=812752 CPUtime=0
/proc/18629/task/18641/stat : 18641 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983118067 832258048 8224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 812752

[startup+3.10299 s]
/proc/loadavg: 2.05 2.10 1.80 4/93 18641
/proc/meminfo: memFree=1797352/2055920 swapFree=4180084/4192956
[pid=18629] ppid=18627 vsize=814040 CPUtime=2.93
/proc/18629/stat : 18629 (java) S 18627 18629 18287 0 -1 0 27877 0 31 0 277 16 0 0 18 0 12 0 1983118048 833576960 25365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18629/statm: 203510 25365 1359 9 0 200872 0
[pid=18629/tid=18631] ppid=18627 vsize=814040 CPUtime=1.66
/proc/18629/task/18631/stat : 18631 (java) R 18627 18629 18287 0 -1 64 16973 0 1 0 156 10 0 0 25 0 12 0 1983118056 833576960 25365 996147200 134512640 134550740 4294956032 18446744073709551615 4109734404 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18632] ppid=18627 vsize=814040 CPUtime=0.07
/proc/18629/task/18632/stat : 18632 (java) S 18627 18629 18287 0 -1 64 3380 0 0 0 7 0 0 0 17 0 12 0 1983118057 833576960 25365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18633] ppid=18627 vsize=814040 CPUtime=0.06
/proc/18629/task/18633/stat : 18633 (java) S 18627 18629 18287 0 -1 64 2100 0 0 0 6 0 0 0 17 0 12 0 1983118057 833576960 25365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18634] ppid=18627 vsize=814040 CPUtime=0
/proc/18629/task/18634/stat : 18634 (java) S 18627 18629 18287 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1983118059 833576960 25365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18635] ppid=18627 vsize=814040 CPUtime=0
/proc/18629/task/18635/stat : 18635 (java) S 18627 18629 18287 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1983118060 833576960 25365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18636] ppid=18627 vsize=814040 CPUtime=0
/proc/18629/task/18636/stat : 18636 (java) S 18627 18629 18287 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1983118060 833576960 25365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18637] ppid=18627 vsize=814040 CPUtime=0
/proc/18629/task/18637/stat : 18637 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1983118067 833576960 25365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18638] ppid=18627 vsize=814040 CPUtime=0.6
/proc/18629/task/18638/stat : 18638 (java) S 18627 18629 18287 0 -1 64 3247 0 0 0 59 1 0 0 16 0 12 0 1983118067 833576960 25365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18639] ppid=18627 vsize=814040 CPUtime=0.48
/proc/18629/task/18639/stat : 18639 (java) S 18627 18629 18287 0 -1 64 1414 0 0 0 48 0 0 0 16 0 12 0 1983118067 833576960 25365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18640] ppid=18627 vsize=814040 CPUtime=0
/proc/18629/task/18640/stat : 18640 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1983118067 833576960 25365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18641] ppid=18627 vsize=814040 CPUtime=0
/proc/18629/task/18641/stat : 18641 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983118067 833576960 25365 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 814040

[startup+6.30228 s]
/proc/loadavg: 2.04 2.10 1.81 3/93 18641
/proc/meminfo: memFree=1641256/2055920 swapFree=4180084/4192956
[pid=18629] ppid=18627 vsize=822836 CPUtime=6.91
/proc/18629/stat : 18629 (java) S 18627 18629 18287 0 -1 0 65137 0 31 0 658 33 0 0 18 0 12 0 1983118048 842584064 56938 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18629/statm: 205709 56938 1359 9 0 203071 0
[pid=18629/tid=18631] ppid=18627 vsize=822836 CPUtime=3.55
/proc/18629/task/18631/stat : 18631 (java) R 18627 18629 18287 0 -1 64 16979 0 1 0 345 10 0 0 19 0 12 0 1983118056 842584064 56938 996147200 134512640 134550740 4294956032 18446744073709551615 4109688692 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18632] ppid=18627 vsize=822836 CPUtime=1.15
/proc/18629/task/18632/stat : 18632 (java) S 18627 18629 18287 0 -1 64 23163 0 0 0 105 10 0 0 19 0 12 0 1983118057 842584064 56938 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18633] ppid=18627 vsize=822836 CPUtime=1.07
/proc/18629/task/18633/stat : 18633 (java) S 18627 18629 18287 0 -1 64 19571 0 0 0 99 8 0 0 16 0 12 0 1983118057 842584064 56938 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18634] ppid=18627 vsize=822836 CPUtime=0
/proc/18629/task/18634/stat : 18634 (java) S 18627 18629 18287 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1983118059 842584064 56938 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18635] ppid=18627 vsize=822836 CPUtime=0
/proc/18629/task/18635/stat : 18635 (java) S 18627 18629 18287 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1983118060 842584064 56938 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18636] ppid=18627 vsize=822836 CPUtime=0
/proc/18629/task/18636/stat : 18636 (java) S 18627 18629 18287 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1983118060 842584064 56938 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18637] ppid=18627 vsize=822836 CPUtime=0
/proc/18629/task/18637/stat : 18637 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1983118067 842584064 56938 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18638] ppid=18627 vsize=822836 CPUtime=0.6
/proc/18629/task/18638/stat : 18638 (java) S 18627 18629 18287 0 -1 64 3247 0 0 0 59 1 0 0 16 0 12 0 1983118067 842584064 56938 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18639] ppid=18627 vsize=822836 CPUtime=0.48
/proc/18629/task/18639/stat : 18639 (java) S 18627 18629 18287 0 -1 64 1414 0 0 0 48 0 0 0 16 0 12 0 1983118067 842584064 56938 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18640] ppid=18627 vsize=822836 CPUtime=0
/proc/18629/task/18640/stat : 18640 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1983118067 842584064 56938 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18641] ppid=18627 vsize=822836 CPUtime=0
/proc/18629/task/18641/stat : 18641 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983118067 842584064 56938 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 822836

[startup+12.7029 s]
/proc/loadavg: 2.12 2.11 1.81 4/93 18641
/proc/meminfo: memFree=1440232/2055920 swapFree=4180084/4192956
[pid=18629] ppid=18627 vsize=822836 CPUtime=13.66
/proc/18629/stat : 18629 (java) S 18627 18629 18287 0 -1 0 114540 0 31 0 1313 53 0 0 18 0 12 0 1983118048 842584064 104511 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18629/statm: 205709 104511 1359 9 0 203071 0
[pid=18629/tid=18631] ppid=18627 vsize=822836 CPUtime=6.72
/proc/18629/task/18631/stat : 18631 (java) S 18627 18629 18287 0 -1 64 16995 0 1 0 662 10 0 0 18 0 12 0 1983118056 842584064 104511 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18632] ppid=18627 vsize=822836 CPUtime=1.57
/proc/18629/task/18632/stat : 18632 (java) R 18627 18629 18287 0 -1 64 27088 0 0 0 145 12 0 0 19 0 12 0 1983118057 842584064 104511 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18633] ppid=18627 vsize=822836 CPUtime=4.22
/proc/18629/task/18633/stat : 18633 (java) R 18627 18629 18287 0 -1 64 65033 0 0 0 396 26 0 0 17 0 12 0 1983118057 842584064 104511 996147200 134512640 134550740 4294956032 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18634] ppid=18627 vsize=822836 CPUtime=0
/proc/18629/task/18634/stat : 18634 (java) S 18627 18629 18287 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1983118059 842584064 104511 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18635] ppid=18627 vsize=822836 CPUtime=0
/proc/18629/task/18635/stat : 18635 (java) S 18627 18629 18287 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1983118060 842584064 104511 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18636] ppid=18627 vsize=822836 CPUtime=0
/proc/18629/task/18636/stat : 18636 (java) S 18627 18629 18287 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1983118060 842584064 104511 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18637] ppid=18627 vsize=822836 CPUtime=0
/proc/18629/task/18637/stat : 18637 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1983118067 842584064 104511 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18638] ppid=18627 vsize=822836 CPUtime=0.6
/proc/18629/task/18638/stat : 18638 (java) S 18627 18629 18287 0 -1 64 3247 0 0 0 59 1 0 0 16 0 12 0 1983118067 842584064 104511 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18639] ppid=18627 vsize=822836 CPUtime=0.48
/proc/18629/task/18639/stat : 18639 (java) S 18627 18629 18287 0 -1 64 1414 0 0 0 48 0 0 0 16 0 12 0 1983118067 842584064 104511 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18640] ppid=18627 vsize=822836 CPUtime=0
/proc/18629/task/18640/stat : 18640 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1983118067 842584064 104511 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18641] ppid=18627 vsize=822836 CPUtime=0
/proc/18629/task/18641/stat : 18641 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983118067 842584064 104511 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.66
Current children cumulated vsize (KiB) 822836

[startup+25.502 s]
/proc/loadavg: 2.16 2.12 1.82 3/93 18641
/proc/meminfo: memFree=1116712/2055920 swapFree=4180084/4192956
[pid=18629] ppid=18627 vsize=822836 CPUtime=27.3
/proc/18629/stat : 18629 (java) S 18627 18629 18287 0 -1 0 202259 0 31 0 2643 87 0 0 18 0 12 0 1983118048 842584064 172204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18629/statm: 205709 172204 1365 9 0 203071 0
[pid=18629/tid=18631] ppid=18627 vsize=822836 CPUtime=11.52
/proc/18629/task/18631/stat : 18631 (java) R 18627 18629 18287 0 -1 64 23159 0 1 0 1140 12 0 0 18 0 12 0 1983118056 842584064 172204 996147200 134512640 134550740 4294956032 18446744073709551615 4109693932 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18632] ppid=18627 vsize=822836 CPUtime=3.45
/proc/18629/task/18632/stat : 18632 (java) S 18627 18629 18287 0 -1 64 37935 0 0 0 329 16 0 0 18 0 12 0 1983118057 842584064 172204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18633] ppid=18627 vsize=822836 CPUtime=8.41
/proc/18629/task/18633/stat : 18633 (java) S 18627 18629 18287 0 -1 64 120719 0 0 0 794 47 0 0 16 0 12 0 1983118057 842584064 172204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18634] ppid=18627 vsize=822836 CPUtime=2.67
/proc/18629/task/18634/stat : 18634 (java) R 18627 18629 18287 0 -1 64 15047 0 0 0 261 6 0 0 20 0 12 0 1983118059 842584064 172204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18635] ppid=18627 vsize=822836 CPUtime=0
/proc/18629/task/18635/stat : 18635 (java) S 18627 18629 18287 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1983118060 842584064 172204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18636] ppid=18627 vsize=822836 CPUtime=0
/proc/18629/task/18636/stat : 18636 (java) S 18627 18629 18287 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1983118060 842584064 172204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18637] ppid=18627 vsize=822836 CPUtime=0
/proc/18629/task/18637/stat : 18637 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1983118067 842584064 172204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=18629/tid=18640] ppid=18627 vsize=854840 CPUtime=0
/proc/18629/task/18640/stat : 18640 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1983118067 875356160 182988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18641] ppid=18627 vsize=854840 CPUtime=0
/proc/18629/task/18641/stat : 18641 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983118067 875356160 182988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.31
Current children cumulated vsize (KiB) 854840

[startup+83.1022 s]
/proc/loadavg: 2.06 2.10 1.82 3/93 18641
/proc/meminfo: memFree=1105128/2055920 swapFree=4180084/4192956
[pid=18629] ppid=18627 vsize=830840 CPUtime=84.65
/proc/18629/stat : 18629 (java) S 18627 18629 18287 0 -1 0 443138 0 31 0 8272 193 0 0 18 0 12 0 1983118048 850780160 176989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18629/statm: 207710 176989 1366 9 0 205072 0
[pid=18629/tid=18631] ppid=18627 vsize=830840 CPUtime=13.68
/proc/18629/task/18631/stat : 18631 (java) S 18627 18629 18287 0 -1 64 23179 0 1 0 1356 12 0 0 17 0 12 0 1983118056 850780160 176989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18632] ppid=18627 vsize=830840 CPUtime=4.06
/proc/18629/task/18632/stat : 18632 (java) S 18627 18629 18287 0 -1 64 37935 0 0 0 390 16 0 0 18 0 12 0 1983118057 850780160 176989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18633] ppid=18627 vsize=830840 CPUtime=8.98
/proc/18629/task/18633/stat : 18633 (java) S 18627 18629 18287 0 -1 64 120719 0 0 0 851 47 0 0 16 0 12 0 1983118057 850780160 176989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18634] ppid=18627 vsize=830840 CPUtime=56.68
/proc/18629/task/18634/stat : 18634 (java) R 18627 18629 18287 0 -1 64 255906 0 0 0 5556 112 0 0 25 0 12 0 1983118059 850780160 176989 996147200 134512640 134550740 4294956032 18446744073709551615 105677359 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18635] ppid=18627 vsize=830840 CPUtime=0
/proc/18629/task/18635/stat : 18635 (java) S 18627 18629 18287 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983118060 850780160 176989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18636] ppid=18627 vsize=830840 CPUtime=0
/proc/18629/task/18636/stat : 18636 (java) S 18627 18629 18287 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1983118060 850780160 176989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18637] ppid=18627 vsize=830840 CPUtime=0
/proc/18629/task/18637/stat : 18637 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1983118067 850780160 176989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18638] ppid=18627 vsize=830840 CPUtime=0.63
/proc/18629/task/18638/stat : 18638 (java) S 18627 18629 18287 0 -1 64 3248 0 0 0 62 1 0 0 16 0 12 0 1983118067 850780160 176989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18639] ppid=18627 vsize=830840 CPUtime=0.54
/proc/18629/task/18639/stat : 18639 (java) S 18627 18629 18287 0 -1 64 1418 0 0 0 54 0 0 0 17 0 12 0 1983118067 850780160 176989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18640] ppid=18627 vsize=830840 CPUtime=0
/proc/18629/task/18640/stat : 18640 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1983118067 850780160 176989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18641] ppid=18627 vsize=830840 CPUtime=0
/proc/18629/task/18641/stat : 18641 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983118067 850780160 176989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 84.65
Current children cumulated vsize (KiB) 830840

[startup+86.3015 s]
/proc/loadavg: 2.06 2.10 1.83 3/93 18641
/proc/meminfo: memFree=1123304/2055920 swapFree=4180084/4192956
[pid=18629] ppid=18627 vsize=838840 CPUtime=87.82
/proc/18629/stat : 18629 (java) S 18627 18629 18287 0 -1 0 454143 0 31 0 8584 198 0 0 18 0 12 0 1983118048 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18629/statm: 209710 178989 1366 9 0 207072 0
[pid=18629/tid=18631] ppid=18627 vsize=838840 CPUtime=13.68
/proc/18629/task/18631/stat : 18631 (java) S 18627 18629 18287 0 -1 64 23180 0 1 0 1356 12 0 0 17 0 12 0 1983118056 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18632] ppid=18627 vsize=838840 CPUtime=4.06
/proc/18629/task/18632/stat : 18632 (java) S 18627 18629 18287 0 -1 64 37935 0 0 0 390 16 0 0 18 0 12 0 1983118057 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18633] ppid=18627 vsize=838840 CPUtime=8.98
/proc/18629/task/18633/stat : 18633 (java) S 18627 18629 18287 0 -1 64 120719 0 0 0 851 47 0 0 16 0 12 0 1983118057 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18634] ppid=18627 vsize=838840 CPUtime=59.84
/proc/18629/task/18634/stat : 18634 (java) R 18627 18629 18287 0 -1 64 266910 0 0 0 5867 117 0 0 25 0 12 0 1983118059 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18635] ppid=18627 vsize=838840 CPUtime=0
/proc/18629/task/18635/stat : 18635 (java) S 18627 18629 18287 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983118060 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18636] ppid=18627 vsize=838840 CPUtime=0
/proc/18629/task/18636/stat : 18636 (java) S 18627 18629 18287 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1983118060 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18637] ppid=18627 vsize=838840 CPUtime=0
/proc/18629/task/18637/stat : 18637 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1983118067 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18638] ppid=18627 vsize=838840 CPUtime=0.63
/proc/18629/task/18638/stat : 18638 (java) S 18627 18629 18287 0 -1 64 3248 0 0 0 62 1 0 0 16 0 12 0 1983118067 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18639] ppid=18627 vsize=838840 CPUtime=0.54
/proc/18629/task/18639/stat : 18639 (java) S 18627 18629 18287 0 -1 64 1418 0 0 0 54 0 0 0 17 0 12 0 1983118067 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18640] ppid=18627 vsize=838840 CPUtime=0
/proc/18629/task/18640/stat : 18640 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1983118067 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18641] ppid=18627 vsize=838840 CPUtime=0
/proc/18629/task/18641/stat : 18641 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983118067 858972160 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.82
Current children cumulated vsize (KiB) 838840

[startup+87.9031 s]
/proc/loadavg: 2.06 2.10 1.83 3/93 18641
/proc/meminfo: memFree=1121192/2055920 swapFree=4180084/4192956
[pid=18629] ppid=18627 vsize=838840 CPUtime=89.41
/proc/18629/stat : 18629 (java) S 18627 18629 18287 0 -1 0 454143 0 31 0 8743 198 0 0 18 0 12 0 1983118048 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18629/statm: 209710 178989 1366 9 0 207072 0
[pid=18629/tid=18631] ppid=18627 vsize=838840 CPUtime=13.68
/proc/18629/task/18631/stat : 18631 (java) S 18627 18629 18287 0 -1 64 23180 0 1 0 1356 12 0 0 17 0 12 0 1983118056 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18632] ppid=18627 vsize=838840 CPUtime=4.06
/proc/18629/task/18632/stat : 18632 (java) S 18627 18629 18287 0 -1 64 37935 0 0 0 390 16 0 0 18 0 12 0 1983118057 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18633] ppid=18627 vsize=838840 CPUtime=8.98
/proc/18629/task/18633/stat : 18633 (java) S 18627 18629 18287 0 -1 64 120719 0 0 0 851 47 0 0 16 0 12 0 1983118057 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18634] ppid=18627 vsize=838840 CPUtime=61.43
/proc/18629/task/18634/stat : 18634 (java) R 18627 18629 18287 0 -1 64 266910 0 0 0 6026 117 0 0 25 0 12 0 1983118059 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 106736465 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18635] ppid=18627 vsize=838840 CPUtime=0
/proc/18629/task/18635/stat : 18635 (java) S 18627 18629 18287 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983118060 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18636] ppid=18627 vsize=838840 CPUtime=0
/proc/18629/task/18636/stat : 18636 (java) S 18627 18629 18287 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1983118060 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18637] ppid=18627 vsize=838840 CPUtime=0
/proc/18629/task/18637/stat : 18637 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1983118067 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18638] ppid=18627 vsize=838840 CPUtime=0.63
/proc/18629/task/18638/stat : 18638 (java) S 18627 18629 18287 0 -1 64 3248 0 0 0 62 1 0 0 16 0 12 0 1983118067 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18639] ppid=18627 vsize=838840 CPUtime=0.54
/proc/18629/task/18639/stat : 18639 (java) S 18627 18629 18287 0 -1 64 1418 0 0 0 54 0 0 0 17 0 12 0 1983118067 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18640] ppid=18627 vsize=838840 CPUtime=0
/proc/18629/task/18640/stat : 18640 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1983118067 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18641] ppid=18627 vsize=838840 CPUtime=0
/proc/18629/task/18641/stat : 18641 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983118067 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 89.41
Current children cumulated vsize (KiB) 838840

[startup+88.3027 s]
/proc/loadavg: 2.06 2.10 1.83 3/93 18641
/proc/meminfo: memFree=1121192/2055920 swapFree=4180084/4192956
[pid=18629] ppid=18627 vsize=838840 CPUtime=89.8
/proc/18629/stat : 18629 (java) S 18627 18629 18287 0 -1 0 454143 0 31 0 8782 198 0 0 18 0 12 0 1983118048 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18629/statm: 209710 178989 1366 9 0 207072 0
[pid=18629/tid=18631] ppid=18627 vsize=838840 CPUtime=13.68
/proc/18629/task/18631/stat : 18631 (java) S 18627 18629 18287 0 -1 64 23180 0 1 0 1356 12 0 0 17 0 12 0 1983118056 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18632] ppid=18627 vsize=838840 CPUtime=4.06
/proc/18629/task/18632/stat : 18632 (java) S 18627 18629 18287 0 -1 64 37935 0 0 0 390 16 0 0 18 0 12 0 1983118057 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18633] ppid=18627 vsize=838840 CPUtime=8.98
/proc/18629/task/18633/stat : 18633 (java) S 18627 18629 18287 0 -1 64 120719 0 0 0 851 47 0 0 16 0 12 0 1983118057 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18634] ppid=18627 vsize=838840 CPUtime=61.82
/proc/18629/task/18634/stat : 18634 (java) R 18627 18629 18287 0 -1 64 266910 0 0 0 6065 117 0 0 25 0 12 0 1983118059 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18635] ppid=18627 vsize=838840 CPUtime=0
/proc/18629/task/18635/stat : 18635 (java) S 18627 18629 18287 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983118060 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18636] ppid=18627 vsize=838840 CPUtime=0
/proc/18629/task/18636/stat : 18636 (java) S 18627 18629 18287 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1983118060 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18637] ppid=18627 vsize=838840 CPUtime=0
/proc/18629/task/18637/stat : 18637 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1983118067 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18638] ppid=18627 vsize=838840 CPUtime=0.63
/proc/18629/task/18638/stat : 18638 (java) S 18627 18629 18287 0 -1 64 3248 0 0 0 62 1 0 0 16 0 12 0 1983118067 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18639] ppid=18627 vsize=838840 CPUtime=0.54
/proc/18629/task/18639/stat : 18639 (java) S 18627 18629 18287 0 -1 64 1418 0 0 0 54 0 0 0 17 0 12 0 1983118067 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18640] ppid=18627 vsize=838840 CPUtime=0
/proc/18629/task/18640/stat : 18640 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1983118067 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18641] ppid=18627 vsize=838840 CPUtime=0
/proc/18629/task/18641/stat : 18641 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983118067 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 89.8
Current children cumulated vsize (KiB) 838840

[startup+88.7027 s]
/proc/loadavg: 2.06 2.10 1.83 3/93 18641
/proc/meminfo: memFree=1121192/2055920 swapFree=4180084/4192956
[pid=18629] ppid=18627 vsize=838840 CPUtime=90.2
/proc/18629/stat : 18629 (java) S 18627 18629 18287 0 -1 0 454143 0 31 0 8822 198 0 0 18 0 12 0 1983118048 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18629/statm: 209710 178989 1366 9 0 207072 0
[pid=18629/tid=18631] ppid=18627 vsize=838840 CPUtime=13.68
/proc/18629/task/18631/stat : 18631 (java) S 18627 18629 18287 0 -1 64 23180 0 1 0 1356 12 0 0 17 0 12 0 1983118056 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18632] ppid=18627 vsize=838840 CPUtime=4.06
/proc/18629/task/18632/stat : 18632 (java) S 18627 18629 18287 0 -1 64 37935 0 0 0 390 16 0 0 18 0 12 0 1983118057 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18633] ppid=18627 vsize=838840 CPUtime=8.98
/proc/18629/task/18633/stat : 18633 (java) S 18627 18629 18287 0 -1 64 120719 0 0 0 851 47 0 0 16 0 12 0 1983118057 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18634] ppid=18627 vsize=838840 CPUtime=62.22
/proc/18629/task/18634/stat : 18634 (java) R 18627 18629 18287 0 -1 64 266910 0 0 0 6105 117 0 0 25 0 12 0 1983118059 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 105678345 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18635] ppid=18627 vsize=838840 CPUtime=0
/proc/18629/task/18635/stat : 18635 (java) S 18627 18629 18287 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983118060 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18636] ppid=18627 vsize=838840 CPUtime=0
/proc/18629/task/18636/stat : 18636 (java) S 18627 18629 18287 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1983118060 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18637] ppid=18627 vsize=838840 CPUtime=0
/proc/18629/task/18637/stat : 18637 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1983118067 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18638] ppid=18627 vsize=838840 CPUtime=0.63
/proc/18629/task/18638/stat : 18638 (java) S 18627 18629 18287 0 -1 64 3248 0 0 0 62 1 0 0 16 0 12 0 1983118067 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18629/tid=18639] ppid=18627 vsize=838840 CPUtime=0.54
/proc/18629/task/18639/stat : 18639 (java) S 18627 18629 18287 0 -1 64 1418 0 0 0 54 0 0 0 17 0 12 0 1983118067 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18640] ppid=18627 vsize=838840 CPUtime=0
/proc/18629/task/18640/stat : 18640 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1983118067 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18629/tid=18641] ppid=18627 vsize=838840 CPUtime=0
/proc/18629/task/18641/stat : 18641 (java) S 18627 18629 18287 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983118067 858972160 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 90.2
Current children cumulated vsize (KiB) 838840

[startup+88.8032 s]
/proc/loadavg: 2.06 2.10 1.83 3/93 18641
/proc/meminfo: memFree=1121192/2055920 swapFree=4180084/4192956
[pid=18629] ppid=18627 vsize=0 CPUtime=90.3
/proc/18629/stat : 18629 (java) Z 18627 18629 18287 0 -1 12 454157 0 31 0 8823 207 0 0 16 0 2 0 1983118048 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18629/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 90.3
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 88.8324
CPU time (s): 90.3373
CPU user time (s): 88.2376
CPU system time (s): 2.09968
CPU usage (%): 101.694
Max. virtual memory (cumulated for all children) (KiB): 870844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 88.2376
system time used= 2.09968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 454157
page faults= 31
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3328
involuntary context switches= 3381

runsolver used 0.13098 second user time and 0.286956 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-03 01:30:40
IDJOB=1047809
IDBENCH=54163
IDSOLVER=344
FILE ID=node25/1047809-1215041440
PBS_JOBID= 7875123
Free space on /tmp= 66540 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-34_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-1047809-1215041440/watcher-1047809-1215041440 -o /tmp/evaluation-result-1047809-1215041440/solver-1047809-1215041440 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1047809-1215041440.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1a9b9b8e0b91bf1ef35a24a11c15b7ec
RANDOM SEED=1378963083

node25.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.234
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.234
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:       1843176 kB
Buffers:         16328 kB
Cached:          90456 kB
SwapCached:       6504 kB
Active:          64352 kB
Inactive:        79208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843176 kB
SwapTotal:     4192956 kB
SwapFree:      4180084 kB
Dirty:            1668 kB
Writeback:           0 kB
Mapped:          52328 kB
Slab:            54136 kB
Committed_AS:  3443036 kB
PageTables:       2072 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= 66536 MiB
End job on node25 at 2008-07-03 01:32:09