Trace number 2084110

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? 440.935 442.497

General information on the benchmark

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

Solver Data

0.14/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.14/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.30	c See www.sat4j.org for details.
0.14/0.30	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-2084110-1247378843.xml
0.24/0.41	c reading problem ... 
0.49/0.71	c reading problem named null
0.49/0.71	c reading domains done.
0.58/0.87	c reading variables done.
0.98/1.25	c reading predicates  done.
1.18/1.46	c reading constraints
440.77/442.33	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
440.77/442.33		at org.mozilla.javascript.optimizer.OptRuntime.wrapDouble(OptRuntime.java:191)
440.77/442.34		at org.mozilla.javascript.gen.c1._c5(predefinedfunctions.js:12)
440.77/442.34		at org.mozilla.javascript.gen.c1.call(predefinedfunctions.js)
440.77/442.34		at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:97)
440.77/442.34		at org.mozilla.javascript.gen.c3._c0(rhino.log:1)
440.77/442.34		at org.mozilla.javascript.gen.c3.call(rhino.log)
440.77/442.34		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
440.77/442.34		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
440.77/442.34		at org.mozilla.javascript.gen.c3.call(rhino.log)
440.77/442.34		at org.mozilla.javascript.gen.c3.exec(rhino.log)
440.77/442.34		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
440.77/442.34		at org.sat4j.csp.Predicate.find(Unknown Source)
440.77/442.34		at org.sat4j.csp.Predicate.find(Unknown Source)
440.77/442.34		at org.sat4j.csp.Predicate.find(Unknown Source)
440.77/442.34		at org.sat4j.csp.Predicate.toClause(Unknown Source)
440.77/442.34		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
440.77/442.34		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
440.77/442.34		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
440.77/442.34		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
440.77/442.34		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
440.77/442.34		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
440.77/442.34		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
440.77/442.34		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
440.77/442.34		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
440.77/442.34		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
440.77/442.34		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
440.77/442.34		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
440.77/442.34		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
440.77/442.34		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
440.77/442.34		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
440.77/442.34		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
440.77/442.34		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
440.77/442.34	c starts		: 0
440.77/442.34	c conflicts		: 0
440.77/442.34	c decisions		: 0
440.77/442.34	c propagations		: 0
440.77/442.34	c inspects		: 0
440.77/442.34	c learnt literals	: 0
440.77/442.34	c learnt binary clauses	: 0
440.77/442.34	c learnt ternary clauses	: 0
440.77/442.34	c learnt clauses	: 0
440.77/442.34	c ignored clauses	: 0
440.77/442.34	c root simplifications	: 0
440.77/442.34	c removed literals (reason simplification)	: 0
440.77/442.34	c reason swapping (by a shorter reason)	: 0
440.77/442.34	c Calls to reduceDB	: 0
440.77/442.34	c speed (assignments/second)	: 0.0
440.77/442.34	c non guided choices	0
440.77/442.34	c learnt constraints type 
440.77/442.34	c constraints type 
440.77/442.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 926996
440.77/442.35	c org.sat4j.minisat.constraints.card.AtLeast => 300
440.77/442.35	s UNKNOWN
440.77/442.35	c Total wall clock time (in seconds) : 441.932

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-2084110-1247378843/watcher-2084110-1247378843 -o /tmp/evaluation-result-2084110-1247378843/solver-2084110-1247378843 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2084110-1247378843.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.11 2.04 2.02 3/77 28168
/proc/meminfo: memFree=1359872/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=18576 CPUtime=0
/proc/28168/stat : 28168 (runsolver) R 28166 28168 22504 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 24946997 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 209560595751 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/28168/statm: 4644 284 249 26 0 2626 0

[startup+0.0929361 s]
/proc/loadavg: 2.11 2.04 2.02 3/77 28168
/proc/meminfo: memFree=1359872/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=13496 CPUtime=0.01
/proc/28168/stat : 28168 (java) S 28166 28168 22504 0 -1 0 854 0 17 0 0 1 0 0 18 0 2 0 24946997 13819904 626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/28168/statm: 3374 626 302 9 0 1200 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13496

[startup+0.101934 s]
/proc/loadavg: 2.11 2.04 2.02 3/77 28168
/proc/meminfo: memFree=1359872/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=13496 CPUtime=0.01
/proc/28168/stat : 28168 (java) S 28166 28168 22504 0 -1 0 854 0 17 0 0 1 0 0 18 0 2 0 24946997 13819904 626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/28168/statm: 3374 626 302 9 0 1200 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13496

