Trace number 1086715

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? 1467.21 1473.12

General information on the benchmark

Namecsp/fapp/fapp24/
normalized-fapp24-2000-2.xml
MD5SUM1f2ebc90aacefa2bf62f5cb29b948cb3
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.71867
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints26753
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26753
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1086715-1215240883/watcher-1086715-1215240883 -o /tmp/evaluation-result-1086715-1215240883/solver-1086715-1215240883 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1086715-1215240883.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.32 2.18 2.11 4/73 25232
/proc/meminfo: memFree=1647400/2055920 swapFree=4181016/4192956
[pid=25232] ppid=25230 vsize=1804 CPUtime=0
/proc/25232/stat : 25232 (java6) R 25230 25232 24607 0 -1 0 177 0 0 0 0 0 0 0 19 0 1 0 265031044 1847296 150 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/25232/statm: 451 150 106 9 0 93 0

[startup+0.0974079 s]
/proc/loadavg: 2.32 2.18 2.11 4/73 25232
/proc/meminfo: memFree=1647400/2055920 swapFree=4181016/4192956
[pid=25232] ppid=25230 vsize=800744 CPUtime=0.04
/proc/25232/stat : 25232 (java) S 25230 25232 24607 0 -1 0 2342 0 25 0 1 3 0 0 18 0 4 0 265031044 819961856 2104 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/25232/statm: 200186 2104 912 9 0 197569 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800744

[startup+0.10241 s]
/proc/loadavg: 2.32 2.18 2.11 4/73 25232
/proc/meminfo: memFree=1647400/2055920 swapFree=4181016/4192956
[pid=25232] ppid=25230 vsize=800744 CPUtime=0.04
/proc/25232/stat : 25232 (java) S 25230 25232 24607 0 -1 0 2371 0 25 0 1 3 0 0 18 0 4 0 265031044 819961856 2133 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/25232/statm: 200186 2134 912 9 0 197569 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800744

[startup+0.301449 s]
/proc/loadavg: 2.32 2.18 2.11 4/73 25232
/proc/meminfo: memFree=1647400/2055920 swapFree=4181016/4192956
[pid=25232] ppid=25230 vsize=808308 CPUtime=0.22
/proc/25232/stat : 25232 (java) S 25230 25232 24607 0 -1 0 4521 0 25 0 17 5 0 0 18 0 12 0 265031044 827707392 3874 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25232/statm: 202077 3875 1295 9 0 199446 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 808308

[startup+0.702526 s]
/proc/loadavg: 2.32 2.18 2.11 4/73 25232
/proc/meminfo: memFree=1647400/2055920 swapFree=4181016/4192956
[pid=25232] ppid=25230 vsize=808336 CPUtime=0.56
/proc/25232/stat : 25232 (java) S 25230 25232 24607 0 -1 0 6006 0 25 0 48 8 0 0 18 0 12 0 265031044 827736064 5160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25232/statm: 202084 5160 1322 9 0 199446 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 808336

