Trace number 2084088

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 2.1.1? 1607.15 1615.51

General information on the benchmark

Namecsp/fapp/fapp03/
normalized-fapp03-0300-7.xml
MD5SUM864e3c61ff08e32a4845b7a063b51513
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 benchmark28.9936
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints4377
Maximum constraint arity2
Maximum domain size250
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4377
Global constraints used (with number of constraints)

Solver Data

0.05/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.05/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.20	c See www.sat4j.org for details.
0.05/0.20	c That software uses the Rhino library from the Mozilla project.
0.14/0.22	c version 2.1.1.v20090622
0.14/0.22	c sun.arch.data.model	32
0.14/0.22	c java.version	1.6.0_12
0.14/0.22	c os.name	Linux
0.14/0.22	c os.version	2.6.9-22.EL.rootsmp
0.14/0.22	c os.arch	i386
0.14/0.22	c Free memory 671000808
0.14/0.22	c Max memory 672137216
0.14/0.22	c Total memory 672137216
0.14/0.22	c Number of processors 2
0.24/0.30	c c --- Begin Solver configuration ---
0.24/0.30	c Stops conflict analysis at the first Unique Implication Point
0.24/0.30	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.24/0.30	c Learn all clauses as in MiniSAT
0.24/0.30	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.30	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.24/0.30	c Expensive reason simplification
0.24/0.30	c MiniSAT restarts strategy
0.24/0.30	c Memory based learned constraints deletion strategy
0.24/0.30	c timeout=2147483s
0.24/0.30	c DB Simplification allowed=false
0.24/0.30	c --- End Solver configuration ---
0.24/0.30	c solving HOME/instance-2084088-1247378804.xml
0.24/0.30	c reading problem ... 
0.43/0.56	c reading problem named null
0.43/0.56	c reading domains done.
0.63/0.72	c reading variables done.
1.02/1.12	c reading predicates  done.
1.20/1.35	c reading constraints
1600.70/1609.03	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1602.89/1611.23		at org.sat4j.core.VecInt.ensure(Unknown Source)
1602.89/1611.23		at org.sat4j.core.VecInt.push(Unknown Source)
1602.89/1611.23		at org.sat4j.csp.encodings.BinarySupportEncoding.addSupport(Unknown Source)
1602.89/1611.23		at org.sat4j.csp.encodings.BinarySupportEncoding.onSupport(Unknown Source)
1602.89/1611.23		at org.sat4j.csp.Predicate.find(Unknown Source)
1602.89/1611.23		at org.sat4j.csp.Predicate.find(Unknown Source)
1602.89/1611.23		at org.sat4j.csp.Predicate.find(Unknown Source)
1602.89/1611.23		at org.sat4j.csp.Predicate.toClause(Unknown Source)
1602.89/1611.23		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
1602.89/1611.23		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
1602.89/1611.23		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
1602.89/1611.23		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
1602.89/1611.23		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
1602.89/1611.23		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
1602.89/1611.23		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
1602.89/1611.23		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
1602.89/1611.23		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
1602.89/1611.23		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1602.89/1611.23		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1602.89/1611.23		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
1602.89/1611.23		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
1602.89/1611.23		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
1602.89/1611.23		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
1602.89/1611.23		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
1602.89/1611.23		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
1602.89/1611.23		at org.sat4j.AbstractLauncher.run(Unknown Source)
1602.89/1611.23		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
1606.77/1615.17	c starts		: 0
1606.77/1615.17	c conflicts		: 0
1606.77/1615.17	c decisions		: 0
1606.77/1615.17	c propagations		: 0
1606.77/1615.17	c inspects		: 0
1606.77/1615.17	c learnt literals	: 0
1606.77/1615.17	c learnt binary clauses	: 0
1606.77/1615.17	c learnt ternary clauses	: 0
1606.77/1615.17	c learnt clauses	: 0
1606.77/1615.17	c ignored clauses	: 0
1606.77/1615.17	c root simplifications	: 0
1606.77/1615.17	c removed literals (reason simplification)	: 0
1606.77/1615.17	c reason swapping (by a shorter reason)	: 0
1606.77/1615.17	c Calls to reduceDB	: 0
1606.77/1615.17	c speed (assignments/second)	: 0.0
1606.77/1615.17	c non guided choices	0
1606.77/1615.17	c learnt constraints type 
1606.77/1615.17	c constraints type 
1606.77/1615.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 921512
1606.77/1615.18	c org.sat4j.minisat.constraints.card.AtLeast => 300
1606.77/1615.18	s UNKNOWN
1606.77/1615.18	c Total wall clock time (in seconds) : 1610.928

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2084088-1247378804/watcher-2084088-1247378804 -o /tmp/evaluation-result-2084088-1247378804/solver-2084088-1247378804 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2084088-1247378804.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.25 2.30 2.19 2/82 25111
/proc/meminfo: memFree=1812928/2055920 swapFree=4192812/4192956
[pid=25111] ppid=25109 vsize=18576 CPUtime=0
/proc/25111/stat : 25111 (runsolver) R 25109 25111 22267 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 24944420 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 272836914471 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/25111/statm: 4644 284 249 26 0 2626 0

