Trace number 2084066

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? 715.621 719.387

General information on the benchmark

Namecsp/fapp/fapp09/
normalized-fapp09-0800-6.xml
MD5SUM546e6ed781e2059b953cb6ecdfe4a630
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 benchmark31.8422
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints8975
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8975
Global constraints used (with number of constraints)

Solver Data

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

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-2084066-1247378750/watcher-2084066-1247378750 -o /tmp/evaluation-result-2084066-1247378750/solver-2084066-1247378750 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2084066-1247378750.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: 3.28 2.61 2.27 4/82 25211
/proc/meminfo: memFree=1680904/2055920 swapFree=4192812/4192956
[pid=25211] ppid=25209 vsize=18576 CPUtime=0
/proc/25211/stat : 25211 (runsolver) D 25209 25211 23106 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 24941550 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 268213742887 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/25211/statm: 4644 284 249 26 0 2626 0

[startup+0.010322 s]
/proc/loadavg: 3.28 2.61 2.27 4/82 25211
/proc/meminfo: memFree=1680904/2055920 swapFree=4192812/4192956
[pid=25211] ppid=25209 vsize=18576 CPUtime=0
/proc/25211/stat : 25211 (runsolver) D 25209 25211 23106 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 24941550 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 268213742887 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/25211/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.102341 s]
/proc/loadavg: 3.28 2.61 2.27 4/82 25211
/proc/meminfo: memFree=1680904/2055920 swapFree=4192812/4192956
[pid=25211] ppid=25209 vsize=12928 CPUtime=0.02
/proc/25211/stat : 25211 (java) R 25209 25211 23106 0 -1 0 391 0 25 0 0 2 0 0 18 0 1 0 24941550 13238272 223 996147200 134512640 134550932 4294956016 18446744073709551615 9245482 0 0 4096 0 0 0 0 17 0 0 0
/proc/25211/statm: 3232 223 136 9 0 1104 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12928

[startup+0.302373 s]
/proc/loadavg: 3.28 2.61 2.27 4/82 25211
/proc/meminfo: memFree=1680904/2055920 swapFree=4192812/4192956
[pid=25211] ppid=25209 vsize=804560 CPUtime=0.1
/proc/25211/stat : 25211 (java) S 25209 25211 23106 0 -1 0 2987 0 30 0 6 4 0 0 18 0 12 0 24941550 823869440 2759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25211/statm: 201140 2759 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 804560

[startup+0.701406 s]
/proc/loadavg: 3.28 2.61 2.27 4/82 25211
/proc/meminfo: memFree=1680904/2055920 swapFree=4192812/4192956
[pid=25211] ppid=25209 vsize=807248 CPUtime=0.47
/proc/25211/stat : 25211 (java) S 25209 25211 23106 0 -1 0 5289 0 31 0 40 7 0 0 18 0 12 0 24941550 826621952 4816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25211/statm: 201812 4816 1384 9 0 199139 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 807248

