Trace number 2083153

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? 1020.81 1024.04

General information on the benchmark

Namecsp/fapp/fapp10/
normalized-fapp10-0900-4.xml
MD5SUMf60495681f907379789521d31738f5ab
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 benchmark26.6949
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of constraints11381
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11381
Global constraints used (with number of constraints)

Solver Data

0.14/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.14/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.31	c See www.sat4j.org for details.
0.14/0.31	c That software uses the Rhino library from the Mozilla project.
0.14/0.32	c version 2.1.1.v20090622
0.14/0.32	c sun.arch.data.model	32
0.14/0.32	c java.version	1.6.0_12
0.14/0.32	c os.name	Linux
0.14/0.32	c os.version	2.6.9-22.EL.rootsmp
0.14/0.32	c os.arch	i386
0.14/0.32	c Free memory 671000808
0.14/0.32	c Max memory 672137216
0.14/0.32	c Total memory 672137216
0.14/0.32	c Number of processors 2
0.24/0.41	c c --- Begin Solver configuration ---
0.24/0.41	c Stops conflict analysis at the first Unique Implication Point
0.24/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.24/0.41	c Learn all clauses as in MiniSAT
0.24/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.24/0.41	c Expensive reason simplification
0.24/0.41	c MiniSAT restarts strategy
0.24/0.41	c Memory based learned constraints deletion strategy
0.24/0.41	c timeout=2147483s
0.24/0.41	c DB Simplification allowed=false
0.24/0.41	c --- End Solver configuration ---
0.24/0.41	c solving HOME/instance-2083153-1247376772.xml
0.24/0.41	c reading problem ... 
0.41/0.66	c reading problem named null
0.41/0.66	c reading domains done.
0.71/1.00	c reading variables done.
1.39/1.57	c reading predicates  done.
1.65/1.93	c reading constraints
1011.71/1014.57	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1013.81/1016.68		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
1013.81/1016.68		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
1013.81/1016.68		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
1013.81/1016.68		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
1013.81/1016.68		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
1013.81/1016.68		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(Unknown Source)
1013.81/1016.68		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(Unknown Source)
1013.81/1016.68		at org.sat4j.csp.Predicate.toClause(Unknown Source)
1013.81/1016.68		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
1013.81/1016.68		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
1013.81/1016.68		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
1013.81/1016.68		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
1013.81/1016.68		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
1013.81/1016.68		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
1013.81/1016.68		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
1013.81/1016.68		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
1013.81/1016.68		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
1013.81/1016.68		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1013.81/1016.68		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1013.81/1016.68		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
1013.81/1016.68		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
1013.81/1016.68		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
1013.81/1016.68		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
1013.81/1016.68		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
1013.81/1016.68		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
1013.81/1016.68		at org.sat4j.AbstractLauncher.run(Unknown Source)
1013.81/1016.68		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
1017.57/1020.44	c starts		: 0
1017.57/1020.44	c conflicts		: 0
1017.57/1020.44	c decisions		: 0
1017.57/1020.44	c propagations		: 0
1017.57/1020.44	c inspects		: 0
1017.57/1020.44	c learnt literals	: 0
1017.57/1020.44	c learnt binary clauses	: 0
1017.57/1020.44	c learnt ternary clauses	: 0
1017.57/1020.44	c learnt clauses	: 0
1017.57/1020.44	c ignored clauses	: 0
1017.57/1020.44	c root simplifications	: 0
1017.57/1020.44	c removed literals (reason simplification)	: 0
1017.57/1020.44	c reason swapping (by a shorter reason)	: 0
1017.57/1020.44	c Calls to reduceDB	: 0
1017.57/1020.44	c speed (assignments/second)	: 0.0
1017.57/1020.44	c non guided choices	0
1020.52/1023.47	c learnt constraints type 
1020.52/1023.47	c constraints type 
1020.52/1023.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 708806
1020.52/1023.47	c org.sat4j.minisat.constraints.card.AtLeast => 900
1020.52/1023.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40
1020.52/1023.47	s UNKNOWN
1020.52/1023.47	c Total wall clock time (in seconds) : 1016.284

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-2083153-1247376772/watcher-2083153-1247376772 -o /tmp/evaluation-result-2083153-1247376772/solver-2083153-1247376772 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2083153-1247376772.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.23 2.11 2.04 4/82 24297
/proc/meminfo: memFree=445392/2055920 swapFree=4192812/4192956
[pid=24297] ppid=24295 vsize=18576 CPUtime=0
/proc/24297/stat : 24297 (runsolver) R 24295 24297 23210 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 24744209 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 262910045479 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/24297/statm: 4644 284 249 26 0 2626 0

