Trace number 1085812

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? 792.959 797.95

General information on the benchmark

Namecsp/fapp/fapp08/
normalized-fapp08-0700-10.xml
MD5SUM8d6ee339ced60fef54ae03150e03169e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark23.6924
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints7122
Maximum constraint arity2
Maximum domain size282
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7122
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.31	c That software uses the Rhino library from the Mozilla project.
0.28/0.35	c version 9.9.9.token
0.28/0.35	c sun.arch.data.model	32
0.28/0.35	c java.version	1.6.0_06
0.28/0.35	c os.name	Linux
0.28/0.35	c os.version	2.6.9-22.EL.rootsmp
0.28/0.35	c os.arch	i386
0.28/0.35	c Free memory 669864272
0.28/0.35	c Max memory 672137216
0.28/0.35	c Total memory 672137216
0.28/0.35	c Number of processors 2
0.38/0.40	c c --- Begin Solver configuration ---
0.38/0.40	c Stops conflict analysis at the first Unique Implication Point
0.38/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.40	c Learn all clauses as in MiniSAT
0.38/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.40	c Expensive reason simplification
0.38/0.40	c MiniSAT restarts strategy
0.38/0.40	c timeout=2147483s
0.38/0.40	c DB Simplification allowed=false
0.38/0.40	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-1085812-1215235698.xml
0.38/0.40	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.68	c reading domains done.
0.98/1.01	c reading variables done.
1.47/1.58	c reading predicates  done.
1.67/1.77	c reading constraints
785.72/790.68	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
788.28/793.21		at org.sat4j.core.VecInt.ensure(VecInt.java:262)
788.28/793.21		at org.sat4j.minisat.core.Solver.dimacs2internal(Solver.java:181)
788.28/793.21		at org.sat4j.minisat.core.Solver.addClause(Solver.java:302)
788.28/793.21		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(BinarySupportEncoding.java:98)
788.28/793.21		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(BinarySupportEncoding.java:52)
788.28/793.21		at org.sat4j.csp.Predicate.toClause(Predicate.java:110)
788.28/793.21		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
788.28/793.21		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
788.28/793.21		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
788.28/793.21		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
788.28/793.21		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
788.28/793.21		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
788.28/793.21		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
788.28/793.21		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
788.28/793.21		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
788.28/793.21		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
788.28/793.21		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
788.28/793.21		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
788.28/793.21		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
788.28/793.21		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
788.28/793.21		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
788.28/793.21		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
788.28/793.21		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
788.28/793.21		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
788.28/793.21		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
792.54/797.59	c starts		: 0
792.54/797.59	c conflicts		: 0
792.54/797.59	c decisions		: 0
792.54/797.59	c propagations		: 0
792.54/797.59	c inspects		: 0
792.54/797.59	c learnt literals	: 0
792.54/797.59	c learnt binary clauses	: 0
792.54/797.59	c learnt ternary clauses	: 0
792.54/797.59	c learnt clauses	: 0
792.54/797.59	c ignored clauses	: 0
792.54/797.59	c root simplifications	: 0
792.54/797.59	c removed literals (reason simplification)	: 0
792.54/797.59	c reason swapping (by a shorter reason)	: 0
792.54/797.59	c Calls to reduceDB	: 0
792.54/797.59	c speed (assignments/second)	: 0.0
792.54/797.59	c non guided choices	0
792.54/797.59	s UNKNOWN
792.54/797.59	c Total wall clock time (in seconds) : 792.808

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-1085812-1215235698/watcher-1085812-1215235698 -o /tmp/evaluation-result-1085812-1215235698/solver-1085812-1215235698 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1085812-1215235698.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.07 2.02 2.00 4/72 8117
/proc/meminfo: memFree=1735952/2055920 swapFree=4178936/4192956
[pid=8117] ppid=8115 vsize=18572 CPUtime=0
/proc/8117/stat : 8117 (runsolver) R 8115 8117 6331 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 2002540189 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 251255123239 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/8117/statm: 4643 292 257 25 0 2626 0

[startup+0.047032 s]
/proc/loadavg: 2.07 2.02 2.00 4/72 8117
/proc/meminfo: memFree=1735952/2055920 swapFree=4178936/4192956
[pid=8117] ppid=8115 vsize=801756 CPUtime=0.03
/proc/8117/stat : 8117 (java) S 8115 8117 6331 0 -1 0 2520 0 1 0 2 1 0 0 22 0 6 0 2002540189 820998144 2257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/8117/statm: 200439 2257 959 9 0 197822 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801756

