Trace number 2068809

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? 861.91 863.523

General information on the benchmark

Namecsp/tdsp/
normalized-C5-3-91.xml
MD5SUM9dd9a7613f57790269389339b38e48da
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables221
Number of constraints2774
Maximum constraint arity6
Maximum domain size92
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2774
Global constraints used (with number of constraints)

Solver Data

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

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-2068809-1247348307/watcher-2068809-1247348307 -o /tmp/evaluation-result-2068809-1247348307/solver-2068809-1247348307 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068809-1247348307.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: 1.78 1.96 2.00 4/81 18696
/proc/meminfo: memFree=1785128/2055920 swapFree=4192812/4192956
[pid=18696] ppid=18694 vsize=18576 CPUtime=0
/proc/18696/stat : 18696 (runsolver) R 18694 18696 18659 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 21896076 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 210723466535 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/18696/statm: 4644 284 249 26 0 2626 0

[startup+0.0780351 s]
/proc/loadavg: 1.78 1.96 2.00 4/81 18696
/proc/meminfo: memFree=1785128/2055920 swapFree=4192812/4192956
[pid=18696] ppid=18694 vsize=802164 CPUtime=0.07
/proc/18696/stat : 18696 (java) S 18694 18696 18659 0 -1 0 2802 0 1 0 5 2 0 0 18 0 7 0 21896076 821415936 2547 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/18696/statm: 200541 2547 1036 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.102035 s]
/proc/loadavg: 1.78 1.96 2.00 4/81 18696
/proc/meminfo: memFree=1785128/2055920 swapFree=4192812/4192956
[pid=18696] ppid=18694 vsize=804560 CPUtime=0.09
/proc/18696/stat : 18696 (java) S 18694 18696 18659 0 -1 0 3007 0 1 0 7 2 0 0 18 0 12 0 21896076 823869440 2750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18696/statm: 201140 2750 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301057 s]
/proc/loadavg: 1.78 1.96 2.00 4/81 18696
/proc/meminfo: memFree=1785128/2055920 swapFree=4192812/4192956
[pid=18696] ppid=18694 vsize=805628 CPUtime=0.28
/proc/18696/stat : 18696 (java) S 18694 18696 18659 0 -1 0 4304 0 1 0 25 3 0 0 18 0 12 0 21896076 824963072 4041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18696/statm: 201407 4041 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701107 s]
/proc/loadavg: 1.78 1.96 2.00 4/81 18696
/proc/meminfo: memFree=1785128/2055920 swapFree=4192812/4192956
[pid=18696] ppid=18694 vsize=807184 CPUtime=0.68
/proc/18696/stat : 18696 (java) S 18694 18696 18659 0 -1 0 6175 0 1 0 63 5 0 0 18 0 12 0 21896076 826556416 5199 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18696/statm: 201796 5199 1385 9 0 199123 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.5022 s]
/proc/loadavg: 1.78 1.96 2.00 4/93 18708
/proc/meminfo: memFree=1765448/2055920 swapFree=4192812/4192956
[pid=18696] ppid=18694 vsize=811324 CPUtime=1.47
/proc/18696/stat : 18696 (java) S 18694 18696 18659 0 -1 0 9919 0 1 0 140 7 0 0 18 0 12 0 21896076 830795776 7497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18696/statm: 202831 7497 1404 9 0 200158 0
[pid=18696/tid=18698] ppid=18694 vsize=811324 CPUtime=0.73
/proc/18696/task/18698/stat : 18698 (java) R 18694 18696 18659 0 -1 64 5318 0 1 0 69 4 0 0 23 0 12 0 21896078 830795776 7497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18699] ppid=18694 vsize=811324 CPUtime=0
/proc/18696/task/18699/stat : 18699 (java) S 18694 18696 18659 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 21896079 830795776 7497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18700] ppid=18694 vsize=811324 CPUtime=0
/proc/18696/task/18700/stat : 18700 (java) S 18694 18696 18659 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 21896079 830795776 7497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18701] ppid=18694 vsize=811324 CPUtime=0
/proc/18696/task/18701/stat : 18701 (java) S 18694 18696 18659 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21896080 830795776 7497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18702] ppid=18694 vsize=811324 CPUtime=0
/proc/18696/task/18702/stat : 18702 (java) S 18694 18696 18659 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21896081 830795776 7497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18703] ppid=18694 vsize=811324 CPUtime=0
/proc/18696/task/18703/stat : 18703 (java) S 18694 18696 18659 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 21896081 830795776 7497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18704] ppid=18694 vsize=811324 CPUtime=0
/proc/18696/task/18704/stat : 18704 (java) S 18694 18696 18659 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21896085 830795776 7497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18705] ppid=18694 vsize=811324 CPUtime=0
/proc/18696/task/18705/stat : 18705 (java) S 18694 18696 18659 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21896086 830795776 7497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18706] ppid=18694 vsize=811324 CPUtime=0.72
/proc/18696/task/18706/stat : 18706 (java) R 18694 18696 18659 0 -1 64 3847 0 0 0 71 1 0 0 17 0 12 0 21896086 830795776 7497 996147200 134512640 134550932 4294956016 18446744073709551615 105711368 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18707] ppid=18694 vsize=811324 CPUtime=0
/proc/18696/task/18707/stat : 18707 (java) S 18694 18696 18659 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21896086 830795776 7497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18708] ppid=18694 vsize=811324 CPUtime=0
/proc/18696/task/18708/stat : 18708 (java) S 18694 18696 18659 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21896086 830795776 7497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 811324

