Trace number 1086001

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? 543.885 544.152

General information on the benchmark

Namecsp/fapp/fapp12/
normalized-fapp12-1500-10.xml
MD5SUM029bcf31114915c1681378a4f18ed14e
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 benchmark1072.47
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1086001-1215236804/watcher-1086001-1215236804 -o /tmp/evaluation-result-1086001-1215236804/solver-1086001-1215236804 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1086001-1215236804.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.92 1.98 1.99 4/81 17207
/proc/meminfo: memFree=1207736/2055912 swapFree=4178564/4192956
[pid=17207] ppid=17205 vsize=1804 CPUtime=0
/proc/17207/stat : 17207 (java6) D 17205 17207 12942 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 247775402 1847296 155 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099937270 0 0 17 0 0 0
/proc/17207/statm: 451 155 111 9 0 93 0

[startup+0.0974479 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 17207
/proc/meminfo: memFree=1207736/2055912 swapFree=4178564/4192956
[pid=17207] ppid=17205 vsize=800744 CPUtime=0.03
/proc/17207/stat : 17207 (java) S 17205 17207 12942 0 -1 0 2338 0 31 0 0 3 0 0 18 0 4 0 247775402 819961856 2106 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/17207/statm: 200186 2106 912 9 0 197569 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 800744

[startup+0.102442 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 17207
/proc/meminfo: memFree=1207736/2055912 swapFree=4178564/4192956
[pid=17207] ppid=17205 vsize=800744 CPUtime=0.04
/proc/17207/stat : 17207 (java) S 17205 17207 12942 0 -1 0 2367 0 31 0 1 3 0 0 18 0 4 0 247775402 819961856 2135 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/17207/statm: 200186 2135 912 9 0 197569 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800744

[startup+0.301479 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 17207
/proc/meminfo: memFree=1207736/2055912 swapFree=4178564/4192956
[pid=17207] ppid=17205 vsize=807800 CPUtime=0.21
/proc/17207/stat : 17207 (java) S 17205 17207 12942 0 -1 0 4460 0 31 0 16 5 0 0 18 0 12 0 247775402 827187200 3819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17207/statm: 201950 3819 1295 9 0 199319 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 807800

[startup+0.701511 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 17207
/proc/meminfo: memFree=1207736/2055912 swapFree=4178564/4192956
[pid=17207] ppid=17205 vsize=807828 CPUtime=0.56
/proc/17207/stat : 17207 (java) S 17205 17207 12942 0 -1 0 5821 0 31 0 49 7 0 0 18 0 12 0 247775402 827215872 5128 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17207/statm: 201957 5128 1332 9 0 199319 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 807828

[startup+1.50159 s]
/proc/loadavg: 1.92 1.98 1.99 5/93 17219
/proc/meminfo: memFree=1182104/2055912 swapFree=4178564/4192956
[pid=17207] ppid=17205 vsize=808440 CPUtime=1.35
/proc/17207/stat : 17207 (java) S 17205 17207 12942 0 -1 0 9725 0 31 0 126 9 0 0 18 0 12 0 247775402 827842560 8342 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17207/statm: 202110 8342 1343 9 0 199472 0
[pid=17207/tid=17209] ppid=17205 vsize=808440 CPUtime=0.65
/proc/17207/task/17209/stat : 17209 (java) R 17205 17207 12942 0 -1 64 6532 0 1 0 59 6 0 0 24 0 12 0 247775410 827842560 8342 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17210] ppid=17205 vsize=808440 CPUtime=0
/proc/17207/task/17210/stat : 17210 (java) S 17205 17207 12942 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 247775411 827842560 8342 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17211] ppid=17205 vsize=808440 CPUtime=0
/proc/17207/task/17211/stat : 17211 (java) S 17205 17207 12942 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 247775411 827842560 8342 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17212] ppid=17205 vsize=808440 CPUtime=0
/proc/17207/task/17212/stat : 17212 (java) S 17205 17207 12942 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 247775413 827842560 8342 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=808440 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 12942 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 247775414 827842560 8342 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=808440 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 12942 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 247775414 827842560 8342 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=808440 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 12942 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 247775421 827842560 8342 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17216] ppid=17205 vsize=808440 CPUtime=0.21
/proc/17207/task/17216/stat : 17216 (java) S 17205 17207 12942 0 -1 64 1100 0 0 0 21 0 0 0 16 0 12 0 247775421 827842560 8342 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17217] ppid=17205 vsize=808440 CPUtime=0.45
/proc/17207/task/17217/stat : 17217 (java) R 17205 17207 12942 0 -1 64 1356 0 0 0 45 0 0 0 16 0 12 0 247775421 827842560 8342 996147200 134512640 134550740 4294956016 18446744073709551615 102526816 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17218] ppid=17205 vsize=808440 CPUtime=0
/proc/17207/task/17218/stat : 17218 (java) S 17205 17207 12942 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 247775421 827842560 8342 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17219] ppid=17205 vsize=808440 CPUtime=0
/proc/17207/task/17219/stat : 17219 (java) S 17205 17207 12942 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 247775421 827842560 8342 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 808440