[startup+0.100831 s]
/proc/loadavg: 2.07 2.02 2.00 4/72 8117
/proc/meminfo: memFree=1735952/2055920 swapFree=4178936/4192956
[pid=8117] ppid=8115 vsize=804612 CPUtime=0.08
/proc/8117/stat : 8117 (java) S 8115 8117 6331 0 -1 0 3002 0 1 0 6 2 0 0 22 0 12 0 2002540189 823922688 2735 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8117/statm: 201153 2735 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301857 s]
/proc/loadavg: 2.07 2.02 2.00 4/72 8117
/proc/meminfo: memFree=1735952/2055920 swapFree=4178936/4192956
[pid=8117] ppid=8115 vsize=808244 CPUtime=0.28
/proc/8117/stat : 8117 (java) S 8115 8117 6331 0 -1 0 4957 0 1 0 25 3 0 0 22 0 12 0 2002540189 827641856 4284 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8117/statm: 202061 4284 1298 9 0 199430 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.701894 s]
/proc/loadavg: 2.07 2.02 2.00 4/72 8117
/proc/meminfo: memFree=1735952/2055920 swapFree=4178936/4192956
[pid=8117] ppid=8115 vsize=808272 CPUtime=0.67
/proc/8117/stat : 8117 (java) S 8115 8117 6331 0 -1 0 6391 0 1 0 63 4 0 0 22 0 12 0 2002540189 827670528 5519 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8117/statm: 202068 5519 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808272

[startup+1.50198 s]
/proc/loadavg: 2.07 2.02 2.00 4/84 8129
/proc/meminfo: memFree=1718384/2055920 swapFree=4178936/4192956
[pid=8117] ppid=8115 vsize=808272 CPUtime=1.47
/proc/8117/stat : 8117 (java) S 8115 8117 6331 0 -1 0 9272 0 1 0 141 6 0 0 22 0 12 0 2002540189 827670528 7176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8117/statm: 202068 7176 1344 9 0 199430 0
[pid=8117/tid=8119] ppid=8115 vsize=808272 CPUtime=0.63
/proc/8117/task/8119/stat : 8119 (java) R 8115 8117 6331 0 -1 64 5407 0 1 0 59 4 0 0 21 0 12 0 2002540190 827670528 7176 996147200 134512640 134550740 4294956016 18446744073709551615 4109674831 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8120] ppid=8115 vsize=808272 CPUtime=0
/proc/8117/task/8120/stat : 8120 (java) S 8115 8117 6331 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 2002540191 827670528 7176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8121] ppid=8115 vsize=808272 CPUtime=0
/proc/8117/task/8121/stat : 8121 (java) S 8115 8117 6331 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 2002540191 827670528 7176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8122] ppid=8115 vsize=808272 CPUtime=0
/proc/8117/task/8122/stat : 8122 (java) S 8115 8117 6331 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 2002540193 827670528 7176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8123] ppid=8115 vsize=808272 CPUtime=0
/proc/8117/task/8123/stat : 8123 (java) S 8115 8117 6331 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 2002540194 827670528 7176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8124] ppid=8115 vsize=808272 CPUtime=0
/proc/8117/task/8124/stat : 8124 (java) S 8115 8117 6331 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 2002540194 827670528 7176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8125] ppid=8115 vsize=808272 CPUtime=0
/proc/8117/task/8125/stat : 8125 (java) S 8115 8117 6331 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 2002540198 827670528 7176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8126] ppid=8115 vsize=808272 CPUtime=0.48
/proc/8117/task/8126/stat : 8126 (java) S 8115 8117 6331 0 -1 64 1925 0 0 0 48 0 0 0 16 0 12 0 2002540198 827670528 7176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8127] ppid=8115 vsize=808272 CPUtime=0.33
/proc/8117/task/8127/stat : 8127 (java) S 8115 8117 6331 0 -1 64 1174 0 0 0 33 0 0 0 16 0 12 0 2002540198 827670528 7176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8128] ppid=8115 vsize=808272 CPUtime=0
/proc/8117/task/8128/stat : 8128 (java) S 8115 8117 6331 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2002540198 827670528 7176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8129] ppid=8115 vsize=808272 CPUtime=0
/proc/8117/task/8129/stat : 8129 (java) S 8115 8117 6331 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2002540198 827670528 7176 996147200 134512640 134550740 4294956016 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) 808272