[startup+0.034601 s]
/proc/loadavg: 2.25 2.30 2.19 2/82 25111
/proc/meminfo: memFree=1812928/2055920 swapFree=4192812/4192956
[pid=25111] ppid=25109 vsize=12928 CPUtime=0.01
/proc/25111/stat : 25111 (java) R 25109 25111 22267 0 -1 0 371 0 4 0 0 1 0 0 20 0 1 0 24944420 13238272 182 996147200 134512640 134550932 4294956016 18446744073709551615 12190506 0 0 4096 0 0 0 0 17 0 0 0
/proc/25111/statm: 3232 182 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.104559 s]
/proc/loadavg: 2.25 2.30 2.19 2/82 25111
/proc/meminfo: memFree=1812928/2055920 swapFree=4192812/4192956
[pid=25111] ppid=25109 vsize=801384 CPUtime=0.05
/proc/25111/stat : 25111 (java) S 25109 25111 22267 0 -1 0 2476 0 28 0 2 3 0 0 19 0 5 0 24944420 820617216 2250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/25111/statm: 200346 2250 978 9 0 197697 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 801384

[startup+0.302577 s]
/proc/loadavg: 2.25 2.30 2.19 2/82 25111
/proc/meminfo: memFree=1812928/2055920 swapFree=4192812/4192956
[pid=25111] ppid=25109 vsize=805600 CPUtime=0.24
/proc/25111/stat : 25111 (java) S 25109 25111 22267 0 -1 0 3938 0 28 0 18 6 0 0 19 0 12 0 24944420 824934400 3702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25111/statm: 201400 3702 1349 9 0 198734 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 805600

[startup+0.702602 s]
/proc/loadavg: 2.25 2.30 2.19 2/82 25111
/proc/meminfo: memFree=1812928/2055920 swapFree=4192812/4192956
[pid=25111] ppid=25109 vsize=808688 CPUtime=0.63
/proc/25111/stat : 25111 (java) S 25109 25111 22267 0 -1 0 6146 0 28 0 54 9 0 0 19 0 12 0 24944420 828096512 5191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25111/statm: 202172 5191 1389 9 0 199499 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 808688

[startup+1.50165 s]
/proc/loadavg: 2.25 2.30 2.19 3/94 25123
/proc/meminfo: memFree=1781088/2055920 swapFree=4192812/4192956
[pid=25111] ppid=25109 vsize=808464 CPUtime=1.39
/proc/25111/stat : 25111 (java) S 25109 25111 22267 0 -1 0 9987 0 28 0 128 11 0 0 19 0 12 0 24944420 827867136 9027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25111/statm: 202116 9027 1399 9 0 199443 0
[pid=25111/tid=25113] ppid=25109 vsize=808464 CPUtime=0.75
/proc/25111/task/25113/stat : 25113 (java) R 25109 25111 22267 0 -1 64 7282 0 1 0 68 7 0 0 24 0 12 0 24944427 827867136 9027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25114] ppid=25109 vsize=808464 CPUtime=0
/proc/25111/task/25114/stat : 25114 (java) S 25109 25111 22267 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 24944428 827867136 9027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25115] ppid=25109 vsize=808464 CPUtime=0
/proc/25111/task/25115/stat : 25115 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24944428 827867136 9027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25116] ppid=25109 vsize=808464 CPUtime=0
/proc/25111/task/25116/stat : 25116 (java) S 25109 25111 22267 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 24944430 827867136 9027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25117] ppid=25109 vsize=808464 CPUtime=0
/proc/25111/task/25117/stat : 25117 (java) S 25109 25111 22267 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 24944430 827867136 9027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25118] ppid=25109 vsize=808464 CPUtime=0
/proc/25111/task/25118/stat : 25118 (java) S 25109 25111 22267 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 24944431 827867136 9027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25119] ppid=25109 vsize=808464 CPUtime=0
/proc/25111/task/25119/stat : 25119 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24944435 827867136 9027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25120] ppid=25109 vsize=808464 CPUtime=0
/proc/25111/task/25120/stat : 25120 (java) S 25109 25111 22267 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24944435 827867136 9027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25121] ppid=25109 vsize=808464 CPUtime=0.61
/proc/25111/task/25121/stat : 25121 (java) R 25109 25111 22267 0 -1 64 1974 0 0 0 60 1 0 0 16 0 12 0 24944435 827867136 9027 996147200 134512640 134550932 4294956016 18446744073709551615 104139150 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25122] ppid=25109 vsize=808464 CPUtime=0
/proc/25111/task/25122/stat : 25122 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24944435 827867136 9027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25123] ppid=25109 vsize=808464 CPUtime=0
/proc/25111/task/25123/stat : 25123 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24944435 827867136 9027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 808464