[startup+3.10276 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 17219
/proc/meminfo: memFree=1076440/2055912 swapFree=4178564/4192956
[pid=17207] ppid=17205 vsize=818228 CPUtime=2.95
/proc/17207/stat : 17207 (java) S 17205 17207 12942 0 -1 0 37841 0 31 0 273 22 0 0 18 0 12 0 247775402 837865472 33816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17207/statm: 204557 33816 1379 9 0 201919 0
[pid=17207/tid=17209] ppid=17205 vsize=818228 CPUtime=1.32
/proc/17207/task/17209/stat : 17209 (java) R 17205 17207 12942 0 -1 64 17269 0 1 0 122 10 0 0 20 0 12 0 247775410 837865472 33816 996147200 134512640 134550740 4294956016 18446744073709551615 4109765779 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17210] ppid=17205 vsize=818228 CPUtime=0.17
/proc/17207/task/17210/stat : 17210 (java) S 17205 17207 12942 0 -1 64 7541 0 0 0 14 3 0 0 18 0 12 0 247775411 837865472 33816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17211] ppid=17205 vsize=818228 CPUtime=0.12
/proc/17207/task/17211/stat : 17211 (java) S 17205 17207 12942 0 -1 64 6367 0 0 0 10 2 0 0 16 0 12 0 247775411 837865472 33816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17212] ppid=17205 vsize=818228 CPUtime=0
/proc/17207/task/17212/stat : 17212 (java) S 17205 17207 12942 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 247775413 837865472 33816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=818228 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 12942 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 247775414 837865472 33816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=818228 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 12942 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 247775414 837865472 33816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=818228 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 12942 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 247775421 837865472 33816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17216] ppid=17205 vsize=818228 CPUtime=0.32
/proc/17207/task/17216/stat : 17216 (java) S 17205 17207 12942 0 -1 64 1129 0 0 0 32 0 0 0 16 0 12 0 247775421 837865472 33816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17217] ppid=17205 vsize=818228 CPUtime=0.94
/proc/17207/task/17217/stat : 17217 (java) S 17205 17207 12942 0 -1 64 4770 0 0 0 92 2 0 0 17 0 12 0 247775421 837865472 33816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17218] ppid=17205 vsize=818228 CPUtime=0
/proc/17207/task/17218/stat : 17218 (java) S 17205 17207 12942 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 247775421 837865472 33816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17219] ppid=17205 vsize=818228 CPUtime=0
/proc/17207/task/17219/stat : 17219 (java) S 17205 17207 12942 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 247775421 837865472 33816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 818228