[startup+1.50168 s]
/proc/loadavg: 2.32 2.18 2.11 3/85 25244
/proc/meminfo: memFree=1620808/2055920 swapFree=4181016/4192956
[pid=25232] ppid=25230 vsize=808336 CPUtime=1.34
/proc/25232/stat : 25232 (java) S 25230 25232 24607 0 -1 0 7300 0 25 0 125 9 0 0 18 0 12 0 265031044 827736064 5789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25232/statm: 202084 5789 1343 9 0 199446 0
[pid=25232/tid=25234] ppid=25230 vsize=808336 CPUtime=0.7
/proc/25232/task/25234/stat : 25234 (java) R 25230 25232 24607 0 -1 64 4032 0 1 0 65 5 0 0 24 0 12 0 265031051 827736064 5789 996147200 134512640 134550740 4294956016 18446744073709551615 4109219206 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25235] ppid=25230 vsize=808336 CPUtime=0
/proc/25232/task/25235/stat : 25235 (java) S 25230 25232 24607 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 265031052 827736064 5789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25236] ppid=25230 vsize=808336 CPUtime=0
/proc/25232/task/25236/stat : 25236 (java) S 25230 25232 24607 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 265031052 827736064 5789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25237] ppid=25230 vsize=808336 CPUtime=0
/proc/25232/task/25237/stat : 25237 (java) S 25230 25232 24607 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 265031055 827736064 5789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25238] ppid=25230 vsize=808336 CPUtime=0
/proc/25232/task/25238/stat : 25238 (java) S 25230 25232 24607 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 265031055 827736064 5789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25239] ppid=25230 vsize=808336 CPUtime=0
/proc/25232/task/25239/stat : 25239 (java) S 25230 25232 24607 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 265031055 827736064 5789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25240] ppid=25230 vsize=808336 CPUtime=0
/proc/25232/task/25240/stat : 25240 (java) S 25230 25232 24607 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 265031062 827736064 5789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25241] ppid=25230 vsize=808336 CPUtime=0.23
/proc/25232/task/25241/stat : 25241 (java) S 25230 25232 24607 0 -1 64 415 0 0 0 23 0 0 0 16 0 12 0 265031062 827736064 5789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25242] ppid=25230 vsize=808336 CPUtime=0.35
/proc/25232/task/25242/stat : 25242 (java) S 25230 25232 24607 0 -1 64 2114 0 0 0 35 0 0 0 16 0 12 0 265031062 827736064 5789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25243] ppid=25230 vsize=808336 CPUtime=0
/proc/25232/task/25243/stat : 25243 (java) S 25230 25232 24607 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 265031062 827736064 5789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25244] ppid=25230 vsize=808336 CPUtime=0
/proc/25232/task/25244/stat : 25244 (java) S 25230 25232 24607 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 265031062 827736064 5789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 808336

[startup+3.103 s]
/proc/loadavg: 2.32 2.18 2.11 5/85 25244
/proc/meminfo: memFree=1551816/2055920 swapFree=4181016/4192956
[pid=25232] ppid=25230 vsize=816024 CPUtime=3.44
/proc/25232/stat : 25232 (java) S 25230 25232 24607 0 -1 0 53385 0 25 0 312 32 0 0 18 0 12 0 265031044 835608576 46101 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25232/statm: 204006 46109 1352 9 0 201368 0
[pid=25232/tid=25234] ppid=25230 vsize=816024 CPUtime=1.09
/proc/25232/task/25234/stat : 25234 (java) S 25230 25232 24607 0 -1 64 17009 0 1 0 96 13 0 0 25 0 12 0 265031051 835608576 46115 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25235] ppid=25230 vsize=816024 CPUtime=0.73
/proc/25232/task/25235/stat : 25235 (java) R 25230 25232 24607 0 -1 64 18872 0 0 0 65 8 0 0 20 0 12 0 265031052 835608576 46115 996147200 134512640 134550740 4294956016 18446744073709551615 106160161 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25236] ppid=25230 vsize=816024 CPUtime=0.7
/proc/25232/task/25236/stat : 25236 (java) R 25230 25232 24607 0 -1 64 13593 0 0 0 64 6 0 0 19 0 12 0 265031052 835608576 46115 996147200 134512640 134550740 4294956016 18446744073709551615 106169958 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25237] ppid=25230 vsize=816024 CPUtime=0
/proc/25232/task/25237/stat : 25237 (java) S 25230 25232 24607 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 265031055 835608576 46115 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25238] ppid=25230 vsize=816024 CPUtime=0
/proc/25232/task/25238/stat : 25238 (java) S 25230 25232 24607 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 265031055 835608576 46115 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25239] ppid=25230 vsize=816024 CPUtime=0
/proc/25232/task/25239/stat : 25239 (java) S 25230 25232 24607 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 265031055 835608576 46115 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25240] ppid=25230 vsize=816024 CPUtime=0
/proc/25232/task/25240/stat : 25240 (java) S 25230 25232 24607 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 265031062 835608576 46115 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25241] ppid=25230 vsize=816024 CPUtime=0.44
/proc/25232/task/25241/stat : 25241 (java) S 25230 25232 24607 0 -1 64 1039 0 0 0 44 0 0 0 16 0 12 0 265031062 835608576 46115 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25242] ppid=25230 vsize=816024 CPUtime=0.41
/proc/25232/task/25242/stat : 25242 (java) S 25230 25232 24607 0 -1 64 2118 0 0 0 41 0 0 0 16 0 12 0 265031062 835608576 46115 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25243] ppid=25230 vsize=816024 CPUtime=0
/proc/25232/task/25243/stat : 25243 (java) S 25230 25232 24607 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 265031062 835608576 46115 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25244] ppid=25230 vsize=816024 CPUtime=0
/proc/25232/task/25244/stat : 25244 (java) S 25230 25232 24607 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 265031062 835608576 46115 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 816024

