Trace number 1047303

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? 100.806 99.7494

General information on the benchmark

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

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-1047303-1215039625/watcher-1047303-1215039625 -o /tmp/evaluation-result-1047303-1215039625/solver-1047303-1215039625 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1047303-1215039625.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.74 0.67 0.24 3/82 8902
/proc/meminfo: memFree=812080/2055920 swapFree=4120820/4192956
[pid=8902] ppid=8900 vsize=1804 CPUtime=0
/proc/8902/stat : 8902 (java) D 8900 8902 8739 0 -1 0 361 0 0 0 0 0 0 0 18 0 1 0 1292208375 1847296 163 996147200 134512640 134550740 4294956032 18446744073709551615 7619364 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/8902/statm: 451 163 118 9 0 93 0

[startup+0.112383 s]
/proc/loadavg: 1.74 0.67 0.24 3/82 8902
/proc/meminfo: memFree=812080/2055920 swapFree=4120820/4192956
[pid=8902] ppid=8900 vsize=804612 CPUtime=0.09
/proc/8902/stat : 8902 (java) S 8900 8902 8739 0 -1 0 3011 0 1 0 7 2 0 0 18 0 12 0 1292208375 823922688 2744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8902/statm: 201153 2744 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.202356 s]
/proc/loadavg: 1.74 0.67 0.24 3/82 8902
/proc/meminfo: memFree=812080/2055920 swapFree=4120820/4192956
[pid=8902] ppid=8900 vsize=808852 CPUtime=0.18
/proc/8902/stat : 8902 (java) S 8900 8902 8739 0 -1 0 4469 0 1 0 15 3 0 0 18 0 12 0 1292208375 828264448 3855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8902/statm: 202213 3855 1282 9 0 199582 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 808852

[startup+0.302377 s]
/proc/loadavg: 1.74 0.67 0.24 3/82 8902
/proc/meminfo: memFree=812080/2055920 swapFree=4120820/4192956
[pid=8902] ppid=8900 vsize=808276 CPUtime=0.28
/proc/8902/stat : 8902 (java) S 8900 8902 8739 0 -1 0 4856 0 1 0 25 3 0 0 18 0 12 0 1292208375 827674624 4183 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8902/statm: 202069 4183 1297 9 0 199438 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+0.702464 s]
/proc/loadavg: 1.74 0.67 0.24 3/82 8902
/proc/meminfo: memFree=812080/2055920 swapFree=4120820/4192956
[pid=8902] ppid=8900 vsize=808304 CPUtime=0.68
/proc/8902/stat : 8902 (java) S 8900 8902 8739 0 -1 0 6334 0 1 0 63 5 0 0 18 0 12 0 1292208375 827703296 5462 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8902/statm: 202076 5462 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808304

[startup+1.50161 s]
/proc/loadavg: 1.74 0.67 0.24 4/94 8914
/proc/meminfo: memFree=780880/2055920 swapFree=4120820/4192956
[pid=8902] ppid=8900 vsize=812784 CPUtime=1.47
/proc/8902/stat : 8902 (java) S 8900 8902 8739 0 -1 0 10650 0 1 0 139 8 0 0 18 0 12 0 1292208375 832290816 8156 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8902/statm: 203196 8156 1349 9 0 200558 0
[pid=8902/tid=8903] ppid=8900 vsize=812784 CPUtime=0.64
/proc/8902/task/8903/stat : 8903 (java) R 8900 8902 8739 0 -1 64 5381 0 1 0 59 5 0 0 20 0 12 0 1292208376 832290816 8156 996147200 134512640 134550740 4294956032 18446744073709551615 4109219198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8905] ppid=8900 vsize=812784 CPUtime=0
/proc/8902/task/8905/stat : 8905 (java) S 8900 8902 8739 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1292208377 832290816 8156 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8906] ppid=8900 vsize=812784 CPUtime=0
/proc/8902/task/8906/stat : 8906 (java) S 8900 8902 8739 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1292208377 832290816 8156 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8907] ppid=8900 vsize=812784 CPUtime=0
/proc/8902/task/8907/stat : 8907 (java) S 8900 8902 8739 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1292208379 832290816 8156 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8908] ppid=8900 vsize=812784 CPUtime=0
/proc/8902/task/8908/stat : 8908 (java) S 8900 8902 8739 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1292208380 832290816 8156 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8909] ppid=8900 vsize=812784 CPUtime=0
/proc/8902/task/8909/stat : 8909 (java) S 8900 8902 8739 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1292208380 832290816 8156 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8910] ppid=8900 vsize=812784 CPUtime=0
/proc/8902/task/8910/stat : 8910 (java) S 8900 8902 8739 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1292208385 832290816 8156 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8911] ppid=8900 vsize=812784 CPUtime=0.25
/proc/8902/task/8911/stat : 8911 (java) S 8900 8902 8739 0 -1 64 644 0 0 0 25 0 0 0 16 0 12 0 1292208385 832290816 8156 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8912] ppid=8900 vsize=812784 CPUtime=0.54
/proc/8902/task/8912/stat : 8912 (java) S 8900 8902 8739 0 -1 64 3858 0 0 0 53 1 0 0 16 0 12 0 1292208385 832290816 8156 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8913] ppid=8900 vsize=812784 CPUtime=0
/proc/8902/task/8913/stat : 8913 (java) S 8900 8902 8739 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1292208385 832290816 8156 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8914] ppid=8900 vsize=812784 CPUtime=0
/proc/8902/task/8914/stat : 8914 (java) S 8900 8902 8739 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1292208385 832290816 8156 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 812784