[startup+6.3021 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 17219
/proc/meminfo: memFree=1027544/2055912 swapFree=4178564/4192956
[pid=17207] ppid=17205 vsize=817760 CPUtime=6.2
/proc/17207/stat : 17207 (java) S 17205 17207 12942 0 -1 0 48985 0 31 0 593 27 0 0 18 0 12 0 247775402 837386240 44561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17207/statm: 204440 44561 1389 9 0 201802 0
[pid=17207/tid=17209] ppid=17205 vsize=817760 CPUtime=3.57
/proc/17207/task/17209/stat : 17209 (java) R 17205 17207 12942 0 -1 64 17284 0 1 0 347 10 0 0 25 0 12 0 247775410 837386240 44561 996147200 134512640 134550740 4294956016 18446744073709551615 4109738456 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17210] ppid=17205 vsize=817760 CPUtime=0.46
/proc/17207/task/17210/stat : 17210 (java) S 17205 17207 12942 0 -1 64 14065 0 0 0 40 6 0 0 16 0 12 0 247775411 837386240 44561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17211] ppid=17205 vsize=817760 CPUtime=0.39
/proc/17207/task/17211/stat : 17211 (java) S 17205 17207 12942 0 -1 64 10686 0 0 0 35 4 0 0 16 0 12 0 247775411 837386240 44561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17212] ppid=17205 vsize=817760 CPUtime=0
/proc/17207/task/17212/stat : 17212 (java) S 17205 17207 12942 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 247775413 837386240 44561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=817760 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 12942 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 247775414 837386240 44561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=817760 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 12942 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 247775414 837386240 44561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=817760 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 12942 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 247775421 837386240 44561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17216] ppid=17205 vsize=817760 CPUtime=0.47
/proc/17207/task/17216/stat : 17216 (java) S 17205 17207 12942 0 -1 64 1137 0 0 0 47 0 0 0 15 0 12 0 247775421 837386240 44561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17217] ppid=17205 vsize=817760 CPUtime=1.24
/proc/17207/task/17217/stat : 17217 (java) S 17205 17207 12942 0 -1 64 5047 0 0 0 121 3 0 0 16 0 12 0 247775421 837386240 44561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17218] ppid=17205 vsize=817760 CPUtime=0
/proc/17207/task/17218/stat : 17218 (java) S 17205 17207 12942 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 247775421 837386240 44561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17219] ppid=17205 vsize=817760 CPUtime=0
/proc/17207/task/17219/stat : 17219 (java) S 17205 17207 12942 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 247775421 837386240 44561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 817760

[startup+12.7028 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 17219
/proc/meminfo: memFree=1002904/2055912 swapFree=4178564/4192956
[pid=17207] ppid=17205 vsize=817760 CPUtime=12.6
/proc/17207/stat : 17207 (java) S 17205 17207 12942 0 -1 0 55038 0 31 0 1230 30 0 0 18 0 12 0 247775402 837386240 50593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17207/statm: 204440 50593 1389 9 0 201802 0
[pid=17207/tid=17209] ppid=17205 vsize=817760 CPUtime=9.61
/proc/17207/task/17209/stat : 17209 (java) R 17205 17207 12942 0 -1 64 17306 0 1 0 950 11 0 0 25 0 12 0 247775410 837386240 50593 996147200 134512640 134550740 4294956016 18446744073709551615 4109870381 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17210] ppid=17205 vsize=817760 CPUtime=0.6
/proc/17207/task/17210/stat : 17210 (java) S 17205 17207 12942 0 -1 64 17231 0 0 0 53 7 0 0 16 0 12 0 247775411 837386240 50593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17211] ppid=17205 vsize=817760 CPUtime=0.52
/proc/17207/task/17211/stat : 17211 (java) S 17205 17207 12942 0 -1 64 13540 0 0 0 47 5 0 0 16 0 12 0 247775411 837386240 50593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17212] ppid=17205 vsize=817760 CPUtime=0
/proc/17207/task/17212/stat : 17212 (java) S 17205 17207 12942 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 247775413 837386240 50593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=817760 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 12942 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 247775414 837386240 50593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=817760 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 12942 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 247775414 837386240 50593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=817760 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 12942 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 247775421 837386240 50593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17216] ppid=17205 vsize=817760 CPUtime=0.51
/proc/17207/task/17216/stat : 17216 (java) S 17205 17207 12942 0 -1 64 1139 0 0 0 51 0 0 0 16 0 12 0 247775421 837386240 50593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17217] ppid=17205 vsize=817760 CPUtime=1.29
/proc/17207/task/17217/stat : 17217 (java) S 17205 17207 12942 0 -1 64 5056 0 0 0 126 3 0 0 16 0 12 0 247775421 837386240 50593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17218] ppid=17205 vsize=817760 CPUtime=0
/proc/17207/task/17218/stat : 17218 (java) S 17205 17207 12942 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 247775421 837386240 50593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17219] ppid=17205 vsize=817760 CPUtime=0
/proc/17207/task/17219/stat : 17219 (java) S 17205 17207 12942 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 247775421 837386240 50593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 817760