[startup+6.30161 s]
/proc/loadavg: 2.37 2.20 2.11 3/85 25244
/proc/meminfo: memFree=1441864/2055920 swapFree=4181016/4192956
[pid=25232] ppid=25230 vsize=822796 CPUtime=6.63
/proc/25232/stat : 25232 (java) S 25230 25232 24607 0 -1 0 59941 0 25 0 628 35 0 0 18 0 12 0 265031044 842543104 50412 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25232/statm: 205699 50412 1389 9 0 203061 0
[pid=25232/tid=25234] ppid=25230 vsize=822796 CPUtime=3.11
/proc/25232/task/25234/stat : 25234 (java) R 25230 25232 24607 0 -1 64 17331 0 1 0 298 13 0 0 25 0 12 0 265031051 842543104 50412 996147200 134512640 134550740 4294956016 18446744073709551615 4109697259 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25235] ppid=25230 vsize=822796 CPUtime=0.83
/proc/25232/task/25235/stat : 25235 (java) S 25230 25232 24607 0 -1 64 19711 0 0 0 74 9 0 0 16 0 12 0 265031052 842543104 50412 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25236] ppid=25230 vsize=822796 CPUtime=0.83
/proc/25232/task/25236/stat : 25236 (java) S 25230 25232 24607 0 -1 64 15020 0 0 0 77 6 0 0 16 0 12 0 265031052 842543104 50412 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25237] ppid=25230 vsize=822796 CPUtime=0
/proc/25232/task/25237/stat : 25237 (java) S 25230 25232 24607 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 265031055 842543104 50412 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25238] ppid=25230 vsize=822796 CPUtime=0
/proc/25232/task/25238/stat : 25238 (java) S 25230 25232 24607 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 265031055 842543104 50412 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25239] ppid=25230 vsize=822796 CPUtime=0
/proc/25232/task/25239/stat : 25239 (java) S 25230 25232 24607 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 265031055 842543104 50412 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25240] ppid=25230 vsize=822796 CPUtime=0
/proc/25232/task/25240/stat : 25240 (java) S 25230 25232 24607 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 265031062 842543104 50412 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25241] ppid=25230 vsize=822796 CPUtime=1.06
/proc/25232/task/25241/stat : 25241 (java) S 25230 25232 24607 0 -1 64 4672 0 0 0 104 2 0 0 16 0 12 0 265031062 842543104 50412 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25242] ppid=25230 vsize=822796 CPUtime=0.72
/proc/25232/task/25242/stat : 25242 (java) S 25230 25232 24607 0 -1 64 2437 0 0 0 72 0 0 0 16 0 12 0 265031062 842543104 50412 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25243] ppid=25230 vsize=822796 CPUtime=0
/proc/25232/task/25243/stat : 25243 (java) S 25230 25232 24607 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 265031062 842543104 50412 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25244] ppid=25230 vsize=822796 CPUtime=0
/proc/25232/task/25244/stat : 25244 (java) S 25230 25232 24607 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 265031062 842543104 50412 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.63
Current children cumulated vsize (KiB) 822796

