Trace number 1052743

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? 93.3408 91.195

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-5_ext.xml
MD5SUM3f3857850da57279fca201746d0d31de
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.722889
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension133
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1052743-1215057296/watcher-1052743-1215057296 -o /tmp/evaluation-result-1052743-1215057296/solver-1052743-1215057296 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1052743-1215057296.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.03 2.00 2.00 3/83 20290
/proc/meminfo: memFree=1077048/2055920 swapFree=4181452/4192956
[pid=20290] ppid=20288 vsize=152 CPUtime=0
/proc/20290/stat : 20290 (java) R 20288 20290 16972 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 117740659 155648 26 996147200 134512640 134550740 4294956032 18446744073709551615 7709476 0 0 4096 0 0 0 0 17 0 0 0
/proc/20290/statm: 38 26 19 9 0 4 0

[startup+0.035211 s]
/proc/loadavg: 2.03 2.00 2.00 3/83 20290
/proc/meminfo: memFree=1077048/2055920 swapFree=4181452/4192956
[pid=20290] ppid=20288 vsize=800744 CPUtime=0.02
/proc/20290/stat : 20290 (java) S 20288 20290 16972 0 -1 0 2421 0 1 0 1 1 0 0 18 0 4 0 117740659 819961856 2159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/20290/statm: 200186 2160 912 9 0 197569 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800744

[startup+0.10122 s]
/proc/loadavg: 2.03 2.00 2.00 3/83 20290
/proc/meminfo: memFree=1077048/2055920 swapFree=4181452/4192956
[pid=20290] ppid=20288 vsize=804756 CPUtime=0.08
/proc/20290/stat : 20290 (java) S 20288 20290 16972 0 -1 0 3164 0 1 0 6 2 0 0 18 0 12 0 117740659 824070144 2895 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20290/statm: 201189 2895 1165 9 0 198558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804756

[startup+0.301246 s]
/proc/loadavg: 2.03 2.00 2.00 3/83 20290
/proc/meminfo: memFree=1077048/2055920 swapFree=4181452/4192956
[pid=20290] ppid=20288 vsize=807876 CPUtime=0.29
/proc/20290/stat : 20290 (java) S 20288 20290 16972 0 -1 0 4956 0 1 0 25 4 0 0 18 0 12 0 117740659 827265024 4283 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20290/statm: 201969 4284 1308 9 0 199338 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 807876

[startup+0.701291 s]
/proc/loadavg: 2.03 2.00 2.00 3/83 20290
/proc/meminfo: memFree=1077048/2055920 swapFree=4181452/4192956
[pid=20290] ppid=20288 vsize=807904 CPUtime=0.68
/proc/20290/stat : 20290 (java) S 20288 20290 16972 0 -1 0 6376 0 1 0 62 6 0 0 18 0 12 0 117740659 827293696 5504 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20290/statm: 201976 5504 1335 9 0 199338 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807904