[startup+3.10216 s]
/proc/loadavg: 2.14 2.03 2.01 4/84 8129
/proc/meminfo: memFree=1681200/2055920 swapFree=4178936/4192956
[pid=8117] ppid=8115 vsize=815720 CPUtime=3.06
/proc/8117/stat : 8117 (java) S 8115 8117 6331 0 -1 0 25229 0 1 0 292 14 0 0 22 0 12 0 2002540189 835297280 20827 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8117/statm: 203930 20827 1383 9 0 201292 0
[pid=8117/tid=8119] ppid=8115 vsize=815720 CPUtime=1.4
/proc/8117/task/8119/stat : 8119 (java) R 8115 8117 6331 0 -1 64 17177 0 1 0 130 10 0 0 25 0 12 0 2002540190 835297280 20827 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8120] ppid=8115 vsize=815720 CPUtime=0
/proc/8117/task/8120/stat : 8120 (java) S 8115 8117 6331 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 2002540191 835297280 20827 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8121] ppid=8115 vsize=815720 CPUtime=0
/proc/8117/task/8121/stat : 8121 (java) S 8115 8117 6331 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 2002540191 835297280 20827 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8122] ppid=8115 vsize=815720 CPUtime=0
/proc/8117/task/8122/stat : 8122 (java) S 8115 8117 6331 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2002540193 835297280 20827 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8123] ppid=8115 vsize=815720 CPUtime=0
/proc/8117/task/8123/stat : 8123 (java) S 8115 8117 6331 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 2002540194 835297280 20827 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8124] ppid=8115 vsize=815720 CPUtime=0
/proc/8117/task/8124/stat : 8124 (java) S 8115 8117 6331 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 2002540194 835297280 20827 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8125] ppid=8115 vsize=815720 CPUtime=0
/proc/8117/task/8125/stat : 8125 (java) S 8115 8117 6331 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 2002540198 835297280 20827 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8126] ppid=8115 vsize=815720 CPUtime=0.72
/proc/8117/task/8126/stat : 8126 (java) R 8115 8117 6331 0 -1 64 2111 0 0 0 72 0 0 0 17 0 12 0 2002540198 835297280 20827 996147200 134512640 134550740 4294956016 18446744073709551615 102082613 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8127] ppid=8115 vsize=815720 CPUtime=0.91
/proc/8117/task/8127/stat : 8127 (java) S 8115 8117 6331 0 -1 64 5175 0 0 0 89 2 0 0 16 0 12 0 2002540198 835297280 20827 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8128] ppid=8115 vsize=815720 CPUtime=0
/proc/8117/task/8128/stat : 8128 (java) S 8115 8117 6331 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2002540198 835297280 20827 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8129] ppid=8115 vsize=815720 CPUtime=0
/proc/8117/task/8129/stat : 8129 (java) S 8115 8117 6331 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2002540198 835297280 20827 996147200 134512640 134550740 4294956016 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) 815720

[startup+6.30251 s]
/proc/loadavg: 2.14 2.03 2.01 3/84 8129
/proc/meminfo: memFree=1618480/2055920 swapFree=4178936/4192956
[pid=8117] ppid=8115 vsize=817040 CPUtime=6.3
/proc/8117/stat : 8117 (java) S 8115 8117 6331 0 -1 0 35656 0 1 0 612 18 0 0 22 0 12 0 2002540189 836648960 30883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8117/statm: 204260 30883 1388 9 0 201622 0
[pid=8117/tid=8119] ppid=8115 vsize=817040 CPUtime=4.08
/proc/8117/task/8119/stat : 8119 (java) R 8115 8117 6331 0 -1 64 17311 0 1 0 398 10 0 0 25 0 12 0 2002540190 836648960 30883 996147200 134512640 134550740 4294956016 18446744073709551615 4109719545 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8120] ppid=8115 vsize=817040 CPUtime=0.2
/proc/8117/task/8120/stat : 8120 (java) S 8115 8117 6331 0 -1 64 4150 0 0 0 19 1 0 0 16 0 12 0 2002540191 836648960 30883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8121] ppid=8115 vsize=817040 CPUtime=0.23
/proc/8117/task/8121/stat : 8121 (java) S 8115 8117 6331 0 -1 64 6087 0 0 0 21 2 0 0 16 0 12 0 2002540191 836648960 30883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8122] ppid=8115 vsize=817040 CPUtime=0
/proc/8117/task/8122/stat : 8122 (java) S 8115 8117 6331 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2002540193 836648960 30883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8123] ppid=8115 vsize=817040 CPUtime=0
/proc/8117/task/8123/stat : 8123 (java) S 8115 8117 6331 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002540194 836648960 30883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8124] ppid=8115 vsize=817040 CPUtime=0
/proc/8117/task/8124/stat : 8124 (java) S 8115 8117 6331 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2002540194 836648960 30883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8125] ppid=8115 vsize=817040 CPUtime=0
/proc/8117/task/8125/stat : 8125 (java) S 8115 8117 6331 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 2002540198 836648960 30883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8126] ppid=8115 vsize=817040 CPUtime=0.75
/proc/8117/task/8126/stat : 8126 (java) S 8115 8117 6331 0 -1 64 2127 0 0 0 75 0 0 0 16 0 12 0 2002540198 836648960 30883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8127] ppid=8115 vsize=817040 CPUtime=1
/proc/8117/task/8127/stat : 8127 (java) S 8115 8117 6331 0 -1 64 5187 0 0 0 98 2 0 0 16 0 12 0 2002540198 836648960 30883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8128] ppid=8115 vsize=817040 CPUtime=0
/proc/8117/task/8128/stat : 8128 (java) S 8115 8117 6331 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2002540198 836648960 30883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8129] ppid=8115 vsize=817040 CPUtime=0
/proc/8117/task/8129/stat : 8129 (java) S 8115 8117 6331 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2002540198 836648960 30883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 817040