[startup+3.10176 s]
/proc/loadavg: 2.25 2.30 2.19 3/94 25123
/proc/meminfo: memFree=1748448/2055920 swapFree=4192812/4192956
[pid=25111] ppid=25109 vsize=810732 CPUtime=2.97
/proc/25111/stat : 25111 (java) S 25109 25111 22267 0 -1 0 24308 0 28 0 281 16 0 0 19 0 12 0 24944420 830189568 22410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25111/statm: 202683 22410 1439 9 0 200010 0
[pid=25111/tid=25113] ppid=25109 vsize=810732 CPUtime=1.66
/proc/25111/task/25113/stat : 25113 (java) R 25109 25111 22267 0 -1 64 17241 0 1 0 155 11 0 0 25 0 12 0 24944427 830189568 22410 996147200 134512640 134550932 4294956016 18446744073709551615 4109825612 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25114] ppid=25109 vsize=810732 CPUtime=0.03
/proc/25111/task/25114/stat : 25114 (java) S 25109 25111 22267 0 -1 64 1129 0 0 0 3 0 0 0 17 0 12 0 24944428 830189568 22410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25115] ppid=25109 vsize=810732 CPUtime=0.04
/proc/25111/task/25115/stat : 25115 (java) S 25109 25111 22267 0 -1 64 1635 0 0 0 4 0 0 0 17 0 12 0 24944428 830189568 22410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25116] ppid=25109 vsize=810732 CPUtime=0
/proc/25111/task/25116/stat : 25116 (java) S 25109 25111 22267 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24944430 830189568 22410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25117] ppid=25109 vsize=810732 CPUtime=0
/proc/25111/task/25117/stat : 25117 (java) S 25109 25111 22267 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24944430 830189568 22410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25118] ppid=25109 vsize=810732 CPUtime=0
/proc/25111/task/25118/stat : 25118 (java) S 25109 25111 22267 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24944431 830189568 22410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25119] ppid=25109 vsize=810732 CPUtime=0
/proc/25111/task/25119/stat : 25119 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24944435 830189568 22410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25120] ppid=25109 vsize=810732 CPUtime=0
/proc/25111/task/25120/stat : 25120 (java) S 25109 25111 22267 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24944435 830189568 22410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25121] ppid=25109 vsize=810732 CPUtime=1.19
/proc/25111/task/25121/stat : 25121 (java) S 25109 25111 22267 0 -1 64 3562 0 0 0 118 1 0 0 16 0 12 0 24944435 830189568 22410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25122] ppid=25109 vsize=810732 CPUtime=0
/proc/25111/task/25122/stat : 25122 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24944435 830189568 22410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25123] ppid=25109 vsize=810732 CPUtime=0
/proc/25111/task/25123/stat : 25123 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24944435 830189568 22410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 810732