[startup+1.50239 s]
/proc/loadavg: 2.03 2.00 2.00 4/95 20302
/proc/meminfo: memFree=1034200/2055920 swapFree=4181452/4192956
[pid=20290] ppid=20288 vsize=807904 CPUtime=1.48
/proc/20290/stat : 20290 (java) S 20288 20290 16972 0 -1 0 17538 0 1 0 136 12 0 0 18 0 12 0 117740659 827293696 16665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20290/statm: 201976 16666 1339 9 0 199338 0
[pid=20290/tid=20292] ppid=20288 vsize=807904 CPUtime=1.03
/proc/20290/task/20292/stat : 20292 (java) R 20288 20290 16972 0 -1 64 15051 0 1 0 93 10 0 0 25 0 12 0 117740660 827293696 16666 996147200 134512640 134550740 4294956032 18446744073709551615 4109582946 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20293] ppid=20288 vsize=807904 CPUtime=0
/proc/20290/task/20293/stat : 20293 (java) S 20288 20290 16972 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 117740661 827293696 16666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20294] ppid=20288 vsize=807904 CPUtime=0
/proc/20290/task/20294/stat : 20294 (java) S 20288 20290 16972 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 117740661 827293696 16667 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20295] ppid=20288 vsize=807904 CPUtime=0
/proc/20290/task/20295/stat : 20295 (java) S 20288 20290 16972 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 117740663 827293696 16667 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20296] ppid=20288 vsize=807904 CPUtime=0
/proc/20290/task/20296/stat : 20296 (java) S 20288 20290 16972 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 117740663 827293696 16668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20297] ppid=20288 vsize=807904 CPUtime=0
/proc/20290/task/20297/stat : 20297 (java) S 20288 20290 16972 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 117740663 827293696 16668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20298] ppid=20288 vsize=807904 CPUtime=0
/proc/20290/task/20298/stat : 20298 (java) S 20288 20290 16972 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117740667 827293696 16668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20299] ppid=20288 vsize=807904 CPUtime=0.22
/proc/20290/task/20299/stat : 20299 (java) S 20288 20290 16972 0 -1 64 694 0 0 0 22 0 0 0 16 0 12 0 117740667 827293696 16669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20300] ppid=20288 vsize=807904 CPUtime=0.21
/proc/20290/task/20300/stat : 20300 (java) S 20288 20290 16972 0 -1 64 1031 0 0 0 21 0 0 0 16 0 12 0 117740667 827293696 16669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20301] ppid=20288 vsize=807904 CPUtime=0
/proc/20290/task/20301/stat : 20301 (java) S 20288 20290 16972 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 117740667 827293696 16670 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20302] ppid=20288 vsize=807904 CPUtime=0
/proc/20290/task/20302/stat : 20302 (java) S 20288 20290 16972 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 117740667 827293696 16670 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 807904

[startup+3.10258 s]
/proc/loadavg: 2.03 2.00 2.00 5/95 20302
/proc/meminfo: memFree=992856/2055920 swapFree=4181452/4192956
[pid=20290] ppid=20288 vsize=811172 CPUtime=3.09
/proc/20290/stat : 20290 (java) S 20288 20290 16972 0 -1 0 32257 0 1 0 289 20 0 0 18 0 12 0 117740659 830640128 28805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20290/statm: 202793 28805 1358 9 0 200155 0
[pid=20290/tid=20292] ppid=20288 vsize=811172 CPUtime=1.65
/proc/20290/task/20292/stat : 20292 (java) R 20288 20290 16972 0 -1 64 17003 0 1 0 153 12 0 0 25 0 12 0 117740660 830640128 28805 996147200 134512640 134550740 4294956032 18446744073709551615 4109761841 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20293] ppid=20288 vsize=811172 CPUtime=0.05
/proc/20290/task/20293/stat : 20293 (java) S 20288 20290 16972 0 -1 64 5249 0 0 0 3 2 0 0 16 0 12 0 117740661 830640128 28805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20294] ppid=20288 vsize=811172 CPUtime=0.05
/proc/20290/task/20294/stat : 20294 (java) S 20288 20290 16972 0 -1 64 4204 0 0 0 3 2 0 0 16 0 12 0 117740661 830640128 28805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20295] ppid=20288 vsize=811172 CPUtime=0
/proc/20290/task/20295/stat : 20295 (java) S 20288 20290 16972 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 117740663 830640128 28805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20296] ppid=20288 vsize=811172 CPUtime=0
/proc/20290/task/20296/stat : 20296 (java) S 20288 20290 16972 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 117740663 830640128 28805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20297] ppid=20288 vsize=811172 CPUtime=0
/proc/20290/task/20297/stat : 20297 (java) S 20288 20290 16972 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117740663 830640128 28805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20298] ppid=20288 vsize=811172 CPUtime=0
/proc/20290/task/20298/stat : 20298 (java) S 20288 20290 16972 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117740667 830640128 28805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20299] ppid=20288 vsize=811172 CPUtime=0.63
/proc/20290/task/20299/stat : 20299 (java) S 20288 20290 16972 0 -1 64 2077 0 0 0 63 0 0 0 16 0 12 0 117740667 830640128 28805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20300] ppid=20288 vsize=811172 CPUtime=0.65
/proc/20290/task/20300/stat : 20300 (java) S 20288 20290 16972 0 -1 64 2904 0 0 0 64 1 0 0 17 0 12 0 117740667 830640128 28805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20301] ppid=20288 vsize=811172 CPUtime=0
/proc/20290/task/20301/stat : 20301 (java) S 20288 20290 16972 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 117740667 830640128 28805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20302] ppid=20288 vsize=811172 CPUtime=0
/proc/20290/task/20302/stat : 20302 (java) S 20288 20290 16972 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 117740667 830640128 28805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 811172