[startup+0.0728271 s]
/proc/loadavg: 2.23 2.11 2.04 4/82 24297
/proc/meminfo: memFree=445392/2055920 swapFree=4192812/4192956
[pid=24297] ppid=24295 vsize=12928 CPUtime=0.01
/proc/24297/stat : 24297 (java) R 24295 24297 23210 0 -1 0 374 0 13 0 0 1 0 0 18 0 1 0 24744209 13238272 194 996147200 134512640 134550932 4294956016 18446744073709551615 7951146 0 0 4096 0 0 0 0 17 0 0 0
/proc/24297/statm: 3232 194 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.10183 s]
/proc/loadavg: 2.23 2.11 2.04 4/82 24297
/proc/meminfo: memFree=445392/2055920 swapFree=4192812/4192956
[pid=24297] ppid=24295 vsize=13208 CPUtime=0.02
/proc/24297/stat : 24297 (java) S 24295 24297 23210 0 -1 0 700 0 29 0 0 2 0 0 18 0 2 0 24744209 13524992 528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/24297/statm: 3302 533 225 9 0 1186 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13208

[startup+0.301871 s]
/proc/loadavg: 2.23 2.11 2.04 4/82 24297
/proc/meminfo: memFree=445392/2055920 swapFree=4192812/4192956
[pid=24297] ppid=24295 vsize=804688 CPUtime=0.14
/proc/24297/stat : 24297 (java) S 24295 24297 23210 0 -1 0 3177 0 30 0 10 4 0 0 18 0 12 0 24744209 824000512 2949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24297/statm: 201172 2949 1094 9 0 198506 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 804688

[startup+0.701953 s]
/proc/loadavg: 2.23 2.11 2.04 4/82 24297
/proc/meminfo: memFree=445392/2055920 swapFree=4192812/4192956
[pid=24297] ppid=24295 vsize=807184 CPUtime=0.52
/proc/24297/stat : 24297 (java) S 24295 24297 23210 0 -1 0 5381 0 30 0 45 7 0 0 18 0 12 0 24744209 826556416 4901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24297/statm: 201796 4901 1387 9 0 199123 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 807184

[startup+1.50211 s]
/proc/loadavg: 2.23 2.11 2.04 3/94 24309
/proc/meminfo: memFree=418992/2055920 swapFree=4192812/4192956
[pid=24297] ppid=24295 vsize=809492 CPUtime=1.39
/proc/24297/stat : 24297 (java) S 24295 24297 23210 0 -1 0 11600 0 30 0 129 10 0 0 18 0 12 0 24744209 828919808 10452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24297/statm: 202373 10460 1400 9 0 199700 0
[pid=24297/tid=24299] ppid=24295 vsize=809492 CPUtime=0.66
/proc/24297/task/24299/stat : 24299 (java) R 24295 24297 23210 0 -1 64 8680 0 1 0 60 6 0 0 18 0 12 0 24744219 828919808 10461 996147200 134512640 134550932 4294956016 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24300] ppid=24295 vsize=809492 CPUtime=0
/proc/24297/task/24300/stat : 24300 (java) S 24295 24297 23210 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 24744227 828919808 10462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24301] ppid=24295 vsize=809492 CPUtime=0
/proc/24297/task/24301/stat : 24301 (java) S 24295 24297 23210 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24744227 828919808 10466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24302] ppid=24295 vsize=809492 CPUtime=0
/proc/24297/task/24302/stat : 24302 (java) S 24295 24297 23210 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24744228 828919808 10471 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24303] ppid=24295 vsize=809492 CPUtime=0
/proc/24297/task/24303/stat : 24303 (java) S 24295 24297 23210 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 24744229 828919808 10476 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24304] ppid=24295 vsize=809492 CPUtime=0
/proc/24297/task/24304/stat : 24304 (java) S 24295 24297 23210 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 24744229 828919808 10478 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24305] ppid=24295 vsize=809492 CPUtime=0
/proc/24297/task/24305/stat : 24305 (java) S 24295 24297 23210 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 24744235 828919808 10478 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24306] ppid=24295 vsize=809492 CPUtime=0.09
/proc/24297/task/24306/stat : 24306 (java) S 24295 24297 23210 0 -1 64 178 0 0 0 9 0 0 0 16 0 12 0 24744235 828919808 10481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24297/tid=24307] ppid=24295 vsize=809492 CPUtime=0.6
/proc/24297/task/24307/stat : 24307 (java) S 24295 24297 23210 0 -1 64 2039 0 0 0 59 1 0 0 17 0 12 0 24744235 828919808 10485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24297/tid=24308] ppid=24295 vsize=809492 CPUtime=0
/proc/24297/task/24308/stat : 24308 (java) S 24295 24297 23210 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 24744235 828919808 10490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24309] ppid=24295 vsize=809492 CPUtime=0
/proc/24297/task/24309/stat : 24309 (java) S 24295 24297 23210 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24744235 828919808 10494 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) 809492