[startup+12.7018 s]
/proc/loadavg: 2.34 2.19 2.11 3/85 25244
/proc/meminfo: memFree=1421640/2055920 swapFree=4181016/4192956
[pid=25232] ppid=25230 vsize=822796 CPUtime=13.03
/proc/25232/stat : 25232 (java) S 25230 25232 24607 0 -1 0 65034 0 25 0 1266 37 0 0 18 0 12 0 265031044 842543104 55414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25232/statm: 205699 55414 1389 9 0 203061 0
[pid=25232/tid=25234] ppid=25230 vsize=822796 CPUtime=8.89
/proc/25232/task/25234/stat : 25234 (java) R 25230 25232 24607 0 -1 64 17354 0 1 0 876 13 0 0 25 0 12 0 265031051 842543104 55414 996147200 134512640 134550740 4294956016 18446744073709551615 4109734601 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25235] ppid=25230 vsize=822796 CPUtime=0.99
/proc/25232/task/25235/stat : 25235 (java) S 25230 25232 24607 0 -1 64 21723 0 0 0 89 10 0 0 16 0 12 0 265031052 842543104 55414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25236] ppid=25230 vsize=822796 CPUtime=1.04
/proc/25232/task/25236/stat : 25236 (java) S 25230 25232 24607 0 -1 64 18061 0 0 0 97 7 0 0 16 0 12 0 265031052 842543104 55414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25237] ppid=25230 vsize=822796 CPUtime=0
/proc/25232/task/25237/stat : 25237 (java) S 25230 25232 24607 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 265031055 842543104 55414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25238] ppid=25230 vsize=822796 CPUtime=0
/proc/25232/task/25238/stat : 25238 (java) S 25230 25232 24607 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 265031055 842543104 55414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25239] ppid=25230 vsize=822796 CPUtime=0
/proc/25232/task/25239/stat : 25239 (java) S 25230 25232 24607 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 265031055 842543104 55414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25240] ppid=25230 vsize=822796 CPUtime=0
/proc/25232/task/25240/stat : 25240 (java) S 25230 25232 24607 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 265031062 842543104 55414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25241] ppid=25230 vsize=822796 CPUtime=1.19
/proc/25232/task/25241/stat : 25241 (java) S 25230 25232 24607 0 -1 64 4681 0 0 0 117 2 0 0 16 0 12 0 265031062 842543104 55414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25242] ppid=25230 vsize=822796 CPUtime=0.84
/proc/25232/task/25242/stat : 25242 (java) S 25230 25232 24607 0 -1 64 2445 0 0 0 84 0 0 0 16 0 12 0 265031062 842543104 55414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25243] ppid=25230 vsize=822796 CPUtime=0
/proc/25232/task/25243/stat : 25243 (java) S 25230 25232 24607 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 265031062 842543104 55414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25244] ppid=25230 vsize=822796 CPUtime=0
/proc/25232/task/25244/stat : 25244 (java) S 25230 25232 24607 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 265031062 842543104 55414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.03
Current children cumulated vsize (KiB) 822796

[startup+25.5023 s]
/proc/loadavg: 2.27 2.18 2.11 3/85 25244
/proc/meminfo: memFree=1397512/2055920 swapFree=4181016/4192956
[pid=25232] ppid=25230 vsize=822796 CPUtime=25.77
/proc/25232/stat : 25232 (java) S 25230 25232 24607 0 -1 0 70924 0 25 0 2537 40 0 0 18 0 12 0 265031044 842543104 61279 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25232/statm: 205699 61279 1389 9 0 203061 0
[pid=25232/tid=25234] ppid=25230 vsize=822796 CPUtime=21.27
/proc/25232/task/25234/stat : 25234 (java) R 25230 25232 24607 0 -1 64 17381 0 1 0 2114 13 0 0 25 0 12 0 265031051 842543104 61279 996147200 134512640 134550740 4294956016 18446744073709551615 4109776304 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25235] ppid=25230 vsize=822796 CPUtime=1.16
/proc/25232/task/25235/stat : 25235 (java) S 25230 25232 24607 0 -1 64 25067 0 0 0 105 11 0 0 16 0 12 0 265031052 842543104 61279 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25236] ppid=25230 vsize=822796 CPUtime=1.17
/proc/25232/task/25236/stat : 25236 (java) S 25230 25232 24607 0 -1 64 20580 0 0 0 109 8 0 0 16 0 12 0 265031052 842543104 61279 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25237] ppid=25230 vsize=822796 CPUtime=0.01
/proc/25232/task/25237/stat : 25237 (java) S 25230 25232 24607 0 -1 64 31 0 0 0 1 0 0 0 15 0 12 0 265031055 842543104 61279 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25238] ppid=25230 vsize=822796 CPUtime=0
/proc/25232/task/25238/stat : 25238 (java) S 25230 25232 24607 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 265031055 842543104 61279 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25239] ppid=25230 vsize=822796 CPUtime=0
/proc/25232/task/25239/stat : 25239 (java) S 25230 25232 24607 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 265031055 842543104 61279 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25240] ppid=25230 vsize=822796 CPUtime=0
/proc/25232/task/25240/stat : 25240 (java) S 25230 25232 24607 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 265031062 842543104 61279 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) 1453.28
Current children cumulated vsize (KiB) 830800