[startup+6.30295 s]
/proc/loadavg: 2.03 2.00 2.00 4/95 20302
/proc/meminfo: memFree=905176/2055920 swapFree=4181452/4192956
[pid=20290] ppid=20288 vsize=814884 CPUtime=6.59
/proc/20290/stat : 20290 (java) S 20288 20290 16972 0 -1 0 61826 0 1 0 625 34 0 0 18 0 12 0 117740659 834441216 53275 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20290/statm: 203721 53275 1360 9 0 201083 0
[pid=20290/tid=20292] ppid=20288 vsize=814884 CPUtime=3.66
/proc/20290/task/20292/stat : 20292 (java) R 20288 20290 16972 0 -1 64 17008 0 1 0 354 12 0 0 17 0 12 0 117740660 834441216 53275 996147200 134512640 134550740 4294956032 18446744073709551615 4109800382 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20293] ppid=20288 vsize=814884 CPUtime=0.75
/proc/20290/task/20293/stat : 20293 (java) S 20288 20290 16972 0 -1 64 20128 0 0 0 67 8 0 0 17 0 12 0 117740661 834441216 53275 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20294] ppid=20288 vsize=814884 CPUtime=0.74
/proc/20290/task/20294/stat : 20294 (java) S 20288 20290 16972 0 -1 64 18876 0 0 0 65 9 0 0 17 0 12 0 117740661 834441216 53275 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20295] ppid=20288 vsize=814884 CPUtime=0
/proc/20290/task/20295/stat : 20295 (java) S 20288 20290 16972 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 117740663 834441216 53275 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20296] ppid=20288 vsize=814884 CPUtime=0
/proc/20290/task/20296/stat : 20296 (java) S 20288 20290 16972 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 117740663 834441216 53275 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20297] ppid=20288 vsize=814884 CPUtime=0
/proc/20290/task/20297/stat : 20297 (java) S 20288 20290 16972 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117740663 834441216 53275 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20298] ppid=20288 vsize=814884 CPUtime=0
/proc/20290/task/20298/stat : 20298 (java) S 20288 20290 16972 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117740667 834441216 53275 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20299] ppid=20288 vsize=814884 CPUtime=0.68
/proc/20290/task/20299/stat : 20299 (java) S 20288 20290 16972 0 -1 64 2082 0 0 0 68 0 0 0 16 0 12 0 117740667 834441216 53275 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20300] ppid=20288 vsize=814884 CPUtime=0.69
/proc/20290/task/20300/stat : 20300 (java) S 20288 20290 16972 0 -1 64 2912 0 0 0 68 1 0 0 16 0 12 0 117740667 834441216 53275 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20301] ppid=20288 vsize=814884 CPUtime=0
/proc/20290/task/20301/stat : 20301 (java) S 20288 20290 16972 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 117740667 834441216 53275 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20302] ppid=20288 vsize=814884 CPUtime=0
/proc/20290/task/20302/stat : 20302 (java) S 20288 20290 16972 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 117740667 834441216 53275 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.59
Current children cumulated vsize (KiB) 814884