[startup+3.10139 s]
/proc/loadavg: 1.78 1.96 2.00 4/93 18708
/proc/meminfo: memFree=1754824/2055920 swapFree=4192812/4192956
[pid=18696] ppid=18694 vsize=812620 CPUtime=3.05
/proc/18696/stat : 18696 (java) S 18694 18696 18659 0 -1 0 16569 0 1 0 296 9 0 0 18 0 12 0 21896076 832122880 12503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18696/statm: 203155 12503 1426 9 0 200482 0
[pid=18696/tid=18698] ppid=18694 vsize=812620 CPUtime=1.51
/proc/18696/task/18698/stat : 18698 (java) R 18694 18696 18659 0 -1 64 9798 0 1 0 145 6 0 0 25 0 12 0 21896078 832122880 12503 996147200 134512640 134550932 4294956016 18446744073709551615 4109767119 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18699] ppid=18694 vsize=812620 CPUtime=0
/proc/18696/task/18699/stat : 18699 (java) S 18694 18696 18659 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 21896079 832122880 12503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18700] ppid=18694 vsize=812620 CPUtime=0
/proc/18696/task/18700/stat : 18700 (java) S 18694 18696 18659 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 21896079 832122880 12503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18701] ppid=18694 vsize=812620 CPUtime=0
/proc/18696/task/18701/stat : 18701 (java) S 18694 18696 18659 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 21896080 832122880 12503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18702] ppid=18694 vsize=812620 CPUtime=0
/proc/18696/task/18702/stat : 18702 (java) S 18694 18696 18659 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21896081 832122880 12503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18703] ppid=18694 vsize=812620 CPUtime=0
/proc/18696/task/18703/stat : 18703 (java) S 18694 18696 18659 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 21896081 832122880 12503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18704] ppid=18694 vsize=812620 CPUtime=0
/proc/18696/task/18704/stat : 18704 (java) S 18694 18696 18659 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21896085 832122880 12503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18705] ppid=18694 vsize=812620 CPUtime=0
/proc/18696/task/18705/stat : 18705 (java) S 18694 18696 18659 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21896086 832122880 12503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18706] ppid=18694 vsize=812620 CPUtime=1.53
/proc/18696/task/18706/stat : 18706 (java) S 18694 18696 18659 0 -1 64 6017 0 0 0 151 2 0 0 18 0 12 0 21896086 832122880 12503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18707] ppid=18694 vsize=812620 CPUtime=0
/proc/18696/task/18707/stat : 18707 (java) S 18694 18696 18659 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21896086 832122880 12503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18708] ppid=18694 vsize=812620 CPUtime=0
/proc/18696/task/18708/stat : 18708 (java) S 18694 18696 18659 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21896086 832122880 12503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 812620