[startup+0.30197 s]
/proc/loadavg: 2.11 2.04 2.02 3/77 28168
/proc/meminfo: memFree=1359872/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=804592 CPUtime=0.14
/proc/28168/stat : 28168 (java) S 28166 28168 22504 0 -1 0 3189 0 18 0 11 3 0 0 18 0 12 0 24946997 823902208 2949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28168/statm: 201148 2949 1094 9 0 198482 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 804592

[startup+0.701038 s]
/proc/loadavg: 2.11 2.04 2.02 3/77 28168
/proc/meminfo: memFree=1359872/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=807180 CPUtime=0.49
/proc/28168/stat : 28168 (java) S 28166 28168 22504 0 -1 0 5266 0 18 0 42 7 0 0 18 0 12 0 24946997 826552320 4813 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28168/statm: 201795 4813 1384 9 0 199122 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 807180

[startup+1.50217 s]
/proc/loadavg: 2.11 2.04 2.02 4/89 28180
/proc/meminfo: memFree=1320992/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=808464 CPUtime=1.28
/proc/28168/stat : 28168 (java) S 28166 28168 22504 0 -1 0 9932 0 18 0 118 10 0 0 18 0 12 0 24946997 827867136 8963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28168/statm: 202116 8963 1397 9 0 199443 0
[pid=28168/tid=28170] ppid=28166 vsize=808464 CPUtime=0.72
/proc/28168/task/28170/stat : 28170 (java) R 28166 28168 22504 0 -1 64 7225 0 1 0 65 7 0 0 23 0 12 0 24947005 827867136 8963 996147200 134512640 134550932 4294956016 18446744073709551615 4109161981 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28171] ppid=28166 vsize=808464 CPUtime=0
/proc/28168/task/28171/stat : 28171 (java) S 28166 28168 22504 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 24947010 827867136 8963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28172] ppid=28166 vsize=808464 CPUtime=0
/proc/28168/task/28172/stat : 28172 (java) S 28166 28168 22504 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24947010 827867136 8963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28173] ppid=28166 vsize=808464 CPUtime=0
/proc/28168/task/28173/stat : 28173 (java) S 28166 28168 22504 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24947013 827867136 8963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28174] ppid=28166 vsize=808464 CPUtime=0
/proc/28168/task/28174/stat : 28174 (java) S 28166 28168 22504 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 24947014 827867136 8963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28175] ppid=28166 vsize=808464 CPUtime=0
/proc/28168/task/28175/stat : 28175 (java) S 28166 28168 22504 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 24947014 827867136 8964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=808464 CPUtime=0
/proc/28168/task/28176/stat : 28176 (java) S 28166 28168 22504 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 24947021 827867136 8964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=808464 CPUtime=0
/proc/28168/task/28177/stat : 28177 (java) S 28166 28168 22504 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 24947021 827867136 8964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28178] ppid=28166 vsize=808464 CPUtime=0.52
/proc/28168/task/28178/stat : 28178 (java) S 28166 28168 22504 0 -1 64 1970 0 0 0 52 0 0 0 16 0 12 0 24947021 827867136 8964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28179] ppid=28166 vsize=808464 CPUtime=0
/proc/28168/task/28179/stat : 28179 (java) S 28166 28168 22504 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 24947021 827867136 8964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28180] ppid=28166 vsize=808464 CPUtime=0
/proc/28168/task/28180/stat : 28180 (java) S 28166 28168 22504 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24947021 827867136 8964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 808464