[startup+1.5015 s]
/proc/loadavg: 3.28 2.61 2.27 3/94 25223
/proc/meminfo: memFree=1657640/2055920 swapFree=4192812/4192956
[pid=25211] ppid=25209 vsize=808468 CPUtime=1.26
/proc/25211/stat : 25211 (java) S 25209 25211 23106 0 -1 0 10529 0 31 0 117 9 0 0 18 0 12 0 24941550 827871232 9542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25211/statm: 202117 9545 1400 9 0 199444 0
[pid=25211/tid=25213] ppid=25209 vsize=808468 CPUtime=0.58
/proc/25211/task/25213/stat : 25213 (java) R 25209 25211 23106 0 -1 64 7787 0 2 0 52 6 0 0 25 0 12 0 24941561 827871232 9546 996147200 134512640 134550932 4294956016 18446744073709551615 4109601384 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25214] ppid=25209 vsize=808468 CPUtime=0
/proc/25211/task/25214/stat : 25214 (java) S 25209 25211 23106 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 24941570 827871232 9548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25215] ppid=25209 vsize=808468 CPUtime=0
/proc/25211/task/25215/stat : 25215 (java) S 25209 25211 23106 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24941570 827871232 9551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25216] ppid=25209 vsize=808468 CPUtime=0
/proc/25211/task/25216/stat : 25216 (java) S 25209 25211 23106 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 24941572 827871232 9554 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25217] ppid=25209 vsize=808468 CPUtime=0
/proc/25211/task/25217/stat : 25217 (java) S 25209 25211 23106 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 24941572 827871232 9557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25218] ppid=25209 vsize=808468 CPUtime=0
/proc/25211/task/25218/stat : 25218 (java) S 25209 25211 23106 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 24941572 827871232 9559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25219] ppid=25209 vsize=808468 CPUtime=0
/proc/25211/task/25219/stat : 25219 (java) S 25209 25211 23106 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24941579 827871232 9563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25220] ppid=25209 vsize=808468 CPUtime=0
/proc/25211/task/25220/stat : 25220 (java) S 25209 25211 23106 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 24941579 827871232 9568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25221] ppid=25209 vsize=808468 CPUtime=0.64
/proc/25211/task/25221/stat : 25221 (java) S 25209 25211 23106 0 -1 64 2022 0 0 0 64 0 0 0 17 0 12 0 24941579 827871232 9573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25222] ppid=25209 vsize=808468 CPUtime=0
/proc/25211/task/25222/stat : 25222 (java) S 25209 25211 23106 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24941579 827871232 9575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25223] ppid=25209 vsize=808468 CPUtime=0
/proc/25211/task/25223/stat : 25223 (java) S 25209 25211 23106 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24941579 827871232 9575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 808468

[startup+3.10268 s]
/proc/loadavg: 3.28 2.61 2.27 4/93 25223
/proc/meminfo: memFree=1625904/2055920 swapFree=4192812/4192956
[pid=25211] ppid=25209 vsize=810684 CPUtime=2.87
/proc/25211/stat : 25211 (java) S 25209 25211 23106 0 -1 0 24216 0 31 0 271 16 0 0 18 0 12 0 24941550 830140416 22416 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25211/statm: 202671 22418 1436 9 0 199998 0
[pid=25211/tid=25213] ppid=25209 vsize=810684 CPUtime=1.4
/proc/25211/task/25213/stat : 25213 (java) R 25209 25211 23106 0 -1 64 17252 0 2 0 130 10 0 0 24 0 12 0 24941561 830140416 22418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25214] ppid=25209 vsize=810684 CPUtime=0.02
/proc/25211/task/25214/stat : 25214 (java) R 25209 25211 23106 0 -1 64 1162 0 0 0 2 0 0 0 17 0 12 0 24941570 830140416 22420 996147200 134512640 134550932 4294956016 18446744073709551615 106195490 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25211/tid=25215] ppid=25209 vsize=810684 CPUtime=0.04
/proc/25211/task/25215/stat : 25215 (java) R 25209 25211 23106 0 -1 64 1637 0 0 0 4 0 0 0 17 0 12 0 24941570 830140416 22421 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25216] ppid=25209 vsize=810684 CPUtime=0
/proc/25211/task/25216/stat : 25216 (java) S 25209 25211 23106 0 -1 64 4 0 0 0 0 0 0 0 17 0 12 0 24941572 830140416 22422 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25217] ppid=25209 vsize=810684 CPUtime=0
/proc/25211/task/25217/stat : 25217 (java) S 25209 25211 23106 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 24941572 830140416 22423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25218] ppid=25209 vsize=810684 CPUtime=0
/proc/25211/task/25218/stat : 25218 (java) S 25209 25211 23106 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 24941572 830140416 22424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25219] ppid=25209 vsize=810684 CPUtime=0
/proc/25211/task/25219/stat : 25219 (java) S 25209 25211 23106 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24941579 830140416 22425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25220] ppid=25209 vsize=810684 CPUtime=0
/proc/25211/task/25220/stat : 25220 (java) S 25209 25211 23106 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 24941579 830140416 22426 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25221] ppid=25209 vsize=810684 CPUtime=1.33
/proc/25211/task/25221/stat : 25221 (java) S 25209 25211 23106 0 -1 64 3447 0 0 0 132 1 0 0 16 0 12 0 24941579 830140416 22428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25222] ppid=25209 vsize=810684 CPUtime=0
/proc/25211/task/25222/stat : 25222 (java) S 25209 25211 23106 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24941579 830140416 22429 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25223] ppid=25209 vsize=810684 CPUtime=0
/proc/25211/task/25223/stat : 25223 (java) S 25209 25211 23106 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24941579 830140416 22430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 810684