[startup+1465.5 s]
/proc/loadavg: 1.99 2.01 2.10 3/94 25327
/proc/meminfo: memFree=1165576/2055920 swapFree=4181032/4192956
[pid=25232] ppid=25230 vsize=830800 CPUtime=1459.65
/proc/25232/stat : 25232 (java) S 25230 25232 24607 0 -1 0 2741777 0 25 0 144375 1590 0 0 18 0 12 0 265031044 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25232/statm: 207700 177391 1402 9 0 205062 0
[pid=25232/tid=25234] ppid=25230 vsize=830800 CPUtime=307.33
/proc/25232/task/25234/stat : 25234 (java) S 25230 25232 24607 0 -1 64 18558 0 1 0 30715 18 0 0 16 0 12 0 265031051 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25235] ppid=25230 vsize=830800 CPUtime=4.95
/proc/25232/task/25235/stat : 25235 (java) S 25230 25232 24607 0 -1 64 78338 0 0 0 459 36 0 0 15 0 12 0 265031052 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25236] ppid=25230 vsize=830800 CPUtime=5.18
/proc/25232/task/25236/stat : 25236 (java) S 25230 25232 24607 0 -1 64 81357 0 0 0 482 36 0 0 16 0 12 0 265031052 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25237] ppid=25230 vsize=830800 CPUtime=1139.77
/proc/25232/task/25237/stat : 25237 (java) R 25230 25232 24607 0 -1 64 2555643 0 0 0 112486 1491 0 0 25 0 12 0 265031055 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 104136483 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25238] ppid=25230 vsize=830800 CPUtime=0
/proc/25232/task/25238/stat : 25238 (java) S 25230 25232 24607 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 265031055 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25239] ppid=25230 vsize=830800 CPUtime=0
/proc/25232/task/25239/stat : 25239 (java) S 25230 25232 24607 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 265031055 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25240] ppid=25230 vsize=830800 CPUtime=0
/proc/25232/task/25240/stat : 25240 (java) S 25230 25232 24607 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 265031062 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25241] ppid=25230 vsize=830800 CPUtime=1.36
/proc/25232/task/25241/stat : 25241 (java) S 25230 25232 24607 0 -1 64 4697 0 0 0 134 2 0 0 17 0 12 0 265031062 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25242] ppid=25230 vsize=830800 CPUtime=0.97
/proc/25232/task/25242/stat : 25242 (java) S 25230 25232 24607 0 -1 64 2445 0 0 0 96 1 0 0 16 0 12 0 265031062 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25243] ppid=25230 vsize=830800 CPUtime=0
/proc/25232/task/25243/stat : 25243 (java) S 25230 25232 24607 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 265031062 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25244] ppid=25230 vsize=830800 CPUtime=0
/proc/25232/task/25244/stat : 25244 (java) S 25230 25232 24607 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 265031062 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1459.65
Current children cumulated vsize (KiB) 830800