[startup+3.10242 s]
/proc/loadavg: 2.23 2.11 2.04 4/94 24309
/proc/meminfo: memFree=371120/2055920 swapFree=4192812/4192956
[pid=24297] ppid=24295 vsize=811804 CPUtime=2.86
/proc/24297/stat : 24297 (java) S 24295 24297 23210 0 -1 0 30576 0 30 0 266 20 0 0 18 0 12 0 24744209 831287296 28465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24297/statm: 202951 28465 1440 9 0 200278 0
[pid=24297/tid=24299] ppid=24295 vsize=811804 CPUtime=1.29
/proc/24297/task/24299/stat : 24299 (java) R 24295 24297 23210 0 -1 64 17254 0 1 0 118 11 0 0 18 0 12 0 24744219 831287296 28465 996147200 134512640 134550932 4294956016 18446744073709551615 4109131940 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24300] ppid=24295 vsize=811804 CPUtime=0.16
/proc/24297/task/24300/stat : 24300 (java) S 24295 24297 23210 0 -1 64 4954 0 0 0 14 2 0 0 18 0 12 0 24744227 831287296 28465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24301] ppid=24295 vsize=811804 CPUtime=0.12
/proc/24297/task/24301/stat : 24301 (java) S 24295 24297 23210 0 -1 64 3929 0 0 0 10 2 0 0 16 0 12 0 24744227 831287296 28465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24302] ppid=24295 vsize=811804 CPUtime=0
/proc/24297/task/24302/stat : 24302 (java) S 24295 24297 23210 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24744228 831287296 28465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24303] ppid=24295 vsize=811804 CPUtime=0
/proc/24297/task/24303/stat : 24303 (java) S 24295 24297 23210 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24744229 831287296 28465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24304] ppid=24295 vsize=811804 CPUtime=0
/proc/24297/task/24304/stat : 24304 (java) S 24295 24297 23210 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24744229 831287296 28465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24297/tid=24305] ppid=24295 vsize=811804 CPUtime=0
/proc/24297/task/24305/stat : 24305 (java) S 24295 24297 23210 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 24744235 831287296 28465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24306] ppid=24295 vsize=811804 CPUtime=0.62
/proc/24297/task/24306/stat : 24306 (java) R 24295 24297 23210 0 -1 64 1677 0 0 0 62 0 0 0 16 0 12 0 24744235 831287296 28465 996147200 134512640 134550932 4294956016 18446744073709551615 106811688 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24307] ppid=24295 vsize=811804 CPUtime=0.6
/proc/24297/task/24307/stat : 24307 (java) S 24295 24297 23210 0 -1 64 2039 0 0 0 59 1 0 0 16 0 12 0 24744235 831287296 28465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24308] ppid=24295 vsize=811804 CPUtime=0
/proc/24297/task/24308/stat : 24308 (java) S 24295 24297 23210 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 24744235 831287296 28465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24309] ppid=24295 vsize=811804 CPUtime=0
/proc/24297/task/24309/stat : 24309 (java) S 24295 24297 23210 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24744235 831287296 28465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 811804

[startup+6.30105 s]
/proc/loadavg: 2.29 2.12 2.05 3/94 24309
/proc/meminfo: memFree=296688/2055920 swapFree=4192812/4192956
[pid=24297] ppid=24295 vsize=811260 CPUtime=6.08
/proc/24297/stat : 24297 (java) S 24295 24297 23210 0 -1 0 34531 0 30 0 586 22 0 0 18 0 12 0 24744209 830730240 32250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24297/statm: 202815 32250 1440 9 0 200142 0
[pid=24297/tid=24299] ppid=24295 vsize=811260 CPUtime=3.99
/proc/24297/task/24299/stat : 24299 (java) R 24295 24297 23210 0 -1 64 17266 0 1 0 388 11 0 0 24 0 12 0 24744219 830730240 32250 996147200 134512640 134550932 4294956016 18446744073709551615 4109665139 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24297/tid=24300] ppid=24295 vsize=811260 CPUtime=0.29
/proc/24297/task/24300/stat : 24300 (java) S 24295 24297 23210 0 -1 64 6975 0 0 0 27 2 0 0 17 0 12 0 24744227 830730240 32250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24297/tid=24301] ppid=24295 vsize=811260 CPUtime=0.28
/proc/24297/task/24301/stat : 24301 (java) S 24295 24297 23210 0 -1 64 5816 0 0 0 25 3 0 0 17 0 12 0 24744227 830730240 32250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24297/tid=24302] ppid=24295 vsize=811260 CPUtime=0
/proc/24297/task/24302/stat : 24302 (java) S 24295 24297 23210 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 24744228 830730240 32250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24297/tid=24303] ppid=24295 vsize=811260 CPUtime=0
/proc/24297/task/24303/stat : 24303 (java) S 24295 24297 23210 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24744229 830730240 32250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24304] ppid=24295 vsize=811260 CPUtime=0
/proc/24297/task/24304/stat : 24304 (java) S 24295 24297 23210 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24744229 830730240 32250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24297/tid=24305] ppid=24295 vsize=811260 CPUtime=0
/proc/24297/task/24305/stat : 24305 (java) S 24295 24297 23210 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 24744235 830730240 32250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24306] ppid=24295 vsize=811260 CPUtime=0.82
/proc/24297/task/24306/stat : 24306 (java) S 24295 24297 23210 0 -1 64 1700 0 0 0 82 0 0 0 16 0 12 0 24744235 830730240 32250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24297/tid=24307] ppid=24295 vsize=811260 CPUtime=0.62
/proc/24297/task/24307/stat : 24307 (java) S 24295 24297 23210 0 -1 64 2050 0 0 0 61 1 0 0 17 0 12 0 24744235 830730240 32250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24308] ppid=24295 vsize=811260 CPUtime=0
/proc/24297/task/24308/stat : 24308 (java) S 24295 24297 23210 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 24744235 830730240 32250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24309] ppid=24295 vsize=811260 CPUtime=0
/proc/24297/task/24309/stat : 24309 (java) S 24295 24297 23210 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24744235 830730240 32250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 811260

