Trace number 2081162

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? 267.978 269.448

General information on the benchmark

Namecsp/super-os/super-os-taillard-7/
normalized-super-os-taillard-7-4.xml
MD5SUM0839b1e045bc3a4ba79d2670c093cdd9
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 benchmark5.61515
Satisfiable
(Un)Satisfiability was proved
Number of variables98
Number of constraints931
Maximum constraint arity2
Maximum domain size460
Number of constraints which are defined in extension0
Number of constraints which are defined in intension931
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.14	c version 2.1.1.v20090622
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0_12
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 671000808
0.08/0.14	c Max memory 672137216
0.08/0.14	c Total memory 672137216
0.08/0.14	c Number of processors 2
0.19/0.23	c c --- Begin Solver configuration ---
0.19/0.23	c Stops conflict analysis at the first Unique Implication Point
0.19/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.23	c Learn all clauses as in MiniSAT
0.19/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.23	c Expensive reason simplification
0.19/0.23	c MiniSAT restarts strategy
0.19/0.23	c Memory based learned constraints deletion strategy
0.19/0.23	c timeout=2147483s
0.19/0.23	c DB Simplification allowed=false
0.19/0.23	c --- End Solver configuration ---
0.19/0.23	c solving HOME/instance-2081162-1247372379.xml
0.19/0.23	c reading problem ... 
0.39/0.46	c reading problem named null
0.39/0.46	c reading domains done.
0.39/0.48	c reading variables done.
0.68/0.76	c reading predicates  done.
0.88/0.98	c reading constraints
267.85/269.31	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
267.85/269.31		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
267.85/269.31		at org.sat4j.csp.Predicate.find(Unknown Source)
267.85/269.31		at org.sat4j.csp.Predicate.find(Unknown Source)
267.85/269.31		at org.sat4j.csp.Predicate.find(Unknown Source)
267.85/269.31		at org.sat4j.csp.Predicate.toClause(Unknown Source)
267.85/269.31		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
267.85/269.31		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
267.85/269.31		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
267.85/269.31		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
267.85/269.31		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
267.85/269.31		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
267.85/269.31		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
267.85/269.31		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
267.85/269.31		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
267.85/269.31		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
267.85/269.31		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
267.85/269.31		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
267.85/269.31		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
267.85/269.31		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
267.85/269.31		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
267.85/269.31		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
267.85/269.31		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
267.85/269.31		at org.sat4j.AbstractLauncher.run(Unknown Source)
267.85/269.31		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
267.85/269.31	c starts		: 0
267.85/269.31	c conflicts		: 0
267.85/269.31	c decisions		: 0
267.85/269.31	c propagations		: 0
267.85/269.31	c inspects		: 0
267.85/269.31	c learnt literals	: 0
267.85/269.31	c learnt binary clauses	: 0
267.85/269.31	c learnt ternary clauses	: 0
267.85/269.31	c learnt clauses	: 0
267.85/269.31	c ignored clauses	: 0
267.85/269.31	c root simplifications	: 0
267.85/269.31	c removed literals (reason simplification)	: 0
267.85/269.31	c reason swapping (by a shorter reason)	: 0
267.85/269.31	c Calls to reduceDB	: 0
267.85/269.31	c speed (assignments/second)	: 0.0
267.85/269.31	c non guided choices	0
267.85/269.31	c learnt constraints type 
267.85/269.31	c constraints type 
267.85/269.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 482530
267.85/269.31	c org.sat4j.minisat.constraints.card.AtLeast => 98
267.85/269.31	s UNKNOWN
267.85/269.31	c Total wall clock time (in seconds) : 269.082

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-2081162-1247372379/watcher-2081162-1247372379 -o /tmp/evaluation-result-2081162-1247372379/solver-2081162-1247372379 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2081162-1247372379.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.47 2.12 2.03 4/75 23663
/proc/meminfo: memFree=1678720/2055920 swapFree=4192812/4192956
[pid=23663] ppid=23661 vsize=1612 CPUtime=0
/proc/23663/stat : 23663 (java6) R 23661 23663 19085 0 -1 0 179 0 0 0 0 0 0 0 19 0 1 0 24302976 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/23663/statm: 403 150 114 9 0 45 0

