Trace number 1047326

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? 92.272 88.1959

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-10_ext.xml
MD5SUM5fa95b10a03befc81c1499700971a062
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 benchmark20.1609
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.26/0.34	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.26/0.34	c This is free software under the dual EPL/GNU LGPL licenses.
0.26/0.34	c See www.sat4j.org for details.
0.26/0.35	c That software uses the Rhino library from the Mozilla project.
0.26/0.39	c version 9.9.9.token
0.26/0.39	c sun.arch.data.model	32
0.26/0.39	c java.version	1.6.0_06
0.26/0.39	c os.name	Linux
0.26/0.39	c os.version	2.6.9-22.EL.rootsmp
0.26/0.39	c os.arch	i386
0.26/0.39	c Free memory 669864272
0.26/0.39	c Max memory 672137216
0.26/0.39	c Total memory 672137216
0.26/0.39	c Number of processors 2
0.37/0.44	c c --- Begin Solver configuration ---
0.37/0.44	c Stops conflict analysis at the first Unique Implication Point
0.37/0.44	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.37/0.44	c Learn all clauses as in MiniSAT
0.37/0.44	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.37/0.44	c Expensive reason simplification
0.37/0.44	c MiniSAT restarts strategy
0.37/0.44	c timeout=2147483s
0.37/0.44	c DB Simplification allowed=false
0.37/0.44	c --- End Solver configuration ---
0.37/0.44	c solving HOME/instance-1047326-1215039642.xml
0.37/0.44	c reading problem ... 
0.66/0.72	c reading problem named null
0.66/0.72	c reading domains done.
0.66/0.72	c reading variables done.
0.66/0.75	c reading relations done.
1.56/1.68	c reading constraints
92.11/88.04	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
92.11/88.04		at org.sat4j.core.VecInt.ensure(VecInt.java:262)
92.11/88.04		at org.sat4j.minisat.core.Solver.dimacs2internal(Solver.java:181)
92.11/88.04		at org.sat4j.minisat.core.Solver.addClause(Solver.java:302)
92.11/88.04		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
92.11/88.04		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
92.11/88.04		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
92.11/88.04		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
92.11/88.04		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
92.11/88.04		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
92.11/88.04		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
92.11/88.04		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
92.11/88.04		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
92.11/88.04		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
92.11/88.04		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
92.11/88.04		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
92.11/88.04		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
92.11/88.04		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
92.11/88.04		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
92.11/88.04		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
92.11/88.04		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
92.11/88.04		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
92.11/88.04		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
92.11/88.04		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
92.11/88.04		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
92.11/88.04		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
92.11/88.04		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
92.11/88.04		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
92.11/88.04		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
92.11/88.04		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
92.11/88.04		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
92.11/88.04		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
92.11/88.04		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
92.11/88.05	c starts		: 0
92.11/88.05	c conflicts		: 0
92.11/88.05	c decisions		: 0
92.11/88.05	c propagations		: 0
92.11/88.05	c inspects		: 0
92.11/88.05	c learnt literals	: 0
92.11/88.05	c learnt binary clauses	: 0
92.11/88.05	c learnt ternary clauses	: 0
92.11/88.05	c learnt clauses	: 0
92.11/88.05	c ignored clauses	: 0
92.11/88.05	c root simplifications	: 0
92.11/88.05	c removed literals (reason simplification)	: 0
92.11/88.05	c reason swapping (by a shorter reason)	: 0
92.11/88.05	c Calls to reduceDB	: 0
92.11/88.05	c speed (assignments/second)	: 0.0
92.11/88.05	c non guided choices	0
92.11/88.05	s UNKNOWN
92.11/88.05	c Total wall clock time (in seconds) : 87.605

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-1047326-1215039642/watcher-1047326-1215039642 -o /tmp/evaluation-result-1047326-1215039642/solver-1047326-1215039642 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1047326-1215039642.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.79 0.78 0.29 3/82 15338
/proc/meminfo: memFree=1080832/2055920 swapFree=4192812/4192956
[pid=15338] ppid=15336 vsize=152 CPUtime=0
/proc/15338/stat : 15338 (java6) R 15336 15338 15151 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 115634307 155648 26 996147200 134512640 134550740 4294956192 18446744073709551615 10687268 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/15338/statm: 38 26 19 9 0 4 0

[startup+0.0795579 s]
/proc/loadavg: 1.79 0.78 0.29 3/82 15338
/proc/meminfo: memFree=1080832/2055920 swapFree=4192812/4192956
[pid=15338] ppid=15336 vsize=802236 CPUtime=0.04
/proc/15338/stat : 15338 (java) S 15336 15338 15151 0 -1 0 2652 0 1 0 3 1 0 0 18 0 7 0 115634307 821489664 2387 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/15338/statm: 200559 2387 993 9 0 197942 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802236