[startup+12.7023 s]
/proc/loadavg: 2.27 2.12 2.05 3/94 24309
/proc/meminfo: memFree=243504/2055920 swapFree=4192812/4192956
[pid=24297] ppid=24295 vsize=811836 CPUtime=12.49
/proc/24297/stat : 24297 (java) S 24295 24297 23210 0 -1 0 41385 0 30 0 1223 26 0 0 18 0 12 0 24744209 831320064 38798 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24297/statm: 202959 38798 1441 9 0 200286 0
[pid=24297/tid=24299] ppid=24295 vsize=811836 CPUtime=10.05
/proc/24297/task/24299/stat : 24299 (java) R 24295 24297 23210 0 -1 64 17283 0 1 0 994 11 0 0 25 0 12 0 24744219 831320064 38798 996147200 134512640 134550932 4294956016 18446744073709551615 4109665143 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24300] ppid=24295 vsize=811836 CPUtime=0.39
/proc/24297/task/24300/stat : 24300 (java) S 24295 24297 23210 0 -1 64 9915 0 0 0 36 3 0 0 16 0 12 0 24744227 831320064 38798 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24301] ppid=24295 vsize=811836 CPUtime=0.4
/proc/24297/task/24301/stat : 24301 (java) S 24295 24297 23210 0 -1 64 9314 0 0 0 35 5 0 0 16 0 12 0 24744227 831320064 38798 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24302] ppid=24295 vsize=811836 CPUtime=0.01
/proc/24297/task/24302/stat : 24302 (java) S 24295 24297 23210 0 -1 64 14 0 0 0 1 0 0 0 16 0 12 0 24744228 831320064 38798 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24303] ppid=24295 vsize=811836 CPUtime=0
/proc/24297/task/24303/stat : 24303 (java) S 24295 24297 23210 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24744229 831320064 38798 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24304] ppid=24295 vsize=811836 CPUtime=0
/proc/24297/task/24304/stat : 24304 (java) S 24295 24297 23210 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24744229 831320064 38798 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24297/tid=24305] ppid=24295 vsize=811836 CPUtime=0
/proc/24297/task/24305/stat : 24305 (java) S 24295 24297 23210 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 24744235 831320064 38798 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24306] ppid=24295 vsize=811836 CPUtime=0.82
/proc/24297/task/24306/stat : 24306 (java) S 24295 24297 23210 0 -1 64 1700 0 0 0 82 0 0 0 16 0 12 0 24744235 831320064 38798 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24297/tid=24307] ppid=24295 vsize=811836 CPUtime=0.72
/proc/24297/task/24307/stat : 24307 (java) S 24295 24297 23210 0 -1 64 2449 0 0 0 71 1 0 0 16 0 12 0 24744235 831320064 38798 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24308] ppid=24295 vsize=811836 CPUtime=0
/proc/24297/task/24308/stat : 24308 (java) S 24295 24297 23210 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 24744235 831320064 38798 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24309] ppid=24295 vsize=811836 CPUtime=0
/proc/24297/task/24309/stat : 24309 (java) S 24295 24297 23210 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24744235 831320064 38798 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 811836