[startup+12.7022 s]
/proc/loadavg: 2.13 2.03 2.01 2/82 8130
/proc/meminfo: memFree=1598736/2055920 swapFree=4178936/4192956
[pid=8117] ppid=8115 vsize=815760 CPUtime=12.75
/proc/8117/stat : 8117 (java) S 8115 8117 6331 0 -1 0 41789 0 1 0 1254 21 0 0 22 0 12 0 2002540189 835338240 36464 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8117/statm: 203940 36464 1389 9 0 201302 0
[pid=8117/tid=8119] ppid=8115 vsize=815760 CPUtime=9.93
/proc/8117/task/8119/stat : 8119 (java) R 8115 8117 6331 0 -1 64 17335 0 1 0 983 10 0 0 25 0 12 0 2002540190 835338240 36464 996147200 134512640 134550740 4294956016 18446744073709551615 4109934316 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8117/tid=8120] ppid=8115 vsize=815760 CPUtime=0.35
/proc/8117/task/8120/stat : 8120 (java) S 8115 8117 6331 0 -1 64 6785 0 0 0 33 2 0 0 16 0 12 0 2002540191 835338240 36464 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8121] ppid=8115 vsize=815760 CPUtime=0.36
/proc/8117/task/8121/stat : 8121 (java) S 8115 8117 6331 0 -1 64 9546 0 0 0 33 3 0 0 16 0 12 0 2002540191 835338240 36464 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8117/tid=8122] ppid=8115 vsize=815760 CPUtime=0.01
/proc/8117/task/8122/stat : 8122 (java) S 8115 8117 6331 0 -1 64 30 0 0 0 1 0 0 0 16 0 12 0 2002540193 835338240 36464 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8123] ppid=8115 vsize=815760 CPUtime=0
/proc/8117/task/8123/stat : 8123 (java) S 8115 8117 6331 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002540194 835338240 36464 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8124] ppid=8115 vsize=815760 CPUtime=0
/proc/8117/task/8124/stat : 8124 (java) S 8115 8117 6331 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2002540194 835338240 36464 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8125] ppid=8115 vsize=815760 CPUtime=0
/proc/8117/task/8125/stat : 8125 (java) S 8115 8117 6331 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 2002540198 835338240 36464 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8126] ppid=8115 vsize=815760 CPUtime=0.86
/proc/8117/task/8126/stat : 8126 (java) S 8115 8117 6331 0 -1 64 2132 0 0 0 86 0 0 0 17 0 12 0 2002540198 835338240 36464 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8127] ppid=8115 vsize=815760 CPUtime=1.16
/proc/8117/task/8127/stat : 8127 (java) S 8115 8117 6331 0 -1 64 5197 0 0 0 114 2 0 0 16 0 12 0 2002540198 835338240 36464 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8117/tid=8128] ppid=8115 vsize=815760 CPUtime=0
/proc/8117/task/8128/stat : 8128 (java) S 8115 8117 6331 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2002540198 835338240 36464 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8129] ppid=8115 vsize=815760 CPUtime=0
/proc/8117/task/8129/stat : 8129 (java) S 8115 8117 6331 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2002540198 835338240 36464 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.75
Current children cumulated vsize (KiB) 815760