[startup+3.10291 s]
/proc/loadavg: 1.74 0.67 0.24 4/94 8914
/proc/meminfo: memFree=764816/2055920 swapFree=4120820/4192956
[pid=8902] ppid=8900 vsize=814712 CPUtime=3.06
/proc/8902/stat : 8902 (java) S 8900 8902 8739 0 -1 0 28273 0 1 0 287 19 0 0 18 0 12 0 1292208375 834265088 25548 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8902/statm: 203678 25548 1358 9 0 201040 0
[pid=8902/tid=8903] ppid=8900 vsize=814712 CPUtime=1.58
/proc/8902/task/8903/stat : 8903 (java) R 8900 8902 8739 0 -1 64 16971 0 1 0 146 12 0 0 25 0 12 0 1292208376 834265088 25548 996147200 134512640 134550740 4294956032 18446744073709551615 4109713568 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8905] ppid=8900 vsize=814712 CPUtime=0.09
/proc/8902/task/8905/stat : 8905 (java) S 8900 8902 8739 0 -1 64 3538 0 0 0 8 1 0 0 17 0 12 0 1292208377 834265088 25548 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8906] ppid=8900 vsize=814712 CPUtime=0.1
/proc/8902/task/8906/stat : 8906 (java) S 8900 8902 8739 0 -1 64 2280 0 0 0 9 1 0 0 18 0 12 0 1292208377 834265088 25548 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8907] ppid=8900 vsize=814712 CPUtime=0
/proc/8902/task/8907/stat : 8907 (java) S 8900 8902 8739 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1292208379 834265088 25548 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8908] ppid=8900 vsize=814712 CPUtime=0
/proc/8902/task/8908/stat : 8908 (java) S 8900 8902 8739 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1292208380 834265088 25548 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8909] ppid=8900 vsize=814712 CPUtime=0
/proc/8902/task/8909/stat : 8909 (java) S 8900 8902 8739 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1292208380 834265088 25548 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8910] ppid=8900 vsize=814712 CPUtime=0
/proc/8902/task/8910/stat : 8910 (java) S 8900 8902 8739 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1292208385 834265088 25548 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8911] ppid=8900 vsize=814712 CPUtime=0.52
/proc/8902/task/8911/stat : 8911 (java) S 8900 8902 8739 0 -1 64 772 0 0 0 52 0 0 0 16 0 12 0 1292208385 834265088 25548 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8912] ppid=8900 vsize=814712 CPUtime=0.7
/proc/8902/task/8912/stat : 8912 (java) S 8900 8902 8739 0 -1 64 3920 0 0 0 69 1 0 0 16 0 12 0 1292208385 834265088 25548 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8913] ppid=8900 vsize=814712 CPUtime=0
/proc/8902/task/8913/stat : 8913 (java) S 8900 8902 8739 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1292208385 834265088 25548 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8914] ppid=8900 vsize=814712 CPUtime=0
/proc/8902/task/8914/stat : 8914 (java) S 8900 8902 8739 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1292208385 834265088 25548 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 814712