[startup+25.5018 s]
/proc/loadavg: 2.21 2.11 2.04 3/94 24309
/proc/meminfo: memFree=169648/2055920 swapFree=4192812/4192956
[pid=24297] ppid=24295 vsize=811836 CPUtime=25.28
/proc/24297/stat : 24297 (java) S 24295 24297 23210 0 -1 0 47495 0 30 0 2499 29 0 0 18 0 12 0 24744209 831320064 44888 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24297/statm: 202959 44888 1441 9 0 200286 0
[pid=24297/tid=24299] ppid=24295 vsize=811836 CPUtime=22.66
/proc/24297/task/24299/stat : 24299 (java) R 24295 24297 23210 0 -1 64 17304 0 1 0 2254 12 0 0 25 0 12 0 24744219 831320064 44888 996147200 134512640 134550932 4294956016 18446744073709551615 4109685804 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24300] ppid=24295 vsize=811836 CPUtime=0.46
/proc/24297/task/24300/stat : 24300 (java) S 24295 24297 23210 0 -1 64 12941 0 0 0 42 4 0 0 16 0 12 0 24744227 831320064 44888 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24301] ppid=24295 vsize=811836 CPUtime=0.47
/proc/24297/task/24301/stat : 24301 (java) S 24295 24297 23210 0 -1 64 12371 0 0 0 41 6 0 0 16 0 12 0 24744227 831320064 44888 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24302] ppid=24295 vsize=811836 CPUtime=0.01
/proc/24297/task/24302/stat : 24302 (java) S 24295 24297 23210 0 -1 64 14 0 0 0 1 0 0 0 15 0 12 0 24744228 831320064 44888 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24303] ppid=24295 vsize=811836 CPUtime=0
/proc/24297/task/24303/stat : 24303 (java) S 24295 24297 23210 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24744229 831320064 44888 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24304] ppid=24295 vsize=811836 CPUtime=0
/proc/24297/task/24304/stat : 24304 (java) S 24295 24297 23210 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24744229 831320064 44888 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24297/tid=24305] ppid=24295 vsize=811836 CPUtime=0
/proc/24297/task/24305/stat : 24305 (java) S 24295 24297 23210 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 24744235 831320064 44888 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24306] ppid=24295 vsize=811836 CPUtime=0.82

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

[pid=24297/tid=24308] ppid=24295 vsize=820308 CPUtime=0
/proc/24297/task/24308/stat : 24308 (java) S 24295 24297 23210 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 24744235 839995392 174300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24309] ppid=24295 vsize=820308 CPUtime=0.01
/proc/24297/task/24309/stat : 24309 (java) S 24295 24297 23210 0 -1 64 0 0 0 0 1 0 0 0 15 0 13 0 24744235 839995392 174300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24297/tid=24475] ppid=24295 vsize=820308 CPUtime=0
/proc/24297/task/24475/stat : 24475 (java) S 24295 24297 23210 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 24845878 839995392 174300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1014.89
Current children cumulated vsize (KiB) 820308

[startup+1020.9 s]
/proc/loadavg: 3.23 2.60 2.30 3/95 24475
/proc/meminfo: memFree=14824/2055920 swapFree=4192812/4192956
[pid=24297] ppid=24295 vsize=820308 CPUtime=1018.06
/proc/24297/stat : 24297 (java) S 24295 24297 23210 0 -1 0 573397 0 33 0 101449 357 0 0 18 0 13 0 24744209 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24297/statm: 205077 174301 1445 9 0 202404 0
[pid=24297/tid=24299] ppid=24295 vsize=820308 CPUtime=358.35
/proc/24297/task/24299/stat : 24299 (java) S 24295 24297 23210 0 -1 64 18372 0 1 0 35790 45 0 0 17 0 13 0 24744219 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24300] ppid=24295 vsize=820308 CPUtime=3.65
/proc/24297/task/24300/stat : 24300 (java) S 24295 24297 23210 0 -1 64 78188 0 0 0 334 31 0 0 15 0 13 0 24744227 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24301] ppid=24295 vsize=820308 CPUtime=3.72
/proc/24297/task/24301/stat : 24301 (java) S 24295 24297 23210 0 -1 64 74607 0 0 0 342 30 0 0 16 0 13 0 24744227 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24302] ppid=24295 vsize=820308 CPUtime=650.11
/proc/24297/task/24302/stat : 24302 (java) R 24295 24297 23210 0 -1 64 393974 0 2 0 64769 242 0 0 25 0 13 0 24744228 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24303] ppid=24295 vsize=820308 CPUtime=0
/proc/24297/task/24303/stat : 24303 (java) S 24295 24297 23210 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24744229 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24304] ppid=24295 vsize=820308 CPUtime=0
/proc/24297/task/24304/stat : 24304 (java) S 24295 24297 23210 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24744229 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24305] ppid=24295 vsize=820308 CPUtime=0
/proc/24297/task/24305/stat : 24305 (java) S 24295 24297 23210 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 24744235 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24306] ppid=24295 vsize=820308 CPUtime=0.82
/proc/24297/task/24306/stat : 24306 (java) S 24295 24297 23210 0 -1 64 1700 0 0 0 82 0 0 0 16 0 13 0 24744235 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24297/tid=24307] ppid=24295 vsize=820308 CPUtime=1.3
/proc/24297/task/24307/stat : 24307 (java) S 24295 24297 23210 0 -1 64 5836 0 1 0 128 2 0 0 17 0 13 0 24744235 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24308] ppid=24295 vsize=820308 CPUtime=0
/proc/24297/task/24308/stat : 24308 (java) S 24295 24297 23210 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 24744235 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24309] ppid=24295 vsize=820308 CPUtime=0.01
/proc/24297/task/24309/stat : 24309 (java) S 24295 24297 23210 0 -1 64 0 0 0 0 1 0 0 0 15 0 13 0 24744235 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24297/tid=24475] ppid=24295 vsize=820308 CPUtime=0
/proc/24297/task/24475/stat : 24475 (java) S 24295 24297 23210 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 24845878 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1018.06
Current children cumulated vsize (KiB) 820308