[startup+12.7027 s]
/proc/loadavg: 2.03 2.00 2.00 4/95 20302
/proc/meminfo: memFree=696664/2055920 swapFree=4181452/4192956
[pid=20290] ppid=20288 vsize=814884 CPUtime=13.55
/proc/20290/stat : 20290 (java) S 20288 20290 16972 0 -1 0 108491 0 1 0 1297 58 0 0 18 0 12 0 117740659 834441216 99511 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20290/statm: 203721 99511 1360 9 0 201083 0
[pid=20290/tid=20292] ppid=20288 vsize=814884 CPUtime=6.84
/proc/20290/task/20292/stat : 20292 (java) R 20288 20290 16972 0 -1 64 17023 0 1 0 672 12 0 0 20 0 12 0 117740660 834441216 99511 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20293] ppid=20288 vsize=814884 CPUtime=2.55
/proc/20290/task/20293/stat : 20293 (java) R 20288 20290 16972 0 -1 64 36939 0 0 0 238 17 0 0 16 0 12 0 117740661 834441216 99511 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20294] ppid=20288 vsize=814884 CPUtime=2.72
/proc/20290/task/20294/stat : 20294 (java) R 20288 20290 16972 0 -1 64 48715 0 0 0 247 25 0 0 16 0 12 0 117740661 834441216 99511 996147200 134512640 134550740 4294956032 18446744073709551615 106159757 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20295] ppid=20288 vsize=814884 CPUtime=0
/proc/20290/task/20295/stat : 20295 (java) S 20288 20290 16972 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 117740663 834441216 99511 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20296] ppid=20288 vsize=814884 CPUtime=0
/proc/20290/task/20296/stat : 20296 (java) S 20288 20290 16972 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 117740663 834441216 99511 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20297] ppid=20288 vsize=814884 CPUtime=0
/proc/20290/task/20297/stat : 20297 (java) S 20288 20290 16972 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117740663 834441216 99511 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20298] ppid=20288 vsize=814884 CPUtime=0
/proc/20290/task/20298/stat : 20298 (java) S 20288 20290 16972 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117740667 834441216 99511 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20299] ppid=20288 vsize=814884 CPUtime=0.68
/proc/20290/task/20299/stat : 20299 (java) S 20288 20290 16972 0 -1 64 2082 0 0 0 68 0 0 0 16 0 12 0 117740667 834441216 99511 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20300] ppid=20288 vsize=814884 CPUtime=0.69
/proc/20290/task/20300/stat : 20300 (java) S 20288 20290 16972 0 -1 64 2912 0 0 0 68 1 0 0 16 0 12 0 117740667 834441216 99511 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20301] ppid=20288 vsize=814884 CPUtime=0
/proc/20290/task/20301/stat : 20301 (java) S 20288 20290 16972 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 117740667 834441216 99511 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20302] ppid=20288 vsize=814884 CPUtime=0
/proc/20290/task/20302/stat : 20302 (java) S 20288 20290 16972 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 117740667 834441216 99511 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.55
Current children cumulated vsize (KiB) 814884

[startup+25.5012 s]
/proc/loadavg: 2.17 2.03 2.01 4/95 20302
/proc/meminfo: memFree=417048/2055920 swapFree=4181452/4192956
[pid=20290] ppid=20288 vsize=814884 CPUtime=27.49
/proc/20290/stat : 20290 (java) S 20288 20290 16972 0 -1 0 188928 0 1 0 2653 96 0 0 18 0 12 0 117740659 834441216 168345 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20290/statm: 203721 168345 1364 9 0 201083 0
[pid=20290/tid=20292] ppid=20288 vsize=814884 CPUtime=11.65
/proc/20290/task/20292/stat : 20292 (java) S 20288 20290 16972 0 -1 64 23188 0 1 0 1151 14 0 0 17 0 12 0 117740660 834441216 168345 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20293] ppid=20288 vsize=814884 CPUtime=5.64
/proc/20290/task/20293/stat : 20293 (java) R 20288 20290 16972 0 -1 64 69524 0 0 0 530 34 0 0 16 0 12 0 117740661 834441216 168345 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20294] ppid=20288 vsize=814884 CPUtime=5.86
/proc/20290/task/20294/stat : 20294 (java) R 20288 20290 16972 0 -1 64 82641 0 0 0 547 39 0 0 16 0 12 0 117740661 834441216 168345 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20295] ppid=20288 vsize=814884 CPUtime=2.91
/proc/20290/task/20295/stat : 20295 (java) S 20288 20290 16972 0 -1 64 7817 0 0 0 287 4 0 0 19 0 12 0 117740663 834441216 168345 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20290/tid=20296] ppid=20288 vsize=814884 CPUtime=0
/proc/20290/task/20296/stat : 20296 (java) S 20288 20290 16972 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 117740663 834441216 168345 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20297] ppid=20288 vsize=814884 CPUtime=0
/proc/20290/task/20297/stat : 20297 (java) S 20288 20290 16972 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117740663 834441216 168345 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20298] ppid=20288 vsize=814884 CPUtime=0
/proc/20290/task/20298/stat : 20298 (java) S 20288 20290 16972 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117740667 834441216 168345 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=20290/tid=20301] ppid=20288 vsize=830888 CPUtime=0
/proc/20290/task/20301/stat : 20301 (java) S 20288 20290 16972 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 117740667 850829312 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20302] ppid=20288 vsize=830888 CPUtime=0
/proc/20290/task/20302/stat : 20302 (java) S 20288 20290 16972 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 117740667 850829312 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 78.86
Current children cumulated vsize (KiB) 830888