[startup+6.30276 s]
/proc/loadavg: 1.88 1.98 2.00 3/93 18708
/proc/meminfo: memFree=1701832/2055920 swapFree=4192812/4192956
[pid=18696] ppid=18694 vsize=812108 CPUtime=6.22
/proc/18696/stat : 18696 (java) S 18694 18696 18659 0 -1 0 26387 0 1 0 608 14 0 0 18 0 12 0 21896076 831598592 22187 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18696/statm: 203027 22187 1435 9 0 200354 0
[pid=18696/tid=18698] ppid=18694 vsize=812108 CPUtime=4.48
/proc/18696/task/18698/stat : 18698 (java) R 18694 18696 18659 0 -1 64 17400 0 1 0 439 9 0 0 25 0 12 0 21896078 831598592 22187 996147200 134512640 134550932 4294956016 18446744073709551615 4109608620 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18699] ppid=18694 vsize=812108 CPUtime=0.07
/proc/18696/task/18699/stat : 18699 (java) S 18694 18696 18659 0 -1 64 1278 0 0 0 7 0 0 0 16 0 12 0 21896079 831598592 22187 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18700] ppid=18694 vsize=812108 CPUtime=0.05
/proc/18696/task/18700/stat : 18700 (java) S 18694 18696 18659 0 -1 64 897 0 0 0 5 0 0 0 16 0 12 0 21896079 831598592 22187 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18701] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18701/stat : 18701 (java) S 18694 18696 18659 0 -1 64 38 0 0 0 0 0 0 0 16 0 12 0 21896080 831598592 22187 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18702] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18702/stat : 18702 (java) S 18694 18696 18659 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21896081 831598592 22187 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18703] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18703/stat : 18703 (java) S 18694 18696 18659 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21896081 831598592 22187 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18704] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18704/stat : 18704 (java) S 18694 18696 18659 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21896085 831598592 22187 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18705] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18705/stat : 18705 (java) S 18694 18696 18659 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21896086 831598592 22187 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18706] ppid=18694 vsize=812108 CPUtime=1.57
/proc/18696/task/18706/stat : 18706 (java) S 18694 18696 18659 0 -1 64 6021 0 0 0 155 2 0 0 16 0 12 0 21896086 831598592 22187 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18707] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18707/stat : 18707 (java) S 18694 18696 18659 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21896086 831598592 22187 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18708] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18708/stat : 18708 (java) S 18694 18696 18659 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21896086 831598592 22187 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 812108

[startup+12.7015 s]
/proc/loadavg: 1.89 1.98 2.00 4/93 18708
/proc/meminfo: memFree=1681744/2055920 swapFree=4192812/4192956
[pid=18696] ppid=18694 vsize=812108 CPUtime=12.55
/proc/18696/stat : 18696 (java) S 18694 18696 18659 0 -1 0 31227 0 1 0 1239 16 0 0 18 0 12 0 21896076 831598592 27017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18696/statm: 203027 27017 1435 9 0 200354 0
[pid=18696/tid=18698] ppid=18694 vsize=812108 CPUtime=10.59
/proc/18696/task/18698/stat : 18698 (java) R 18694 18696 18659 0 -1 64 17988 0 1 0 1050 9 0 0 25 0 12 0 21896078 831598592 27017 996147200 134512640 134550932 4294956016 18446744073709551615 4109767219 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18699] ppid=18694 vsize=812108 CPUtime=0.15
/proc/18696/task/18699/stat : 18699 (java) S 18694 18696 18659 0 -1 64 3238 0 0 0 14 1 0 0 16 0 12 0 21896079 831598592 27017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18700] ppid=18694 vsize=812108 CPUtime=0.18
/proc/18696/task/18700/stat : 18700 (java) S 18694 18696 18659 0 -1 64 3183 0 0 0 17 1 0 0 16 0 12 0 21896079 831598592 27017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18701] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18701/stat : 18701 (java) S 18694 18696 18659 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 21896080 831598592 27017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18702] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18702/stat : 18702 (java) S 18694 18696 18659 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21896081 831598592 27017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18703] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18703/stat : 18703 (java) S 18694 18696 18659 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21896081 831598592 27017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18704] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18704/stat : 18704 (java) S 18694 18696 18659 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21896085 831598592 27017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18705] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18705/stat : 18705 (java) S 18694 18696 18659 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21896086 831598592 27017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18706] ppid=18694 vsize=812108 CPUtime=1.57
/proc/18696/task/18706/stat : 18706 (java) S 18694 18696 18659 0 -1 64 6021 0 0 0 155 2 0 0 16 0 12 0 21896086 831598592 27017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18707] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18707/stat : 18707 (java) S 18694 18696 18659 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21896086 831598592 27017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18708] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18708/stat : 18708 (java) S 18694 18696 18659 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21896086 831598592 27017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 812108