[startup+1468.7 s]
/proc/loadavg: 1.99 2.01 2.10 3/94 25327
/proc/meminfo: memFree=1164808/2055920 swapFree=4181032/4192956
[pid=25232] ppid=25230 vsize=830800 CPUtime=1462.83
/proc/25232/stat : 25232 (java) S 25230 25232 24607 0 -1 0 2750786 0 25 0 144689 1594 0 0 18 0 12 0 265031044 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25232/statm: 207700 177391 1402 9 0 205062 0
[pid=25232/tid=25234] ppid=25230 vsize=830800 CPUtime=307.33
/proc/25232/task/25234/stat : 25234 (java) S 25230 25232 24607 0 -1 64 18561 0 1 0 30715 18 0 0 16 0 12 0 265031051 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25235] ppid=25230 vsize=830800 CPUtime=4.95
/proc/25232/task/25235/stat : 25235 (java) S 25230 25232 24607 0 -1 64 78338 0 0 0 459 36 0 0 15 0 12 0 265031052 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25236] ppid=25230 vsize=830800 CPUtime=5.18
/proc/25232/task/25236/stat : 25236 (java) S 25230 25232 24607 0 -1 64 81357 0 0 0 482 36 0 0 16 0 12 0 265031052 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25237] ppid=25230 vsize=830800 CPUtime=1142.95
/proc/25232/task/25237/stat : 25237 (java) R 25230 25232 24607 0 -1 64 2564649 0 0 0 112799 1496 0 0 25 0 12 0 265031055 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 106122246 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25238] ppid=25230 vsize=830800 CPUtime=0
/proc/25232/task/25238/stat : 25238 (java) S 25230 25232 24607 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 265031055 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25239] ppid=25230 vsize=830800 CPUtime=0
/proc/25232/task/25239/stat : 25239 (java) S 25230 25232 24607 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 265031055 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25240] ppid=25230 vsize=830800 CPUtime=0
/proc/25232/task/25240/stat : 25240 (java) S 25230 25232 24607 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 265031062 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25241] ppid=25230 vsize=830800 CPUtime=1.36
/proc/25232/task/25241/stat : 25241 (java) S 25230 25232 24607 0 -1 64 4697 0 0 0 134 2 0 0 17 0 12 0 265031062 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25242] ppid=25230 vsize=830800 CPUtime=0.97
/proc/25232/task/25242/stat : 25242 (java) S 25230 25232 24607 0 -1 64 2445 0 0 0 96 1 0 0 16 0 12 0 265031062 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25243] ppid=25230 vsize=830800 CPUtime=0
/proc/25232/task/25243/stat : 25243 (java) S 25230 25232 24607 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 265031062 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25244] ppid=25230 vsize=830800 CPUtime=0
/proc/25232/task/25244/stat : 25244 (java) S 25230 25232 24607 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 265031062 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1462.83
Current children cumulated vsize (KiB) 830800

[startup+1470.3 s]
/proc/loadavg: 1.99 2.01 2.10 3/94 25327
/proc/meminfo: memFree=1168712/2055920 swapFree=4181032/4192956
[pid=25232] ppid=25230 vsize=830800 CPUtime=1464.42
/proc/25232/stat : 25232 (java) S 25230 25232 24607 0 -1 0 2753788 0 25 0 144846 1596 0 0 18 0 12 0 265031044 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25232/statm: 207700 177391 1402 9 0 205062 0
[pid=25232/tid=25234] ppid=25230 vsize=830800 CPUtime=307.33
/proc/25232/task/25234/stat : 25234 (java) S 25230 25232 24607 0 -1 64 18561 0 1 0 30715 18 0 0 16 0 12 0 265031051 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25235] ppid=25230 vsize=830800 CPUtime=4.95
/proc/25232/task/25235/stat : 25235 (java) S 25230 25232 24607 0 -1 64 78338 0 0 0 459 36 0 0 15 0 12 0 265031052 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25236] ppid=25230 vsize=830800 CPUtime=5.18
/proc/25232/task/25236/stat : 25236 (java) S 25230 25232 24607 0 -1 64 81357 0 0 0 482 36 0 0 16 0 12 0 265031052 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25237] ppid=25230 vsize=830800 CPUtime=1144.54
/proc/25232/task/25237/stat : 25237 (java) R 25230 25232 24607 0 -1 64 2567651 0 0 0 112957 1497 0 0 25 0 12 0 265031055 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 106123322 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25238] ppid=25230 vsize=830800 CPUtime=0
/proc/25232/task/25238/stat : 25238 (java) S 25230 25232 24607 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 265031055 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25239] ppid=25230 vsize=830800 CPUtime=0
/proc/25232/task/25239/stat : 25239 (java) S 25230 25232 24607 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 265031055 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25240] ppid=25230 vsize=830800 CPUtime=0
/proc/25232/task/25240/stat : 25240 (java) S 25230 25232 24607 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 265031062 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25241] ppid=25230 vsize=830800 CPUtime=1.36
/proc/25232/task/25241/stat : 25241 (java) S 25230 25232 24607 0 -1 64 4697 0 0 0 134 2 0 0 17 0 12 0 265031062 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25242] ppid=25230 vsize=830800 CPUtime=0.97
/proc/25232/task/25242/stat : 25242 (java) S 25230 25232 24607 0 -1 64 2445 0 0 0 96 1 0 0 16 0 12 0 265031062 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25243] ppid=25230 vsize=830800 CPUtime=0
/proc/25232/task/25243/stat : 25243 (java) S 25230 25232 24607 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 265031062 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25244] ppid=25230 vsize=830800 CPUtime=0
/proc/25232/task/25244/stat : 25244 (java) S 25230 25232 24607 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 265031062 850739200 177391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1464.42
Current children cumulated vsize (KiB) 830800