[startup+6.30204 s]
/proc/loadavg: 3.18 2.60 2.27 3/93 25223
/proc/meminfo: memFree=1565680/2055920 swapFree=4192812/4192956
[pid=25211] ppid=25209 vsize=810140 CPUtime=6.08
/proc/25211/stat : 25211 (java) S 25209 25211 23106 0 -1 0 30787 0 31 0 589 19 0 0 18 0 12 0 24941550 829583360 28851 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25211/statm: 202535 28851 1440 9 0 199862 0
[pid=25211/tid=25213] ppid=25209 vsize=810140 CPUtime=4.13
/proc/25211/task/25213/stat : 25213 (java) R 25209 25211 23106 0 -1 64 17260 0 2 0 403 10 0 0 25 0 12 0 24941561 829583360 28851 996147200 134512640 134550932 4294956016 18446744073709551615 4109824176 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25214] ppid=25209 vsize=810140 CPUtime=0.19
/proc/25211/task/25214/stat : 25214 (java) S 25209 25211 23106 0 -1 64 3094 0 0 0 18 1 0 0 16 0 12 0 24941570 829583360 28851 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25215] ppid=25209 vsize=810140 CPUtime=0.25
/proc/25211/task/25215/stat : 25215 (java) S 25209 25211 23106 0 -1 64 6240 0 0 0 23 2 0 0 16 0 12 0 24941570 829583360 28851 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25216] ppid=25209 vsize=810140 CPUtime=0
/proc/25211/task/25216/stat : 25216 (java) S 25209 25211 23106 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24941572 829583360 28851 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25217] ppid=25209 vsize=810140 CPUtime=0
/proc/25211/task/25217/stat : 25217 (java) S 25209 25211 23106 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24941572 829583360 28851 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25218] ppid=25209 vsize=810140 CPUtime=0
/proc/25211/task/25218/stat : 25218 (java) S 25209 25211 23106 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24941572 829583360 28851 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25219] ppid=25209 vsize=810140 CPUtime=0
/proc/25211/task/25219/stat : 25219 (java) S 25209 25211 23106 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24941579 829583360 28851 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25220] ppid=25209 vsize=810140 CPUtime=0
/proc/25211/task/25220/stat : 25220 (java) S 25209 25211 23106 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 24941579 829583360 28851 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25221] ppid=25209 vsize=810140 CPUtime=1.43
/proc/25211/task/25221/stat : 25221 (java) S 25209 25211 23106 0 -1 64 3456 0 0 0 142 1 0 0 16 0 12 0 24941579 829583360 28851 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25222] ppid=25209 vsize=810140 CPUtime=0
/proc/25211/task/25222/stat : 25222 (java) S 25209 25211 23106 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24941579 829583360 28851 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25223] ppid=25209 vsize=810140 CPUtime=0
/proc/25211/task/25223/stat : 25223 (java) S 25209 25211 23106 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24941579 829583360 28851 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) 810140