[startup+25.503 s]
/proc/loadavg: 1.91 1.98 2.00 3/93 18708
/proc/meminfo: memFree=1667792/2055920 swapFree=4192812/4192956
[pid=18696] ppid=18694 vsize=812108 CPUtime=25.21
/proc/18696/stat : 18696 (java) S 18694 18696 18659 0 -1 0 34603 0 1 0 2504 17 0 0 18 0 12 0 21896076 831598592 30374 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18696/statm: 203027 30374 1435 9 0 200354 0
[pid=18696/tid=18698] ppid=18694 vsize=812108 CPUtime=22.99
/proc/18696/task/18698/stat : 18698 (java) R 18694 18696 18659 0 -1 64 18009 0 1 0 2290 9 0 0 25 0 12 0 21896078 831598592 30374 996147200 134512640 134550932 4294956016 18446744073709551615 4109662958 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18696/tid=18699] ppid=18694 vsize=812108 CPUtime=0.23
/proc/18696/task/18699/stat : 18699 (java) S 18694 18696 18659 0 -1 64 4706 0 0 0 21 2 0 0 16 0 12 0 21896079 831598592 30374 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18700] ppid=18694 vsize=812108 CPUtime=0.36
/proc/18696/task/18700/stat : 18700 (java) S 18694 18696 18659 0 -1 64 5070 0 0 0 35 1 0 0 16 0 12 0 21896079 831598592 30374 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18701] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18701/stat : 18701 (java) S 18694 18696 18659 0 -1 64 44 0 0 0 0 0 0 0 15 0 12 0 21896080 831598592 30374 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18702] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18702/stat : 18702 (java) S 18694 18696 18659 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21896081 831598592 30374 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18703] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18703/stat : 18703 (java) S 18694 18696 18659 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21896081 831598592 30374 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18704] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18704/stat : 18704 (java) S 18694 18696 18659 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21896085 831598592 30374 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18705] ppid=18694 vsize=812108 CPUtime=0

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

[pid=18696/tid=18707] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18707/stat : 18707 (java) S 18694 18696 18659 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21896086 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18708] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18708/stat : 18708 (java) S 18694 18696 18659 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21896086 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 843.1
Current children cumulated vsize (KiB) 812108

[startup+851.102 s]
/proc/loadavg: 2.08 2.17 2.11 3/87 18761
/proc/meminfo: memFree=496576/2055920 swapFree=4192812/4192956
[pid=18696] ppid=18694 vsize=812108 CPUtime=849.49
/proc/18696/stat : 18696 (java) S 18694 18696 18659 0 -1 0 193123 0 1 0 84853 96 0 0 18 0 12 0 21896076 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18696/statm: 203027 172549 1437 9 0 200354 0
[pid=18696/tid=18698] ppid=18694 vsize=812108 CPUtime=452.64
/proc/18696/task/18698/stat : 18698 (java) S 18694 18696 18659 0 -1 64 18737 0 1 0 45249 15 0 0 17 0 12 0 21896078 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18696/tid=18699] ppid=18694 vsize=812108 CPUtime=27.28
/proc/18696/task/18699/stat : 18699 (java) S 18694 18696 18659 0 -1 64 61562 0 0 0 2701 27 0 0 15 0 12 0 21896079 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18696/tid=18700] ppid=18694 vsize=812108 CPUtime=27.33
/proc/18696/task/18700/stat : 18700 (java) S 18694 18696 18659 0 -1 64 90208 0 0 0 2700 33 0 0 16 0 12 0 21896079 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18696/tid=18701] ppid=18694 vsize=812108 CPUtime=340.61
/proc/18696/task/18701/stat : 18701 (java) R 18694 18696 18659 0 -1 64 15842 0 0 0 34046 15 0 0 25 0 12 0 21896080 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18696/tid=18702] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18702/stat : 18702 (java) S 18694 18696 18659 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21896081 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18703] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18703/stat : 18703 (java) S 18694 18696 18659 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21896081 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18704] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18704/stat : 18704 (java) S 18694 18696 18659 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21896085 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18705] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18705/stat : 18705 (java) S 18694 18696 18659 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21896086 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18706] ppid=18694 vsize=812108 CPUtime=1.57
/proc/18696/task/18706/stat : 18706 (java) S 18694 18696 18659 0 -1 64 6021 0 0 0 155 2 0 0 16 0 12 0 21896086 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18707] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18707/stat : 18707 (java) S 18694 18696 18659 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21896086 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18708] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18708/stat : 18708 (java) S 18694 18696 18659 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21896086 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 849.49
Current children cumulated vsize (KiB) 812108