[startup+6.30155 s]
/proc/loadavg: 1.76 0.69 0.25 4/94 8914
/proc/meminfo: memFree=615760/2055920 swapFree=4120820/4192956
[pid=8902] ppid=8900 vsize=822868 CPUtime=6.35
/proc/8902/stat : 8902 (java) S 8900 8902 8739 0 -1 0 62180 0 1 0 600 35 0 0 18 0 12 0 1292208375 842616832 56640 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8902/statm: 205717 56640 1358 9 0 203079 0
[pid=8902/tid=8903] ppid=8900 vsize=822868 CPUtime=3.46
/proc/8902/task/8903/stat : 8903 (java) S 8900 8902 8739 0 -1 64 16976 0 1 0 334 12 0 0 21 0 12 0 1292208376 842616832 56640 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8905] ppid=8900 vsize=822868 CPUtime=0.77
/proc/8902/task/8905/stat : 8905 (java) R 8900 8902 8739 0 -1 64 20079 0 0 0 67 10 0 0 17 0 12 0 1292208377 842616832 56640 996147200 134512640 134550740 4294956032 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8906] ppid=8900 vsize=822868 CPUtime=0.84
/proc/8902/task/8906/stat : 8906 (java) R 8900 8902 8739 0 -1 64 19641 0 0 0 75 9 0 0 17 0 12 0 1292208377 842616832 56640 996147200 134512640 134550740 4294956032 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8907] ppid=8900 vsize=822868 CPUtime=0
/proc/8902/task/8907/stat : 8907 (java) S 8900 8902 8739 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1292208379 842616832 56640 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8908] ppid=8900 vsize=822868 CPUtime=0
/proc/8902/task/8908/stat : 8908 (java) S 8900 8902 8739 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1292208380 842616832 56640 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8909] ppid=8900 vsize=822868 CPUtime=0
/proc/8902/task/8909/stat : 8909 (java) S 8900 8902 8739 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1292208380 842616832 56640 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8910] ppid=8900 vsize=822868 CPUtime=0
/proc/8902/task/8910/stat : 8910 (java) S 8900 8902 8739 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1292208385 842616832 56640 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8911] ppid=8900 vsize=822868 CPUtime=0.52
/proc/8902/task/8911/stat : 8911 (java) S 8900 8902 8739 0 -1 64 772 0 0 0 52 0 0 0 16 0 12 0 1292208385 842616832 56640 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8912] ppid=8900 vsize=822868 CPUtime=0.7
/proc/8902/task/8912/stat : 8912 (java) S 8900 8902 8739 0 -1 64 3920 0 0 0 69 1 0 0 16 0 12 0 1292208385 842616832 56643 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8913] ppid=8900 vsize=822868 CPUtime=0
/proc/8902/task/8913/stat : 8913 (java) S 8900 8902 8739 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1292208385 842616832 56643 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8914] ppid=8900 vsize=822868 CPUtime=0
/proc/8902/task/8914/stat : 8914 (java) S 8900 8902 8739 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1292208385 842616832 56643 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 822868