[startup+83.103 s]
/proc/loadavg: 2.14 2.04 2.01 3/94 20610
/proc/meminfo: memFree=1089568/2055920 swapFree=4181452/4192956
[pid=20290] ppid=20288 vsize=846888 CPUtime=85.25
/proc/20290/stat : 20290 (java) S 20288 20290 16972 0 -1 0 428730 0 1 0 8301 224 0 0 18 0 12 0 117740659 867213312 181019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20290/statm: 211722 181019 1364 9 0 209084 0
[pid=20290/tid=20292] ppid=20288 vsize=846888 CPUtime=13.68
/proc/20290/task/20292/stat : 20292 (java) S 20288 20290 16972 0 -1 64 23207 0 1 0 1354 14 0 0 17 0 12 0 117740660 867213312 181019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20293] ppid=20288 vsize=846888 CPUtime=6.18
/proc/20290/task/20293/stat : 20293 (java) S 20288 20290 16972 0 -1 64 70324 0 0 0 584 34 0 0 16 0 12 0 117740661 867213312 181019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20294] ppid=20288 vsize=846888 CPUtime=6.38
/proc/20290/task/20294/stat : 20294 (java) S 20288 20290 16972 0 -1 64 82641 0 0 0 599 39 0 0 16 0 12 0 117740661 867213312 181019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20295] ppid=20288 vsize=846888 CPUtime=57.56
/proc/20290/task/20295/stat : 20295 (java) R 20288 20290 16972 0 -1 64 246800 0 0 0 5625 131 0 0 25 0 12 0 117740663 867213312 181019 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20296] ppid=20288 vsize=846888 CPUtime=0
/proc/20290/task/20296/stat : 20296 (java) S 20288 20290 16972 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 117740663 867213312 181019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20297] ppid=20288 vsize=846888 CPUtime=0
/proc/20290/task/20297/stat : 20297 (java) S 20288 20290 16972 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117740663 867213312 181019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20298] ppid=20288 vsize=846888 CPUtime=0
/proc/20290/task/20298/stat : 20298 (java) S 20288 20290 16972 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117740667 867213312 181019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20299] ppid=20288 vsize=846888 CPUtime=0.68
/proc/20290/task/20299/stat : 20299 (java) S 20288 20290 16972 0 -1 64 2082 0 0 0 68 0 0 0 16 0 12 0 117740667 867213312 181019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20300] ppid=20288 vsize=846888 CPUtime=0.69
/proc/20290/task/20300/stat : 20300 (java) S 20288 20290 16972 0 -1 64 2912 0 0 0 68 1 0 0 16 0 12 0 117740667 867213312 181019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20301] ppid=20288 vsize=846888 CPUtime=0
/proc/20290/task/20301/stat : 20301 (java) S 20288 20290 16972 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 117740667 867213312 181019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20302] ppid=20288 vsize=846888 CPUtime=0
/proc/20290/task/20302/stat : 20302 (java) S 20288 20290 16972 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 117740667 867213312 181019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 85.25
Current children cumulated vsize (KiB) 846888