[startup+0.032183 s]
/proc/loadavg: 2.47 2.12 2.03 4/75 23663
/proc/meminfo: memFree=1678720/2055920 swapFree=4192812/4192956
[pid=23663] ppid=23661 vsize=800696 CPUtime=0.02
/proc/23663/stat : 23663 (java) S 23661 23663 19085 0 -1 0 2367 0 1 0 1 1 0 0 19 0 4 0 24302976 819912704 2114 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/23663/statm: 200174 2115 938 9 0 197525 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800696

[startup+0.101193 s]
/proc/loadavg: 2.47 2.12 2.03 4/75 23663
/proc/meminfo: memFree=1678720/2055920 swapFree=4192812/4192956
[pid=23663] ppid=23661 vsize=804560 CPUtime=0.08
/proc/23663/stat : 23663 (java) S 23661 23663 19085 0 -1 0 3065 0 1 0 6 2 0 0 19 0 12 0 24302976 823869440 2808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23663/statm: 201140 2808 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301214 s]
/proc/loadavg: 2.47 2.12 2.03 4/75 23663
/proc/meminfo: memFree=1678720/2055920 swapFree=4192812/4192956
[pid=23663] ppid=23661 vsize=805864 CPUtime=0.29
/proc/23663/stat : 23663 (java) S 23661 23663 19085 0 -1 0 4390 0 1 0 25 4 0 0 19 0 12 0 24302976 825204736 4127 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23663/statm: 201466 4127 1363 9 0 198793 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805864

[startup+0.701259 s]
/proc/loadavg: 2.47 2.12 2.03 4/75 23663
/proc/meminfo: memFree=1678720/2055920 swapFree=4192812/4192956
[pid=23663] ppid=23661 vsize=807176 CPUtime=0.68
/proc/23663/stat : 23663 (java) S 23661 23663 19085 0 -1 0 6354 0 1 0 63 5 0 0 19 0 12 0 24302976 826548224 5587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23663/statm: 201794 5587 1385 9 0 199121 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807176

[startup+1.50135 s]
/proc/loadavg: 2.47 2.12 2.03 3/87 23675
/proc/meminfo: memFree=1652576/2055920 swapFree=4192812/4192956
[pid=23663] ppid=23661 vsize=810308 CPUtime=1.48
/proc/23663/stat : 23663 (java) S 23661 23663 19085 0 -1 0 12042 0 1 0 140 8 0 0 19 0 12 0 24302976 829755392 10133 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23663/statm: 202577 10135 1417 9 0 199904 0
[pid=23663/tid=23665] ppid=23661 vsize=810308 CPUtime=0.78
/proc/23663/task/23665/stat : 23665 (java) R 23661 23663 19085 0 -1 64 8081 0 1 0 73 5 0 0 25 0 12 0 24302977 829755392 10135 996147200 134512640 134550932 4294956016 18446744073709551615 4109669855 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23666] ppid=23661 vsize=810308 CPUtime=0
/proc/23663/task/23666/stat : 23666 (java) S 23661 23663 19085 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 24302978 829755392 10136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23667] ppid=23661 vsize=810308 CPUtime=0
/proc/23663/task/23667/stat : 23667 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24302978 829755392 10137 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23668] ppid=23661 vsize=810308 CPUtime=0
/proc/23663/task/23668/stat : 23668 (java) S 23661 23663 19085 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 24302979 829755392 10138 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23669] ppid=23661 vsize=810308 CPUtime=0
/proc/23663/task/23669/stat : 23669 (java) S 23661 23663 19085 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 24302980 829755392 10139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23670] ppid=23661 vsize=810308 CPUtime=0
/proc/23663/task/23670/stat : 23670 (java) S 23661 23663 19085 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 24302980 829755392 10139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23671] ppid=23661 vsize=810308 CPUtime=0
/proc/23663/task/23671/stat : 23671 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24302984 829755392 10140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23672] ppid=23661 vsize=810308 CPUtime=0.04
/proc/23663/task/23672/stat : 23672 (java) S 23661 23663 19085 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 24302984 829755392 10141 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23673] ppid=23661 vsize=810308 CPUtime=0.63
/proc/23663/task/23673/stat : 23673 (java) S 23661 23663 19085 0 -1 64 2961 0 0 0 62 1 0 0 17 0 12 0 24302984 829755392 10142 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23674] ppid=23661 vsize=810308 CPUtime=0
/proc/23663/task/23674/stat : 23674 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24302984 829755392 10143 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23675] ppid=23661 vsize=810308 CPUtime=0
/proc/23663/task/23675/stat : 23675 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24302984 829755392 10143 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 810308