[startup+12.7028 s]
/proc/loadavg: 1.86 0.73 0.27 4/94 8914
/proc/meminfo: memFree=435984/2055920 swapFree=4120820/4192956
[pid=8902] ppid=8900 vsize=822868 CPUtime=13.21
/proc/8902/stat : 8902 (java) S 8900 8902 8739 0 -1 0 104444 0 1 0 1261 60 0 0 18 0 12 0 1292208375 842616832 97791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8902/statm: 205717 97791 1358 9 0 203079 0
[pid=8902/tid=8903] ppid=8900 vsize=822868 CPUtime=6.5
/proc/8902/task/8903/stat : 8903 (java) R 8900 8902 8739 0 -1 64 16989 0 1 0 637 13 0 0 17 0 12 0 1292208376 842616832 97791 996147200 134512640 134550740 4294956032 18446744073709551615 4109713568 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8905] ppid=8900 vsize=822868 CPUtime=4.04
/proc/8902/task/8905/stat : 8905 (java) S 8900 8902 8739 0 -1 64 58423 0 0 0 371 33 0 0 18 0 12 0 1292208377 842616832 97791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8906] ppid=8900 vsize=822868 CPUtime=1.4
/proc/8902/task/8906/stat : 8906 (java) R 8900 8902 8739 0 -1 64 23548 0 0 0 129 11 0 0 20 0 12 0 1292208377 842616832 97791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8907] ppid=8900 vsize=822868 CPUtime=0
/proc/8902/task/8907/stat : 8907 (java) S 8900 8902 8739 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1292208379 842616832 97791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8908] ppid=8900 vsize=822868 CPUtime=0
/proc/8902/task/8908/stat : 8908 (java) S 8900 8902 8739 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1292208380 842616832 97791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8909] ppid=8900 vsize=822868 CPUtime=0
/proc/8902/task/8909/stat : 8909 (java) S 8900 8902 8739 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1292208380 842616832 97791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8910] ppid=8900 vsize=822868 CPUtime=0
/proc/8902/task/8910/stat : 8910 (java) S 8900 8902 8739 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1292208385 842616832 97791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8911] ppid=8900 vsize=822868 CPUtime=0.52
/proc/8902/task/8911/stat : 8911 (java) S 8900 8902 8739 0 -1 64 772 0 0 0 52 0 0 0 16 0 12 0 1292208385 842616832 97791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8912] ppid=8900 vsize=822868 CPUtime=0.7
/proc/8902/task/8912/stat : 8912 (java) S 8900 8902 8739 0 -1 64 3920 0 0 0 69 1 0 0 16 0 12 0 1292208385 842616832 97791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8913] ppid=8900 vsize=822868 CPUtime=0
/proc/8902/task/8913/stat : 8913 (java) S 8900 8902 8739 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1292208385 842616832 97791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8914] ppid=8900 vsize=822868 CPUtime=0
/proc/8902/task/8914/stat : 8914 (java) R 8900 8902 8739 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1292208385 842616832 97791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.21
Current children cumulated vsize (KiB) 822868

[startup+25.5023 s]
/proc/loadavg: 2.11 0.84 0.31 4/94 8914
/proc/meminfo: memFree=108816/2055920 swapFree=4120820/4192956
[pid=8902] ppid=8900 vsize=838872 CPUtime=25.99
/proc/8902/stat : 8902 (java) S 8900 8902 8739 0 -1 0 184196 0 1 0 2497 102 0 0 18 0 12 0 1292208375 859004928 174018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8902/statm: 209718 174018 1363 9 0 207080 0
[pid=8902/tid=8903] ppid=8900 vsize=838872 CPUtime=11.39
/proc/8902/task/8903/stat : 8903 (java) S 8900 8902 8739 0 -1 64 23155 0 1 0 1122 17 0 0 18 0 12 0 1292208376 859004928 174018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8905] ppid=8900 vsize=838872 CPUtime=9.98
/proc/8902/task/8905/stat : 8905 (java) S 8900 8902 8739 0 -1 64 124496 0 0 0 932 66 0 0 16 0 12 0 1292208377 859004928 174018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8906] ppid=8900 vsize=838872 CPUtime=1.4
/proc/8902/task/8906/stat : 8906 (java) R 8900 8902 8739 0 -1 64 23548 0 0 0 129 11 0 0 20 0 12 0 1292208377 859004928 174018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8907] ppid=8900 vsize=838872 CPUtime=1.86
/proc/8902/task/8907/stat : 8907 (java) R 8900 8902 8739 0 -1 64 7538 0 0 0 182 4 0 0 18 0 12 0 1292208379 859004928 174018 996147200 134512640 134550740 4294956032 18446744073709551615 104136517 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8908] ppid=8900 vsize=838872 CPUtime=0
/proc/8902/task/8908/stat : 8908 (java) S 8900 8902 8739 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1292208380 859004928 174018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8909] ppid=8900 vsize=838872 CPUtime=0
/proc/8902/task/8909/stat : 8909 (java) S 8900 8902 8739 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1292208380 859004928 174018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8910] ppid=8900 vsize=838872 CPUtime=0
/proc/8902/task/8910/stat : 8910 (java) S 8900 8902 8739 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1292208385 859004928 174018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=8902/tid=8913] ppid=8900 vsize=854872 CPUtime=0
/proc/8902/task/8913/stat : 8913 (java) S 8900 8902 8739 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1292208385 875388928 182989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8914] ppid=8900 vsize=854872 CPUtime=0
/proc/8902/task/8914/stat : 8914 (java) S 8900 8902 8739 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1292208385 875388928 182989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 90.69
Current children cumulated vsize (KiB) 854872