[startup+0.102558 s]
/proc/loadavg: 1.79 0.78 0.29 3/82 15338
/proc/meminfo: memFree=1080832/2055920 swapFree=4192812/4192956
[pid=15338] ppid=15336 vsize=802236 CPUtime=0.06
/proc/15338/stat : 15338 (java) S 15336 15338 15151 0 -1 0 2815 0 1 0 5 1 0 0 18 0 7 0 115634307 821489664 2551 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/15338/statm: 200559 2551 1010 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.301581 s]
/proc/loadavg: 1.79 0.78 0.29 3/82 15338
/proc/meminfo: memFree=1080832/2055920 swapFree=4192812/4192956
[pid=15338] ppid=15336 vsize=808328 CPUtime=0.26
/proc/15338/stat : 15338 (java) S 15336 15338 15151 0 -1 0 4774 0 1 0 24 2 0 0 18 0 12 0 115634307 827727872 4102 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15338/statm: 202082 4103 1297 9 0 199451 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 808328

[startup+0.70162 s]
/proc/loadavg: 1.79 0.78 0.29 3/82 15338
/proc/meminfo: memFree=1080832/2055920 swapFree=4192812/4192956
[pid=15338] ppid=15336 vsize=808356 CPUtime=0.66
/proc/15338/stat : 15338 (java) S 15336 15338 15151 0 -1 0 6279 0 1 0 62 4 0 0 18 0 12 0 115634307 827756544 5460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15338/statm: 202089 5460 1335 9 0 199451 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 808356

[startup+1.5027 s]
/proc/loadavg: 1.79 0.78 0.29 4/94 15350
/proc/meminfo: memFree=1070496/2055920 swapFree=4192812/4192956
[pid=15338] ppid=15336 vsize=812920 CPUtime=1.45
/proc/15338/stat : 15338 (java) S 15336 15338 15151 0 -1 0 10797 0 1 0 139 6 0 0 18 0 12 0 115634307 832430080 8341 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15338/statm: 203230 8341 1348 9 0 200592 0
[pid=15338/tid=15340] ppid=15336 vsize=812920 CPUtime=0.65
/proc/15338/task/15340/stat : 15340 (java) R 15336 15338 15151 0 -1 64 5551 0 1 0 61 4 0 0 25 0 12 0 115634309 832430080 8341 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15341] ppid=15336 vsize=812920 CPUtime=0
/proc/15338/task/15341/stat : 15341 (java) S 15336 15338 15151 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 115634311 832430080 8341 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15342] ppid=15336 vsize=812920 CPUtime=0
/proc/15338/task/15342/stat : 15342 (java) S 15336 15338 15151 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 115634311 832430080 8341 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15343] ppid=15336 vsize=812920 CPUtime=0
/proc/15338/task/15343/stat : 15343 (java) S 15336 15338 15151 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 115634314 832430080 8341 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15344] ppid=15336 vsize=812920 CPUtime=0
/proc/15338/task/15344/stat : 15344 (java) S 15336 15338 15151 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 115634314 832430080 8341 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15345] ppid=15336 vsize=812920 CPUtime=0
/proc/15338/task/15345/stat : 15345 (java) S 15336 15338 15151 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 115634314 832430080 8341 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15346] ppid=15336 vsize=812920 CPUtime=0
/proc/15338/task/15346/stat : 15346 (java) S 15336 15338 15151 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 115634319 832430080 8344 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15347] ppid=15336 vsize=812920 CPUtime=0.39
/proc/15338/task/15347/stat : 15347 (java) S 15336 15338 15151 0 -1 64 2518 0 0 0 39 0 0 0 16 0 12 0 115634319 832430080 8344 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15348] ppid=15336 vsize=812920 CPUtime=0.38
/proc/15338/task/15348/stat : 15348 (java) R 15336 15338 15151 0 -1 64 1969 0 0 0 38 0 0 0 16 0 12 0 115634319 832430080 8344 996147200 134512640 134550740 4294956032 18446744073709551615 105550899 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15349] ppid=15336 vsize=812920 CPUtime=0
/proc/15338/task/15349/stat : 15349 (java) S 15336 15338 15151 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 115634319 832430080 8344 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15350] ppid=15336 vsize=812920 CPUtime=0
/proc/15338/task/15350/stat : 15350 (java) S 15336 15338 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 115634319 832430080 8344 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 812920