[startup+6.30297 s]
/proc/loadavg: 2.23 2.30 2.18 3/94 25123
/proc/meminfo: memFree=1686624/2055920 swapFree=4192812/4192956
[pid=25111] ppid=25109 vsize=810188 CPUtime=6.15
/proc/25111/stat : 25111 (java) S 25109 25111 22267 0 -1 0 27886 0 28 0 596 19 0 0 19 0 12 0 24944420 829632512 25858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25111/statm: 202547 25858 1439 9 0 199874 0
[pid=25111/tid=25113] ppid=25109 vsize=810188 CPUtime=4.51
/proc/25111/task/25113/stat : 25113 (java) R 25109 25111 22267 0 -1 64 17247 0 1 0 440 11 0 0 25 0 12 0 24944427 829632512 25858 996147200 134512640 134550932 4294956016 18446744073709551615 4109746276 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25114] ppid=25109 vsize=810188 CPUtime=0.13
/proc/25111/task/25114/stat : 25114 (java) S 25109 25111 22267 0 -1 64 2742 0 0 0 12 1 0 0 16 0 12 0 24944428 829632512 25858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25115] ppid=25109 vsize=810188 CPUtime=0.16
/proc/25111/task/25115/stat : 25115 (java) S 25109 25111 22267 0 -1 64 3588 0 0 0 15 1 0 0 16 0 12 0 24944428 829632512 25858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25116] ppid=25109 vsize=810188 CPUtime=0
/proc/25111/task/25116/stat : 25116 (java) S 25109 25111 22267 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 24944430 829632512 25858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25117] ppid=25109 vsize=810188 CPUtime=0
/proc/25111/task/25117/stat : 25117 (java) S 25109 25111 22267 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24944430 829632512 25858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25118] ppid=25109 vsize=810188 CPUtime=0
/proc/25111/task/25118/stat : 25118 (java) S 25109 25111 22267 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24944431 829632512 25858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25119] ppid=25109 vsize=810188 CPUtime=0
/proc/25111/task/25119/stat : 25119 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24944435 829632512 25858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25120] ppid=25109 vsize=810188 CPUtime=0
/proc/25111/task/25120/stat : 25120 (java) S 25109 25111 22267 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24944435 829632512 25858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25121] ppid=25109 vsize=810188 CPUtime=1.27
/proc/25111/task/25121/stat : 25121 (java) S 25109 25111 22267 0 -1 64 3567 0 0 0 126 1 0 0 16 0 12 0 24944435 829632512 25858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25122] ppid=25109 vsize=810188 CPUtime=0
/proc/25111/task/25122/stat : 25122 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24944435 829632512 25858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25123] ppid=25109 vsize=810188 CPUtime=0
/proc/25111/task/25123/stat : 25123 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24944435 829632512 25858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 810188

[startup+12.7024 s]
/proc/loadavg: 2.21 2.29 2.18 3/94 25123
/proc/meminfo: memFree=1623968/2055920 swapFree=4192812/4192956
[pid=25111] ppid=25109 vsize=809796 CPUtime=12.48
/proc/25111/stat : 25111 (java) S 25109 25111 22267 0 -1 0 33351 0 28 0 1226 22 0 0 19 0 12 0 24944420 829231104 31204 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25111/statm: 202449 31204 1439 9 0 199776 0
[pid=25111/tid=25113] ppid=25109 vsize=809796 CPUtime=10.57
/proc/25111/task/25113/stat : 25113 (java) R 25109 25111 22267 0 -1 64 17261 0 1 0 1046 11 0 0 25 0 12 0 24944427 829231104 31204 996147200 134512640 134550932 4294956016 18446744073709551615 4109868120 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25114] ppid=25109 vsize=809796 CPUtime=0.19
/proc/25111/task/25114/stat : 25114 (java) S 25109 25111 22267 0 -1 64 4367 0 0 0 17 2 0 0 16 0 12 0 24944428 829231104 31204 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25115] ppid=25109 vsize=809796 CPUtime=0.26
/proc/25111/task/25115/stat : 25115 (java) S 25109 25111 22267 0 -1 64 7403 0 0 0 23 3 0 0 16 0 12 0 24944428 829231104 31204 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25116] ppid=25109 vsize=809796 CPUtime=0
/proc/25111/task/25116/stat : 25116 (java) S 25109 25111 22267 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 24944430 829231104 31204 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25117] ppid=25109 vsize=809796 CPUtime=0
/proc/25111/task/25117/stat : 25117 (java) S 25109 25111 22267 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24944430 829231104 31204 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25118] ppid=25109 vsize=809796 CPUtime=0
/proc/25111/task/25118/stat : 25118 (java) S 25109 25111 22267 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24944431 829231104 31204 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25119] ppid=25109 vsize=809796 CPUtime=0
/proc/25111/task/25119/stat : 25119 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24944435 829231104 31204 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25120] ppid=25109 vsize=809796 CPUtime=0
/proc/25111/task/25120/stat : 25120 (java) S 25109 25111 22267 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24944435 829231104 31204 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25121] ppid=25109 vsize=809796 CPUtime=1.4
/proc/25111/task/25121/stat : 25121 (java) S 25109 25111 22267 0 -1 64 3578 0 0 0 138 2 0 0 17 0 12 0 24944435 829231104 31204 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25122] ppid=25109 vsize=809796 CPUtime=0
/proc/25111/task/25122/stat : 25122 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24944435 829231104 31204 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25123] ppid=25109 vsize=809796 CPUtime=0
/proc/25111/task/25123/stat : 25123 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24944435 829231104 31204 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 809796