[startup+1022.5 s]
/proc/loadavg: 3.23 2.60 2.30 3/95 24475
/proc/meminfo: memFree=16040/2055920 swapFree=4192812/4192956
[pid=24297] ppid=24295 vsize=820308 CPUtime=1019.66
/proc/24297/stat : 24297 (java) S 24295 24297 23210 0 -1 0 574399 0 33 0 101608 358 0 0 18 0 13 0 24744209 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24297/statm: 205077 174301 1445 9 0 202404 0
[pid=24297/tid=24299] ppid=24295 vsize=820308 CPUtime=358.35
/proc/24297/task/24299/stat : 24299 (java) S 24295 24297 23210 0 -1 64 18372 0 1 0 35790 45 0 0 17 0 13 0 24744219 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24300] ppid=24295 vsize=820308 CPUtime=3.65
/proc/24297/task/24300/stat : 24300 (java) S 24295 24297 23210 0 -1 64 78188 0 0 0 334 31 0 0 15 0 13 0 24744227 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24301] ppid=24295 vsize=820308 CPUtime=3.72
/proc/24297/task/24301/stat : 24301 (java) S 24295 24297 23210 0 -1 64 74607 0 0 0 342 30 0 0 16 0 13 0 24744227 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24302] ppid=24295 vsize=820308 CPUtime=651.71
/proc/24297/task/24302/stat : 24302 (java) R 24295 24297 23210 0 -1 64 394976 0 2 0 64928 243 0 0 25 0 13 0 24744228 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24303] ppid=24295 vsize=820308 CPUtime=0
/proc/24297/task/24303/stat : 24303 (java) S 24295 24297 23210 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24744229 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24304] ppid=24295 vsize=820308 CPUtime=0
/proc/24297/task/24304/stat : 24304 (java) S 24295 24297 23210 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24744229 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24305] ppid=24295 vsize=820308 CPUtime=0
/proc/24297/task/24305/stat : 24305 (java) S 24295 24297 23210 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 24744235 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24306] ppid=24295 vsize=820308 CPUtime=0.82
/proc/24297/task/24306/stat : 24306 (java) S 24295 24297 23210 0 -1 64 1700 0 0 0 82 0 0 0 16 0 13 0 24744235 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24297/tid=24307] ppid=24295 vsize=820308 CPUtime=1.3
/proc/24297/task/24307/stat : 24307 (java) S 24295 24297 23210 0 -1 64 5836 0 1 0 128 2 0 0 17 0 13 0 24744235 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24308] ppid=24295 vsize=820308 CPUtime=0
/proc/24297/task/24308/stat : 24308 (java) S 24295 24297 23210 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 24744235 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24309] ppid=24295 vsize=820308 CPUtime=0.01
/proc/24297/task/24309/stat : 24309 (java) S 24295 24297 23210 0 -1 64 0 0 0 0 1 0 0 0 15 0 13 0 24744235 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24297/tid=24475] ppid=24295 vsize=820308 CPUtime=0
/proc/24297/task/24475/stat : 24475 (java) S 24295 24297 23210 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24845878 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1019.66
Current children cumulated vsize (KiB) 820308