[startup+86.3013 s]
/proc/loadavg: 2.13 2.04 2.01 3/94 20610
/proc/meminfo: memFree=1089632/2055920 swapFree=4181452/4192956
[pid=20290] ppid=20288 vsize=822888 CPUtime=88.45
/proc/20290/stat : 20290 (java) S 20288 20290 16972 0 -1 0 448241 0 1 0 8612 233 0 0 18 0 12 0 117740659 842637312 175019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20290/statm: 205722 175019 1364 9 0 203084 0
[pid=20290/tid=20292] ppid=20288 vsize=822888 CPUtime=13.68
/proc/20290/task/20292/stat : 20292 (java) S 20288 20290 16972 0 -1 64 23208 0 1 0 1354 14 0 0 17 0 12 0 117740660 842637312 175019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20293] ppid=20288 vsize=822888 CPUtime=6.18
/proc/20290/task/20293/stat : 20293 (java) S 20288 20290 16972 0 -1 64 70324 0 0 0 584 34 0 0 16 0 12 0 117740661 842637312 175019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20294] ppid=20288 vsize=822888 CPUtime=6.38
/proc/20290/task/20294/stat : 20294 (java) S 20288 20290 16972 0 -1 64 82641 0 0 0 599 39 0 0 16 0 12 0 117740661 842637312 175019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20295] ppid=20288 vsize=822888 CPUtime=60.76
/proc/20290/task/20295/stat : 20295 (java) R 20288 20290 16972 0 -1 64 266310 0 0 0 5936 140 0 0 25 0 12 0 117740663 842637312 175019 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20296] ppid=20288 vsize=822888 CPUtime=0
/proc/20290/task/20296/stat : 20296 (java) S 20288 20290 16972 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 117740663 842637312 175019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20297] ppid=20288 vsize=822888 CPUtime=0
/proc/20290/task/20297/stat : 20297 (java) S 20288 20290 16972 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117740663 842637312 175019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20298] ppid=20288 vsize=822888 CPUtime=0
/proc/20290/task/20298/stat : 20298 (java) S 20288 20290 16972 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117740667 842637312 175019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20299] ppid=20288 vsize=822888 CPUtime=0.68
/proc/20290/task/20299/stat : 20299 (java) S 20288 20290 16972 0 -1 64 2082 0 0 0 68 0 0 0 16 0 12 0 117740667 842637312 175019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20300] ppid=20288 vsize=822888 CPUtime=0.69
/proc/20290/task/20300/stat : 20300 (java) S 20288 20290 16972 0 -1 64 2912 0 0 0 68 1 0 0 16 0 12 0 117740667 842637312 175019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20301] ppid=20288 vsize=822888 CPUtime=0
/proc/20290/task/20301/stat : 20301 (java) S 20288 20290 16972 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 117740667 842637312 175019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20302] ppid=20288 vsize=822888 CPUtime=0
/proc/20290/task/20302/stat : 20302 (java) S 20288 20290 16972 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 117740667 842637312 175019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 88.45
Current children cumulated vsize (KiB) 822888

[startup+89.5027 s]
/proc/loadavg: 2.12 2.04 2.01 3/94 20610
/proc/meminfo: memFree=1105632/2055920 swapFree=4181452/4192956
[pid=20290] ppid=20288 vsize=830888 CPUtime=91.65
/proc/20290/stat : 20290 (java) S 20288 20290 16972 0 -1 0 460000 0 1 0 8927 238 0 0 18 0 12 0 117740659 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20290/statm: 207722 177020 1365 9 0 205084 0
[pid=20290/tid=20292] ppid=20288 vsize=830888 CPUtime=13.68
/proc/20290/task/20292/stat : 20292 (java) S 20288 20290 16972 0 -1 64 23211 0 1 0 1354 14 0 0 16 0 12 0 117740660 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20293] ppid=20288 vsize=830888 CPUtime=6.18
/proc/20290/task/20293/stat : 20293 (java) S 20288 20290 16972 0 -1 64 70324 0 0 0 584 34 0 0 16 0 12 0 117740661 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20294] ppid=20288 vsize=830888 CPUtime=6.38
/proc/20290/task/20294/stat : 20294 (java) S 20288 20290 16972 0 -1 64 82641 0 0 0 599 39 0 0 16 0 12 0 117740661 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20295] ppid=20288 vsize=830888 CPUtime=63.96
/proc/20290/task/20295/stat : 20295 (java) R 20288 20290 16972 0 -1 64 278066 0 0 0 6251 145 0 0 25 0 12 0 117740663 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20296] ppid=20288 vsize=830888 CPUtime=0
/proc/20290/task/20296/stat : 20296 (java) S 20288 20290 16972 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 117740663 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20297] ppid=20288 vsize=830888 CPUtime=0
/proc/20290/task/20297/stat : 20297 (java) S 20288 20290 16972 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117740663 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20298] ppid=20288 vsize=830888 CPUtime=0
/proc/20290/task/20298/stat : 20298 (java) S 20288 20290 16972 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117740667 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20299] ppid=20288 vsize=830888 CPUtime=0.68
/proc/20290/task/20299/stat : 20299 (java) S 20288 20290 16972 0 -1 64 2082 0 0 0 68 0 0 0 16 0 12 0 117740667 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20300] ppid=20288 vsize=830888 CPUtime=0.69
/proc/20290/task/20300/stat : 20300 (java) S 20288 20290 16972 0 -1 64 2912 0 0 0 68 1 0 0 16 0 12 0 117740667 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20301] ppid=20288 vsize=830888 CPUtime=0
/proc/20290/task/20301/stat : 20301 (java) S 20288 20290 16972 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 117740667 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20302] ppid=20288 vsize=830888 CPUtime=0
/proc/20290/task/20302/stat : 20302 (java) S 20288 20290 16972 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 117740667 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 91.65
Current children cumulated vsize (KiB) 830888