[startup+1471.9 s]
/proc/loadavg: 1.99 2.01 2.10 3/95 25328
/proc/meminfo: memFree=1163968/2055920 swapFree=4181032/4192956
[pid=25232] ppid=25230 vsize=831124 CPUtime=1466.02
/proc/25232/stat : 25232 (java) S 25230 25232 24607 0 -1 0 2756798 0 25 0 145004 1598 0 0 18 0 13 0 265031044 851070976 177398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25232/statm: 207781 177398 1402 9 0 205143 0
[pid=25232/tid=25234] ppid=25230 vsize=831124 CPUtime=307.34
/proc/25232/task/25234/stat : 25234 (java) S 25230 25232 24607 0 -1 64 18565 0 1 0 30716 18 0 0 17 0 13 0 265031051 851070976 177398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25235] ppid=25230 vsize=831124 CPUtime=4.95
/proc/25232/task/25235/stat : 25235 (java) S 25230 25232 24607 0 -1 64 78338 0 0 0 459 36 0 0 15 0 13 0 265031052 851070976 177398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25236] ppid=25230 vsize=831124 CPUtime=5.18
/proc/25232/task/25236/stat : 25236 (java) S 25230 25232 24607 0 -1 64 81357 0 0 0 482 36 0 0 16 0 13 0 265031052 851070976 177398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25237] ppid=25230 vsize=831124 CPUtime=1146.13
/proc/25232/task/25237/stat : 25237 (java) R 25230 25232 24607 0 -1 64 2570653 0 0 0 113114 1499 0 0 25 0 13 0 265031055 851070976 177398 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25238] ppid=25230 vsize=831124 CPUtime=0
/proc/25232/task/25238/stat : 25238 (java) S 25230 25232 24607 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 265031055 851070976 177398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25239] ppid=25230 vsize=831124 CPUtime=0
/proc/25232/task/25239/stat : 25239 (java) S 25230 25232 24607 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 265031055 851070976 177398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25240] ppid=25230 vsize=831124 CPUtime=0
/proc/25232/task/25240/stat : 25240 (java) S 25230 25232 24607 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 265031062 851070976 177398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25241] ppid=25230 vsize=831124 CPUtime=1.36
/proc/25232/task/25241/stat : 25241 (java) S 25230 25232 24607 0 -1 64 4697 0 0 0 134 2 0 0 17 0 13 0 265031062 851070976 177398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25242] ppid=25230 vsize=831124 CPUtime=0.97
/proc/25232/task/25242/stat : 25242 (java) S 25230 25232 24607 0 -1 64 2445 0 0 0 96 1 0 0 16 0 13 0 265031062 851070976 177398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25243] ppid=25230 vsize=831124 CPUtime=0
/proc/25232/task/25243/stat : 25243 (java) S 25230 25232 24607 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 265031062 851070976 177398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25244] ppid=25230 vsize=831124 CPUtime=0
/proc/25232/task/25244/stat : 25244 (java) S 25230 25232 24607 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 265031062 851070976 177398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25328] ppid=25230 vsize=831124 CPUtime=0
/proc/25232/task/25328/stat : 25328 (java) S 25230 25232 24607 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 265178150 851070976 177398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1466.02
Current children cumulated vsize (KiB) 831124