[startup+1023.3 s]
/proc/loadavg: 3.21 2.61 2.30 3/95 24475
/proc/meminfo: memFree=16168/2055920 swapFree=4192812/4192956
[pid=24297] ppid=24295 vsize=820308 CPUtime=1020.45
/proc/24297/stat : 24297 (java) S 24295 24297 23210 0 -1 0 574399 0 33 0 101687 358 0 0 18 0 13 0 24744209 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24297/statm: 205077 174301 1445 9 0 202404 0
[pid=24297/tid=24299] ppid=24295 vsize=820308 CPUtime=358.35
/proc/24297/task/24299/stat : 24299 (java) S 24295 24297 23210 0 -1 64 18372 0 1 0 35790 45 0 0 17 0 13 0 24744219 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24300] ppid=24295 vsize=820308 CPUtime=3.65
/proc/24297/task/24300/stat : 24300 (java) S 24295 24297 23210 0 -1 64 78188 0 0 0 334 31 0 0 15 0 13 0 24744227 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24301] ppid=24295 vsize=820308 CPUtime=3.72
/proc/24297/task/24301/stat : 24301 (java) S 24295 24297 23210 0 -1 64 74607 0 0 0 342 30 0 0 16 0 13 0 24744227 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24302] ppid=24295 vsize=820308 CPUtime=652.5
/proc/24297/task/24302/stat : 24302 (java) R 24295 24297 23210 0 -1 64 394976 0 2 0 65007 243 0 0 25 0 13 0 24744228 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24303] ppid=24295 vsize=820308 CPUtime=0
/proc/24297/task/24303/stat : 24303 (java) S 24295 24297 23210 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24744229 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24304] ppid=24295 vsize=820308 CPUtime=0
/proc/24297/task/24304/stat : 24304 (java) S 24295 24297 23210 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24744229 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24305] ppid=24295 vsize=820308 CPUtime=0
/proc/24297/task/24305/stat : 24305 (java) S 24295 24297 23210 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 24744235 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24306] ppid=24295 vsize=820308 CPUtime=0.82
/proc/24297/task/24306/stat : 24306 (java) S 24295 24297 23210 0 -1 64 1700 0 0 0 82 0 0 0 16 0 13 0 24744235 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24297/tid=24307] ppid=24295 vsize=820308 CPUtime=1.3
/proc/24297/task/24307/stat : 24307 (java) S 24295 24297 23210 0 -1 64 5836 0 1 0 128 2 0 0 17 0 13 0 24744235 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24308] ppid=24295 vsize=820308 CPUtime=0
/proc/24297/task/24308/stat : 24308 (java) S 24295 24297 23210 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 24744235 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24309] ppid=24295 vsize=820308 CPUtime=0.01
/proc/24297/task/24309/stat : 24309 (java) S 24295 24297 23210 0 -1 64 0 0 0 0 1 0 0 0 15 0 13 0 24744235 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24297/tid=24475] ppid=24295 vsize=820308 CPUtime=0
/proc/24297/task/24475/stat : 24475 (java) S 24295 24297 23210 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24845878 839995392 174301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1020.45
Current children cumulated vsize (KiB) 820308

[startup+1023.7 s]
/proc/loadavg: 3.21 2.61 2.30 3/95 24475
/proc/meminfo: memFree=16168/2055920 swapFree=4192812/4192956
[pid=24297] ppid=24295 vsize=818304 CPUtime=1020.7
/proc/24297/stat : 24297 (java) S 24295 24297 23210 0 -1 0 574405 0 33 0 101712 358 0 0 18 0 10 0 24744209 837943296 173803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24297/statm: 204576 173803 1446 9 0 201903 0
[pid=24297/tid=24299] ppid=24295 vsize=818304 CPUtime=358.35
/proc/24297/task/24299/stat : 24299 (java) D 24295 24297 23210 0 -1 64 18374 0 1 0 35790 45 0 0 15 0 10 0 24744219 837943296 173803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=24297/tid=24300] ppid=24295 vsize=818304 CPUtime=3.65
/proc/24297/task/24300/stat : 24300 (java) S 24295 24297 23210 0 -1 64 78188 0 0 0 334 31 0 0 15 0 10 0 24744227 837943296 173803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24301] ppid=24295 vsize=818304 CPUtime=3.72
/proc/24297/task/24301/stat : 24301 (java) S 24295 24297 23210 0 -1 64 74607 0 0 0 342 30 0 0 16 0 10 0 24744227 837943296 173803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24303] ppid=24295 vsize=818304 CPUtime=0
/proc/24297/task/24303/stat : 24303 (java) S 24295 24297 23210 0 -1 64 10 0 0 0 0 0 0 0 16 0 10 0 24744229 837943296 173803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24304] ppid=24295 vsize=818304 CPUtime=0
/proc/24297/task/24304/stat : 24304 (java) S 24295 24297 23210 0 -1 64 8 0 0 0 0 0 0 0 16 0 10 0 24744229 837943296 173803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24305] ppid=24295 vsize=818304 CPUtime=0
/proc/24297/task/24305/stat : 24305 (java) S 24295 24297 23210 0 -1 64 2 0 0 0 0 0 0 0 16 0 10 0 24744235 837943296 173803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24306] ppid=24295 vsize=818304 CPUtime=0.82
/proc/24297/task/24306/stat : 24306 (java) S 24295 24297 23210 0 -1 64 1700 0 0 0 82 0 0 0 16 0 10 0 24744235 837943296 173803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24297/tid=24307] ppid=24295 vsize=818304 CPUtime=1.3
/proc/24297/task/24307/stat : 24307 (java) S 24295 24297 23210 0 -1 64 5836 0 1 0 128 2 0 0 17 0 10 0 24744235 837943296 173803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24308] ppid=24295 vsize=818304 CPUtime=0
/proc/24297/task/24308/stat : 24308 (java) S 24295 24297 23210 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 24744235 837943296 173803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1020.7
Current children cumulated vsize (KiB) 818304