[startup+25.5023 s]
/proc/loadavg: 2.16 2.28 2.18 3/94 25123
/proc/meminfo: memFree=1498592/2055920 swapFree=4192812/4192956
[pid=25111] ppid=25109 vsize=809796 CPUtime=25.15
/proc/25111/stat : 25111 (java) S 25109 25111 22267 0 -1 0 39475 0 28 0 2489 26 0 0 19 0 12 0 24944420 829231104 37308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25111/statm: 202449 37308 1439 9 0 199776 0
[pid=25111/tid=25113] ppid=25109 vsize=809796 CPUtime=23.03
/proc/25111/task/25113/stat : 25113 (java) R 25109 25111 22267 0 -1 64 17283 0 1 0 2290 13 0 0 25 0 12 0 24944427 829231104 37308 996147200 134512640 134550932 4294956016 18446744073709551615 4109646892 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25114] ppid=25109 vsize=809796 CPUtime=0.26
/proc/25111/task/25114/stat : 25114 (java) S 25109 25111 22267 0 -1 64 7667 0 0 0 23 3 0 0 16 0 12 0 24944428 829231104 37308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25115] ppid=25109 vsize=809796 CPUtime=0.32
/proc/25111/task/25115/stat : 25115 (java) S 25109 25111 22267 0 -1 64 10205 0 0 0 28 4 0 0 16 0 12 0 24944428 829231104 37308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25116] ppid=25109 vsize=809796 CPUtime=0.01
/proc/25111/task/25116/stat : 25116 (java) S 25109 25111 22267 0 -1 64 14 0 0 0 1 0 0 0 15 0 12 0 24944430 829231104 37308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25117] ppid=25109 vsize=809796 CPUtime=0
/proc/25111/task/25117/stat : 25117 (java) S 25109 25111 22267 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24944430 829231104 37308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25118] ppid=25109 vsize=809796 CPUtime=0
/proc/25111/task/25118/stat : 25118 (java) S 25109 25111 22267 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24944431 829231104 37308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25119] ppid=25109 vsize=809796 CPUtime=0
/proc/25111/task/25119/stat : 25119 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24944435 829231104 37308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25120] ppid=25109 vsize=809796 CPUtime=0

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


[startup+1606.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/84 25162
/proc/meminfo: memFree=1235056/2055920 swapFree=4192812/4192956
[pid=25111] ppid=25109 vsize=809796 CPUtime=1598.01
/proc/25111/stat : 25111 (java) S 25109 25111 22267 0 -1 0 189455 0 28 0 159687 114 0 0 19 0 12 0 24944420 829231104 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25111/statm: 202449 172056 1445 9 0 199776 0
[pid=25111/tid=25113] ppid=25109 vsize=809796 CPUtime=345.06
/proc/25111/task/25113/stat : 25113 (java) S 25109 25111 22267 0 -1 64 18985 0 1 0 34486 20 0 0 16 0 12 0 24944427 829231104 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25111/tid=25114] ppid=25109 vsize=809796 CPUtime=3.65
/proc/25111/task/25114/stat : 25114 (java) S 25109 25111 22267 0 -1 64 73966 0 0 0 333 32 0 0 16 0 12 0 24944428 829231104 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25115] ppid=25109 vsize=809796 CPUtime=3.83
/proc/25111/task/25115/stat : 25115 (java) S 25109 25111 22267 0 -1 64 78655 0 0 0 351 32 0 0 16 0 12 0 24944428 829231104 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25111/tid=25116] ppid=25109 vsize=809796 CPUtime=1243.01
/proc/25111/task/25116/stat : 25116 (java) R 25109 25111 22267 0 -1 64 12070 0 0 0 124280 21 0 0 25 0 12 0 24944430 829231104 172056 996147200 134512640 134550932 4294956016 18446744073709551615 106158875 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25111/tid=25117] ppid=25109 vsize=809796 CPUtime=0
/proc/25111/task/25117/stat : 25117 (java) S 25109 25111 22267 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24944430 829231104 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25111/tid=25118] ppid=25109 vsize=809796 CPUtime=0
/proc/25111/task/25118/stat : 25118 (java) S 25109 25111 22267 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24944431 829231104 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25119] ppid=25109 vsize=809796 CPUtime=0
/proc/25111/task/25119/stat : 25119 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24944435 829231104 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25120] ppid=25109 vsize=809796 CPUtime=0
/proc/25111/task/25120/stat : 25120 (java) S 25109 25111 22267 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24944435 829231104 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25121] ppid=25109 vsize=809796 CPUtime=2.37
/proc/25111/task/25121/stat : 25121 (java) S 25109 25111 22267 0 -1 64 5051 0 0 0 235 2 0 0 17 0 12 0 24944435 829231104 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25122] ppid=25109 vsize=809796 CPUtime=0
/proc/25111/task/25122/stat : 25122 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24944435 829231104 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25123] ppid=25109 vsize=809796 CPUtime=0.02
/proc/25111/task/25123/stat : 25123 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 1 1 0 0 15 0 12 0 24944435 829231104 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1598.01
Current children cumulated vsize (KiB) 809796