[startup+25.5026 s]
/proc/loadavg: 2.03 2.01 2.00 4/94 8178
/proc/meminfo: memFree=1486960/2055920 swapFree=4178936/4192956
[pid=8117] ppid=8115 vsize=815760 CPUtime=25.55
/proc/8117/stat : 8117 (java) S 8115 8117 6331 0 -1 0 50026 0 1 0 2531 24 0 0 22 0 12 0 2002540189 835338240 44338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8117/statm: 203940 44338 1389 9 0 201302 0
[pid=8117/tid=8119] ppid=8115 vsize=815760 CPUtime=22.5
/proc/8117/task/8119/stat : 8119 (java) R 8115 8117 6331 0 -1 64 17359 0 1 0 2240 10 0 0 25 0 12 0 2002540190 835338240 44338 996147200 134512640 134550740 4294956016 18446744073709551615 4109984653 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8117/tid=8120] ppid=8115 vsize=815760 CPUtime=0.43
/proc/8117/task/8120/stat : 8120 (java) S 8115 8117 6331 0 -1 64 11117 0 0 0 39 4 0 0 16 0 12 0 2002540191 835338240 44338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8117/tid=8121] ppid=8115 vsize=815760 CPUtime=0.46
/proc/8117/task/8121/stat : 8121 (java) S 8115 8117 6331 0 -1 64 13426 0 0 0 41 5 0 0 16 0 12 0 2002540191 835338240 44338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8117/tid=8122] ppid=8115 vsize=815760 CPUtime=0.01
/proc/8117/task/8122/stat : 8122 (java) S 8115 8117 6331 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 2002540193 835338240 44338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8117/tid=8123] ppid=8115 vsize=815760 CPUtime=0
/proc/8117/task/8123/stat : 8123 (java) S 8115 8117 6331 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002540194 835338240 44338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8124] ppid=8115 vsize=815760 CPUtime=0
/proc/8117/task/8124/stat : 8124 (java) S 8115 8117 6331 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2002540194 835338240 44338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8125] ppid=8115 vsize=815760 CPUtime=0
/proc/8117/task/8125/stat : 8125 (java) S 8115 8117 6331 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 2002540198 835338240 44338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+787.101 s]
/proc/loadavg: 2.00 2.11 2.08 3/93 8221
/proc/meminfo: memFree=567088/2055920 swapFree=4178936/4192956
[pid=8117] ppid=8115 vsize=816784 CPUtime=782.25
/proc/8117/stat : 8117 (java) S 8115 8117 6331 0 -1 0 451355 0 1 0 77987 238 0 0 22 0 12 0 2002540189 836386816 173631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8117/statm: 204196 173631 1401 9 0 201558 0
[pid=8117/tid=8119] ppid=8115 vsize=816784 CPUtime=298.33
/proc/8117/task/8119/stat : 8119 (java) S 8115 8117 6331 0 -1 64 18158 0 1 0 29811 22 0 0 16 0 12 0 2002540190 836386816 173631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8120] ppid=8115 vsize=816784 CPUtime=3.21
/proc/8117/task/8120/stat : 8120 (java) S 8115 8117 6331 0 -1 64 72436 0 0 0 293 28 0 0 15 0 12 0 2002540191 836386816 173631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8121] ppid=8115 vsize=816784 CPUtime=3.3
/proc/8117/task/8121/stat : 8121 (java) S 8115 8117 6331 0 -1 64 81515 0 0 0 297 33 0 0 16 0 12 0 2002540191 836386816 173631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8122] ppid=8115 vsize=816784 CPUtime=474.78
/proc/8117/task/8122/stat : 8122 (java) R 8115 8117 6331 0 -1 64 271002 0 0 0 47329 149 0 0 25 0 12 0 2002540193 836386816 173631 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8123] ppid=8115 vsize=816784 CPUtime=0
/proc/8117/task/8123/stat : 8123 (java) S 8115 8117 6331 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002540194 836386816 173631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8124] ppid=8115 vsize=816784 CPUtime=0
/proc/8117/task/8124/stat : 8124 (java) S 8115 8117 6331 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2002540194 836386816 173631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8125] ppid=8115 vsize=816784 CPUtime=0
/proc/8117/task/8125/stat : 8125 (java) S 8115 8117 6331 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 2002540198 836386816 173631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8126] ppid=8115 vsize=816784 CPUtime=1.08
/proc/8117/task/8126/stat : 8126 (java) S 8115 8117 6331 0 -1 64 2145 0 0 0 108 0 0 0 16 0 12 0 2002540198 836386816 173631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8127] ppid=8115 vsize=816784 CPUtime=1.48
/proc/8117/task/8127/stat : 8127 (java) S 8115 8117 6331 0 -1 64 5334 0 0 0 146 2 0 0 16 0 12 0 2002540198 836386816 173631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8128] ppid=8115 vsize=816784 CPUtime=0
/proc/8117/task/8128/stat : 8128 (java) S 8115 8117 6331 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2002540198 836386816 173631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8129] ppid=8115 vsize=816784 CPUtime=0
/proc/8117/task/8129/stat : 8129 (java) S 8115 8117 6331 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 2002540198 836386816 173631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 782.25
Current children cumulated vsize (KiB) 816784