[startup+96.0029 s]
/proc/loadavg: 2.03 1.08 0.43 3/94 8985
/proc/meminfo: memFree=814864/2055920 swapFree=4120820/4192956
[pid=8902] ppid=8900 vsize=838872 CPUtime=97.08
/proc/8902/stat : 8902 (java) S 8900 8902 8739 0 -1 0 450414 0 1 0 9465 243 0 0 18 0 12 0 1292208375 859004928 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8902/statm: 209718 178989 1365 9 0 207080 0
[pid=8902/tid=8903] ppid=8900 vsize=838872 CPUtime=14
/proc/8902/task/8903/stat : 8903 (java) S 8900 8902 8739 0 -1 64 23175 0 1 0 1383 17 0 0 17 0 12 0 1292208376 859004928 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8905] ppid=8900 vsize=838872 CPUtime=10.93
/proc/8902/task/8905/stat : 8905 (java) S 8900 8902 8739 0 -1 64 125924 0 0 0 1026 67 0 0 16 0 12 0 1292208377 859004928 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8906] ppid=8900 vsize=838872 CPUtime=2.25
/proc/8902/task/8906/stat : 8906 (java) S 8900 8902 8739 0 -1 64 24452 0 0 0 213 12 0 0 16 0 12 0 1292208377 859004928 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8907] ppid=8900 vsize=838872 CPUtime=68.53
/proc/8902/task/8907/stat : 8907 (java) R 8900 8902 8739 0 -1 64 271402 0 0 0 6710 143 0 0 25 0 12 0 1292208379 859004928 178989 996147200 134512640 134550740 4294956032 18446744073709551615 104136529 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8908] ppid=8900 vsize=838872 CPUtime=0
/proc/8902/task/8908/stat : 8908 (java) S 8900 8902 8739 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1292208380 859004928 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8909] ppid=8900 vsize=838872 CPUtime=0
/proc/8902/task/8909/stat : 8909 (java) S 8900 8902 8739 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1292208380 859004928 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8910] ppid=8900 vsize=838872 CPUtime=0
/proc/8902/task/8910/stat : 8910 (java) S 8900 8902 8739 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1292208385 859004928 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8911] ppid=8900 vsize=838872 CPUtime=0.59
/proc/8902/task/8911/stat : 8911 (java) S 8900 8902 8739 0 -1 64 775 0 0 0 59 0 0 0 16 0 12 0 1292208385 859004928 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8912] ppid=8900 vsize=838872 CPUtime=0.73
/proc/8902/task/8912/stat : 8912 (java) S 8900 8902 8739 0 -1 64 3922 0 0 0 72 1 0 0 16 0 12 0 1292208385 859004928 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8913] ppid=8900 vsize=838872 CPUtime=0
/proc/8902/task/8913/stat : 8913 (java) S 8900 8902 8739 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1292208385 859004928 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8914] ppid=8900 vsize=838872 CPUtime=0
/proc/8902/task/8914/stat : 8914 (java) S 8900 8902 8739 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1292208385 859004928 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 97.08
Current children cumulated vsize (KiB) 838872