[startup+1472.7 s]
/proc/loadavg: 1.99 2.01 2.10 3/95 25328
/proc/meminfo: memFree=1163968/2055920 swapFree=4181032/4192956
[pid=25232] ppid=25230 vsize=831124 CPUtime=1466.82
/proc/25232/stat : 25232 (java) S 25230 25232 24607 0 -1 0 2756798 0 25 0 145084 1598 0 0 18 0 13 0 265031044 851070976 177398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25232/statm: 207781 177398 1402 9 0 205143 0
[pid=25232/tid=25234] ppid=25230 vsize=831124 CPUtime=307.34
/proc/25232/task/25234/stat : 25234 (java) S 25230 25232 24607 0 -1 64 18565 0 1 0 30716 18 0 0 17 0 13 0 265031051 851070976 177398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25235] ppid=25230 vsize=831124 CPUtime=4.95
/proc/25232/task/25235/stat : 25235 (java) S 25230 25232 24607 0 -1 64 78338 0 0 0 459 36 0 0 15 0 13 0 265031052 851070976 177398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25236] ppid=25230 vsize=831124 CPUtime=5.18
/proc/25232/task/25236/stat : 25236 (java) S 25230 25232 24607 0 -1 64 81357 0 0 0 482 36 0 0 16 0 13 0 265031052 851070976 177398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25237] ppid=25230 vsize=831124 CPUtime=1146.93
/proc/25232/task/25237/stat : 25237 (java) R 25230 25232 24607 0 -1 64 2570653 0 0 0 113194 1499 0 0 25 0 13 0 265031055 851070976 177398 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25238] ppid=25230 vsize=831124 CPUtime=0
/proc/25232/task/25238/stat : 25238 (java) S 25230 25232 24607 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 265031055 851070976 177398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25239] ppid=25230 vsize=831124 CPUtime=0
/proc/25232/task/25239/stat : 25239 (java) S 25230 25232 24607 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 265031055 851070976 177398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25240] ppid=25230 vsize=831124 CPUtime=0
/proc/25232/task/25240/stat : 25240 (java) S 25230 25232 24607 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 265031062 851070976 177398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25241] ppid=25230 vsize=831124 CPUtime=1.36
/proc/25232/task/25241/stat : 25241 (java) S 25230 25232 24607 0 -1 64 4697 0 0 0 134 2 0 0 17 0 13 0 265031062 851070976 177398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25242] ppid=25230 vsize=831124 CPUtime=0.97
/proc/25232/task/25242/stat : 25242 (java) S 25230 25232 24607 0 -1 64 2445 0 0 0 96 1 0 0 16 0 13 0 265031062 851070976 177398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25243] ppid=25230 vsize=831124 CPUtime=0
/proc/25232/task/25243/stat : 25243 (java) S 25230 25232 24607 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 265031062 851070976 177398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25232/tid=25244] ppid=25230 vsize=831124 CPUtime=0
/proc/25232/task/25244/stat : 25244 (java) S 25230 25232 24607 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 265031062 851070976 177398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25232/tid=25328] ppid=25230 vsize=831124 CPUtime=0
/proc/25232/task/25328/stat : 25328 (java) S 25230 25232 24607 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 265178150 851070976 177398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1466.82
Current children cumulated vsize (KiB) 831124

[startup+1473.1 s]
/proc/loadavg: 1.99 2.01 2.10 3/94 25328
/proc/meminfo: memFree=1171712/2055920 swapFree=4181032/4192956
[pid=25232] ppid=25230 vsize=0 CPUtime=1467.18
/proc/25232/stat : 25232 (java) Z 25230 25232 24607 0 -1 12 2756804 0 25 0 145112 1606 0 0 16 0 2 0 265031044 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25232/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1467.18
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1473.12
CPU time (s): 1467.21
CPU user time (s): 1451.13
CPU system time (s): 16.0856
CPU usage (%): 99.599
Max. virtual memory (cumulated for all children) (KiB): 856412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1451.13
system time used= 16.0856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2756804
page faults= 25
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37361
involuntary context switches= 55125

runsolver used 1.81672 second user time and 4.91625 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-05 08:54:43
IDJOB=1086715
IDBENCH=57867
IDSOLVER=344
FILE ID=node85/1086715-1215240883
PBS_JOBID= 7881963
Free space on /tmp= 126836 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1f2ebc90aacefa2bf62f5cb29b948cb3
RANDOM SEED=1892931892

node85.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.272
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.272
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1647944 kB
Buffers:          4608 kB
Cached:          93304 kB
SwapCached:       5788 kB
Active:         313880 kB
Inactive:        49376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1647944 kB
SwapTotal:     4192956 kB
SwapFree:      4181016 kB
Dirty:            4812 kB
Writeback:           0 kB
Mapped:         274156 kB
Slab:            29784 kB
Committed_AS:  1014684 kB
PageTables:       2172 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126840 MiB
End job on node85 at 2008-07-05 09:19:16