[startup+90.3028 s]
/proc/loadavg: 2.12 2.04 2.01 3/94 20610
/proc/meminfo: memFree=1105632/2055920 swapFree=4181452/4192956
[pid=20290] ppid=20288 vsize=830888 CPUtime=92.45
/proc/20290/stat : 20290 (java) S 20288 20290 16972 0 -1 0 460000 0 1 0 9007 238 0 0 18 0 12 0 117740659 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20290/statm: 207722 177020 1365 9 0 205084 0
[pid=20290/tid=20292] ppid=20288 vsize=830888 CPUtime=13.68
/proc/20290/task/20292/stat : 20292 (java) S 20288 20290 16972 0 -1 64 23211 0 1 0 1354 14 0 0 16 0 12 0 117740660 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20293] ppid=20288 vsize=830888 CPUtime=6.18
/proc/20290/task/20293/stat : 20293 (java) S 20288 20290 16972 0 -1 64 70324 0 0 0 584 34 0 0 16 0 12 0 117740661 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20294] ppid=20288 vsize=830888 CPUtime=6.38
/proc/20290/task/20294/stat : 20294 (java) S 20288 20290 16972 0 -1 64 82641 0 0 0 599 39 0 0 16 0 12 0 117740661 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20295] ppid=20288 vsize=830888 CPUtime=64.76
/proc/20290/task/20295/stat : 20295 (java) R 20288 20290 16972 0 -1 64 278066 0 0 0 6331 145 0 0 25 0 12 0 117740663 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20296] ppid=20288 vsize=830888 CPUtime=0
/proc/20290/task/20296/stat : 20296 (java) S 20288 20290 16972 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 117740663 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20297] ppid=20288 vsize=830888 CPUtime=0
/proc/20290/task/20297/stat : 20297 (java) S 20288 20290 16972 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117740663 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20298] ppid=20288 vsize=830888 CPUtime=0
/proc/20290/task/20298/stat : 20298 (java) S 20288 20290 16972 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117740667 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20299] ppid=20288 vsize=830888 CPUtime=0.68
/proc/20290/task/20299/stat : 20299 (java) S 20288 20290 16972 0 -1 64 2082 0 0 0 68 0 0 0 16 0 12 0 117740667 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20300] ppid=20288 vsize=830888 CPUtime=0.69
/proc/20290/task/20300/stat : 20300 (java) S 20288 20290 16972 0 -1 64 2912 0 0 0 68 1 0 0 16 0 12 0 117740667 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20301] ppid=20288 vsize=830888 CPUtime=0
/proc/20290/task/20301/stat : 20301 (java) S 20288 20290 16972 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 117740667 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20302] ppid=20288 vsize=830888 CPUtime=0
/proc/20290/task/20302/stat : 20302 (java) S 20288 20290 16972 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 117740667 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 92.45
Current children cumulated vsize (KiB) 830888