[startup+97.6013 s]
/proc/loadavg: 2.03 1.08 0.43 4/94 8995
/proc/meminfo: memFree=810320/2055920 swapFree=4120820/4192956
[pid=8902] ppid=8900 vsize=838872 CPUtime=98.68
/proc/8902/stat : 8902 (java) S 8900 8902 8739 0 -1 0 457921 0 1 0 9621 247 0 0 18 0 12 0 1292208375 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8902/statm: 209718 178990 1366 9 0 207080 0
[pid=8902/tid=8903] ppid=8900 vsize=838872 CPUtime=14
/proc/8902/task/8903/stat : 8903 (java) S 8900 8902 8739 0 -1 64 23178 0 1 0 1383 17 0 0 16 0 12 0 1292208376 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8905] ppid=8900 vsize=838872 CPUtime=10.93
/proc/8902/task/8905/stat : 8905 (java) S 8900 8902 8739 0 -1 64 125924 0 0 0 1026 67 0 0 16 0 12 0 1292208377 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8906] ppid=8900 vsize=838872 CPUtime=2.25
/proc/8902/task/8906/stat : 8906 (java) S 8900 8902 8739 0 -1 64 24452 0 0 0 213 12 0 0 16 0 12 0 1292208377 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8907] ppid=8900 vsize=838872 CPUtime=70.13
/proc/8902/task/8907/stat : 8907 (java) R 8900 8902 8739 0 -1 64 278906 0 0 0 6866 147 0 0 25 0 12 0 1292208379 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8908] ppid=8900 vsize=838872 CPUtime=0
/proc/8902/task/8908/stat : 8908 (java) S 8900 8902 8739 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1292208380 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8909] ppid=8900 vsize=838872 CPUtime=0
/proc/8902/task/8909/stat : 8909 (java) S 8900 8902 8739 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1292208380 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8910] ppid=8900 vsize=838872 CPUtime=0
/proc/8902/task/8910/stat : 8910 (java) S 8900 8902 8739 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1292208385 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8911] ppid=8900 vsize=838872 CPUtime=0.59
/proc/8902/task/8911/stat : 8911 (java) S 8900 8902 8739 0 -1 64 775 0 0 0 59 0 0 0 16 0 12 0 1292208385 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8912] ppid=8900 vsize=838872 CPUtime=0.73
/proc/8902/task/8912/stat : 8912 (java) S 8900 8902 8739 0 -1 64 3922 0 0 0 72 1 0 0 16 0 12 0 1292208385 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8913] ppid=8900 vsize=838872 CPUtime=0
/proc/8902/task/8913/stat : 8913 (java) S 8900 8902 8739 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1292208385 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8914] ppid=8900 vsize=838872 CPUtime=0
/proc/8902/task/8914/stat : 8914 (java) S 8900 8902 8739 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1292208385 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 98.68
Current children cumulated vsize (KiB) 838872

[startup+98.4024 s]
/proc/loadavg: 2.03 1.08 0.43 4/94 8995
/proc/meminfo: memFree=786064/2055920 swapFree=4120820/4192956
[pid=8902] ppid=8900 vsize=838872 CPUtime=99.48
/proc/8902/stat : 8902 (java) S 8900 8902 8739 0 -1 0 457921 0 1 0 9701 247 0 0 18 0 12 0 1292208375 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8902/statm: 209718 178990 1366 9 0 207080 0
[pid=8902/tid=8903] ppid=8900 vsize=838872 CPUtime=14
/proc/8902/task/8903/stat : 8903 (java) S 8900 8902 8739 0 -1 64 23178 0 1 0 1383 17 0 0 16 0 12 0 1292208376 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8905] ppid=8900 vsize=838872 CPUtime=10.93
/proc/8902/task/8905/stat : 8905 (java) S 8900 8902 8739 0 -1 64 125924 0 0 0 1026 67 0 0 16 0 12 0 1292208377 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8906] ppid=8900 vsize=838872 CPUtime=2.25
/proc/8902/task/8906/stat : 8906 (java) S 8900 8902 8739 0 -1 64 24452 0 0 0 213 12 0 0 16 0 12 0 1292208377 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8907] ppid=8900 vsize=838872 CPUtime=70.93
/proc/8902/task/8907/stat : 8907 (java) R 8900 8902 8739 0 -1 64 278906 0 0 0 6946 147 0 0 25 0 12 0 1292208379 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8908] ppid=8900 vsize=838872 CPUtime=0
/proc/8902/task/8908/stat : 8908 (java) S 8900 8902 8739 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1292208380 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8909] ppid=8900 vsize=838872 CPUtime=0
/proc/8902/task/8909/stat : 8909 (java) S 8900 8902 8739 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1292208380 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8910] ppid=8900 vsize=838872 CPUtime=0
/proc/8902/task/8910/stat : 8910 (java) S 8900 8902 8739 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1292208385 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8911] ppid=8900 vsize=838872 CPUtime=0.59
/proc/8902/task/8911/stat : 8911 (java) S 8900 8902 8739 0 -1 64 775 0 0 0 59 0 0 0 16 0 12 0 1292208385 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8912] ppid=8900 vsize=838872 CPUtime=0.73
/proc/8902/task/8912/stat : 8912 (java) S 8900 8902 8739 0 -1 64 3922 0 0 0 72 1 0 0 16 0 12 0 1292208385 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8913] ppid=8900 vsize=838872 CPUtime=0
/proc/8902/task/8913/stat : 8913 (java) S 8900 8902 8739 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1292208385 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8914] ppid=8900 vsize=838872 CPUtime=0
/proc/8902/task/8914/stat : 8914 (java) S 8900 8902 8739 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1292208385 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.48
Current children cumulated vsize (KiB) 838872