[startup+3.10144 s]
/proc/loadavg: 2.11 2.04 2.02 4/89 28180
/proc/meminfo: memFree=1294304/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=810732 CPUtime=2.87
/proc/28168/stat : 28168 (java) S 28166 28168 22504 0 -1 0 24304 0 18 0 270 17 0 0 18 0 12 0 24946997 830189568 22397 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28168/statm: 202683 22397 1439 9 0 200010 0
[pid=28168/tid=28170] ppid=28166 vsize=810732 CPUtime=1.58
/proc/28168/task/28170/stat : 28170 (java) R 28166 28168 22504 0 -1 64 17228 0 1 0 146 12 0 0 25 0 12 0 24947005 830189568 22397 996147200 134512640 134550932 4294956016 18446744073709551615 4109136286 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28171] ppid=28166 vsize=810732 CPUtime=0.02
/proc/28168/task/28171/stat : 28171 (java) S 28166 28168 22504 0 -1 64 1077 0 0 0 2 0 0 0 17 0 12 0 24947010 830189568 22397 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28172] ppid=28166 vsize=810732 CPUtime=0.04
/proc/28168/task/28172/stat : 28172 (java) S 28166 28168 22504 0 -1 64 1685 0 0 0 4 0 0 0 17 0 12 0 24947010 830189568 22397 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28173] ppid=28166 vsize=810732 CPUtime=0
/proc/28168/task/28173/stat : 28173 (java) S 28166 28168 22504 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24947013 830189568 22397 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28174] ppid=28166 vsize=810732 CPUtime=0
/proc/28168/task/28174/stat : 28174 (java) S 28166 28168 22504 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24947014 830189568 22397 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28175] ppid=28166 vsize=810732 CPUtime=0
/proc/28168/task/28175/stat : 28175 (java) S 28166 28168 22504 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24947014 830189568 22397 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=810732 CPUtime=0
/proc/28168/task/28176/stat : 28176 (java) S 28166 28168 22504 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 24947021 830189568 22397 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=810732 CPUtime=0
/proc/28168/task/28177/stat : 28177 (java) S 28166 28168 22504 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 24947021 830189568 22397 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28178] ppid=28166 vsize=810732 CPUtime=1.18
/proc/28168/task/28178/stat : 28178 (java) S 28166 28168 22504 0 -1 64 3565 0 0 0 117 1 0 0 16 0 12 0 24947021 830189568 22397 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28179] ppid=28166 vsize=810732 CPUtime=0
/proc/28168/task/28179/stat : 28179 (java) S 28166 28168 22504 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 24947021 830189568 22397 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28180] ppid=28166 vsize=810732 CPUtime=0
/proc/28168/task/28180/stat : 28180 (java) S 28166 28168 22504 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24947021 830189568 22397 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) 810732

[startup+6.30298 s]
/proc/loadavg: 2.26 2.07 2.03 3/89 28180
/proc/meminfo: memFree=1223456/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=810412 CPUtime=6.09
/proc/28168/stat : 28168 (java) S 28166 28168 22504 0 -1 0 28002 0 18 0 590 19 0 0 18 0 12 0 24946997 829861888 25893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28168/statm: 202603 25893 1439 9 0 199930 0
[pid=28168/tid=28170] ppid=28166 vsize=810412 CPUtime=4.48
/proc/28168/task/28170/stat : 28170 (java) R 28166 28168 22504 0 -1 64 17237 0 1 0 436 12 0 0 25 0 12 0 24947005 829861888 25893 996147200 134512640 134550932 4294956016 18446744073709551615 4109626099 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28171] ppid=28166 vsize=810412 CPUtime=0.14
/proc/28168/task/28171/stat : 28171 (java) S 28166 28168 22504 0 -1 64 3251 0 0 0 13 1 0 0 16 0 12 0 24947010 829861888 25893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28172] ppid=28166 vsize=810412 CPUtime=0.15
/proc/28168/task/28172/stat : 28172 (java) S 28166 28168 22504 0 -1 64 3194 0 0 0 14 1 0 0 16 0 12 0 24947010 829861888 25893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28173] ppid=28166 vsize=810412 CPUtime=0
/proc/28168/task/28173/stat : 28173 (java) S 28166 28168 22504 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 24947013 829861888 25893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28174] ppid=28166 vsize=810412 CPUtime=0
/proc/28168/task/28174/stat : 28174 (java) S 28166 28168 22504 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24947014 829861888 25893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28175] ppid=28166 vsize=810412 CPUtime=0
/proc/28168/task/28175/stat : 28175 (java) S 28166 28168 22504 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24947014 829861888 25893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=810412 CPUtime=0
/proc/28168/task/28176/stat : 28176 (java) S 28166 28168 22504 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 24947021 829861888 25893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=810412 CPUtime=0
/proc/28168/task/28177/stat : 28177 (java) S 28166 28168 22504 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 24947021 829861888 25893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28178] ppid=28166 vsize=810412 CPUtime=1.26
/proc/28168/task/28178/stat : 28178 (java) S 28166 28168 22504 0 -1 64 3570 0 0 0 125 1 0 0 16 0 12 0 24947021 829861888 25893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28179] ppid=28166 vsize=810412 CPUtime=0
/proc/28168/task/28179/stat : 28179 (java) S 28166 28168 22504 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 24947021 829861888 25893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28180] ppid=28166 vsize=810412 CPUtime=0
/proc/28168/task/28180/stat : 28180 (java) S 28166 28168 22504 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24947021 829861888 25893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 810412