[startup+12.7028 s]
/proc/loadavg: 3.08 2.59 2.27 3/93 25223
/proc/meminfo: memFree=1541680/2055920 swapFree=4192812/4192956
[pid=25211] ppid=25209 vsize=810140 CPUtime=12.45
/proc/25211/stat : 25211 (java) S 25209 25211 23106 0 -1 0 36960 0 31 0 1223 22 0 0 18 0 12 0 24941550 829583360 35009 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25211/statm: 202535 35009 1441 9 0 199862 0
[pid=25211/tid=25213] ppid=25209 vsize=810140 CPUtime=10.2
/proc/25211/task/25213/stat : 25213 (java) R 25209 25211 23106 0 -1 64 17276 0 2 0 1010 10 0 0 25 0 12 0 24941561 829583360 35009 996147200 134512640 134550932 4294956016 18446744073709551615 4109663923 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25214] ppid=25209 vsize=810140 CPUtime=0.32
/proc/25211/task/25214/stat : 25214 (java) S 25209 25211 23106 0 -1 64 7189 0 0 0 28 4 0 0 16 0 12 0 24941570 829583360 35009 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25215] ppid=25209 vsize=810140 CPUtime=0.33
/proc/25211/task/25215/stat : 25215 (java) S 25209 25211 23106 0 -1 64 8296 0 0 0 30 3 0 0 16 0 12 0 24941570 829583360 35009 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25216] ppid=25209 vsize=810140 CPUtime=0
/proc/25211/task/25216/stat : 25216 (java) S 25209 25211 23106 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24941572 829583360 35009 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25217] ppid=25209 vsize=810140 CPUtime=0
/proc/25211/task/25217/stat : 25217 (java) S 25209 25211 23106 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24941572 829583360 35009 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25218] ppid=25209 vsize=810140 CPUtime=0
/proc/25211/task/25218/stat : 25218 (java) S 25209 25211 23106 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24941572 829583360 35009 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25219] ppid=25209 vsize=810140 CPUtime=0
/proc/25211/task/25219/stat : 25219 (java) S 25209 25211 23106 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24941579 829583360 35009 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25220] ppid=25209 vsize=810140 CPUtime=0
/proc/25211/task/25220/stat : 25220 (java) S 25209 25211 23106 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 24941579 829583360 35009 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25221] ppid=25209 vsize=810140 CPUtime=1.52
/proc/25211/task/25221/stat : 25221 (java) S 25209 25211 23106 0 -1 64 3462 0 0 0 151 1 0 0 16 0 12 0 24941579 829583360 35009 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25222] ppid=25209 vsize=810140 CPUtime=0
/proc/25211/task/25222/stat : 25222 (java) S 25209 25211 23106 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24941579 829583360 35009 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25223] ppid=25209 vsize=810140 CPUtime=0
/proc/25211/task/25223/stat : 25223 (java) S 25209 25211 23106 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24941579 829583360 35009 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 810140

[startup+25.5022 s]
/proc/loadavg: 2.84 2.56 2.26 3/93 25223
/proc/meminfo: memFree=1515376/2055920 swapFree=4192812/4192956
[pid=25211] ppid=25209 vsize=809820 CPUtime=25.19
/proc/25211/stat : 25211 (java) S 25209 25211 23106 0 -1 0 43262 0 31 0 2494 25 0 0 18 0 12 0 24941550 829255680 41211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25211/statm: 202455 41211 1441 9 0 199782 0
[pid=25211/tid=25213] ppid=25209 vsize=809820 CPUtime=22.77
/proc/25211/task/25213/stat : 25213 (java) R 25209 25211 23106 0 -1 64 17297 0 2 0 2267 10 0 0 25 0 12 0 24941561 829255680 41211 996147200 134512640 134550932 4294956016 18446744073709551615 4109664536 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25214] ppid=25209 vsize=809820 CPUtime=0.4
/proc/25211/task/25214/stat : 25214 (java) S 25209 25211 23106 0 -1 64 10525 0 0 0 35 5 0 0 16 0 12 0 24941570 829255680 41211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25215] ppid=25209 vsize=809820 CPUtime=0.39
/proc/25211/task/25215/stat : 25215 (java) S 25209 25211 23106 0 -1 64 11241 0 0 0 35 4 0 0 16 0 12 0 24941570 829255680 41211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25216] ppid=25209 vsize=809820 CPUtime=0.01
/proc/25211/task/25216/stat : 25216 (java) S 25209 25211 23106 0 -1 64 13 0 0 0 1 0 0 0 15 0 12 0 24941572 829255680 41211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25217] ppid=25209 vsize=809820 CPUtime=0
/proc/25211/task/25217/stat : 25217 (java) S 25209 25211 23106 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24941572 829255680 41211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25218] ppid=25209 vsize=809820 CPUtime=0
/proc/25211/task/25218/stat : 25218 (java) S 25209 25211 23106 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24941572 829255680 41211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25219] ppid=25209 vsize=809820 CPUtime=0
/proc/25211/task/25219/stat : 25219 (java) S 25209 25211 23106 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24941579 829255680 41211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25220] ppid=25209 vsize=809820 CPUtime=0

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