[startup+99.2026 s]
/proc/loadavg: 2.03 1.08 0.43 4/94 8995
/proc/meminfo: memFree=762576/2055920 swapFree=4120820/4192956
[pid=8902] ppid=8900 vsize=838872 CPUtime=100.28
/proc/8902/stat : 8902 (java) S 8900 8902 8739 0 -1 0 457921 0 1 0 9781 247 0 0 18 0 12 0 1292208375 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8902/statm: 209718 178990 1366 9 0 207080 0
[pid=8902/tid=8903] ppid=8900 vsize=838872 CPUtime=14
/proc/8902/task/8903/stat : 8903 (java) S 8900 8902 8739 0 -1 64 23178 0 1 0 1383 17 0 0 16 0 12 0 1292208376 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8905] ppid=8900 vsize=838872 CPUtime=10.93
/proc/8902/task/8905/stat : 8905 (java) S 8900 8902 8739 0 -1 64 125924 0 0 0 1026 67 0 0 16 0 12 0 1292208377 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8906] ppid=8900 vsize=838872 CPUtime=2.25
/proc/8902/task/8906/stat : 8906 (java) S 8900 8902 8739 0 -1 64 24452 0 0 0 213 12 0 0 16 0 12 0 1292208377 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8907] ppid=8900 vsize=838872 CPUtime=71.73
/proc/8902/task/8907/stat : 8907 (java) R 8900 8902 8739 0 -1 64 278906 0 0 0 7026 147 0 0 25 0 12 0 1292208379 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 106123833 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8908] ppid=8900 vsize=838872 CPUtime=0
/proc/8902/task/8908/stat : 8908 (java) S 8900 8902 8739 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1292208380 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8909] ppid=8900 vsize=838872 CPUtime=0
/proc/8902/task/8909/stat : 8909 (java) S 8900 8902 8739 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1292208380 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8910] ppid=8900 vsize=838872 CPUtime=0
/proc/8902/task/8910/stat : 8910 (java) S 8900 8902 8739 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1292208385 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8911] ppid=8900 vsize=838872 CPUtime=0.59
/proc/8902/task/8911/stat : 8911 (java) S 8900 8902 8739 0 -1 64 775 0 0 0 59 0 0 0 16 0 12 0 1292208385 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8912] ppid=8900 vsize=838872 CPUtime=0.73
/proc/8902/task/8912/stat : 8912 (java) S 8900 8902 8739 0 -1 64 3922 0 0 0 72 1 0 0 16 0 12 0 1292208385 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8913] ppid=8900 vsize=838872 CPUtime=0
/proc/8902/task/8913/stat : 8913 (java) S 8900 8902 8739 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1292208385 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8914] ppid=8900 vsize=838872 CPUtime=0
/proc/8902/task/8914/stat : 8914 (java) S 8900 8902 8739 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1292208385 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.28
Current children cumulated vsize (KiB) 838872