[startup+3.10252 s]
/proc/loadavg: 2.47 2.12 2.03 4/87 23675
/proc/meminfo: memFree=1630624/2055920 swapFree=4192812/4192956
[pid=23663] ppid=23661 vsize=814844 CPUtime=3.12
/proc/23663/stat : 23663 (java) S 23661 23663 19085 0 -1 0 27103 0 1 0 297 15 0 0 19 0 12 0 24302976 834400256 23035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23663/statm: 203711 23035 1432 9 0 201038 0
[pid=23663/tid=23665] ppid=23661 vsize=814844 CPUtime=1.63
/proc/23663/task/23665/stat : 23665 (java) R 23661 23663 19085 0 -1 64 17369 0 1 0 154 9 0 0 25 0 12 0 24302977 834400256 23035 996147200 134512640 134550932 4294956016 18446744073709551615 4109603308 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23666] ppid=23661 vsize=814844 CPUtime=0.03
/proc/23663/task/23666/stat : 23666 (java) S 23661 23663 19085 0 -1 64 1299 0 0 0 3 0 0 0 17 0 12 0 24302978 834400256 23035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23667] ppid=23661 vsize=814844 CPUtime=0.01
/proc/23663/task/23667/stat : 23667 (java) S 23661 23663 19085 0 -1 64 1084 0 0 0 1 0 0 0 17 0 12 0 24302978 834400256 23035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23668] ppid=23661 vsize=814844 CPUtime=0
/proc/23663/task/23668/stat : 23668 (java) S 23661 23663 19085 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24302979 834400256 23035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23669] ppid=23661 vsize=814844 CPUtime=0
/proc/23663/task/23669/stat : 23669 (java) S 23661 23663 19085 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24302980 834400256 23035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23670] ppid=23661 vsize=814844 CPUtime=0
/proc/23663/task/23670/stat : 23670 (java) S 23661 23663 19085 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24302980 834400256 23035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23671] ppid=23661 vsize=814844 CPUtime=0
/proc/23663/task/23671/stat : 23671 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24302984 834400256 23035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23672] ppid=23661 vsize=814844 CPUtime=0.17
/proc/23663/task/23672/stat : 23672 (java) S 23661 23663 19085 0 -1 64 648 0 0 0 17 0 0 0 18 0 12 0 24302984 834400256 23035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23673] ppid=23661 vsize=814844 CPUtime=1.21
/proc/23663/task/23673/stat : 23673 (java) S 23661 23663 19085 0 -1 64 5948 0 0 0 119 2 0 0 17 0 12 0 24302984 834400256 23035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23674] ppid=23661 vsize=814844 CPUtime=0
/proc/23663/task/23674/stat : 23674 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24302984 834400256 23035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23675] ppid=23661 vsize=814844 CPUtime=0
/proc/23663/task/23675/stat : 23675 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24302984 834400256 23035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 814844