/proc/loadavg: 2.02 2.21 2.21 3/93 25223
/proc/meminfo: memFree=989168/2055920 swapFree=4192812/4192956
[pid=25211] ppid=25209 vsize=809820 CPUtime=706.61
/proc/25211/stat : 25211 (java) S 25209 25211 23106 0 -1 0 197812 0 31 0 70567 94 0 0 18 0 12 0 24941550 829255680 172090 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25211/statm: 202455 172090 1446 9 0 199782 0
[pid=25211/tid=25213] ppid=25209 vsize=809820 CPUtime=353.91
/proc/25211/task/25213/stat : 25213 (java) S 25209 25211 23106 0 -1 64 18056 0 2 0 35376 15 0 0 16 0 12 0 24941561 829255680 172090 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25214] ppid=25209 vsize=809820 CPUtime=3.94
/proc/25211/task/25214/stat : 25214 (java) S 25209 25211 23106 0 -1 64 76069 0 0 0 364 30 0 0 15 0 12 0 24941570 829255680 172090 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25215] ppid=25209 vsize=809820 CPUtime=4.11
/proc/25211/task/25215/stat : 25215 (java) S 25209 25211 23106 0 -1 64 76550 0 0 0 381 30 0 0 16 0 12 0 24941570 829255680 172090 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25216] ppid=25209 vsize=809820 CPUtime=342.08
/proc/25211/task/25216/stat : 25216 (java) R 25209 25211 23106 0 -1 64 21408 0 0 0 34195 13 0 0 25 0 12 0 24941572 829255680 172090 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25217] ppid=25209 vsize=809820 CPUtime=0
/proc/25211/task/25217/stat : 25217 (java) S 25209 25211 23106 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24941572 829255680 172090 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25218] ppid=25209 vsize=809820 CPUtime=0
/proc/25211/task/25218/stat : 25218 (java) S 25209 25211 23106 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24941572 829255680 172090 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25219] ppid=25209 vsize=809820 CPUtime=0
/proc/25211/task/25219/stat : 25219 (java) S 25209 25211 23106 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24941579 829255680 172090 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25220] ppid=25209 vsize=809820 CPUtime=0
/proc/25211/task/25220/stat : 25220 (java) S 25209 25211 23106 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 24941579 829255680 172090 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25221] ppid=25209 vsize=809820 CPUtime=2.5
/proc/25211/task/25221/stat : 25221 (java) S 25209 25211 23106 0 -1 64 5005 0 0 0 248 2 0 0 17 0 12 0 24941579 829255680 172090 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25222] ppid=25209 vsize=809820 CPUtime=0
/proc/25211/task/25222/stat : 25222 (java) S 25209 25211 23106 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24941579 829255680 172090 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25223] ppid=25209 vsize=809820 CPUtime=0
/proc/25211/task/25223/stat : 25223 (java) S 25209 25211 23106 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24941579 829255680 172090 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 706.61
Current children cumulated vsize (KiB) 809820

[startup+713.502 s]
/proc/loadavg: 2.02 2.21 2.21 3/94 25224
/proc/meminfo: memFree=989160/2055920 swapFree=4192812/4192956
[pid=25211] ppid=25209 vsize=810144 CPUtime=709.8
/proc/25211/stat : 25211 (java) S 25209 25211 23106 0 -1 0 197821 0 31 0 70886 94 0 0 18 0 13 0 24941550 829587456 172096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25211/statm: 202536 172096 1446 9 0 199863 0
[pid=25211/tid=25213] ppid=25209 vsize=810144 CPUtime=353.92
/proc/25211/task/25213/stat : 25213 (java) S 25209 25211 23106 0 -1 64 18059 0 2 0 35377 15 0 0 17 0 13 0 24941561 829587456 172096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25214] ppid=25209 vsize=810144 CPUtime=3.94
/proc/25211/task/25214/stat : 25214 (java) S 25209 25211 23106 0 -1 64 76069 0 0 0 364 30 0 0 15 0 13 0 24941570 829587456 172096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25215] ppid=25209 vsize=810144 CPUtime=4.11
/proc/25211/task/25215/stat : 25215 (java) S 25209 25211 23106 0 -1 64 76550 0 0 0 381 30 0 0 16 0 13 0 24941570 829587456 172096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25216] ppid=25209 vsize=810144 CPUtime=345.27
/proc/25211/task/25216/stat : 25216 (java) R 25209 25211 23106 0 -1 64 21408 0 0 0 34514 13 0 0 25 0 13 0 24941572 829587456 172096 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25217] ppid=25209 vsize=810144 CPUtime=0
/proc/25211/task/25217/stat : 25217 (java) S 25209 25211 23106 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24941572 829587456 172096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25218] ppid=25209 vsize=810144 CPUtime=0
/proc/25211/task/25218/stat : 25218 (java) S 25209 25211 23106 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24941572 829587456 172096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25219] ppid=25209 vsize=810144 CPUtime=0
/proc/25211/task/25219/stat : 25219 (java) S 25209 25211 23106 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 24941579 829587456 172096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25220] ppid=25209 vsize=810144 CPUtime=0
/proc/25211/task/25220/stat : 25220 (java) S 25209 25211 23106 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 24941579 829587456 172096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25221] ppid=25209 vsize=810144 CPUtime=2.5
/proc/25211/task/25221/stat : 25221 (java) S 25209 25211 23106 0 -1 64 5005 0 0 0 248 2 0 0 17 0 13 0 24941579 829587456 172096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25222] ppid=25209 vsize=810144 CPUtime=0
/proc/25211/task/25222/stat : 25222 (java) S 25209 25211 23106 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 24941579 829587456 172096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25223] ppid=25209 vsize=810144 CPUtime=0
/proc/25211/task/25223/stat : 25223 (java) S 25209 25211 23106 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24941579 829587456 172096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25224] ppid=25209 vsize=810144 CPUtime=0
/proc/25211/task/25224/stat : 25224 (java) S 25209 25211 23106 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 25012680 829587456 172096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 709.8
Current children cumulated vsize (KiB) 810144