[startup+25.5021 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 17219
/proc/meminfo: memFree=973720/2055912 swapFree=4178564/4192956
[pid=17207] ppid=17205 vsize=817760 CPUtime=25.39
/proc/17207/stat : 17207 (java) S 17205 17207 12942 0 -1 0 62472 0 31 0 2506 33 0 0 18 0 12 0 247775402 837386240 58004 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17207/statm: 204440 58004 1390 9 0 201802 0
[pid=17207/tid=17209] ppid=17205 vsize=817760 CPUtime=22.11
/proc/17207/task/17209/stat : 17209 (java) R 17205 17207 12942 0 -1 64 17334 0 1 0 2200 11 0 0 25 0 12 0 247775410 837386240 58004 996147200 134512640 134550740 4294956016 18446744073709551615 4109833801 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17210] ppid=17205 vsize=817760 CPUtime=0.71
/proc/17207/task/17210/stat : 17210 (java) S 17205 17207 12942 0 -1 64 21164 0 0 0 63 8 0 0 16 0 12 0 247775411 837386240 58004 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17211] ppid=17205 vsize=817760 CPUtime=0.62
/proc/17207/task/17211/stat : 17211 (java) S 17205 17207 12942 0 -1 64 17009 0 0 0 56 6 0 0 16 0 12 0 247775411 837386240 58004 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17212] ppid=17205 vsize=817760 CPUtime=0
/proc/17207/task/17212/stat : 17212 (java) S 17205 17207 12942 0 -1 64 31 0 0 0 0 0 0 0 15 0 12 0 247775413 837386240 58004 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=817760 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 12942 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 247775414 837386240 58004 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=817760 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 12942 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 247775414 837386240 58004 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=817760 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 12942 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 247775421 837386240 58004 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

Current children cumulated CPU time (s) 524.45
Current children cumulated vsize (KiB) 822788

[startup+537.503 s]
/proc/loadavg: 2.09 2.22 2.10 3/93 17219
/proc/meminfo: memFree=501720/2055912 swapFree=4178564/4192956
[pid=17207] ppid=17205 vsize=822788 CPUtime=537.24
/proc/17207/stat : 17207 (java) S 17205 17207 12942 0 -1 0 637566 0 31 0 53442 282 0 0 18 0 12 0 247775402 842534912 175109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17207/statm: 205697 175109 1393 9 0 203059 0
[pid=17207/tid=17209] ppid=17205 vsize=822788 CPUtime=260.96
/proc/17207/task/17209/stat : 17209 (java) S 17205 17207 12942 0 -1 64 17897 0 1 0 26083 13 0 0 17 0 12 0 247775410 842534912 175109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17210] ppid=17205 vsize=822788 CPUtime=3.4
/proc/17207/task/17210/stat : 17210 (java) S 17205 17207 12942 0 -1 64 79915 0 0 0 311 29 0 0 16 0 12 0 247775411 842534912 175109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17211] ppid=17205 vsize=822788 CPUtime=3.37
/proc/17207/task/17211/stat : 17211 (java) S 17205 17207 12942 0 -1 64 74114 0 0 0 308 29 0 0 15 0 12 0 247775411 842534912 175109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17212] ppid=17205 vsize=822788 CPUtime=267.41
/proc/17207/task/17212/stat : 17212 (java) R 17205 17207 12942 0 -1 64 458705 0 0 0 26538 203 0 0 25 0 12 0 247775413 842534912 175109 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=822788 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 12942 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 247775414 842534912 175109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=822788 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 12942 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 247775414 842534912 175109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=822788 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 12942 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 247775421 842534912 175109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17216] ppid=17205 vsize=822788 CPUtime=0.64
/proc/17207/task/17216/stat : 17216 (java) S 17205 17207 12942 0 -1 64 1141 0 0 0 64 0 0 0 17 0 12 0 247775421 842534912 175109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17217] ppid=17205 vsize=822788 CPUtime=1.36
/proc/17207/task/17217/stat : 17217 (java) S 17205 17207 12942 0 -1 64 5058 0 0 0 133 3 0 0 17 0 12 0 247775421 842534912 175109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17218] ppid=17205 vsize=822788 CPUtime=0
/proc/17207/task/17218/stat : 17218 (java) S 17205 17207 12942 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 247775421 842534912 175109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17219] ppid=17205 vsize=822788 CPUtime=0
/proc/17207/task/17219/stat : 17219 (java) S 17205 17207 12942 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 247775421 842534912 175109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 537.24
Current children cumulated vsize (KiB) 822788