[startup+3.10187 s]
/proc/loadavg: 1.79 0.78 0.29 4/94 15350
/proc/meminfo: memFree=1043744/2055920 swapFree=4192812/4192956
[pid=15338] ppid=15336 vsize=814848 CPUtime=3.13
/proc/15338/stat : 15338 (java) S 15336 15338 15151 0 -1 0 28095 0 1 0 297 16 0 0 18 0 12 0 115634307 834404352 25637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15338/statm: 203712 25637 1359 9 0 201074 0
[pid=15338/tid=15340] ppid=15336 vsize=814848 CPUtime=1.66
/proc/15338/task/15340/stat : 15340 (java) R 15336 15338 15151 0 -1 64 17004 0 1 0 155 11 0 0 25 0 12 0 115634309 834404352 25637 996147200 134512640 134550740 4294956032 18446744073709551615 4109688682 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15341] ppid=15336 vsize=814848 CPUtime=0.11
/proc/15338/task/15341/stat : 15341 (java) S 15336 15338 15151 0 -1 64 3169 0 0 0 10 1 0 0 18 0 12 0 115634311 834404352 25637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15342] ppid=15336 vsize=814848 CPUtime=0.12
/proc/15338/task/15342/stat : 15342 (java) S 15336 15338 15151 0 -1 64 2525 0 0 0 12 0 0 0 18 0 12 0 115634311 834404352 25637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15343] ppid=15336 vsize=814848 CPUtime=0
/proc/15338/task/15343/stat : 15343 (java) S 15336 15338 15151 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 115634314 834404352 25637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15344] ppid=15336 vsize=814848 CPUtime=0
/proc/15338/task/15344/stat : 15344 (java) S 15336 15338 15151 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 115634314 834404352 25637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15345] ppid=15336 vsize=814848 CPUtime=0
/proc/15338/task/15345/stat : 15345 (java) S 15336 15338 15151 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 115634314 834404352 25637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15346] ppid=15336 vsize=814848 CPUtime=0
/proc/15338/task/15346/stat : 15346 (java) S 15336 15338 15151 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 115634319 834404352 25637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15347] ppid=15336 vsize=814848 CPUtime=0.52
/proc/15338/task/15347/stat : 15347 (java) S 15336 15338 15151 0 -1 64 2533 0 0 0 52 0 0 0 16 0 12 0 115634319 834404352 25637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15348] ppid=15336 vsize=814848 CPUtime=0.66
/proc/15338/task/15348/stat : 15348 (java) S 15336 15338 15151 0 -1 64 2071 0 0 0 66 0 0 0 16 0 12 0 115634319 834404352 25637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15349] ppid=15336 vsize=814848 CPUtime=0
/proc/15338/task/15349/stat : 15349 (java) S 15336 15338 15151 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 115634319 834404352 25637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15350] ppid=15336 vsize=814848 CPUtime=0
/proc/15338/task/15350/stat : 15350 (java) S 15336 15338 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 115634319 834404352 25637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 814848

[startup+6.30221 s]
/proc/loadavg: 1.81 0.80 0.30 3/94 15350
/proc/meminfo: memFree=887456/2055920 swapFree=4192812/4192956
[pid=15338] ppid=15336 vsize=823004 CPUtime=6.96
/proc/15338/stat : 15338 (java) S 15336 15338 15151 0 -1 0 62773 0 1 0 662 34 0 0 18 0 12 0 115634307 842756096 56920 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15338/statm: 205751 56920 1359 9 0 203113 0
[pid=15338/tid=15340] ppid=15336 vsize=823004 CPUtime=3.46
/proc/15338/task/15340/stat : 15340 (java) S 15336 15338 15151 0 -1 64 17008 0 1 0 335 11 0 0 25 0 12 0 115634309 842756096 56920 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15338/tid=15341] ppid=15336 vsize=823004 CPUtime=1.11
/proc/15338/task/15341/stat : 15341 (java) R 15336 15338 15151 0 -1 64 21119 0 0 0 102 9 0 0 19 0 12 0 115634311 842756096 56920 996147200 134512640 134550740 4294956032 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15338/tid=15342] ppid=15336 vsize=823004 CPUtime=1.13
/proc/15338/task/15342/stat : 15342 (java) R 15336 15338 15151 0 -1 64 19249 0 0 0 103 10 0 0 20 0 12 0 115634311 842756096 56920 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15338/tid=15343] ppid=15336 vsize=823004 CPUtime=0
/proc/15338/task/15343/stat : 15343 (java) S 15336 15338 15151 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 115634314 842756096 56920 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15338/tid=15344] ppid=15336 vsize=823004 CPUtime=0
/proc/15338/task/15344/stat : 15344 (java) S 15336 15338 15151 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 115634314 842756096 56920 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15345] ppid=15336 vsize=823004 CPUtime=0
/proc/15338/task/15345/stat : 15345 (java) S 15336 15338 15151 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 115634314 842756096 56920 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15346] ppid=15336 vsize=823004 CPUtime=0
/proc/15338/task/15346/stat : 15346 (java) S 15336 15338 15151 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 115634319 842756096 56920 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15347] ppid=15336 vsize=823004 CPUtime=0.52
/proc/15338/task/15347/stat : 15347 (java) S 15336 15338 15151 0 -1 64 2533 0 0 0 52 0 0 0 16 0 12 0 115634319 842756096 56920 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15348] ppid=15336 vsize=823004 CPUtime=0.66
/proc/15338/task/15348/stat : 15348 (java) S 15336 15338 15151 0 -1 64 2071 0 0 0 66 0 0 0 16 0 12 0 115634319 842756096 56920 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15349] ppid=15336 vsize=823004 CPUtime=0
/proc/15338/task/15349/stat : 15349 (java) S 15336 15338 15151 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 115634319 842756096 56920 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15350] ppid=15336 vsize=823004 CPUtime=0
/proc/15338/task/15350/stat : 15350 (java) S 15336 15338 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 115634319 842756096 56920 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (KiB) 823004