[startup+6.30286 s]
/proc/loadavg: 2.43 2.12 2.03 3/87 23675
/proc/meminfo: memFree=1577824/2055920 swapFree=4192812/4192956
[pid=23663] ppid=23661 vsize=814076 CPUtime=6.3
/proc/23663/stat : 23663 (java) S 23661 23663 19085 0 -1 0 32071 0 1 0 613 17 0 0 19 0 12 0 24302976 833613824 27804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23663/statm: 203519 27804 1432 9 0 200846 0
[pid=23663/tid=23665] ppid=23661 vsize=814076 CPUtime=4.56
/proc/23663/task/23665/stat : 23665 (java) R 23661 23663 19085 0 -1 64 17376 0 1 0 447 9 0 0 25 0 12 0 24302977 833613824 27804 996147200 134512640 134550932 4294956016 18446744073709551615 4109603310 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23666] ppid=23661 vsize=814076 CPUtime=0.16
/proc/23663/task/23666/stat : 23666 (java) S 23661 23663 19085 0 -1 64 4237 0 0 0 14 2 0 0 16 0 12 0 24302978 833613824 27804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23667] ppid=23661 vsize=814076 CPUtime=0.13
/proc/23663/task/23667/stat : 23667 (java) S 23661 23663 19085 0 -1 64 3107 0 0 0 12 1 0 0 16 0 12 0 24302978 833613824 27804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23668] ppid=23661 vsize=814076 CPUtime=0
/proc/23663/task/23668/stat : 23668 (java) S 23661 23663 19085 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24302979 833613824 27804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23669] ppid=23661 vsize=814076 CPUtime=0
/proc/23663/task/23669/stat : 23669 (java) S 23661 23663 19085 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24302980 833613824 27804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23670] ppid=23661 vsize=814076 CPUtime=0
/proc/23663/task/23670/stat : 23670 (java) S 23661 23663 19085 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24302980 833613824 27804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23671] ppid=23661 vsize=814076 CPUtime=0
/proc/23663/task/23671/stat : 23671 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24302984 833613824 27804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23672] ppid=23661 vsize=814076 CPUtime=0.17
/proc/23663/task/23672/stat : 23672 (java) S 23661 23663 19085 0 -1 64 648 0 0 0 17 0 0 0 18 0 12 0 24302984 833613824 27804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23673] ppid=23661 vsize=814076 CPUtime=1.22
/proc/23663/task/23673/stat : 23673 (java) S 23661 23663 19085 0 -1 64 5948 0 0 0 120 2 0 0 16 0 12 0 24302984 833613824 27804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23674] ppid=23661 vsize=814076 CPUtime=0
/proc/23663/task/23674/stat : 23674 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24302984 833613824 27804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23675] ppid=23661 vsize=814076 CPUtime=0
/proc/23663/task/23675/stat : 23675 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24302984 833613824 27804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 814076

[startup+12.7025 s]
/proc/loadavg: 2.40 2.11 2.03 3/87 23675
/proc/meminfo: memFree=1552672/2055920 swapFree=4192812/4192956
[pid=23663] ppid=23661 vsize=812000 CPUtime=12.67
/proc/23663/stat : 23663 (java) S 23661 23663 19085 0 -1 0 38123 0 1 0 1248 19 0 0 19 0 12 0 24302976 831488000 33324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23663/statm: 203000 33324 1432 9 0 200327 0
[pid=23663/tid=23665] ppid=23661 vsize=812000 CPUtime=10.74
/proc/23663/task/23665/stat : 23665 (java) R 23661 23663 19085 0 -1 64 17391 0 1 0 1065 9 0 0 25 0 12 0 24302977 831488000 33324 996147200 134512640 134550932 4294956016 18446744073709551615 4109718439 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23666] ppid=23661 vsize=812000 CPUtime=0.22
/proc/23663/task/23666/stat : 23666 (java) S 23661 23663 19085 0 -1 64 8103 0 0 0 19 3 0 0 16 0 12 0 24302978 831488000 33324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23667] ppid=23661 vsize=812000 CPUtime=0.18
/proc/23663/task/23667/stat : 23667 (java) S 23661 23663 19085 0 -1 64 5271 0 0 0 17 1 0 0 16 0 12 0 24302978 831488000 33324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23668] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23668/stat : 23668 (java) S 23661 23663 19085 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24302979 831488000 33324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23669] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23669/stat : 23669 (java) S 23661 23663 19085 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24302980 831488000 33324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23670] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23670/stat : 23670 (java) S 23661 23663 19085 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24302980 831488000 33324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23671] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23671/stat : 23671 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24302984 831488000 33324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23672] ppid=23661 vsize=812000 CPUtime=0.17
/proc/23663/task/23672/stat : 23672 (java) S 23661 23663 19085 0 -1 64 648 0 0 0 17 0 0 0 18 0 12 0 24302984 831488000 33324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23673] ppid=23661 vsize=812000 CPUtime=1.29
/proc/23663/task/23673/stat : 23673 (java) S 23661 23663 19085 0 -1 64 5955 0 0 0 127 2 0 0 17 0 12 0 24302984 831488000 33324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23674] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23674/stat : 23674 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24302984 831488000 33324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23675] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23675/stat : 23675 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24302984 831488000 33324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 812000