[startup+540.701 s]
/proc/loadavg: 2.08 2.21 2.10 3/93 17219
/proc/meminfo: memFree=501720/2055912 swapFree=4178564/4192956
[pid=17207] ppid=17205 vsize=823112 CPUtime=540.43
/proc/17207/stat : 17207 (java) S 17205 17207 12942 0 -1 0 642083 0 31 0 53759 284 0 0 18 0 13 0 247775402 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17207/statm: 205778 175116 1393 9 0 203140 0
[pid=17207/tid=17209] ppid=17205 vsize=823112 CPUtime=260.97
/proc/17207/task/17209/stat : 17209 (java) S 17205 17207 12942 0 -1 64 17904 0 1 0 26084 13 0 0 18 0 13 0 247775410 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17210] ppid=17205 vsize=823112 CPUtime=3.4
/proc/17207/task/17210/stat : 17210 (java) S 17205 17207 12942 0 -1 64 79915 0 0 0 311 29 0 0 16 0 13 0 247775411 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17211] ppid=17205 vsize=823112 CPUtime=3.37
/proc/17207/task/17211/stat : 17211 (java) S 17205 17207 12942 0 -1 64 74114 0 0 0 308 29 0 0 15 0 13 0 247775411 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17212] ppid=17205 vsize=823112 CPUtime=270.61
/proc/17207/task/17212/stat : 17212 (java) R 17205 17207 12942 0 -1 64 463211 0 0 0 26855 206 0 0 25 0 13 0 247775413 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 106736501 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=823112 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 12942 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 247775414 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=823112 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 12942 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 247775414 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=823112 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 12942 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 247775421 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17216] ppid=17205 vsize=823112 CPUtime=0.64
/proc/17207/task/17216/stat : 17216 (java) S 17205 17207 12942 0 -1 64 1141 0 0 0 64 0 0 0 17 0 13 0 247775421 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17217] ppid=17205 vsize=823112 CPUtime=1.36
/proc/17207/task/17217/stat : 17217 (java) S 17205 17207 12942 0 -1 64 5058 0 0 0 133 3 0 0 17 0 13 0 247775421 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17218] ppid=17205 vsize=823112 CPUtime=0
/proc/17207/task/17218/stat : 17218 (java) S 17205 17207 12942 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 247775421 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17219] ppid=17205 vsize=823112 CPUtime=0
/proc/17207/task/17219/stat : 17219 (java) S 17205 17207 12942 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 247775421 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 540.43
Current children cumulated vsize (KiB) 823112