[startup+12.7029 s]
/proc/loadavg: 1.82 0.82 0.31 7/94 15350
/proc/meminfo: memFree=730408/2055920 swapFree=4192812/4192956
[pid=15338] ppid=15336 vsize=823004 CPUtime=14.21
/proc/15338/stat : 15338 (java) S 15336 15338 15151 0 -1 0 102570 0 1 0 1362 59 0 0 18 0 12 0 115634307 842756096 95522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15338/statm: 205751 95522 1359 9 0 203113 0
[pid=15338/tid=15340] ppid=15336 vsize=823004 CPUtime=6.54
/proc/15338/task/15340/stat : 15340 (java) R 15336 15338 15151 0 -1 64 17021 0 1 0 643 11 0 0 25 0 12 0 115634309 842756096 95522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15341] ppid=15336 vsize=823004 CPUtime=3.22
/proc/15338/task/15341/stat : 15341 (java) R 15336 15338 15151 0 -1 64 42470 0 0 0 299 23 0 0 16 0 12 0 115634311 842756096 95522 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15338/tid=15342] ppid=15336 vsize=823004 CPUtime=3.19
/proc/15338/task/15342/stat : 15342 (java) R 15336 15338 15151 0 -1 64 37682 0 0 0 299 20 0 0 16 0 12 0 115634311 842756096 95522 996147200 134512640 134550740 4294956032 18446744073709551615 104146006 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15343] ppid=15336 vsize=823004 CPUtime=0
/proc/15338/task/15343/stat : 15343 (java) S 15336 15338 15151 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 115634314 842756096 95522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15344] ppid=15336 vsize=823004 CPUtime=0
/proc/15338/task/15344/stat : 15344 (java) S 15336 15338 15151 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 115634314 842756096 95522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15345] ppid=15336 vsize=823004 CPUtime=0
/proc/15338/task/15345/stat : 15345 (java) S 15336 15338 15151 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 115634314 842756096 95522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15346] ppid=15336 vsize=823004 CPUtime=0
/proc/15338/task/15346/stat : 15346 (java) S 15336 15338 15151 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 115634319 842756096 95522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15347] ppid=15336 vsize=823004 CPUtime=0.52
/proc/15338/task/15347/stat : 15347 (java) S 15336 15338 15151 0 -1 64 2533 0 0 0 52 0 0 0 16 0 12 0 115634319 842756096 95522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15348] ppid=15336 vsize=823004 CPUtime=0.66
/proc/15338/task/15348/stat : 15348 (java) S 15336 15338 15151 0 -1 64 2071 0 0 0 66 0 0 0 16 0 12 0 115634319 842756096 95522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15349] ppid=15336 vsize=823004 CPUtime=0
/proc/15338/task/15349/stat : 15349 (java) S 15336 15338 15151 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 115634319 842756096 95522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15350] ppid=15336 vsize=823004 CPUtime=0
/proc/15338/task/15350/stat : 15350 (java) S 15336 15338 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 115634319 842756096 95522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.21
Current children cumulated vsize (KiB) 823004