[startup+25.5019 s]
/proc/loadavg: 2.44 2.14 2.04 3/87 23675
/proc/meminfo: memFree=1513824/2055920 swapFree=4192812/4192956
[pid=23663] ppid=23661 vsize=812000 CPUtime=25.41
/proc/23663/stat : 23663 (java) S 23661 23663 19085 0 -1 0 47186 0 1 0 2518 23 0 0 19 0 12 0 24302976 831488000 42365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23663/statm: 203000 42365 1433 9 0 200327 0
[pid=23663/tid=23665] ppid=23661 vsize=812000 CPUtime=23.26
/proc/23663/task/23665/stat : 23665 (java) R 23661 23663 19085 0 -1 64 17413 0 1 0 2317 9 0 0 25 0 12 0 24302977 831488000 42365 996147200 134512640 134550932 4294956016 18446744073709551615 4109920367 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23666] ppid=23661 vsize=812000 CPUtime=0.31
/proc/23663/task/23666/stat : 23666 (java) S 23661 23663 19085 0 -1 64 12241 0 0 0 26 5 0 0 16 0 12 0 24302978 831488000 42365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23667] ppid=23661 vsize=812000 CPUtime=0.27
/proc/23663/task/23667/stat : 23667 (java) S 23661 23663 19085 0 -1 64 10173 0 0 0 24 3 0 0 16 0 12 0 24302978 831488000 42365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23668] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23668/stat : 23668 (java) S 23661 23663 19085 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 24302979 831488000 42365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23669] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23669/stat : 23669 (java) S 23661 23663 19085 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24302980 831488000 42365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23670] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23670/stat : 23670 (java) S 23661 23663 19085 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24302980 831488000 42365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23671] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23671/stat : 23671 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24302984 831488000 42365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23672] ppid=23661 vsize=812000 CPUtime=0.17

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

[pid=23663/tid=23674] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23674/stat : 23674 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24302984 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23675] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23675/stat : 23675 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24302984 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 260.89
Current children cumulated vsize (KiB) 812000

[startup+265.502 s]
/proc/loadavg: 2.26 2.11 2.04 4/93 24356
/proc/meminfo: memFree=950384/2055920 swapFree=4192812/4192956
[pid=23663] ppid=23661 vsize=812000 CPUtime=264.08
/proc/23663/stat : 23663 (java) S 23661 23663 19085 0 -1 0 179812 0 1 0 26322 86 0 0 19 0 12 0 24302976 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23663/statm: 203000 172527 1438 9 0 200327 0
[pid=23663/tid=23665] ppid=23661 vsize=812000 CPUtime=229.19
/proc/23663/task/23665/stat : 23665 (java) R 23661 23663 19085 0 -1 64 17780 0 1 0 22905 14 0 0 25 0 12 0 24302977 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23666] ppid=23661 vsize=812000 CPUtime=2.86
/proc/23663/task/23666/stat : 23666 (java) S 23661 23663 19085 0 -1 64 79213 0 0 0 255 31 0 0 15 0 12 0 24302978 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23667] ppid=23661 vsize=812000 CPUtime=2.84
/proc/23663/task/23667/stat : 23667 (java) S 23661 23663 19085 0 -1 64 75328 0 0 0 253 31 0 0 16 0 12 0 24302978 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23668] ppid=23661 vsize=812000 CPUtime=27.45
/proc/23663/task/23668/stat : 23668 (java) R 23661 23663 19085 0 -1 64 135 0 0 0 2742 3 0 0 16 0 12 0 24302979 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23669] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23669/stat : 23669 (java) S 23661 23663 19085 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24302980 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23670] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23670/stat : 23670 (java) S 23661 23663 19085 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24302980 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23671] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23671/stat : 23671 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24302984 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23672] ppid=23661 vsize=812000 CPUtime=0.17
/proc/23663/task/23672/stat : 23672 (java) S 23661 23663 19085 0 -1 64 648 0 0 0 17 0 0 0 18 0 12 0 24302984 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23673] ppid=23661 vsize=812000 CPUtime=1.5
/proc/23663/task/23673/stat : 23673 (java) S 23661 23663 19085 0 -1 64 5966 0 0 0 147 3 0 0 17 0 12 0 24302984 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23663/tid=23674] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23674/stat : 23674 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24302984 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23675] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23675/stat : 23675 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24302984 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 264.08
Current children cumulated vsize (KiB) 812000