[startup+1023.9 s]
/proc/loadavg: 3.21 2.61 2.30 3/95 24475
/proc/meminfo: memFree=16168/2055920 swapFree=4192812/4192956
[pid=24297] ppid=24295 vsize=818304 CPUtime=1020.7
/proc/24297/stat : 24297 (java) S 24295 24297 23210 0 -1 0 574405 0 33 0 101712 358 0 0 18 0 10 0 24744209 837943296 173803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24297/statm: 204576 173803 1446 9 0 201903 0
[pid=24297/tid=24299] ppid=24295 vsize=818304 CPUtime=358.35
/proc/24297/task/24299/stat : 24299 (java) D 24295 24297 23210 0 -1 64 18374 0 1 0 35790 45 0 0 15 0 10 0 24744219 837943296 173803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=24297/tid=24300] ppid=24295 vsize=818304 CPUtime=3.65
/proc/24297/task/24300/stat : 24300 (java) S 24295 24297 23210 0 -1 64 78188 0 0 0 334 31 0 0 15 0 10 0 24744227 837943296 173803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24301] ppid=24295 vsize=818304 CPUtime=3.72
/proc/24297/task/24301/stat : 24301 (java) S 24295 24297 23210 0 -1 64 74607 0 0 0 342 30 0 0 16 0 10 0 24744227 837943296 173803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24303] ppid=24295 vsize=818304 CPUtime=0
/proc/24297/task/24303/stat : 24303 (java) S 24295 24297 23210 0 -1 64 10 0 0 0 0 0 0 0 16 0 10 0 24744229 837943296 173803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24304] ppid=24295 vsize=818304 CPUtime=0
/proc/24297/task/24304/stat : 24304 (java) S 24295 24297 23210 0 -1 64 8 0 0 0 0 0 0 0 16 0 10 0 24744229 837943296 173803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24305] ppid=24295 vsize=818304 CPUtime=0
/proc/24297/task/24305/stat : 24305 (java) S 24295 24297 23210 0 -1 64 2 0 0 0 0 0 0 0 16 0 10 0 24744235 837943296 173803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24306] ppid=24295 vsize=818304 CPUtime=0.82
/proc/24297/task/24306/stat : 24306 (java) S 24295 24297 23210 0 -1 64 1700 0 0 0 82 0 0 0 16 0 10 0 24744235 837943296 173803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24297/tid=24307] ppid=24295 vsize=818304 CPUtime=1.3
/proc/24297/task/24307/stat : 24307 (java) S 24295 24297 23210 0 -1 64 5836 0 1 0 128 2 0 0 17 0 10 0 24744235 837943296 173803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24297/tid=24308] ppid=24295 vsize=818304 CPUtime=0
/proc/24297/task/24308/stat : 24308 (java) S 24295 24297 23210 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 24744235 837943296 173803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1020.7
Current children cumulated vsize (KiB) 818304

[startup+1024 s]
/proc/loadavg: 3.21 2.61 2.30 3/95 24475
/proc/meminfo: memFree=16168/2055920 swapFree=4192812/4192956
[pid=24297] ppid=24295 vsize=0 CPUtime=1020.78
/proc/24297/stat : 24297 (java) Z 24295 24297 23210 0 -1 12 574405 0 33 0 101712 366 0 0 16 0 2 0 24744209 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24297/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1020.78
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1024.04
CPU time (s): 1020.81
CPU user time (s): 1017.12
CPU system time (s): 3.68644
CPU usage (%): 99.6847
Max. virtual memory (cumulated for all children) (KiB): 823988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1017.12
system time used= 3.68644
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 574405
page faults= 33
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30490
involuntary context switches= 24621

runsolver used 1.39779 second user time and 3.65244 second system time

The end

Launcher Data

Begin job on node11 at 2009-07-12 07:32:52
IDJOB=2083153
IDBENCH=57722
IDSOLVER=731
FILE ID=node11/2083153-1247376772
PBS_JOBID= 9507148
Free space on /tmp= 65236 MiB

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

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

MD5SUM BENCH= f60495681f907379789521d31738f5ab
RANDOM SEED=1339530757

node11.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.274
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.274
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:        446192 kB
Buffers:          1936 kB
Cached:        1265244 kB
SwapCached:          0 kB
Active:        1049764 kB
Inactive:       475872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        446192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          209004 kB
Writeback:           0 kB
Mapped:         279808 kB
Slab:            68740 kB
Committed_AS:   561000 kB
PageTables:       2488 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= 65224 MiB
End job on node11 at 2009-07-12 07:49:56