[startup+857.502 s]
/proc/loadavg: 2.07 2.16 2.11 3/87 18761
/proc/meminfo: memFree=494400/2055920 swapFree=4192812/4192956
[pid=18696] ppid=18694 vsize=812108 CPUtime=855.89
/proc/18696/stat : 18696 (java) S 18694 18696 18659 0 -1 0 193125 0 1 0 85493 96 0 0 18 0 12 0 21896076 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18696/statm: 203027 172549 1437 9 0 200354 0
[pid=18696/tid=18698] ppid=18694 vsize=812108 CPUtime=452.85
/proc/18696/task/18698/stat : 18698 (java) S 18694 18696 18659 0 -1 64 18739 0 1 0 45270 15 0 0 17 0 12 0 21896078 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18696/tid=18699] ppid=18694 vsize=812108 CPUtime=27.28
/proc/18696/task/18699/stat : 18699 (java) S 18694 18696 18659 0 -1 64 61562 0 0 0 2701 27 0 0 15 0 12 0 21896079 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18696/tid=18700] ppid=18694 vsize=812108 CPUtime=27.33
/proc/18696/task/18700/stat : 18700 (java) S 18694 18696 18659 0 -1 64 90208 0 0 0 2700 33 0 0 16 0 12 0 21896079 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18696/tid=18701] ppid=18694 vsize=812108 CPUtime=346.8
/proc/18696/task/18701/stat : 18701 (java) R 18694 18696 18659 0 -1 64 15842 0 0 0 34665 15 0 0 25 0 12 0 21896080 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 106836626 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18696/tid=18702] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18702/stat : 18702 (java) S 18694 18696 18659 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21896081 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18703] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18703/stat : 18703 (java) S 18694 18696 18659 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21896081 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18704] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18704/stat : 18704 (java) S 18694 18696 18659 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21896085 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18705] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18705/stat : 18705 (java) S 18694 18696 18659 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21896086 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18706] ppid=18694 vsize=812108 CPUtime=1.57
/proc/18696/task/18706/stat : 18706 (java) S 18694 18696 18659 0 -1 64 6021 0 0 0 155 2 0 0 16 0 12 0 21896086 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18707] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18707/stat : 18707 (java) S 18694 18696 18659 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21896086 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18708] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18708/stat : 18708 (java) S 18694 18696 18659 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21896086 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 855.89
Current children cumulated vsize (KiB) 812108