[startup+1609.5 s]
/proc/loadavg: 2.00 2.00 2.04 3/84 25162
/proc/meminfo: memFree=1235048/2055920 swapFree=4192812/4192956
[pid=25111] ppid=25109 vsize=809796 CPUtime=1601.2
/proc/25111/stat : 25111 (java) S 25109 25111 22267 0 -1 0 189459 0 28 0 160006 114 0 0 19 0 12 0 24944420 829231104 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25111/statm: 202449 172056 1444 9 0 199776 0
[pid=25111/tid=25113] ppid=25109 vsize=809796 CPUtime=345.06
/proc/25111/task/25113/stat : 25113 (java) S 25109 25111 22267 0 -1 64 18989 0 1 0 34486 20 0 0 16 0 12 0 24944427 829231104 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25111/tid=25114] ppid=25109 vsize=809796 CPUtime=3.65
/proc/25111/task/25114/stat : 25114 (java) S 25109 25111 22267 0 -1 64 73966 0 0 0 333 32 0 0 16 0 12 0 24944428 829231104 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25115] ppid=25109 vsize=809796 CPUtime=3.83
/proc/25111/task/25115/stat : 25115 (java) S 25109 25111 22267 0 -1 64 78655 0 0 0 351 32 0 0 16 0 12 0 24944428 829231104 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25111/tid=25116] ppid=25109 vsize=809796 CPUtime=1246.19
/proc/25111/task/25116/stat : 25116 (java) R 25109 25111 22267 0 -1 64 12070 0 0 0 124598 21 0 0 25 0 12 0 24944430 829231104 172056 996147200 134512640 134550932 4294956016 18446744073709551615 106158044 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25111/tid=25117] ppid=25109 vsize=809796 CPUtime=0
/proc/25111/task/25117/stat : 25117 (java) S 25109 25111 22267 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24944430 829231104 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25111/tid=25118] ppid=25109 vsize=809796 CPUtime=0
/proc/25111/task/25118/stat : 25118 (java) S 25109 25111 22267 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24944431 829231104 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25119] ppid=25109 vsize=809796 CPUtime=0
/proc/25111/task/25119/stat : 25119 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24944435 829231104 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25120] ppid=25109 vsize=809796 CPUtime=0
/proc/25111/task/25120/stat : 25120 (java) S 25109 25111 22267 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24944435 829231104 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25121] ppid=25109 vsize=809796 CPUtime=2.37
/proc/25111/task/25121/stat : 25121 (java) S 25109 25111 22267 0 -1 64 5051 0 0 0 235 2 0 0 17 0 12 0 24944435 829231104 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25122] ppid=25109 vsize=809796 CPUtime=0
/proc/25111/task/25122/stat : 25122 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24944435 829231104 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25123] ppid=25109 vsize=809796 CPUtime=0.02
/proc/25111/task/25123/stat : 25123 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 1 1 0 0 15 0 12 0 24944435 829231104 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.2
Current children cumulated vsize (KiB) 809796

[startup+1612.7 s]
/proc/loadavg: 2.00 2.00 2.04 3/85 25163
/proc/meminfo: memFree=1235040/2055920 swapFree=4192812/4192956
[pid=25111] ppid=25109 vsize=810120 CPUtime=1604.38
/proc/25111/stat : 25111 (java) S 25109 25111 22267 0 -1 0 189467 0 28 0 160324 114 0 0 19 0 13 0 24944420 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25111/statm: 202530 172062 1444 9 0 199857 0
[pid=25111/tid=25113] ppid=25109 vsize=810120 CPUtime=345.06
/proc/25111/task/25113/stat : 25113 (java) S 25109 25111 22267 0 -1 64 18992 0 1 0 34486 20 0 0 16 0 13 0 24944427 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25111/tid=25114] ppid=25109 vsize=810120 CPUtime=3.65
/proc/25111/task/25114/stat : 25114 (java) S 25109 25111 22267 0 -1 64 73966 0 0 0 333 32 0 0 16 0 13 0 24944428 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25115] ppid=25109 vsize=810120 CPUtime=3.83
/proc/25111/task/25115/stat : 25115 (java) S 25109 25111 22267 0 -1 64 78655 0 0 0 351 32 0 0 16 0 13 0 24944428 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25111/tid=25116] ppid=25109 vsize=810120 CPUtime=1249.37
/proc/25111/task/25116/stat : 25116 (java) R 25109 25111 22267 0 -1 64 12070 0 0 0 124916 21 0 0 25 0 13 0 24944430 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 104187832 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25111/tid=25117] ppid=25109 vsize=810120 CPUtime=0
/proc/25111/task/25117/stat : 25117 (java) S 25109 25111 22267 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24944430 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25111/tid=25118] ppid=25109 vsize=810120 CPUtime=0
/proc/25111/task/25118/stat : 25118 (java) S 25109 25111 22267 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24944431 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25111/tid=25119] ppid=25109 vsize=810120 CPUtime=0
/proc/25111/task/25119/stat : 25119 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24944435 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25120] ppid=25109 vsize=810120 CPUtime=0
/proc/25111/task/25120/stat : 25120 (java) S 25109 25111 22267 0 -1 64 13 0 0 0 0 0 0 0 25 0 13 0 24944435 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25121] ppid=25109 vsize=810120 CPUtime=2.37
/proc/25111/task/25121/stat : 25121 (java) S 25109 25111 22267 0 -1 64 5051 0 0 0 235 2 0 0 17 0 13 0 24944435 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25122] ppid=25109 vsize=810120 CPUtime=0
/proc/25111/task/25122/stat : 25122 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24944435 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25123] ppid=25109 vsize=810120 CPUtime=0.02
/proc/25111/task/25123/stat : 25123 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 1 1 0 0 15 0 13 0 24944435 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25111/tid=25163] ppid=25109 vsize=810120 CPUtime=0
/proc/25111/task/25163/stat : 25163 (java) S 25109 25111 22267 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 25105543 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1604.38
Current children cumulated vsize (KiB) 810120