[startup+793.503 s]
/proc/loadavg: 2.00 2.11 2.08 3/93 8221
/proc/meminfo: memFree=567088/2055920 swapFree=4178936/4192956
[pid=8117] ppid=8115 vsize=819112 CPUtime=788.58
/proc/8117/stat : 8117 (java) S 8115 8117 6331 0 -1 0 456878 0 1 0 78618 240 0 0 22 0 13 0 2002540189 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8117/statm: 204778 174141 1402 9 0 202140 0
[pid=8117/tid=8119] ppid=8115 vsize=819112 CPUtime=298.34
/proc/8117/task/8119/stat : 8119 (java) S 8115 8117 6331 0 -1 64 18168 0 1 0 29812 22 0 0 17 0 13 0 2002540190 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8120] ppid=8115 vsize=819112 CPUtime=3.21
/proc/8117/task/8120/stat : 8120 (java) S 8115 8117 6331 0 -1 64 72436 0 0 0 293 28 0 0 15 0 13 0 2002540191 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8121] ppid=8115 vsize=819112 CPUtime=3.3
/proc/8117/task/8121/stat : 8121 (java) S 8115 8117 6331 0 -1 64 81515 0 0 0 297 33 0 0 16 0 13 0 2002540191 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8122] ppid=8115 vsize=819112 CPUtime=481.11
/proc/8117/task/8122/stat : 8122 (java) R 8115 8117 6331 0 -1 64 276511 0 0 0 47960 151 0 0 25 0 13 0 2002540193 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 105677759 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8123] ppid=8115 vsize=819112 CPUtime=0
/proc/8117/task/8123/stat : 8123 (java) S 8115 8117 6331 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2002540194 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8124] ppid=8115 vsize=819112 CPUtime=0
/proc/8117/task/8124/stat : 8124 (java) S 8115 8117 6331 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2002540194 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8125] ppid=8115 vsize=819112 CPUtime=0
/proc/8117/task/8125/stat : 8125 (java) S 8115 8117 6331 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 2002540198 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8126] ppid=8115 vsize=819112 CPUtime=1.08
/proc/8117/task/8126/stat : 8126 (java) S 8115 8117 6331 0 -1 64 2145 0 0 0 108 0 0 0 16 0 13 0 2002540198 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8127] ppid=8115 vsize=819112 CPUtime=1.48
/proc/8117/task/8127/stat : 8127 (java) S 8115 8117 6331 0 -1 64 5334 0 0 0 146 2 0 0 16 0 13 0 2002540198 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8128] ppid=8115 vsize=819112 CPUtime=0
/proc/8117/task/8128/stat : 8128 (java) S 8115 8117 6331 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2002540198 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8129] ppid=8115 vsize=819112 CPUtime=0
/proc/8117/task/8129/stat : 8129 (java) S 8115 8117 6331 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 2002540198 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 788.58
Current children cumulated vsize (KiB) 819112

[startup+795.103 s]
/proc/loadavg: 2.00 2.11 2.08 3/94 8222
/proc/meminfo: memFree=567080/2055920 swapFree=4178936/4192956
[pid=8117] ppid=8115 vsize=817108 CPUtime=790.17
/proc/8117/stat : 8117 (java) S 8115 8117 6331 0 -1 0 457381 0 1 0 78776 241 0 0 22 0 13 0 2002540189 836718592 173640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8117/statm: 204277 173640 1402 9 0 201639 0
[pid=8117/tid=8119] ppid=8115 vsize=817108 CPUtime=298.34
/proc/8117/task/8119/stat : 8119 (java) S 8115 8117 6331 0 -1 64 18168 0 1 0 29812 22 0 0 17 0 13 0 2002540190 836718592 173640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8120] ppid=8115 vsize=817108 CPUtime=3.21
/proc/8117/task/8120/stat : 8120 (java) S 8115 8117 6331 0 -1 64 72436 0 0 0 293 28 0 0 15 0 13 0 2002540191 836718592 173640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8121] ppid=8115 vsize=817108 CPUtime=3.3
/proc/8117/task/8121/stat : 8121 (java) S 8115 8117 6331 0 -1 64 81515 0 0 0 297 33 0 0 16 0 13 0 2002540191 836718592 173640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8122] ppid=8115 vsize=817108 CPUtime=482.7
/proc/8117/task/8122/stat : 8122 (java) R 8115 8117 6331 0 -1 64 277012 0 0 0 48118 152 0 0 25 0 13 0 2002540193 836718592 173640 996147200 134512640 134550740 4294956016 18446744073709551615 105847280 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8123] ppid=8115 vsize=817108 CPUtime=0
/proc/8117/task/8123/stat : 8123 (java) S 8115 8117 6331 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2002540194 836718592 173640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8124] ppid=8115 vsize=817108 CPUtime=0
/proc/8117/task/8124/stat : 8124 (java) S 8115 8117 6331 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2002540194 836718592 173640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8125] ppid=8115 vsize=817108 CPUtime=0
/proc/8117/task/8125/stat : 8125 (java) S 8115 8117 6331 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 2002540198 836718592 173640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8126] ppid=8115 vsize=817108 CPUtime=1.08
/proc/8117/task/8126/stat : 8126 (java) S 8115 8117 6331 0 -1 64 2145 0 0 0 108 0 0 0 16 0 13 0 2002540198 836718592 173640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8127] ppid=8115 vsize=817108 CPUtime=1.48
/proc/8117/task/8127/stat : 8127 (java) S 8115 8117 6331 0 -1 64 5334 0 0 0 146 2 0 0 16 0 13 0 2002540198 836718592 173640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8128] ppid=8115 vsize=817108 CPUtime=0
/proc/8117/task/8128/stat : 8128 (java) S 8115 8117 6331 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2002540198 836718592 173640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8129] ppid=8115 vsize=817108 CPUtime=0
/proc/8117/task/8129/stat : 8129 (java) S 8115 8117 6331 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 2002540198 836718592 173640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8117/tid=8222] ppid=8115 vsize=817108 CPUtime=0
/proc/8117/task/8222/stat : 8222 (java) S 8115 8117 6331 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 2002619510 836718592 173640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 790.17
Current children cumulated vsize (KiB) 817108