[startup+25.5022 s]
/proc/loadavg: 2.00 0.91 0.35 3/93 15436
/proc/meminfo: memFree=1093664/2055920 swapFree=4192812/4192956
[pid=15338] ppid=15336 vsize=839008 CPUtime=29.44
/proc/15338/stat : 15338 (java) S 15336 15338 15151 0 -1 0 187350 0 1 0 2841 103 0 0 18 0 12 0 115634307 859144192 175908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15338/statm: 209752 175908 1363 9 0 207114 0
[pid=15338/tid=15340] ppid=15336 vsize=839008 CPUtime=12.1
/proc/15338/task/15340/stat : 15340 (java) S 15336 15338 15151 0 -1 64 23190 0 1 0 1194 16 0 0 18 0 12 0 115634309 859144192 175908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15341] ppid=15336 vsize=839008 CPUtime=7.34
/proc/15338/task/15341/stat : 15341 (java) S 15336 15338 15151 0 -1 64 78005 0 0 0 693 41 0 0 17 0 12 0 115634311 859144192 175908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15342] ppid=15336 vsize=839008 CPUtime=7.37
/proc/15338/task/15342/stat : 15342 (java) S 15336 15338 15151 0 -1 64 73246 0 0 0 699 38 0 0 16 0 12 0 115634311 859144192 175908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15343] ppid=15336 vsize=839008 CPUtime=1.27
/proc/15338/task/15343/stat : 15343 (java) R 15336 15338 15151 0 -1 64 7536 0 0 0 123 4 0 0 17 0 12 0 115634314 859144192 175908 996147200 134512640 134550740 4294956032 18446744073709551615 105678194 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15344] ppid=15336 vsize=839008 CPUtime=0
/proc/15338/task/15344/stat : 15344 (java) S 15336 15338 15151 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 115634314 859144192 175908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15345] ppid=15336 vsize=839008 CPUtime=0
/proc/15338/task/15345/stat : 15345 (java) S 15336 15338 15151 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 115634314 859144192 175908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15346] ppid=15336 vsize=839008 CPUtime=0
/proc/15338/task/15346/stat : 15346 (java) S 15336 15338 15151 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 115634319 859144192 175908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=15338/tid=15349] ppid=15336 vsize=855008 CPUtime=0
/proc/15338/task/15349/stat : 15349 (java) S 15336 15338 15151 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 115634319 875528192 183033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15350] ppid=15336 vsize=855008 CPUtime=0
/proc/15338/task/15350/stat : 15350 (java) S 15336 15338 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 115634319 875528192 183033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 68.01
Current children cumulated vsize (KiB) 855008

[startup+76.7024 s]
/proc/loadavg: 2.05 1.09 0.44 3/93 15436
/proc/meminfo: memFree=1080872/2055920 swapFree=4192812/4192956
[pid=15338] ppid=15336 vsize=839008 CPUtime=80.81
/proc/15338/stat : 15338 (java) S 15336 15338 15151 0 -1 0 413077 0 1 0 7878 203 0 0 18 0 12 0 115634307 859144192 179033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15338/statm: 209752 179033 1365 9 0 207114 0
[pid=15338/tid=15340] ppid=15336 vsize=839008 CPUtime=14.51
/proc/15338/task/15340/stat : 15340 (java) S 15336 15338 15151 0 -1 64 23206 0 1 0 1435 16 0 0 17 0 12 0 115634309 859144192 179033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15341] ppid=15336 vsize=839008 CPUtime=7.82
/proc/15338/task/15341/stat : 15341 (java) S 15336 15338 15151 0 -1 64 78005 0 0 0 741 41 0 0 17 0 12 0 115634311 859144192 179033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15342] ppid=15336 vsize=839008 CPUtime=7.86
/proc/15338/task/15342/stat : 15342 (java) S 15336 15338 15151 0 -1 64 73246 0 0 0 748 38 0 0 16 0 12 0 115634311 859144192 179033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15343] ppid=15336 vsize=839008 CPUtime=49.27
/proc/15338/task/15343/stat : 15343 (java) R 15336 15338 15151 0 -1 64 233247 0 0 0 4823 104 0 0 25 0 12 0 115634314 859144192 179033 996147200 134512640 134550740 4294956032 18446744073709551615 104136452 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15344] ppid=15336 vsize=839008 CPUtime=0
/proc/15338/task/15344/stat : 15344 (java) S 15336 15338 15151 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 115634314 859144192 179033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15345] ppid=15336 vsize=839008 CPUtime=0
/proc/15338/task/15345/stat : 15345 (java) S 15336 15338 15151 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 115634314 859144192 179033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15346] ppid=15336 vsize=839008 CPUtime=0
/proc/15338/task/15346/stat : 15346 (java) S 15336 15338 15151 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 115634319 859144192 179033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15347] ppid=15336 vsize=839008 CPUtime=0.55
/proc/15338/task/15347/stat : 15347 (java) S 15336 15338 15151 0 -1 64 2535 0 0 0 55 0 0 0 16 0 12 0 115634319 859144192 179033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15338/tid=15348] ppid=15336 vsize=839008 CPUtime=0.73
/proc/15338/task/15348/stat : 15348 (java) S 15336 15338 15151 0 -1 64 2075 0 0 0 73 0 0 0 17 0 12 0 115634319 859144192 179033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15349] ppid=15336 vsize=839008 CPUtime=0
/proc/15338/task/15349/stat : 15349 (java) S 15336 15338 15151 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 115634319 859144192 179033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15350] ppid=15336 vsize=839008 CPUtime=0
/proc/15338/task/15350/stat : 15350 (java) S 15336 15338 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 115634319 859144192 179033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 80.81
Current children cumulated vsize (KiB) 839008