[startup+12.7011 s]
/proc/loadavg: 2.24 2.07 2.03 3/89 28180
/proc/meminfo: memFree=1195808/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=809780 CPUtime=12.48
/proc/28168/stat : 28168 (java) S 28166 28168 22504 0 -1 0 33458 0 18 0 1227 21 0 0 18 0 12 0 24946997 829214720 31167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28168/statm: 202445 31167 1439 9 0 199772 0
[pid=28168/tid=28170] ppid=28166 vsize=809780 CPUtime=10.61
/proc/28168/task/28170/stat : 28170 (java) R 28166 28168 22504 0 -1 64 17251 0 1 0 1048 13 0 0 25 0 12 0 24947005 829214720 31167 996147200 134512640 134550932 4294956016 18446744073709551615 4109626228 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28171] ppid=28166 vsize=809780 CPUtime=0.21
/proc/28168/task/28171/stat : 28171 (java) S 28166 28168 22504 0 -1 64 5464 0 0 0 19 2 0 0 16 0 12 0 24947010 829214720 31167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28172] ppid=28166 vsize=809780 CPUtime=0.24
/proc/28168/task/28172/stat : 28172 (java) S 28166 28168 22504 0 -1 64 6412 0 0 0 22 2 0 0 16 0 12 0 24947010 829214720 31167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28173] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28173/stat : 28173 (java) S 28166 28168 22504 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 24947013 829214720 31167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28174] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28174/stat : 28174 (java) S 28166 28168 22504 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24947014 829214720 31167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28175] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28175/stat : 28175 (java) S 28166 28168 22504 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24947014 829214720 31167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28176/stat : 28176 (java) S 28166 28168 22504 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 24947021 829214720 31167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28177/stat : 28177 (java) S 28166 28168 22504 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 24947021 829214720 31167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28178] ppid=28166 vsize=809780 CPUtime=1.38
/proc/28168/task/28178/stat : 28178 (java) S 28166 28168 22504 0 -1 64 3581 0 0 0 137 1 0 0 17 0 12 0 24947021 829214720 31167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28179] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28179/stat : 28179 (java) S 28166 28168 22504 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 24947021 829214720 31167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28180] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28180/stat : 28180 (java) S 28166 28168 22504 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24947021 829214720 31167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 809780

[startup+25.5022 s]
/proc/loadavg: 2.19 2.06 2.03 3/89 28180
/proc/meminfo: memFree=1170464/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=809780 CPUtime=25.29
/proc/28168/stat : 28168 (java) S 28166 28168 22504 0 -1 0 39484 0 18 0 2505 24 0 0 18 0 12 0 24946997 829214720 37173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28168/statm: 202445 37173 1439 9 0 199772 0
[pid=28168/tid=28170] ppid=28166 vsize=809780 CPUtime=23.18
/proc/28168/task/28170/stat : 28170 (java) R 28166 28168 22504 0 -1 64 17273 0 1 0 2305 13 0 0 25 0 12 0 24947005 829214720 37173 996147200 134512640 134550932 4294956016 18446744073709551615 4109723214 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28171] ppid=28166 vsize=809780 CPUtime=0.28
/proc/28168/task/28171/stat : 28171 (java) S 28166 28168 22504 0 -1 64 8628 0 0 0 25 3 0 0 15 0 12 0 24947010 829214720 37173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28172] ppid=28166 vsize=809780 CPUtime=0.31
/proc/28168/task/28172/stat : 28172 (java) S 28166 28168 22504 0 -1 64 9252 0 0 0 28 3 0 0 16 0 12 0 24947010 829214720 37173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28173] ppid=28166 vsize=809780 CPUtime=0.01
/proc/28168/task/28173/stat : 28173 (java) S 28166 28168 22504 0 -1 64 14 0 0 0 1 0 0 0 15 0 12 0 24947013 829214720 37173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28174] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28174/stat : 28174 (java) S 28166 28168 22504 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24947014 829214720 37173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28175] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28175/stat : 28175 (java) S 28166 28168 22504 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24947014 829214720 37173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28176/stat : 28176 (java) S 28166 28168 22504 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 24947021 829214720 37173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=809780 CPUtime=0

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