[startup+860.702 s]
/proc/loadavg: 2.07 2.16 2.11 3/87 18761
/proc/meminfo: memFree=493248/2055920 swapFree=4192812/4192956
[pid=18696] ppid=18694 vsize=812108 CPUtime=859.09
/proc/18696/stat : 18696 (java) S 18694 18696 18659 0 -1 0 193129 0 1 0 85813 96 0 0 18 0 12 0 21896076 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18696/statm: 203027 172549 1436 9 0 200354 0
[pid=18696/tid=18698] ppid=18694 vsize=812108 CPUtime=453.05
/proc/18696/task/18698/stat : 18698 (java) S 18694 18696 18659 0 -1 64 18743 0 1 0 45290 15 0 0 17 0 12 0 21896078 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18696/tid=18699] ppid=18694 vsize=812108 CPUtime=27.28
/proc/18696/task/18699/stat : 18699 (java) S 18694 18696 18659 0 -1 64 61562 0 0 0 2701 27 0 0 15 0 12 0 21896079 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18696/tid=18700] ppid=18694 vsize=812108 CPUtime=27.33
/proc/18696/task/18700/stat : 18700 (java) S 18694 18696 18659 0 -1 64 90208 0 0 0 2700 33 0 0 16 0 12 0 21896079 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18696/tid=18701] ppid=18694 vsize=812108 CPUtime=349.79
/proc/18696/task/18701/stat : 18701 (java) R 18694 18696 18659 0 -1 64 15842 0 0 0 34964 15 0 0 25 0 12 0 21896080 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 106836576 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18696/tid=18702] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18702/stat : 18702 (java) S 18694 18696 18659 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21896081 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18703] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18703/stat : 18703 (java) S 18694 18696 18659 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21896081 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18704] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18704/stat : 18704 (java) S 18694 18696 18659 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21896085 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18705] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18705/stat : 18705 (java) S 18694 18696 18659 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21896086 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18706] ppid=18694 vsize=812108 CPUtime=1.57
/proc/18696/task/18706/stat : 18706 (java) S 18694 18696 18659 0 -1 64 6021 0 0 0 155 2 0 0 16 0 12 0 21896086 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18707] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18707/stat : 18707 (java) S 18694 18696 18659 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21896086 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18708] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18708/stat : 18708 (java) S 18694 18696 18659 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21896086 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 859.09
Current children cumulated vsize (KiB) 812108

[startup+862.303 s]
/proc/loadavg: 2.07 2.16 2.11 3/87 18761
/proc/meminfo: memFree=492480/2055920 swapFree=4192812/4192956
[pid=18696] ppid=18694 vsize=812108 CPUtime=860.69
/proc/18696/stat : 18696 (java) S 18694 18696 18659 0 -1 0 193129 0 1 0 85973 96 0 0 18 0 12 0 21896076 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18696/statm: 203027 172549 1436 9 0 200354 0
[pid=18696/tid=18698] ppid=18694 vsize=812108 CPUtime=453.05
/proc/18696/task/18698/stat : 18698 (java) S 18694 18696 18659 0 -1 64 18743 0 1 0 45290 15 0 0 17 0 12 0 21896078 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18696/tid=18699] ppid=18694 vsize=812108 CPUtime=27.28
/proc/18696/task/18699/stat : 18699 (java) S 18694 18696 18659 0 -1 64 61562 0 0 0 2701 27 0 0 15 0 12 0 21896079 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18696/tid=18700] ppid=18694 vsize=812108 CPUtime=27.33
/proc/18696/task/18700/stat : 18700 (java) S 18694 18696 18659 0 -1 64 90208 0 0 0 2700 33 0 0 16 0 12 0 21896079 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18696/tid=18701] ppid=18694 vsize=812108 CPUtime=351.39
/proc/18696/task/18701/stat : 18701 (java) R 18694 18696 18659 0 -1 64 15842 0 0 0 35124 15 0 0 25 0 12 0 21896080 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 106157712 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18696/tid=18702] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18702/stat : 18702 (java) S 18694 18696 18659 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21896081 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18703] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18703/stat : 18703 (java) S 18694 18696 18659 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21896081 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18704] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18704/stat : 18704 (java) S 18694 18696 18659 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21896085 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18705] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18705/stat : 18705 (java) S 18694 18696 18659 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21896086 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18706] ppid=18694 vsize=812108 CPUtime=1.57
/proc/18696/task/18706/stat : 18706 (java) S 18694 18696 18659 0 -1 64 6021 0 0 0 155 2 0 0 16 0 12 0 21896086 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18707] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18707/stat : 18707 (java) S 18694 18696 18659 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21896086 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18708] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18708/stat : 18708 (java) S 18694 18696 18659 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21896086 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 860.69
Current children cumulated vsize (KiB) 812108