[startup+716.703 s]
/proc/loadavg: 2.02 2.21 2.21 3/94 25224
/proc/meminfo: memFree=989032/2055920 swapFree=4192812/4192956
[pid=25211] ppid=25209 vsize=810144 CPUtime=712.98
/proc/25211/stat : 25211 (java) S 25209 25211 23106 0 -1 0 197825 0 31 0 71204 94 0 0 18 0 13 0 24941550 829587456 172097 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25211/statm: 202536 172097 1446 9 0 199863 0
[pid=25211/tid=25213] ppid=25209 vsize=810144 CPUtime=353.92
/proc/25211/task/25213/stat : 25213 (java) S 25209 25211 23106 0 -1 64 18059 0 2 0 35377 15 0 0 17 0 13 0 24941561 829587456 172097 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25214] ppid=25209 vsize=810144 CPUtime=3.94
/proc/25211/task/25214/stat : 25214 (java) S 25209 25211 23106 0 -1 64 76069 0 0 0 364 30 0 0 15 0 13 0 24941570 829587456 172097 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25215] ppid=25209 vsize=810144 CPUtime=4.11
/proc/25211/task/25215/stat : 25215 (java) S 25209 25211 23106 0 -1 64 76550 0 0 0 381 30 0 0 16 0 13 0 24941570 829587456 172097 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25216] ppid=25209 vsize=810144 CPUtime=348.45
/proc/25211/task/25216/stat : 25216 (java) R 25209 25211 23106 0 -1 64 21408 0 0 0 34832 13 0 0 25 0 13 0 24941572 829587456 172097 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25217] ppid=25209 vsize=810144 CPUtime=0
/proc/25211/task/25217/stat : 25217 (java) S 25209 25211 23106 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24941572 829587456 172097 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25218] ppid=25209 vsize=810144 CPUtime=0
/proc/25211/task/25218/stat : 25218 (java) S 25209 25211 23106 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24941572 829587456 172097 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25219] ppid=25209 vsize=810144 CPUtime=0
/proc/25211/task/25219/stat : 25219 (java) S 25209 25211 23106 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 24941579 829587456 172097 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25220] ppid=25209 vsize=810144 CPUtime=0
/proc/25211/task/25220/stat : 25220 (java) S 25209 25211 23106 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 24941579 829587456 172097 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25221] ppid=25209 vsize=810144 CPUtime=2.5
/proc/25211/task/25221/stat : 25221 (java) S 25209 25211 23106 0 -1 64 5005 0 0 0 248 2 0 0 17 0 13 0 24941579 829587456 172097 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25222] ppid=25209 vsize=810144 CPUtime=0
/proc/25211/task/25222/stat : 25222 (java) S 25209 25211 23106 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 24941579 829587456 172097 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25223] ppid=25209 vsize=810144 CPUtime=0
/proc/25211/task/25223/stat : 25223 (java) S 25209 25211 23106 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24941579 829587456 172097 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25224] ppid=25209 vsize=810144 CPUtime=0
/proc/25211/task/25224/stat : 25224 (java) S 25209 25211 23106 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25012680 829587456 172097 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 712.98
Current children cumulated vsize (KiB) 810144