[pid=28168/tid=28179] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28179/stat : 28179 (java) S 28166 28168 22504 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 24947021 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28180] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28180/stat : 28180 (java) S 28166 28168 22504 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24947021 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 433.6
Current children cumulated vsize (KiB) 809780

[startup+438.303 s]
/proc/loadavg: 2.64 2.22 2.07 4/89 28180
/proc/meminfo: memFree=626848/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=809780 CPUtime=436.79
/proc/28168/stat : 28168 (java) S 28166 28168 22504 0 -1 0 179358 0 18 0 43588 91 0 0 18 0 12 0 24946997 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28168/statm: 202445 172045 1445 9 0 199772 0
[pid=28168/tid=28170] ppid=28166 vsize=809780 CPUtime=348.5
/proc/28168/task/28170/stat : 28170 (java) R 28166 28168 22504 0 -1 64 17735 0 1 0 34834 16 0 0 25 0 12 0 24947005 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28171] ppid=28166 vsize=809780 CPUtime=4.02
/proc/28168/task/28171/stat : 28171 (java) S 28166 28168 22504 0 -1 64 78406 0 0 0 369 33 0 0 16 0 12 0 24947010 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28172] ppid=28166 vsize=809780 CPUtime=3.94
/proc/28168/task/28172/stat : 28172 (java) S 28166 28168 22504 0 -1 64 74193 0 0 0 364 30 0 0 15 0 12 0 24947010 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28173] ppid=28166 vsize=809780 CPUtime=77.9
/proc/28168/task/28173/stat : 28173 (java) R 28166 28168 22504 0 -1 64 3201 0 0 0 7784 6 0 0 16 0 12 0 24947013 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28174] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28174/stat : 28174 (java) S 28166 28168 22504 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24947014 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28175] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28175/stat : 28175 (java) S 28166 28168 22504 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24947014 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28176/stat : 28176 (java) S 28166 28168 22504 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 24947021 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28177/stat : 28177 (java) S 28166 28168 22504 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 24947021 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28178] ppid=28166 vsize=809780 CPUtime=2.36
/proc/28168/task/28178/stat : 28178 (java) S 28166 28168 22504 0 -1 64 5087 0 0 0 234 2 0 0 17 0 12 0 24947021 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28179] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28179/stat : 28179 (java) S 28166 28168 22504 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 24947021 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28180] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28180/stat : 28180 (java) S 28166 28168 22504 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24947021 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 436.79
Current children cumulated vsize (KiB) 809780

[startup+439.901 s]
/proc/loadavg: 2.67 2.23 2.07 4/89 28180
/proc/meminfo: memFree=626848/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=809780 CPUtime=438.39
/proc/28168/stat : 28168 (java) S 28166 28168 22504 0 -1 0 179359 0 18 0 43748 91 0 0 18 0 12 0 24946997 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28168/statm: 202445 172045 1445 9 0 199772 0
[pid=28168/tid=28170] ppid=28166 vsize=809780 CPUtime=348.61
/proc/28168/task/28170/stat : 28170 (java) R 28166 28168 22504 0 -1 64 17736 0 1 0 34845 16 0 0 25 0 12 0 24947005 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28171] ppid=28166 vsize=809780 CPUtime=4.02
/proc/28168/task/28171/stat : 28171 (java) S 28166 28168 22504 0 -1 64 78406 0 0 0 369 33 0 0 16 0 12 0 24947010 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28172] ppid=28166 vsize=809780 CPUtime=3.94
/proc/28168/task/28172/stat : 28172 (java) S 28166 28168 22504 0 -1 64 74193 0 0 0 364 30 0 0 15 0 12 0 24947010 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28173] ppid=28166 vsize=809780 CPUtime=79.39
/proc/28168/task/28173/stat : 28173 (java) R 28166 28168 22504 0 -1 64 3201 0 0 0 7933 6 0 0 17 0 12 0 24947013 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28174] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28174/stat : 28174 (java) S 28166 28168 22504 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24947014 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28175] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28175/stat : 28175 (java) S 28166 28168 22504 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24947014 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28176/stat : 28176 (java) S 28166 28168 22504 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 24947021 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28177/stat : 28177 (java) S 28166 28168 22504 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 24947021 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28178] ppid=28166 vsize=809780 CPUtime=2.36
/proc/28168/task/28178/stat : 28178 (java) S 28166 28168 22504 0 -1 64 5087 0 0 0 234 2 0 0 17 0 12 0 24947021 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28179] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28179/stat : 28179 (java) S 28166 28168 22504 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 24947021 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28180] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28180/stat : 28180 (java) S 28166 28168 22504 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24947021 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 438.39
Current children cumulated vsize (KiB) 809780