[startup+542.307 s]
/proc/loadavg: 2.08 2.21 2.10 3/94 17220
/proc/meminfo: memFree=501712/2055912 swapFree=4178564/4192956
[pid=17207] ppid=17205 vsize=823112 CPUtime=542.03
/proc/17207/stat : 17207 (java) S 17205 17207 12942 0 -1 0 645089 0 31 0 53918 285 0 0 18 0 13 0 247775402 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17207/statm: 205778 175116 1393 9 0 203140 0
[pid=17207/tid=17209] ppid=17205 vsize=823112 CPUtime=260.97
/proc/17207/task/17209/stat : 17209 (java) S 17205 17207 12942 0 -1 64 17904 0 1 0 26084 13 0 0 18 0 13 0 247775410 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17210] ppid=17205 vsize=823112 CPUtime=3.4
/proc/17207/task/17210/stat : 17210 (java) S 17205 17207 12942 0 -1 64 79915 0 0 0 311 29 0 0 16 0 13 0 247775411 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17211] ppid=17205 vsize=823112 CPUtime=3.37
/proc/17207/task/17211/stat : 17211 (java) S 17205 17207 12942 0 -1 64 74114 0 0 0 308 29 0 0 15 0 13 0 247775411 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17212] ppid=17205 vsize=823112 CPUtime=272.21
/proc/17207/task/17212/stat : 17212 (java) R 17205 17207 12942 0 -1 64 466215 0 0 0 27014 207 0 0 25 0 13 0 247775413 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 106123419 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=823112 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 12942 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 247775414 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=823112 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 12942 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 247775414 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=823112 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 12942 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 247775421 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17216] ppid=17205 vsize=823112 CPUtime=0.64
/proc/17207/task/17216/stat : 17216 (java) S 17205 17207 12942 0 -1 64 1141 0 0 0 64 0 0 0 17 0 13 0 247775421 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17217] ppid=17205 vsize=823112 CPUtime=1.36
/proc/17207/task/17217/stat : 17217 (java) S 17205 17207 12942 0 -1 64 5058 0 0 0 133 3 0 0 17 0 13 0 247775421 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17218] ppid=17205 vsize=823112 CPUtime=0
/proc/17207/task/17218/stat : 17218 (java) S 17205 17207 12942 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 247775421 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17219] ppid=17205 vsize=823112 CPUtime=0
/proc/17207/task/17219/stat : 17219 (java) S 17205 17207 12942 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 247775421 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17220] ppid=17205 vsize=823112 CPUtime=0
/proc/17207/task/17220/stat : 17220 (java) S 17205 17207 12942 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 247829405 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 542.03
Current children cumulated vsize (KiB) 823112

[startup+543.102 s]
/proc/loadavg: 2.08 2.21 2.10 3/94 17220
/proc/meminfo: memFree=501712/2055912 swapFree=4178564/4192956
[pid=17207] ppid=17205 vsize=823112 CPUtime=542.83
/proc/17207/stat : 17207 (java) S 17205 17207 12942 0 -1 0 646592 0 31 0 53997 286 0 0 18 0 13 0 247775402 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17207/statm: 205778 175116 1393 9 0 203140 0
[pid=17207/tid=17209] ppid=17205 vsize=823112 CPUtime=260.97
/proc/17207/task/17209/stat : 17209 (java) S 17205 17207 12942 0 -1 64 17904 0 1 0 26084 13 0 0 18 0 13 0 247775410 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17210] ppid=17205 vsize=823112 CPUtime=3.4
/proc/17207/task/17210/stat : 17210 (java) S 17205 17207 12942 0 -1 64 79915 0 0 0 311 29 0 0 16 0 13 0 247775411 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17211] ppid=17205 vsize=823112 CPUtime=3.37
/proc/17207/task/17211/stat : 17211 (java) S 17205 17207 12942 0 -1 64 74114 0 0 0 308 29 0 0 15 0 13 0 247775411 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17212] ppid=17205 vsize=823112 CPUtime=273
/proc/17207/task/17212/stat : 17212 (java) R 17205 17207 12942 0 -1 64 467717 0 0 0 27093 207 0 0 25 0 13 0 247775413 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=823112 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 12942 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 247775414 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=823112 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 12942 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 247775414 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=823112 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 12942 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 247775421 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17216] ppid=17205 vsize=823112 CPUtime=0.64
/proc/17207/task/17216/stat : 17216 (java) S 17205 17207 12942 0 -1 64 1141 0 0 0 64 0 0 0 17 0 13 0 247775421 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17217] ppid=17205 vsize=823112 CPUtime=1.36
/proc/17207/task/17217/stat : 17217 (java) S 17205 17207 12942 0 -1 64 5058 0 0 0 133 3 0 0 17 0 13 0 247775421 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17218] ppid=17205 vsize=823112 CPUtime=0
/proc/17207/task/17218/stat : 17218 (java) S 17205 17207 12942 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 247775421 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17219] ppid=17205 vsize=823112 CPUtime=0
/proc/17207/task/17219/stat : 17219 (java) S 17205 17207 12942 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 247775421 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17220] ppid=17205 vsize=823112 CPUtime=0
/proc/17207/task/17220/stat : 17220 (java) S 17205 17207 12942 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 247829405 842866688 175116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 542.83
Current children cumulated vsize (KiB) 823112