[startup+83.1021 s]
/proc/loadavg: 2.04 1.11 0.44 3/93 15436
/proc/meminfo: memFree=1064744/2055920 swapFree=4192812/4192956
[pid=15338] ppid=15336 vsize=839008 CPUtime=87.21
/proc/15338/stat : 15338 (java) S 15336 15338 15151 0 -1 0 451595 0 1 0 8500 221 0 0 18 0 12 0 115634307 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15338/statm: 209752 179034 1366 9 0 207114 0
[pid=15338/tid=15340] ppid=15336 vsize=839008 CPUtime=14.51
/proc/15338/task/15340/stat : 15340 (java) S 15336 15338 15151 0 -1 64 23210 0 1 0 1435 16 0 0 17 0 12 0 115634309 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15341] ppid=15336 vsize=839008 CPUtime=7.82
/proc/15338/task/15341/stat : 15341 (java) S 15336 15338 15151 0 -1 64 78005 0 0 0 741 41 0 0 17 0 12 0 115634311 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15342] ppid=15336 vsize=839008 CPUtime=7.86
/proc/15338/task/15342/stat : 15342 (java) S 15336 15338 15151 0 -1 64 73246 0 0 0 748 38 0 0 16 0 12 0 115634311 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15343] ppid=15336 vsize=839008 CPUtime=55.67
/proc/15338/task/15343/stat : 15343 (java) R 15336 15338 15151 0 -1 64 271761 0 0 0 5445 122 0 0 25 0 12 0 115634314 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 104126452 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15344] ppid=15336 vsize=839008 CPUtime=0
/proc/15338/task/15344/stat : 15344 (java) S 15336 15338 15151 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 115634314 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15345] ppid=15336 vsize=839008 CPUtime=0
/proc/15338/task/15345/stat : 15345 (java) S 15336 15338 15151 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 115634314 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15346] ppid=15336 vsize=839008 CPUtime=0
/proc/15338/task/15346/stat : 15346 (java) S 15336 15338 15151 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 115634319 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15347] ppid=15336 vsize=839008 CPUtime=0.55
/proc/15338/task/15347/stat : 15347 (java) S 15336 15338 15151 0 -1 64 2535 0 0 0 55 0 0 0 16 0 12 0 115634319 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15338/tid=15348] ppid=15336 vsize=839008 CPUtime=0.73
/proc/15338/task/15348/stat : 15348 (java) S 15336 15338 15151 0 -1 64 2075 0 0 0 73 0 0 0 17 0 12 0 115634319 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15349] ppid=15336 vsize=839008 CPUtime=0
/proc/15338/task/15349/stat : 15349 (java) S 15336 15338 15151 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 115634319 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15350] ppid=15336 vsize=839008 CPUtime=0
/proc/15338/task/15350/stat : 15350 (java) S 15336 15338 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 115634319 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 87.21
Current children cumulated vsize (KiB) 839008