[startup+441.503 s]
/proc/loadavg: 2.67 2.23 2.07 4/89 28180
/proc/meminfo: memFree=626848/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=809780 CPUtime=439.97
/proc/28168/stat : 28168 (java) S 28166 28168 22504 0 -1 0 179363 0 18 0 43906 91 0 0 18 0 12 0 24946997 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28168/statm: 202445 172045 1444 9 0 199772 0
[pid=28168/tid=28170] ppid=28166 vsize=809780 CPUtime=348.8
/proc/28168/task/28170/stat : 28170 (java) R 28166 28168 22504 0 -1 64 17740 0 1 0 34864 16 0 0 25 0 12 0 24947005 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28171] ppid=28166 vsize=809780 CPUtime=4.02
/proc/28168/task/28171/stat : 28171 (java) S 28166 28168 22504 0 -1 64 78406 0 0 0 369 33 0 0 16 0 12 0 24947010 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28172] ppid=28166 vsize=809780 CPUtime=3.94
/proc/28168/task/28172/stat : 28172 (java) S 28166 28168 22504 0 -1 64 74193 0 0 0 364 30 0 0 15 0 12 0 24947010 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28173] ppid=28166 vsize=809780 CPUtime=80.78
/proc/28168/task/28173/stat : 28173 (java) R 28166 28168 22504 0 -1 64 3201 0 0 0 8072 6 0 0 16 0 12 0 24947013 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28174] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28174/stat : 28174 (java) S 28166 28168 22504 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24947014 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28175] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28175/stat : 28175 (java) S 28166 28168 22504 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24947014 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28176/stat : 28176 (java) S 28166 28168 22504 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 24947021 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28177/stat : 28177 (java) S 28166 28168 22504 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 24947021 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28178] ppid=28166 vsize=809780 CPUtime=2.36
/proc/28168/task/28178/stat : 28178 (java) S 28166 28168 22504 0 -1 64 5087 0 0 0 234 2 0 0 17 0 12 0 24947021 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28179] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28179/stat : 28179 (java) S 28166 28168 22504 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 24947021 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28180] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28180/stat : 28180 (java) S 28166 28168 22504 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24947021 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 439.97
Current children cumulated vsize (KiB) 809780

[startup+441.903 s]
/proc/loadavg: 2.67 2.23 2.07 4/89 28180
/proc/meminfo: memFree=626848/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=809780 CPUtime=440.37
/proc/28168/stat : 28168 (java) S 28166 28168 22504 0 -1 0 179363 0 18 0 43946 91 0 0 18 0 12 0 24946997 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28168/statm: 202445 172045 1444 9 0 199772 0
[pid=28168/tid=28170] ppid=28166 vsize=809780 CPUtime=348.8
/proc/28168/task/28170/stat : 28170 (java) R 28166 28168 22504 0 -1 64 17740 0 1 0 34864 16 0 0 25 0 12 0 24947005 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28171] ppid=28166 vsize=809780 CPUtime=4.02
/proc/28168/task/28171/stat : 28171 (java) S 28166 28168 22504 0 -1 64 78406 0 0 0 369 33 0 0 16 0 12 0 24947010 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28172] ppid=28166 vsize=809780 CPUtime=3.94
/proc/28168/task/28172/stat : 28172 (java) S 28166 28168 22504 0 -1 64 74193 0 0 0 364 30 0 0 15 0 12 0 24947010 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28173] ppid=28166 vsize=809780 CPUtime=81.18
/proc/28168/task/28173/stat : 28173 (java) R 28166 28168 22504 0 -1 64 3201 0 0 0 8112 6 0 0 16 0 12 0 24947013 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 106157724 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28174] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28174/stat : 28174 (java) S 28166 28168 22504 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24947014 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28175] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28175/stat : 28175 (java) S 28166 28168 22504 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24947014 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28176/stat : 28176 (java) S 28166 28168 22504 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 24947021 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28177/stat : 28177 (java) S 28166 28168 22504 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 24947021 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28178] ppid=28166 vsize=809780 CPUtime=2.36
/proc/28168/task/28178/stat : 28178 (java) S 28166 28168 22504 0 -1 64 5087 0 0 0 234 2 0 0 17 0 12 0 24947021 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28179] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28179/stat : 28179 (java) S 28166 28168 22504 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 24947021 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28180] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28180/stat : 28180 (java) S 28166 28168 22504 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24947021 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 440.37
Current children cumulated vsize (KiB) 809780