[startup+99.6026 s]
/proc/loadavg: 2.03 1.08 0.43 4/94 8995
/proc/meminfo: memFree=762576/2055920 swapFree=4120820/4192956
[pid=8902] ppid=8900 vsize=838872 CPUtime=100.68
/proc/8902/stat : 8902 (java) S 8900 8902 8739 0 -1 0 457921 0 1 0 9821 247 0 0 18 0 12 0 1292208375 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8902/statm: 209718 178990 1366 9 0 207080 0
[pid=8902/tid=8903] ppid=8900 vsize=838872 CPUtime=14
/proc/8902/task/8903/stat : 8903 (java) S 8900 8902 8739 0 -1 64 23178 0 1 0 1383 17 0 0 16 0 12 0 1292208376 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8905] ppid=8900 vsize=838872 CPUtime=10.93
/proc/8902/task/8905/stat : 8905 (java) S 8900 8902 8739 0 -1 64 125924 0 0 0 1026 67 0 0 16 0 12 0 1292208377 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8906] ppid=8900 vsize=838872 CPUtime=2.25
/proc/8902/task/8906/stat : 8906 (java) S 8900 8902 8739 0 -1 64 24452 0 0 0 213 12 0 0 16 0 12 0 1292208377 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8907] ppid=8900 vsize=838872 CPUtime=72.13
/proc/8902/task/8907/stat : 8907 (java) R 8900 8902 8739 0 -1 64 278906 0 0 0 7066 147 0 0 25 0 12 0 1292208379 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 105678350 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8908] ppid=8900 vsize=838872 CPUtime=0
/proc/8902/task/8908/stat : 8908 (java) S 8900 8902 8739 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1292208380 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8909] ppid=8900 vsize=838872 CPUtime=0
/proc/8902/task/8909/stat : 8909 (java) S 8900 8902 8739 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1292208380 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8910] ppid=8900 vsize=838872 CPUtime=0
/proc/8902/task/8910/stat : 8910 (java) S 8900 8902 8739 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1292208385 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8911] ppid=8900 vsize=838872 CPUtime=0.59
/proc/8902/task/8911/stat : 8911 (java) S 8900 8902 8739 0 -1 64 775 0 0 0 59 0 0 0 16 0 12 0 1292208385 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8912] ppid=8900 vsize=838872 CPUtime=0.73
/proc/8902/task/8912/stat : 8912 (java) S 8900 8902 8739 0 -1 64 3922 0 0 0 72 1 0 0 16 0 12 0 1292208385 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8902/tid=8913] ppid=8900 vsize=838872 CPUtime=0
/proc/8902/task/8913/stat : 8913 (java) S 8900 8902 8739 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1292208385 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8902/tid=8914] ppid=8900 vsize=838872 CPUtime=0
/proc/8902/task/8914/stat : 8914 (java) S 8900 8902 8739 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1292208385 859004928 178990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.68
Current children cumulated vsize (KiB) 838872

[startup+99.7027 s]
/proc/loadavg: 2.03 1.08 0.43 4/94 8995
/proc/meminfo: memFree=762576/2055920 swapFree=4120820/4192956
[pid=8902] ppid=8900 vsize=0 CPUtime=100.75
/proc/8902/stat : 8902 (java) Z 8900 8902 8739 0 -1 12 457934 0 1 0 9823 252 0 0 16 0 2 0 1292208375 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8902/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 100.75
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 99.7494
CPU time (s): 100.806
CPU user time (s): 98.2301
CPU system time (s): 2.57561
CPU usage (%): 101.059
Max. virtual memory (cumulated for all children) (KiB): 870876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 98.2301
system time used= 2.57561
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 457934
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= 1813

runsolver used 0.131979 second user time and 0.378942 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-03 01:00:25
IDJOB=1047303
IDBENCH=54141
IDSOLVER=344
FILE ID=node20/1047303-1215039625
PBS_JOBID= 7875133
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3b149b59fcb401e6a1362991696864ca
RANDOM SEED=1123618961

node20.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.263
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.263
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:        812560 kB
Buffers:         70968 kB
Cached:         277580 kB
SwapCached:      66388 kB
Active:         986084 kB
Inactive:       180656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        812560 kB
SwapTotal:     4192956 kB
SwapFree:      4120820 kB
Dirty:            1592 kB
Writeback:           0 kB
Mapped:         833784 kB
Slab:            59624 kB
Committed_AS:  3320400 kB
PageTables:       3980 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= 66540 MiB
End job on node20 at 2008-07-03 01:02:05