[startup+267.102 s]
/proc/loadavg: 2.26 2.11 2.04 4/93 24356
/proc/meminfo: memFree=950384/2055920 swapFree=4192812/4192956
[pid=23663] ppid=23661 vsize=812000 CPUtime=265.67
/proc/23663/stat : 23663 (java) S 23661 23663 19085 0 -1 0 179814 0 1 0 26481 86 0 0 19 0 12 0 24302976 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23663/statm: 203000 172527 1438 9 0 200327 0
[pid=23663/tid=23665] ppid=23661 vsize=812000 CPUtime=229.31
/proc/23663/task/23665/stat : 23665 (java) R 23661 23663 19085 0 -1 64 17782 0 1 0 22917 14 0 0 25 0 12 0 24302977 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23666] ppid=23661 vsize=812000 CPUtime=2.86
/proc/23663/task/23666/stat : 23666 (java) S 23661 23663 19085 0 -1 64 79213 0 0 0 255 31 0 0 15 0 12 0 24302978 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23667] ppid=23661 vsize=812000 CPUtime=2.84
/proc/23663/task/23667/stat : 23667 (java) S 23661 23663 19085 0 -1 64 75328 0 0 0 253 31 0 0 16 0 12 0 24302978 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23668] ppid=23661 vsize=812000 CPUtime=28.92
/proc/23663/task/23668/stat : 23668 (java) R 23661 23663 19085 0 -1 64 135 0 0 0 2889 3 0 0 16 0 12 0 24302979 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23669] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23669/stat : 23669 (java) S 23661 23663 19085 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24302980 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23670] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23670/stat : 23670 (java) S 23661 23663 19085 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24302980 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23671] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23671/stat : 23671 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24302984 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23672] ppid=23661 vsize=812000 CPUtime=0.17
/proc/23663/task/23672/stat : 23672 (java) S 23661 23663 19085 0 -1 64 648 0 0 0 17 0 0 0 18 0 12 0 24302984 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23673] ppid=23661 vsize=812000 CPUtime=1.5
/proc/23663/task/23673/stat : 23673 (java) S 23661 23663 19085 0 -1 64 5966 0 0 0 147 3 0 0 17 0 12 0 24302984 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23663/tid=23674] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23674/stat : 23674 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24302984 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23675] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23675/stat : 23675 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24302984 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 265.67
Current children cumulated vsize (KiB) 812000