[startup+543.903 s]
/proc/loadavg: 2.08 2.21 2.10 3/94 17220
/proc/meminfo: memFree=501712/2055912 swapFree=4178564/4192956
[pid=17207] ppid=17205 vsize=819108 CPUtime=543.63
/proc/17207/stat : 17207 (java) S 17205 17207 12942 0 -1 0 646594 0 31 0 54077 286 0 0 18 0 12 0 247775402 838766592 174116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17207/statm: 204777 174116 1394 9 0 202139 0
[pid=17207/tid=17209] ppid=17205 vsize=819108 CPUtime=260.97
/proc/17207/task/17209/stat : 17209 (java) S 17205 17207 12942 0 -1 64 17904 0 1 0 26084 13 0 0 16 0 12 0 247775410 838766592 174116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17210] ppid=17205 vsize=819108 CPUtime=3.4
/proc/17207/task/17210/stat : 17210 (java) S 17205 17207 12942 0 -1 64 79915 0 0 0 311 29 0 0 16 0 12 0 247775411 838766592 174116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17211] ppid=17205 vsize=819108 CPUtime=3.37
/proc/17207/task/17211/stat : 17211 (java) S 17205 17207 12942 0 -1 64 74114 0 0 0 308 29 0 0 15 0 12 0 247775411 838766592 174116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17212] ppid=17205 vsize=819108 CPUtime=273.81
/proc/17207/task/17212/stat : 17212 (java) R 17205 17207 12942 0 -1 64 467717 0 0 0 27173 208 0 0 25 0 12 0 247775413 838766592 174116 996147200 134512640 134550740 4294956016 18446744073709551615 105678738 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=819108 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 12942 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 247775414 838766592 174116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=819108 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 12942 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 247775414 838766592 174116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=819108 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 12942 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 247775421 838766592 174116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17216] ppid=17205 vsize=819108 CPUtime=0.64
/proc/17207/task/17216/stat : 17216 (java) S 17205 17207 12942 0 -1 64 1141 0 0 0 64 0 0 0 17 0 12 0 247775421 838766592 174116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17217] ppid=17205 vsize=819108 CPUtime=1.36
/proc/17207/task/17217/stat : 17217 (java) S 17205 17207 12942 0 -1 64 5058 0 0 0 133 3 0 0 17 0 12 0 247775421 838766592 174116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17218] ppid=17205 vsize=819108 CPUtime=0
/proc/17207/task/17218/stat : 17218 (java) S 17205 17207 12942 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 247775421 838766592 174116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17207/tid=17219] ppid=17205 vsize=819108 CPUtime=0
/proc/17207/task/17219/stat : 17219 (java) S 17205 17207 12942 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 247775421 838766592 174116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 543.63
Current children cumulated vsize (KiB) 819108

[startup+544.103 s]
/proc/loadavg: 2.08 2.21 2.10 3/94 17220
/proc/meminfo: memFree=501712/2055912 swapFree=4178564/4192956
[pid=17207] ppid=17205 vsize=0 CPUtime=543.82
/proc/17207/stat : 17207 (java) Z 17205 17207 12942 0 -1 12 646598 0 31 0 54091 291 0 0 16 0 2 0 247775402 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17207/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 543.82
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 544.152
CPU time (s): 543.885
CPU user time (s): 540.919
CPU system time (s): 2.96655
CPU usage (%): 99.9511
Max. virtual memory (cumulated for all children) (KiB): 834576

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

runsolver used 0.673897 second user time and 1.84172 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-05 07:46:44
IDJOB=1086001
IDBENCH=57740
IDSOLVER=344
FILE ID=node78/1086001-1215236804
PBS_JOBID= 7881789
Free space on /tmp= 126628 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 029bcf31114915c1681378a4f18ed14e
RANDOM SEED=389974886

node78.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.247
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.247
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:      2055912 kB
MemFree:       1208216 kB
Buffers:         18020 kB
Cached:         145880 kB
SwapCached:       7664 kB
Active:         703948 kB
Inactive:        77264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1208216 kB
SwapTotal:     4192956 kB
SwapFree:      4178564 kB
Dirty:            4636 kB
Writeback:           0 kB
Mapped:         631640 kB
Slab:            50664 kB
Committed_AS:  1487272 kB
PageTables:       2788 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= 126628 MiB
End job on node78 at 2008-07-05 07:55:48