[startup+1614.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/85 25163
/proc/meminfo: memFree=1235040/2055920 swapFree=4192812/4192956
[pid=25111] ppid=25109 vsize=810120 CPUtime=1605.98
/proc/25111/stat : 25111 (java) S 25109 25111 22267 0 -1 0 189469 0 28 0 160484 114 0 0 19 0 13 0 24944420 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25111/statm: 202530 172062 1444 9 0 199857 0
[pid=25111/tid=25113] ppid=25109 vsize=810120 CPUtime=345.06
/proc/25111/task/25113/stat : 25113 (java) S 25109 25111 22267 0 -1 64 18992 0 1 0 34486 20 0 0 16 0 13 0 24944427 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25111/tid=25114] ppid=25109 vsize=810120 CPUtime=3.65
/proc/25111/task/25114/stat : 25114 (java) S 25109 25111 22267 0 -1 64 73966 0 0 0 333 32 0 0 16 0 13 0 24944428 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25115] ppid=25109 vsize=810120 CPUtime=3.83
/proc/25111/task/25115/stat : 25115 (java) S 25109 25111 22267 0 -1 64 78655 0 0 0 351 32 0 0 16 0 13 0 24944428 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25111/tid=25116] ppid=25109 vsize=810120 CPUtime=1250.96
/proc/25111/task/25116/stat : 25116 (java) R 25109 25111 22267 0 -1 64 12070 0 0 0 125075 21 0 0 25 0 13 0 24944430 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25111/tid=25117] ppid=25109 vsize=810120 CPUtime=0
/proc/25111/task/25117/stat : 25117 (java) S 25109 25111 22267 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24944430 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25111/tid=25118] ppid=25109 vsize=810120 CPUtime=0
/proc/25111/task/25118/stat : 25118 (java) S 25109 25111 22267 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 24944431 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25111/tid=25119] ppid=25109 vsize=810120 CPUtime=0
/proc/25111/task/25119/stat : 25119 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24944435 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25120] ppid=25109 vsize=810120 CPUtime=0
/proc/25111/task/25120/stat : 25120 (java) S 25109 25111 22267 0 -1 64 13 0 0 0 0 0 0 0 25 0 13 0 24944435 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25121] ppid=25109 vsize=810120 CPUtime=2.37
/proc/25111/task/25121/stat : 25121 (java) S 25109 25111 22267 0 -1 64 5051 0 0 0 235 2 0 0 17 0 13 0 24944435 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25122] ppid=25109 vsize=810120 CPUtime=0
/proc/25111/task/25122/stat : 25122 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24944435 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25123] ppid=25109 vsize=810120 CPUtime=0.02
/proc/25111/task/25123/stat : 25123 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 1 1 0 0 15 0 13 0 24944435 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25111/tid=25163] ppid=25109 vsize=810120 CPUtime=0
/proc/25111/task/25163/stat : 25163 (java) S 25109 25111 22267 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 25105543 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1605.98
Current children cumulated vsize (KiB) 810120