[startup+268.703 s]
/proc/loadavg: 2.32 2.13 2.05 4/93 24356
/proc/meminfo: memFree=950320/2055920 swapFree=4192812/4192956
[pid=23663] ppid=23661 vsize=812000 CPUtime=267.26
/proc/23663/stat : 23663 (java) S 23661 23663 19085 0 -1 0 179816 0 1 0 26640 86 0 0 19 0 12 0 24302976 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23663/statm: 203000 172527 1438 9 0 200327 0
[pid=23663/tid=23665] ppid=23661 vsize=812000 CPUtime=229.45
/proc/23663/task/23665/stat : 23665 (java) R 23661 23663 19085 0 -1 64 17784 0 1 0 22931 14 0 0 25 0 12 0 24302977 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23666] ppid=23661 vsize=812000 CPUtime=2.86
/proc/23663/task/23666/stat : 23666 (java) S 23661 23663 19085 0 -1 64 79213 0 0 0 255 31 0 0 15 0 12 0 24302978 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23667] ppid=23661 vsize=812000 CPUtime=2.84
/proc/23663/task/23667/stat : 23667 (java) S 23661 23663 19085 0 -1 64 75328 0 0 0 253 31 0 0 16 0 12 0 24302978 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23668] ppid=23661 vsize=812000 CPUtime=30.37
/proc/23663/task/23668/stat : 23668 (java) R 23661 23663 19085 0 -1 64 135 0 0 0 3034 3 0 0 16 0 12 0 24302979 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23669] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23669/stat : 23669 (java) S 23661 23663 19085 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24302980 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23670] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23670/stat : 23670 (java) S 23661 23663 19085 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24302980 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23671] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23671/stat : 23671 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24302984 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23672] ppid=23661 vsize=812000 CPUtime=0.17
/proc/23663/task/23672/stat : 23672 (java) S 23661 23663 19085 0 -1 64 648 0 0 0 17 0 0 0 18 0 12 0 24302984 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23673] ppid=23661 vsize=812000 CPUtime=1.5
/proc/23663/task/23673/stat : 23673 (java) S 23661 23663 19085 0 -1 64 5966 0 0 0 147 3 0 0 17 0 12 0 24302984 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23663/tid=23674] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23674/stat : 23674 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24302984 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23675] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23675/stat : 23675 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24302984 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 267.26
Current children cumulated vsize (KiB) 812000

[startup+269.102 s]
/proc/loadavg: 2.32 2.13 2.05 4/93 24356
/proc/meminfo: memFree=950320/2055920 swapFree=4192812/4192956
[pid=23663] ppid=23661 vsize=812000 CPUtime=267.66
/proc/23663/stat : 23663 (java) S 23661 23663 19085 0 -1 0 179819 0 1 0 26680 86 0 0 19 0 12 0 24302976 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23663/statm: 203000 172527 1437 9 0 200327 0
[pid=23663/tid=23665] ppid=23661 vsize=812000 CPUtime=229.51
/proc/23663/task/23665/stat : 23665 (java) R 23661 23663 19085 0 -1 64 17787 0 1 0 22937 14 0 0 25 0 12 0 24302977 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23666] ppid=23661 vsize=812000 CPUtime=2.86
/proc/23663/task/23666/stat : 23666 (java) S 23661 23663 19085 0 -1 64 79213 0 0 0 255 31 0 0 15 0 12 0 24302978 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23667] ppid=23661 vsize=812000 CPUtime=2.84
/proc/23663/task/23667/stat : 23667 (java) S 23661 23663 19085 0 -1 64 75328 0 0 0 253 31 0 0 16 0 12 0 24302978 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23668] ppid=23661 vsize=812000 CPUtime=30.71
/proc/23663/task/23668/stat : 23668 (java) R 23661 23663 19085 0 -1 64 135 0 0 0 3068 3 0 0 16 0 12 0 24302979 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23669] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23669/stat : 23669 (java) S 23661 23663 19085 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24302980 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23670] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23670/stat : 23670 (java) S 23661 23663 19085 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24302980 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23671] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23671/stat : 23671 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24302984 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23672] ppid=23661 vsize=812000 CPUtime=0.17
/proc/23663/task/23672/stat : 23672 (java) S 23661 23663 19085 0 -1 64 648 0 0 0 17 0 0 0 18 0 12 0 24302984 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23673] ppid=23661 vsize=812000 CPUtime=1.5
/proc/23663/task/23673/stat : 23673 (java) S 23661 23663 19085 0 -1 64 5966 0 0 0 147 3 0 0 17 0 12 0 24302984 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23663/tid=23674] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23674/stat : 23674 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24302984 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23675] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23675/stat : 23675 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24302984 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 267.66
Current children cumulated vsize (KiB) 812000