[startup+863.103 s]
/proc/loadavg: 2.07 2.16 2.11 3/87 18761
/proc/meminfo: memFree=492480/2055920 swapFree=4192812/4192956
[pid=18696] ppid=18694 vsize=812108 CPUtime=861.48
/proc/18696/stat : 18696 (java) S 18694 18696 18659 0 -1 0 193129 0 1 0 86052 96 0 0 18 0 12 0 21896076 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18696/statm: 203027 172549 1436 9 0 200354 0
[pid=18696/tid=18698] ppid=18694 vsize=812108 CPUtime=453.05
/proc/18696/task/18698/stat : 18698 (java) S 18694 18696 18659 0 -1 64 18743 0 1 0 45290 15 0 0 17 0 12 0 21896078 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18696/tid=18699] ppid=18694 vsize=812108 CPUtime=27.28
/proc/18696/task/18699/stat : 18699 (java) S 18694 18696 18659 0 -1 64 61562 0 0 0 2701 27 0 0 15 0 12 0 21896079 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18696/tid=18700] ppid=18694 vsize=812108 CPUtime=27.33
/proc/18696/task/18700/stat : 18700 (java) S 18694 18696 18659 0 -1 64 90208 0 0 0 2700 33 0 0 16 0 12 0 21896079 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18696/tid=18701] ppid=18694 vsize=812108 CPUtime=352.19
/proc/18696/task/18701/stat : 18701 (java) R 18694 18696 18659 0 -1 64 15842 0 0 0 35204 15 0 0 25 0 12 0 21896080 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 105886127 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18696/tid=18702] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18702/stat : 18702 (java) S 18694 18696 18659 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21896081 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18703] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18703/stat : 18703 (java) S 18694 18696 18659 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21896081 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18704] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18704/stat : 18704 (java) S 18694 18696 18659 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21896085 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18705] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18705/stat : 18705 (java) S 18694 18696 18659 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21896086 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18706] ppid=18694 vsize=812108 CPUtime=1.57
/proc/18696/task/18706/stat : 18706 (java) S 18694 18696 18659 0 -1 64 6021 0 0 0 155 2 0 0 16 0 12 0 21896086 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18707] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18707/stat : 18707 (java) S 18694 18696 18659 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21896086 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18696/tid=18708] ppid=18694 vsize=812108 CPUtime=0
/proc/18696/task/18708/stat : 18708 (java) S 18694 18696 18659 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21896086 831598592 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 861.48
Current children cumulated vsize (KiB) 812108

[startup+863.509 s]
/proc/loadavg: 2.07 2.16 2.11 3/87 18761
/proc/meminfo: memFree=492096/2055920 swapFree=4192812/4192956
[pid=18696] ppid=18694 vsize=0 CPUtime=861.89
/proc/18696/stat : 18696 (java) Z 18694 18696 18659 0 -1 12 193145 0 1 0 86084 105 0 0 16 0 2 0 21896076 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18696/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 861.89
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 863.523
CPU time (s): 861.91
CPU user time (s): 860.842
CPU system time (s): 1.06784
CPU usage (%): 99.8132
Max. virtual memory (cumulated for all children) (KiB): 860116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 860.842
system time used= 1.06784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193145
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= 28325
involuntary context switches= 22841

runsolver used 1.37779 second user time and 3.37049 second system time

The end

Launcher Data

Begin job on node73 at 2009-07-11 23:38:27
IDJOB=2068809
IDBENCH=54939
IDSOLVER=731
FILE ID=node73/2068809-1247348307
PBS_JOBID= 9506853
Free space on /tmp= 66440 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/tdsp/normalized-C5-3-91.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068809-1247348307/watcher-2068809-1247348307 -o /tmp/evaluation-result-2068809-1247348307/solver-2068809-1247348307 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068809-1247348307.xml

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

MD5SUM BENCH= 9dd9a7613f57790269389339b38e48da
RANDOM SEED=518817243

node73.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.213
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.213
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:       1785608 kB
Buffers:         29692 kB
Cached:          93456 kB
SwapCached:          0 kB
Active:         174368 kB
Inactive:        43076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1785608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4360 kB
Writeback:           0 kB
Mapped:         112132 kB
Slab:            37940 kB
Committed_AS:   911640 kB
PageTables:       1944 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66328 MiB
End job on node73 at 2009-07-11 23:52:51