[startup+796.701 s]
/proc/loadavg: 2.00 2.11 2.08 3/94 8222
/proc/meminfo: memFree=567016/2055920 swapFree=4178936/4192956
[pid=8117] ppid=8115 vsize=819112 CPUtime=791.75
/proc/8117/stat : 8117 (java) S 8115 8117 6331 0 -1 0 458384 0 1 0 78934 241 0 0 22 0 13 0 2002540189 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8117/statm: 204778 174141 1402 9 0 202140 0
[pid=8117/tid=8119] ppid=8115 vsize=819112 CPUtime=298.34
/proc/8117/task/8119/stat : 8119 (java) S 8115 8117 6331 0 -1 64 18168 0 1 0 29812 22 0 0 17 0 13 0 2002540190 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8120] ppid=8115 vsize=819112 CPUtime=3.21
/proc/8117/task/8120/stat : 8120 (java) S 8115 8117 6331 0 -1 64 72436 0 0 0 293 28 0 0 15 0 13 0 2002540191 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8121] ppid=8115 vsize=819112 CPUtime=3.3
/proc/8117/task/8121/stat : 8121 (java) S 8115 8117 6331 0 -1 64 81515 0 0 0 297 33 0 0 16 0 13 0 2002540191 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8122] ppid=8115 vsize=819112 CPUtime=484.27
/proc/8117/task/8122/stat : 8122 (java) R 8115 8117 6331 0 -1 64 278014 0 0 0 48275 152 0 0 25 0 13 0 2002540193 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 106123322 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8123] ppid=8115 vsize=819112 CPUtime=0
/proc/8117/task/8123/stat : 8123 (java) S 8115 8117 6331 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2002540194 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8124] ppid=8115 vsize=819112 CPUtime=0
/proc/8117/task/8124/stat : 8124 (java) S 8115 8117 6331 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2002540194 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8125] ppid=8115 vsize=819112 CPUtime=0
/proc/8117/task/8125/stat : 8125 (java) S 8115 8117 6331 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 2002540198 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8126] ppid=8115 vsize=819112 CPUtime=1.08
/proc/8117/task/8126/stat : 8126 (java) S 8115 8117 6331 0 -1 64 2145 0 0 0 108 0 0 0 16 0 13 0 2002540198 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8127] ppid=8115 vsize=819112 CPUtime=1.48
/proc/8117/task/8127/stat : 8127 (java) S 8115 8117 6331 0 -1 64 5334 0 0 0 146 2 0 0 16 0 13 0 2002540198 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8128] ppid=8115 vsize=819112 CPUtime=0
/proc/8117/task/8128/stat : 8128 (java) S 8115 8117 6331 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2002540198 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8129] ppid=8115 vsize=819112 CPUtime=0
/proc/8117/task/8129/stat : 8129 (java) S 8115 8117 6331 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 2002540198 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8117/tid=8222] ppid=8115 vsize=819112 CPUtime=0
/proc/8117/task/8222/stat : 8222 (java) S 8115 8117 6331 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 2002619510 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 791.75
Current children cumulated vsize (KiB) 819112