[startup+718.308 s]
/proc/loadavg: 2.02 2.21 2.21 3/94 25224
/proc/meminfo: memFree=989032/2055920 swapFree=4192812/4192956
[pid=25211] ppid=25209 vsize=810144 CPUtime=714.57
/proc/25211/stat : 25211 (java) S 25209 25211 23106 0 -1 0 197828 0 31 0 71363 94 0 0 18 0 13 0 24941550 829587456 172098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25211/statm: 202536 172098 1446 9 0 199863 0
[pid=25211/tid=25213] ppid=25209 vsize=810144 CPUtime=353.92
/proc/25211/task/25213/stat : 25213 (java) S 25209 25211 23106 0 -1 64 18059 0 2 0 35377 15 0 0 17 0 13 0 24941561 829587456 172098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25214] ppid=25209 vsize=810144 CPUtime=3.94
/proc/25211/task/25214/stat : 25214 (java) S 25209 25211 23106 0 -1 64 76069 0 0 0 364 30 0 0 15 0 13 0 24941570 829587456 172098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25215] ppid=25209 vsize=810144 CPUtime=4.11
/proc/25211/task/25215/stat : 25215 (java) S 25209 25211 23106 0 -1 64 76550 0 0 0 381 30 0 0 16 0 13 0 24941570 829587456 172098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25216] ppid=25209 vsize=810144 CPUtime=350.04
/proc/25211/task/25216/stat : 25216 (java) R 25209 25211 23106 0 -1 64 21408 0 0 0 34991 13 0 0 25 0 13 0 24941572 829587456 172098 996147200 134512640 134550932 4294956016 18446744073709551615 106157895 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25217] ppid=25209 vsize=810144 CPUtime=0
/proc/25211/task/25217/stat : 25217 (java) S 25209 25211 23106 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24941572 829587456 172098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25218] ppid=25209 vsize=810144 CPUtime=0
/proc/25211/task/25218/stat : 25218 (java) S 25209 25211 23106 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 24941572 829587456 172098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25219] ppid=25209 vsize=810144 CPUtime=0
/proc/25211/task/25219/stat : 25219 (java) S 25209 25211 23106 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 24941579 829587456 172098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25220] ppid=25209 vsize=810144 CPUtime=0
/proc/25211/task/25220/stat : 25220 (java) S 25209 25211 23106 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 24941579 829587456 172098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25221] ppid=25209 vsize=810144 CPUtime=2.5
/proc/25211/task/25221/stat : 25221 (java) S 25209 25211 23106 0 -1 64 5005 0 0 0 248 2 0 0 17 0 13 0 24941579 829587456 172098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25222] ppid=25209 vsize=810144 CPUtime=0
/proc/25211/task/25222/stat : 25222 (java) S 25209 25211 23106 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 24941579 829587456 172098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25223] ppid=25209 vsize=810144 CPUtime=0
/proc/25211/task/25223/stat : 25223 (java) S 25209 25211 23106 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24941579 829587456 172098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25224] ppid=25209 vsize=810144 CPUtime=0
/proc/25211/task/25224/stat : 25224 (java) S 25209 25211 23106 0 -1 64 12 0 0 0 0 0 0 0 17 0 13 0 25012680 829587456 172098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 714.57
Current children cumulated vsize (KiB) 810144