[startup+1615.1 s]
/proc/loadavg: 2.00 2.00 2.04 3/85 25163
/proc/meminfo: memFree=1235040/2055920 swapFree=4192812/4192956
[pid=25111] ppid=25109 vsize=810120 CPUtime=1606.77
/proc/25111/stat : 25111 (java) S 25109 25111 22267 0 -1 0 189469 0 28 0 160563 114 0 0 19 0 13 0 24944420 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25111/statm: 202530 172062 1444 9 0 199857 0
[pid=25111/tid=25113] ppid=25109 vsize=810120 CPUtime=345.06
/proc/25111/task/25113/stat : 25113 (java) S 25109 25111 22267 0 -1 64 18992 0 1 0 34486 20 0 0 16 0 13 0 24944427 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25111/tid=25114] ppid=25109 vsize=810120 CPUtime=3.65
/proc/25111/task/25114/stat : 25114 (java) S 25109 25111 22267 0 -1 64 73966 0 0 0 333 32 0 0 16 0 13 0 24944428 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25115] ppid=25109 vsize=810120 CPUtime=3.83
/proc/25111/task/25115/stat : 25115 (java) S 25109 25111 22267 0 -1 64 78655 0 0 0 351 32 0 0 16 0 13 0 24944428 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25111/tid=25116] ppid=25109 vsize=810120 CPUtime=1251.76
/proc/25111/task/25116/stat : 25116 (java) R 25109 25111 22267 0 -1 64 12070 0 0 0 125155 21 0 0 25 0 13 0 24944430 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25111/tid=25117] ppid=25109 vsize=810120 CPUtime=0
/proc/25111/task/25117/stat : 25117 (java) S 25109 25111 22267 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24944430 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25111/tid=25118] ppid=25109 vsize=810120 CPUtime=0
/proc/25111/task/25118/stat : 25118 (java) S 25109 25111 22267 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 24944431 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25111/tid=25119] ppid=25109 vsize=810120 CPUtime=0
/proc/25111/task/25119/stat : 25119 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24944435 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25120] ppid=25109 vsize=810120 CPUtime=0
/proc/25111/task/25120/stat : 25120 (java) S 25109 25111 22267 0 -1 64 13 0 0 0 0 0 0 0 25 0 13 0 24944435 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25121] ppid=25109 vsize=810120 CPUtime=2.37
/proc/25111/task/25121/stat : 25121 (java) S 25109 25111 22267 0 -1 64 5051 0 0 0 235 2 0 0 17 0 13 0 24944435 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25122] ppid=25109 vsize=810120 CPUtime=0
/proc/25111/task/25122/stat : 25122 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24944435 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25111/tid=25123] ppid=25109 vsize=810120 CPUtime=0.02
/proc/25111/task/25123/stat : 25123 (java) S 25109 25111 22267 0 -1 64 1 0 0 0 1 1 0 0 15 0 13 0 24944435 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25111/tid=25163] ppid=25109 vsize=810120 CPUtime=0
/proc/25111/task/25163/stat : 25163 (java) S 25109 25111 22267 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 25105543 829562880 172062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1606.77
Current children cumulated vsize (KiB) 810120

[startup+1615.5 s]
/proc/loadavg: 2.00 2.00 2.04 3/85 25163
/proc/meminfo: memFree=1235040/2055920 swapFree=4192812/4192956
[pid=25111] ppid=25109 vsize=0 CPUtime=1607.14
/proc/25111/stat : 25111 (java) Z 25109 25111 22267 0 -1 12 189480 0 28 0 160590 124 0 0 16 0 2 0 24944420 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25111/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1607.14
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1615.51
CPU time (s): 1607.15
CPU user time (s): 1605.91
CPU system time (s): 1.24781
CPU usage (%): 99.4828
Max. virtual memory (cumulated for all children) (KiB): 815804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1605.91
system time used= 1.24781
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189480
page faults= 28
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43609
involuntary context switches= 60850

runsolver used 1.9787 second user time and 5.38418 second system time

The end

Launcher Data

Begin job on node39 at 2009-07-12 08:06:44
IDJOB=2084088
IDBENCH=58035
IDSOLVER=731
FILE ID=node39/2084088-1247378804
PBS_JOBID= 9507135
Free space on /tmp= 66428 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/fapp/fapp03/normalized-fapp03-0300-7.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2084088-1247378804/watcher-2084088-1247378804 -o /tmp/evaluation-result-2084088-1247378804/solver-2084088-1247378804 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2084088-1247378804.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 864e3c61ff08e32a4845b7a063b51513
RANDOM SEED=1275141212

node39.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.236
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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1813416 kB
Buffers:          2256 kB
Cached:          49016 kB
SwapCached:          0 kB
Active:         170472 kB
Inactive:        12384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1813416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5028 kB
Writeback:           0 kB
Mapped:         152924 kB
Slab:            44676 kB
Committed_AS:   311772 kB
PageTables:       2144 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= 66428 MiB
End job on node39 at 2009-07-12 08:33:39