[startup+797.507 s]
/proc/loadavg: 2.00 2.11 2.08 3/94 8222
/proc/meminfo: memFree=567016/2055920 swapFree=4178936/4192956
[pid=8117] ppid=8115 vsize=819112 CPUtime=792.54
/proc/8117/stat : 8117 (java) S 8115 8117 6331 0 -1 0 458384 0 1 0 79013 241 0 0 22 0 13 0 2002540189 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8117/statm: 204778 174141 1402 9 0 202140 0
[pid=8117/tid=8119] ppid=8115 vsize=819112 CPUtime=298.34
/proc/8117/task/8119/stat : 8119 (java) S 8115 8117 6331 0 -1 64 18168 0 1 0 29812 22 0 0 17 0 13 0 2002540190 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8120] ppid=8115 vsize=819112 CPUtime=3.21
/proc/8117/task/8120/stat : 8120 (java) S 8115 8117 6331 0 -1 64 72436 0 0 0 293 28 0 0 15 0 13 0 2002540191 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8121] ppid=8115 vsize=819112 CPUtime=3.3
/proc/8117/task/8121/stat : 8121 (java) S 8115 8117 6331 0 -1 64 81515 0 0 0 297 33 0 0 16 0 13 0 2002540191 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8122] ppid=8115 vsize=819112 CPUtime=485.07
/proc/8117/task/8122/stat : 8122 (java) R 8115 8117 6331 0 -1 64 278014 0 0 0 48355 152 0 0 25 0 13 0 2002540193 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8123] ppid=8115 vsize=819112 CPUtime=0
/proc/8117/task/8123/stat : 8123 (java) S 8115 8117 6331 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2002540194 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8124] ppid=8115 vsize=819112 CPUtime=0
/proc/8117/task/8124/stat : 8124 (java) S 8115 8117 6331 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2002540194 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8125] ppid=8115 vsize=819112 CPUtime=0
/proc/8117/task/8125/stat : 8125 (java) S 8115 8117 6331 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 2002540198 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8126] ppid=8115 vsize=819112 CPUtime=1.08
/proc/8117/task/8126/stat : 8126 (java) S 8115 8117 6331 0 -1 64 2145 0 0 0 108 0 0 0 16 0 13 0 2002540198 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8127] ppid=8115 vsize=819112 CPUtime=1.48
/proc/8117/task/8127/stat : 8127 (java) S 8115 8117 6331 0 -1 64 5334 0 0 0 146 2 0 0 16 0 13 0 2002540198 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8128] ppid=8115 vsize=819112 CPUtime=0
/proc/8117/task/8128/stat : 8128 (java) S 8115 8117 6331 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2002540198 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8117/tid=8129] ppid=8115 vsize=819112 CPUtime=0
/proc/8117/task/8129/stat : 8129 (java) S 8115 8117 6331 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 2002540198 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8117/tid=8222] ppid=8115 vsize=819112 CPUtime=0
/proc/8117/task/8222/stat : 8222 (java) S 8115 8117 6331 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 2002619510 838770688 174141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 792.54
Current children cumulated vsize (KiB) 819112

[startup+797.901 s]
/proc/loadavg: 2.00 2.11 2.08 3/94 8222
/proc/meminfo: memFree=567016/2055920 swapFree=4178936/4192956
[pid=8117] ppid=8115 vsize=0 CPUtime=792.9
/proc/8117/stat : 8117 (java) Z 8115 8117 6331 0 -1 12 458390 0 1 0 79042 248 0 0 16 0 2 0 2002540189 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8117/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 792.9
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 797.95
CPU time (s): 792.959
CPU user time (s): 790.43
CPU system time (s): 2.52961
CPU usage (%): 99.3745
Max. virtual memory (cumulated for all children) (KiB): 822792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 790.43
system time used= 2.52961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 458390
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= 22692
involuntary context switches= 31036

runsolver used 1.12083 second user time and 2.6106 second system time

The end

Launcher Data (download as text)

Begin job on node64 at 2008-07-05 07:28:18
IDJOB=1085812
IDBENCH=57709
IDSOLVER=344
FILE ID=node64/1085812-1215235698
PBS_JOBID= 7881895
Free space on /tmp= 66392 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/fapp/fapp08/normalized-fapp08-0700-10.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-1085812-1215235698/watcher-1085812-1215235698 -o /tmp/evaluation-result-1085812-1215235698/solver-1085812-1215235698 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1085812-1215235698.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8d6ee339ced60fef54ae03150e03169e
RANDOM SEED=1709966357

node64.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.248
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.248
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:       1736432 kB
Buffers:         41356 kB
Cached:         208004 kB
SwapCached:       7408 kB
Active:         175428 kB
Inactive:        88824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1736432 kB
SwapTotal:     4192956 kB
SwapFree:      4178936 kB
Dirty:            2072 kB
Writeback:           0 kB
Mapped:          21276 kB
Slab:            40420 kB
Committed_AS:  4124872 kB
PageTables:       1744 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66388 MiB
End job on node64 at 2008-07-05 07:41:36