[startup+719.101 s]
/proc/loadavg: 2.02 2.21 2.21 3/94 25224
/proc/meminfo: memFree=989032/2055920 swapFree=4192812/4192956
[pid=25211] ppid=25209 vsize=810144 CPUtime=715.36
/proc/25211/stat : 25211 (java) S 25209 25211 23106 0 -1 0 197828 0 31 0 71442 94 0 0 18 0 13 0 24941550 829587456 172098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25211/statm: 202536 172098 1446 9 0 199863 0
[pid=25211/tid=25213] ppid=25209 vsize=810144 CPUtime=353.92
/proc/25211/task/25213/stat : 25213 (java) S 25209 25211 23106 0 -1 64 18059 0 2 0 35377 15 0 0 17 0 13 0 24941561 829587456 172098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25214] ppid=25209 vsize=810144 CPUtime=3.94
/proc/25211/task/25214/stat : 25214 (java) S 25209 25211 23106 0 -1 64 76069 0 0 0 364 30 0 0 15 0 13 0 24941570 829587456 172098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25215] ppid=25209 vsize=810144 CPUtime=4.11
/proc/25211/task/25215/stat : 25215 (java) S 25209 25211 23106 0 -1 64 76550 0 0 0 381 30 0 0 16 0 13 0 24941570 829587456 172098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25216] ppid=25209 vsize=810144 CPUtime=350.83
/proc/25211/task/25216/stat : 25216 (java) R 25209 25211 23106 0 -1 64 21408 0 0 0 35070 13 0 0 25 0 13 0 24941572 829587456 172098 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25217] ppid=25209 vsize=810144 CPUtime=0
/proc/25211/task/25217/stat : 25217 (java) S 25209 25211 23106 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24941572 829587456 172098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25218] ppid=25209 vsize=810144 CPUtime=0
/proc/25211/task/25218/stat : 25218 (java) S 25209 25211 23106 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 24941572 829587456 172098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25219] ppid=25209 vsize=810144 CPUtime=0
/proc/25211/task/25219/stat : 25219 (java) S 25209 25211 23106 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 24941579 829587456 172098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25220] ppid=25209 vsize=810144 CPUtime=0
/proc/25211/task/25220/stat : 25220 (java) S 25209 25211 23106 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 24941579 829587456 172098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25221] ppid=25209 vsize=810144 CPUtime=2.5
/proc/25211/task/25221/stat : 25221 (java) S 25209 25211 23106 0 -1 64 5005 0 0 0 248 2 0 0 17 0 13 0 24941579 829587456 172098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25222] ppid=25209 vsize=810144 CPUtime=0
/proc/25211/task/25222/stat : 25222 (java) S 25209 25211 23106 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 24941579 829587456 172098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25223] ppid=25209 vsize=810144 CPUtime=0
/proc/25211/task/25223/stat : 25223 (java) S 25209 25211 23106 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24941579 829587456 172098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25211/tid=25224] ppid=25209 vsize=810144 CPUtime=0
/proc/25211/task/25224/stat : 25224 (java) S 25209 25211 23106 0 -1 64 12 0 0 0 0 0 0 0 17 0 13 0 25012680 829587456 172098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 715.36
Current children cumulated vsize (KiB) 810144

[startup+719.301 s]
/proc/loadavg: 2.01 2.20 2.21 3/83 25224
/proc/meminfo: memFree=1086824/2055920 swapFree=4192812/4192956
[pid=25211] ppid=25209 vsize=0 CPUtime=715.53
/proc/25211/stat : 25211 (java) Z 25209 25211 23106 0 -1 12 197835 0 31 0 71457 96 0 0 16 0 2 0 24941550 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25211/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 715.53
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 719.387
CPU time (s): 715.621
CPU user time (s): 714.571
CPU system time (s): 1.04984
CPU usage (%): 99.4765
Max. virtual memory (cumulated for all children) (KiB): 815828

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

runsolver used 0.929858 second user time and 2.39164 second system time

The end

Launcher Data

Begin job on node32 at 2009-07-12 08:05:51
IDJOB=2084066
IDBENCH=58026
IDSOLVER=731
FILE ID=node32/2084066-1247378750
PBS_JOBID= 9507126
Free space on /tmp= 66368 MiB

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

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

MD5SUM BENCH= 546e6ed781e2059b953cb6ecdfe4a630
RANDOM SEED=437953104

node32.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:       1681512 kB
Buffers:          2680 kB
Cached:          39004 kB
SwapCached:          0 kB
Active:         302848 kB
Inactive:        18788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1681512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2908 kB
Writeback:           0 kB
Mapped:         297884 kB
Slab:            37148 kB
Committed_AS:   946960 kB
PageTables:       2432 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66364 MiB
End job on node32 at 2009-07-12 08:17:50