[startup+90.7029 s]
/proc/loadavg: 2.12 2.04 2.01 3/94 20610
/proc/meminfo: memFree=1105632/2055920 swapFree=4181452/4192956
[pid=20290] ppid=20288 vsize=830888 CPUtime=92.85
/proc/20290/stat : 20290 (java) S 20288 20290 16972 0 -1 0 460000 0 1 0 9047 238 0 0 18 0 12 0 117740659 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20290/statm: 207722 177020 1365 9 0 205084 0
[pid=20290/tid=20292] ppid=20288 vsize=830888 CPUtime=13.68
/proc/20290/task/20292/stat : 20292 (java) S 20288 20290 16972 0 -1 64 23211 0 1 0 1354 14 0 0 16 0 12 0 117740660 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20293] ppid=20288 vsize=830888 CPUtime=6.18
/proc/20290/task/20293/stat : 20293 (java) S 20288 20290 16972 0 -1 64 70324 0 0 0 584 34 0 0 16 0 12 0 117740661 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20294] ppid=20288 vsize=830888 CPUtime=6.38
/proc/20290/task/20294/stat : 20294 (java) S 20288 20290 16972 0 -1 64 82641 0 0 0 599 39 0 0 16 0 12 0 117740661 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20295] ppid=20288 vsize=830888 CPUtime=65.16
/proc/20290/task/20295/stat : 20295 (java) R 20288 20290 16972 0 -1 64 278066 0 0 0 6371 145 0 0 25 0 12 0 117740663 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20296] ppid=20288 vsize=830888 CPUtime=0
/proc/20290/task/20296/stat : 20296 (java) S 20288 20290 16972 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 117740663 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20297] ppid=20288 vsize=830888 CPUtime=0
/proc/20290/task/20297/stat : 20297 (java) S 20288 20290 16972 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117740663 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20298] ppid=20288 vsize=830888 CPUtime=0
/proc/20290/task/20298/stat : 20298 (java) S 20288 20290 16972 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117740667 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20299] ppid=20288 vsize=830888 CPUtime=0.68
/proc/20290/task/20299/stat : 20299 (java) S 20288 20290 16972 0 -1 64 2082 0 0 0 68 0 0 0 16 0 12 0 117740667 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20300] ppid=20288 vsize=830888 CPUtime=0.69
/proc/20290/task/20300/stat : 20300 (java) S 20288 20290 16972 0 -1 64 2912 0 0 0 68 1 0 0 16 0 12 0 117740667 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20301] ppid=20288 vsize=830888 CPUtime=0
/proc/20290/task/20301/stat : 20301 (java) S 20288 20290 16972 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 117740667 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20290/tid=20302] ppid=20288 vsize=830888 CPUtime=0
/proc/20290/task/20302/stat : 20302 (java) S 20288 20290 16972 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 117740667 850829312 177020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 92.85
Current children cumulated vsize (KiB) 830888

[startup+91.1029 s]
/proc/loadavg: 2.12 2.04 2.01 3/94 20610
/proc/meminfo: memFree=1105632/2055920 swapFree=4181452/4192956
[pid=20290] ppid=20288 vsize=0 CPUtime=93.24
/proc/20290/stat : 20290 (java) Z 20288 20290 16972 0 -1 12 460013 0 1 0 9085 239 0 0 16 0 2 0 117740659 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20290/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 93.24
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 91.195
CPU time (s): 93.3408
CPU user time (s): 90.8572
CPU system time (s): 2.48362
CPU usage (%): 102.353
Max. virtual memory (cumulated for all children) (KiB): 862892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 90.8572
system time used= 2.48362
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 460013
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= 2960
involuntary context switches= 3777

runsolver used 0.143978 second user time and 0.368943 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-03 05:54:56
IDJOB=1052743
IDBENCH=55993
IDSOLVER=344
FILE ID=node73/1052743-1215057296
PBS_JOBID= 7875032
Free space on /tmp= 66532 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/bddSmall/normalized-bdd-21-133-18-78-5_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-1052743-1215057296/watcher-1052743-1215057296 -o /tmp/evaluation-result-1052743-1215057296/solver-1052743-1215057296 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1052743-1215057296.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3f3857850da57279fca201746d0d31de
RANDOM SEED=903903881

node73.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.230
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.230
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:       1077528 kB
Buffers:         23036 kB
Cached:         139216 kB
SwapCached:       5300 kB
Active:         852552 kB
Inactive:        57712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1077528 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:            3360 kB
Writeback:           0 kB
Mapped:         764916 kB
Slab:            51744 kB
Committed_AS:  1031776 kB
PageTables:       3368 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 node73 at 2008-07-03 05:56:28