[startup+269.302 s]
/proc/loadavg: 2.32 2.13 2.05 4/93 24356
/proc/meminfo: memFree=950320/2055920 swapFree=4192812/4192956
[pid=23663] ppid=23661 vsize=812000 CPUtime=267.85
/proc/23663/stat : 23663 (java) S 23661 23663 19085 0 -1 0 179819 0 1 0 26699 86 0 0 19 0 12 0 24302976 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23663/statm: 203000 172527 1437 9 0 200327 0
[pid=23663/tid=23665] ppid=23661 vsize=812000 CPUtime=229.51
/proc/23663/task/23665/stat : 23665 (java) R 23661 23663 19085 0 -1 64 17787 0 1 0 22937 14 0 0 25 0 12 0 24302977 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23666] ppid=23661 vsize=812000 CPUtime=2.86
/proc/23663/task/23666/stat : 23666 (java) S 23661 23663 19085 0 -1 64 79213 0 0 0 255 31 0 0 15 0 12 0 24302978 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23667] ppid=23661 vsize=812000 CPUtime=2.84
/proc/23663/task/23667/stat : 23667 (java) S 23661 23663 19085 0 -1 64 75328 0 0 0 253 31 0 0 16 0 12 0 24302978 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23668] ppid=23661 vsize=812000 CPUtime=30.91
/proc/23663/task/23668/stat : 23668 (java) R 23661 23663 19085 0 -1 64 135 0 0 0 3088 3 0 0 16 0 12 0 24302979 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 103607382 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23669] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23669/stat : 23669 (java) S 23661 23663 19085 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24302980 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23670] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23670/stat : 23670 (java) S 23661 23663 19085 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24302980 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23671] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23671/stat : 23671 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24302984 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23672] ppid=23661 vsize=812000 CPUtime=0.17
/proc/23663/task/23672/stat : 23672 (java) S 23661 23663 19085 0 -1 64 648 0 0 0 17 0 0 0 18 0 12 0 24302984 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23673] ppid=23661 vsize=812000 CPUtime=1.5
/proc/23663/task/23673/stat : 23673 (java) S 23661 23663 19085 0 -1 64 5966 0 0 0 147 3 0 0 17 0 12 0 24302984 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23663/tid=23674] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23674/stat : 23674 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24302984 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23663/tid=23675] ppid=23661 vsize=812000 CPUtime=0
/proc/23663/task/23675/stat : 23675 (java) S 23661 23663 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24302984 831488000 172527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 267.85
Current children cumulated vsize (KiB) 812000

[startup+269.402 s]
/proc/loadavg: 2.32 2.13 2.05 3/83 24357
/proc/meminfo: memFree=1326512/2055920 swapFree=4192812/4192956
[pid=23663] ppid=23661 vsize=0 CPUtime=267.93
/proc/23663/stat : 23663 (java) Z 23661 23663 19085 0 -1 12 179834 0 1 0 26701 92 0 0 16 0 2 0 24302976 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23663/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 267.93
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 269.448
CPU time (s): 267.978
CPU user time (s): 267.012
CPU system time (s): 0.965853
CPU usage (%): 99.4545
Max. virtual memory (cumulated for all children) (KiB): 816084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 267.012
system time used= 0.965853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179834
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12240
involuntary context switches= 13539

runsolver used 0.349946 second user time and 0.912861 second system time

The end

Launcher Data

Begin job on node81 at 2009-07-12 06:19:39
IDJOB=2081162
IDBENCH=57336
IDSOLVER=731
FILE ID=node81/2081162-1247372379
PBS_JOBID= 9507040
Free space on /tmp= 126676 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-7/normalized-super-os-taillard-7-4.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2081162-1247372379/watcher-2081162-1247372379 -o /tmp/evaluation-result-2081162-1247372379/solver-2081162-1247372379 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2081162-1247372379.xml

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

MD5SUM BENCH= 0839b1e045bc3a4ba79d2670c093cdd9
RANDOM SEED=988416043

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1679200 kB
Buffers:         55816 kB
Cached:         182456 kB
SwapCached:        136 kB
Active:         191784 kB
Inactive:       108348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1679200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1320 kB
Writeback:           0 kB
Mapped:          72864 kB
Slab:            61528 kB
Committed_AS:   215608 kB
PageTables:       1992 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= 126680 MiB
End job on node81 at 2009-07-12 06:24:09