[startup+442.303 s]
/proc/loadavg: 2.67 2.23 2.07 4/89 28180
/proc/meminfo: memFree=626840/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=809780 CPUtime=440.77
/proc/28168/stat : 28168 (java) S 28166 28168 22504 0 -1 0 179363 0 18 0 43986 91 0 0 18 0 12 0 24946997 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28168/statm: 202445 172045 1444 9 0 199772 0
[pid=28168/tid=28170] ppid=28166 vsize=809780 CPUtime=348.8
/proc/28168/task/28170/stat : 28170 (java) R 28166 28168 22504 0 -1 64 17740 0 1 0 34864 16 0 0 25 0 12 0 24947005 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28171] ppid=28166 vsize=809780 CPUtime=4.02
/proc/28168/task/28171/stat : 28171 (java) S 28166 28168 22504 0 -1 64 78406 0 0 0 369 33 0 0 16 0 12 0 24947010 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28172] ppid=28166 vsize=809780 CPUtime=3.94
/proc/28168/task/28172/stat : 28172 (java) S 28166 28168 22504 0 -1 64 74193 0 0 0 364 30 0 0 15 0 12 0 24947010 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28173] ppid=28166 vsize=809780 CPUtime=81.58
/proc/28168/task/28173/stat : 28173 (java) R 28166 28168 22504 0 -1 64 3201 0 0 0 8152 6 0 0 16 0 12 0 24947013 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28174] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28174/stat : 28174 (java) S 28166 28168 22504 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24947014 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28175] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28175/stat : 28175 (java) S 28166 28168 22504 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24947014 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28176/stat : 28176 (java) S 28166 28168 22504 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 24947021 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28177/stat : 28177 (java) S 28166 28168 22504 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 24947021 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28178] ppid=28166 vsize=809780 CPUtime=2.36
/proc/28168/task/28178/stat : 28178 (java) S 28166 28168 22504 0 -1 64 5087 0 0 0 234 2 0 0 17 0 12 0 24947021 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28179] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28179/stat : 28179 (java) S 28166 28168 22504 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 24947021 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28180] ppid=28166 vsize=809780 CPUtime=0
/proc/28168/task/28180/stat : 28180 (java) S 28166 28168 22504 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24947021 829214720 172045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 440.77
Current children cumulated vsize (KiB) 809780

[startup+442.403 s]
/proc/loadavg: 2.67 2.23 2.07 4/89 28180
/proc/meminfo: memFree=626840/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=0 CPUtime=440.83
/proc/28168/stat : 28168 (java) Z 28166 28168 22504 0 -1 12 179378 0 18 0 43991 92 0 0 16 0 2 0 24946997 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28168/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 440.83
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 442.497
CPU time (s): 440.935
CPU user time (s): 439.914
CPU system time (s): 1.02084
CPU usage (%): 99.6471
Max. virtual memory (cumulated for all children) (KiB): 813784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 439.914
system time used= 1.02084
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179378
page faults= 18
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17611
involuntary context switches= 16925

runsolver used 0.685895 second user time and 1.53577 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-12 08:07:23
IDJOB=2084110
IDBENCH=58042
IDSOLVER=731
FILE ID=node68/2084110-1247378843
PBS_JOBID= 9507085
Free space on /tmp= 66264 MiB

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

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

MD5SUM BENCH= e5750d7da62e3db9c442eec5d476918a
RANDOM SEED=2143001826

node68.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.258
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.258
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:       1360800 kB
Buffers:          6232 kB
Cached:         248224 kB
SwapCached:          0 kB
Active:         614552 kB
Inactive:        23272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1360800 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          197096 kB
Writeback:           0 kB
Mapped:         394860 kB
Slab:            41396 kB
Committed_AS:   590000 kB
PageTables:       2836 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= 66264 MiB
End job on node68 at 2009-07-12 08:14:46