[startup+86.3024 s]
/proc/loadavg: 2.04 1.12 0.45 3/93 15436
/proc/meminfo: memFree=1080744/2055920 swapFree=4192812/4192956
[pid=15338] ppid=15336 vsize=839008 CPUtime=90.41
/proc/15338/stat : 15338 (java) S 15336 15338 15151 0 -1 0 459099 0 1 0 8817 224 0 0 18 0 12 0 115634307 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15338/statm: 209752 179034 1366 9 0 207114 0
[pid=15338/tid=15340] ppid=15336 vsize=839008 CPUtime=14.51
/proc/15338/task/15340/stat : 15340 (java) S 15336 15338 15151 0 -1 64 23210 0 1 0 1435 16 0 0 17 0 12 0 115634309 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15341] ppid=15336 vsize=839008 CPUtime=7.82
/proc/15338/task/15341/stat : 15341 (java) S 15336 15338 15151 0 -1 64 78005 0 0 0 741 41 0 0 17 0 12 0 115634311 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15342] ppid=15336 vsize=839008 CPUtime=7.86
/proc/15338/task/15342/stat : 15342 (java) S 15336 15338 15151 0 -1 64 73246 0 0 0 748 38 0 0 16 0 12 0 115634311 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15343] ppid=15336 vsize=839008 CPUtime=58.87
/proc/15338/task/15343/stat : 15343 (java) R 15336 15338 15151 0 -1 64 279265 0 0 0 5761 126 0 0 25 0 12 0 115634314 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15344] ppid=15336 vsize=839008 CPUtime=0
/proc/15338/task/15344/stat : 15344 (java) S 15336 15338 15151 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 115634314 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15345] ppid=15336 vsize=839008 CPUtime=0
/proc/15338/task/15345/stat : 15345 (java) S 15336 15338 15151 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 115634314 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15346] ppid=15336 vsize=839008 CPUtime=0
/proc/15338/task/15346/stat : 15346 (java) S 15336 15338 15151 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 115634319 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15347] ppid=15336 vsize=839008 CPUtime=0.55
/proc/15338/task/15347/stat : 15347 (java) S 15336 15338 15151 0 -1 64 2535 0 0 0 55 0 0 0 16 0 12 0 115634319 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15338/tid=15348] ppid=15336 vsize=839008 CPUtime=0.73
/proc/15338/task/15348/stat : 15348 (java) S 15336 15338 15151 0 -1 64 2075 0 0 0 73 0 0 0 17 0 12 0 115634319 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15349] ppid=15336 vsize=839008 CPUtime=0
/proc/15338/task/15349/stat : 15349 (java) S 15336 15338 15151 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 115634319 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15350] ppid=15336 vsize=839008 CPUtime=0
/proc/15338/task/15350/stat : 15350 (java) S 15336 15338 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 115634319 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 90.41
Current children cumulated vsize (KiB) 839008

[startup+87.1025 s]
/proc/loadavg: 2.04 1.12 0.45 3/93 15436
/proc/meminfo: memFree=1080744/2055920 swapFree=4192812/4192956
[pid=15338] ppid=15336 vsize=839008 CPUtime=91.21
/proc/15338/stat : 15338 (java) S 15336 15338 15151 0 -1 0 459099 0 1 0 8897 224 0 0 18 0 12 0 115634307 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15338/statm: 209752 179034 1366 9 0 207114 0
[pid=15338/tid=15340] ppid=15336 vsize=839008 CPUtime=14.51
/proc/15338/task/15340/stat : 15340 (java) S 15336 15338 15151 0 -1 64 23210 0 1 0 1435 16 0 0 17 0 12 0 115634309 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15341] ppid=15336 vsize=839008 CPUtime=7.82
/proc/15338/task/15341/stat : 15341 (java) S 15336 15338 15151 0 -1 64 78005 0 0 0 741 41 0 0 17 0 12 0 115634311 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15342] ppid=15336 vsize=839008 CPUtime=7.86
/proc/15338/task/15342/stat : 15342 (java) S 15336 15338 15151 0 -1 64 73246 0 0 0 748 38 0 0 16 0 12 0 115634311 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15343] ppid=15336 vsize=839008 CPUtime=59.67
/proc/15338/task/15343/stat : 15343 (java) R 15336 15338 15151 0 -1 64 279265 0 0 0 5841 126 0 0 25 0 12 0 115634314 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15344] ppid=15336 vsize=839008 CPUtime=0
/proc/15338/task/15344/stat : 15344 (java) S 15336 15338 15151 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 115634314 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15345] ppid=15336 vsize=839008 CPUtime=0
/proc/15338/task/15345/stat : 15345 (java) S 15336 15338 15151 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 115634314 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15346] ppid=15336 vsize=839008 CPUtime=0
/proc/15338/task/15346/stat : 15346 (java) S 15336 15338 15151 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 115634319 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15347] ppid=15336 vsize=839008 CPUtime=0.55
/proc/15338/task/15347/stat : 15347 (java) S 15336 15338 15151 0 -1 64 2535 0 0 0 55 0 0 0 16 0 12 0 115634319 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15338/tid=15348] ppid=15336 vsize=839008 CPUtime=0.73
/proc/15338/task/15348/stat : 15348 (java) S 15336 15338 15151 0 -1 64 2075 0 0 0 73 0 0 0 17 0 12 0 115634319 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15349] ppid=15336 vsize=839008 CPUtime=0
/proc/15338/task/15349/stat : 15349 (java) S 15336 15338 15151 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 115634319 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15350] ppid=15336 vsize=839008 CPUtime=0
/proc/15338/task/15350/stat : 15350 (java) S 15336 15338 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 115634319 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 91.21
Current children cumulated vsize (KiB) 839008

[startup+87.9016 s]
/proc/loadavg: 2.04 1.12 0.45 3/93 15436
/proc/meminfo: memFree=1080744/2055920 swapFree=4192812/4192956
[pid=15338] ppid=15336 vsize=839008 CPUtime=92.01
/proc/15338/stat : 15338 (java) S 15336 15338 15151 0 -1 0 459099 0 1 0 8977 224 0 0 18 0 12 0 115634307 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15338/statm: 209752 179034 1366 9 0 207114 0
[pid=15338/tid=15340] ppid=15336 vsize=839008 CPUtime=14.51
/proc/15338/task/15340/stat : 15340 (java) S 15336 15338 15151 0 -1 64 23210 0 1 0 1435 16 0 0 17 0 12 0 115634309 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15341] ppid=15336 vsize=839008 CPUtime=7.82
/proc/15338/task/15341/stat : 15341 (java) S 15336 15338 15151 0 -1 64 78005 0 0 0 741 41 0 0 17 0 12 0 115634311 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15342] ppid=15336 vsize=839008 CPUtime=7.86
/proc/15338/task/15342/stat : 15342 (java) S 15336 15338 15151 0 -1 64 73246 0 0 0 748 38 0 0 16 0 12 0 115634311 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15343] ppid=15336 vsize=839008 CPUtime=60.48
/proc/15338/task/15343/stat : 15343 (java) R 15336 15338 15151 0 -1 64 279265 0 0 0 5922 126 0 0 25 0 12 0 115634314 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 106123706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15344] ppid=15336 vsize=839008 CPUtime=0
/proc/15338/task/15344/stat : 15344 (java) S 15336 15338 15151 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 115634314 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15345] ppid=15336 vsize=839008 CPUtime=0
/proc/15338/task/15345/stat : 15345 (java) S 15336 15338 15151 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 115634314 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15346] ppid=15336 vsize=839008 CPUtime=0
/proc/15338/task/15346/stat : 15346 (java) S 15336 15338 15151 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 115634319 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15347] ppid=15336 vsize=839008 CPUtime=0.55
/proc/15338/task/15347/stat : 15347 (java) S 15336 15338 15151 0 -1 64 2535 0 0 0 55 0 0 0 16 0 12 0 115634319 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15338/tid=15348] ppid=15336 vsize=839008 CPUtime=0.73
/proc/15338/task/15348/stat : 15348 (java) S 15336 15338 15151 0 -1 64 2075 0 0 0 73 0 0 0 17 0 12 0 115634319 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15349] ppid=15336 vsize=839008 CPUtime=0
/proc/15338/task/15349/stat : 15349 (java) S 15336 15338 15151 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 115634319 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15338/tid=15350] ppid=15336 vsize=839008 CPUtime=0
/proc/15338/task/15350/stat : 15350 (java) S 15336 15338 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 115634319 859144192 179034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 92.01
Current children cumulated vsize (KiB) 839008

[startup+88.1016 s]
/proc/loadavg: 2.04 1.12 0.45 3/93 15436
/proc/meminfo: memFree=1080744/2055920 swapFree=4192812/4192956
[pid=15338] ppid=15336 vsize=0 CPUtime=92.17
/proc/15338/stat : 15338 (java) Z 15336 15338 15151 0 -1 12 459112 0 1 0 8991 226 0 0 16 0 2 0 115634307 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15338/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 92.17
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 88.1959
CPU time (s): 92.272
CPU user time (s): 89.9103
CPU system time (s): 2.36164
CPU usage (%): 104.622
Max. virtual memory (cumulated for all children) (KiB): 871012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.9103
system time used= 2.36164
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 459112
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= 2807
involuntary context switches= 3723

runsolver used 0.118981 second user time and 0.316951 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-03 01:00:42
IDJOB=1047326
IDBENCH=54142
IDSOLVER=344
FILE ID=node27/1047326-1215039642
PBS_JOBID= 7875119
Free space on /tmp= 66464 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5fa95b10a03befc81c1499700971a062
RANDOM SEED=1080771345

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1081312 kB
Buffers:         27232 kB
Cached:         135356 kB
SwapCached:          0 kB
Active:         866384 kB
Inactive:        51652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1081312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1588 kB
Writeback:           0 kB
Mapped:         777912 kB
Slab:            40052 kB
Committed_AS:   965136 kB
PageTables:       3592 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node27 at 2008-07-03 01:02:10