Trace number 1052076

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 2008-06-13? 95.5825 94.5958

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-16_ext.xml
MD5SUM513a06b4654414d618aa58464ff95119
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.5436
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension133
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.30	c See www.sat4j.org for details.
0.29/0.30	c That software uses the Rhino library from the Mozilla project.
0.29/0.34	c version 9.9.9.token
0.29/0.34	c sun.arch.data.model	32
0.29/0.34	c java.version	1.6.0_06
0.29/0.34	c os.name	Linux
0.29/0.34	c os.version	2.6.9-22.EL.rootsmp
0.29/0.34	c os.arch	i386
0.29/0.34	c Free memory 669864272
0.29/0.34	c Max memory 672137216
0.29/0.34	c Total memory 672137216
0.29/0.34	c Number of processors 2
0.29/0.39	c c --- Begin Solver configuration ---
0.29/0.39	c Stops conflict analysis at the first Unique Implication Point
0.29/0.39	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.39	c Learn all clauses as in MiniSAT
0.29/0.39	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.39	c Expensive reason simplification
0.29/0.39	c MiniSAT restarts strategy
0.29/0.39	c timeout=2147483s
0.29/0.39	c DB Simplification allowed=false
0.29/0.39	c --- End Solver configuration ---
0.29/0.39	c solving HOME/instance-1052076-1215055753.xml
0.29/0.39	c reading problem ... 
0.59/0.64	c reading problem named null
0.59/0.64	c reading domains done.
0.59/0.65	c reading variables done.
0.59/0.68	c reading relations done.
2.58/2.67	c reading constraints
95.39/94.47	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
95.39/94.47		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
95.39/94.47		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
95.39/94.47		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
95.39/94.47		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
95.39/94.47		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
95.39/94.47		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
95.39/94.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
95.39/94.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
95.39/94.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
95.39/94.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
95.39/94.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
95.39/94.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
95.39/94.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
95.39/94.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
95.39/94.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
95.39/94.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
95.39/94.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
95.39/94.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
95.39/94.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
95.39/94.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
95.39/94.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
95.39/94.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
95.39/94.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
95.39/94.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
95.39/94.47		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
95.39/94.47		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
95.39/94.47		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
95.39/94.47		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
95.39/94.47		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
95.39/94.47		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
95.39/94.47		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
95.39/94.47		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
95.39/94.47	c starts		: 0
95.39/94.47	c conflicts		: 0
95.39/94.47	c decisions		: 0
95.39/94.47	c propagations		: 0
95.39/94.47	c inspects		: 0
95.39/94.47	c learnt literals	: 0
95.39/94.47	c learnt binary clauses	: 0
95.39/94.47	c learnt ternary clauses	: 0
95.39/94.47	c learnt clauses	: 0
95.39/94.47	c ignored clauses	: 0
95.39/94.47	c root simplifications	: 0
95.39/94.47	c removed literals (reason simplification)	: 0
95.39/94.47	c reason swapping (by a shorter reason)	: 0
95.39/94.47	c Calls to reduceDB	: 0
95.39/94.47	c speed (assignments/second)	: 0.0
95.39/94.47	c non guided choices	0
95.39/94.47	s UNKNOWN
95.39/94.47	c Total wall clock time (in seconds) : 94.082

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1052076-1215055753/watcher-1052076-1215055753 -o /tmp/evaluation-result-1052076-1215055753/solver-1052076-1215055753 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1052076-1215055753.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.02 2.01 3/74 5237
/proc/meminfo: memFree=1426256/2055920 swapFree=4110796/4192956
[pid=5237] ppid=5235 vsize=152 CPUtime=0
/proc/5237/stat : 5237 (java) R 5235 5237 3019 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 1535245705 155648 26 996147200 134512640 134550740 4294956032 18446744073709551615 8605995 0 0 4096 0 0 0 0 17 0 0 0
/proc/5237/statm: 38 26 19 9 0 4 0

[startup+0.013535 s]
/proc/loadavg: 2.08 2.02 2.01 3/74 5237
/proc/meminfo: memFree=1426256/2055920 swapFree=4110796/4192956
[pid=5237] ppid=5235 vsize=13576 CPUtime=0.01
/proc/5237/stat : 5237 (java) S 5235 5237 3019 0 -1 0 891 0 0 0 0 1 0 0 18 0 2 0 1535245705 13901824 639 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/5237/statm: 3394 639 299 9 0 1246 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13576

[startup+0.102195 s]
/proc/loadavg: 2.08 2.02 2.01 3/74 5237
/proc/meminfo: memFree=1426256/2055920 swapFree=4110796/4192956
[pid=5237] ppid=5235 vsize=804612 CPUtime=0.09
/proc/5237/stat : 5237 (java) S 5235 5237 3019 0 -1 0 3022 0 1 0 7 2 0 0 18 0 12 0 1535245705 823922688 2755 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5237/statm: 201153 2755 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301219 s]
/proc/loadavg: 2.08 2.02 2.01 3/74 5237
/proc/meminfo: memFree=1426256/2055920 swapFree=4110796/4192956
[pid=5237] ppid=5235 vsize=808272 CPUtime=0.29
/proc/5237/stat : 5237 (java) S 5235 5237 3019 0 -1 0 5024 0 1 0 25 4 0 0 18 0 12 0 1535245705 827670528 4351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5237/statm: 202068 4351 1306 9 0 199437 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808272

[startup+0.701268 s]
/proc/loadavg: 2.08 2.02 2.01 3/74 5237
/proc/meminfo: memFree=1426256/2055920 swapFree=4110796/4192956
[pid=5237] ppid=5235 vsize=808300 CPUtime=0.69
/proc/5237/stat : 5237 (java) S 5235 5237 3019 0 -1 0 6398 0 1 0 63 6 0 0 18 0 12 0 1535245705 827699200 5578 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5237/statm: 202075 5578 1335 9 0 199437 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808300

[startup+1.50136 s]
/proc/loadavg: 2.08 2.02 2.01 3/86 5249
/proc/meminfo: memFree=1373104/2055920 swapFree=4110796/4192956
[pid=5237] ppid=5235 vsize=808300 CPUtime=1.48
/proc/5237/stat : 5237 (java) S 5235 5237 3019 0 -1 0 17559 0 1 0 137 11 0 0 18 0 12 0 1535245705 827699200 16738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5237/statm: 202075 16738 1339 9 0 199437 0
[pid=5237/tid=5239] ppid=5235 vsize=808300 CPUtime=1.02
/proc/5237/task/5239/stat : 5239 (java) R 5235 5237 3019 0 -1 64 15049 0 1 0 93 9 0 0 25 0 12 0 1535245706 827699200 16738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5240] ppid=5235 vsize=808300 CPUtime=0
/proc/5237/task/5240/stat : 5240 (java) S 5235 5237 3019 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 1535245707 827699200 16738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5241] ppid=5235 vsize=808300 CPUtime=0
/proc/5237/task/5241/stat : 5241 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1535245707 827699200 16738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5242] ppid=5235 vsize=808300 CPUtime=0
/proc/5237/task/5242/stat : 5242 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1535245708 827699200 16738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5243] ppid=5235 vsize=808300 CPUtime=0
/proc/5237/task/5243/stat : 5243 (java) S 5235 5237 3019 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 1535245709 827699200 16738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5244] ppid=5235 vsize=808300 CPUtime=0
/proc/5237/task/5244/stat : 5244 (java) S 5235 5237 3019 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 1535245709 827699200 16738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5245] ppid=5235 vsize=808300 CPUtime=0
/proc/5237/task/5245/stat : 5245 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1535245713 827699200 16738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5246] ppid=5235 vsize=808300 CPUtime=0.16
/proc/5237/task/5246/stat : 5246 (java) S 5235 5237 3019 0 -1 64 420 0 0 0 16 0 0 0 16 0 12 0 1535245713 827699200 16738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5247] ppid=5235 vsize=808300 CPUtime=0.27
/proc/5237/task/5247/stat : 5247 (java) R 5235 5237 3019 0 -1 64 1325 0 0 0 27 0 0 0 16 0 12 0 1535245713 827699200 16738 996147200 134512640 134550740 4294956032 18446744073709551615 105560201 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5248] ppid=5235 vsize=808300 CPUtime=0
/proc/5237/task/5248/stat : 5248 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535245713 827699200 16738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5249] ppid=5235 vsize=808300 CPUtime=0
/proc/5237/task/5249/stat : 5249 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535245713 827699200 16738 996147200 134512640 134550740 4294956032 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) 808300

[startup+3.10253 s]
/proc/loadavg: 2.08 2.02 2.01 3/86 5249
/proc/meminfo: memFree=1327856/2055920 swapFree=4110796/4192956
[pid=5237] ppid=5235 vsize=811212 CPUtime=3.08
/proc/5237/stat : 5237 (java) S 5235 5237 3019 0 -1 0 32189 0 1 0 290 18 0 0 18 0 12 0 1535245705 830681088 28835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5237/statm: 202803 28835 1358 9 0 200165 0
[pid=5237/tid=5239] ppid=5235 vsize=811212 CPUtime=1.66
/proc/5237/task/5239/stat : 5239 (java) R 5235 5237 3019 0 -1 64 17003 0 1 0 156 10 0 0 25 0 12 0 1535245706 830681088 28835 996147200 134512640 134550740 4294956032 18446744073709551615 4109210901 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5240] ppid=5235 vsize=811212 CPUtime=0.03
/proc/5237/task/5240/stat : 5240 (java) S 5235 5237 3019 0 -1 64 4630 0 0 0 2 1 0 0 16 0 12 0 1535245707 830681088 28835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5241] ppid=5235 vsize=811212 CPUtime=0.06
/proc/5237/task/5241/stat : 5241 (java) S 5235 5237 3019 0 -1 64 4893 0 0 0 4 2 0 0 16 0 12 0 1535245707 830681088 28835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5242] ppid=5235 vsize=811212 CPUtime=0
/proc/5237/task/5242/stat : 5242 (java) S 5235 5237 3019 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 1535245708 830681088 28835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5243] ppid=5235 vsize=811212 CPUtime=0
/proc/5237/task/5243/stat : 5243 (java) S 5235 5237 3019 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535245709 830681088 28835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5244] ppid=5235 vsize=811212 CPUtime=0
/proc/5237/task/5244/stat : 5244 (java) S 5235 5237 3019 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535245709 830681088 28835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5245] ppid=5235 vsize=811212 CPUtime=0
/proc/5237/task/5245/stat : 5245 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1535245713 830681088 28835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5246] ppid=5235 vsize=811212 CPUtime=0.49
/proc/5237/task/5246/stat : 5246 (java) S 5235 5237 3019 0 -1 64 1562 0 0 0 49 0 0 0 16 0 12 0 1535245713 830681088 28835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5247] ppid=5235 vsize=811212 CPUtime=0.78
/proc/5237/task/5247/stat : 5247 (java) S 5235 5237 3019 0 -1 64 3282 0 0 0 77 1 0 0 16 0 12 0 1535245713 830681088 28835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5248] ppid=5235 vsize=811212 CPUtime=0
/proc/5237/task/5248/stat : 5248 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535245713 830681088 28835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5249] ppid=5235 vsize=811212 CPUtime=0
/proc/5237/task/5249/stat : 5249 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535245713 830681088 28835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 811212

[startup+6.3029 s]
/proc/loadavg: 2.15 2.03 2.01 3/86 5249
/proc/meminfo: memFree=1239024/2055920 swapFree=4110796/4192956
[pid=5237] ppid=5235 vsize=814896 CPUtime=6.9
/proc/5237/stat : 5237 (java) S 5235 5237 3019 0 -1 0 66650 0 1 0 656 34 0 0 18 0 12 0 1535245705 834453504 54716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5237/statm: 203724 54716 1360 9 0 201086 0
[pid=5237/tid=5239] ppid=5235 vsize=814896 CPUtime=3.64
/proc/5237/task/5239/stat : 5239 (java) R 5235 5237 3019 0 -1 64 17008 0 1 0 354 10 0 0 25 0 12 0 1535245706 834453504 54716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5237/tid=5240] ppid=5235 vsize=814896 CPUtime=0.91
/proc/5237/task/5240/stat : 5240 (java) R 5235 5237 3019 0 -1 64 22841 0 0 0 81 10 0 0 16 0 12 0 1535245707 834453504 54716 996147200 134512640 134550740 4294956032 18446744073709551615 105852877 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5237/tid=5241] ppid=5235 vsize=814896 CPUtime=0.94
/proc/5237/task/5241/stat : 5241 (java) R 5235 5237 3019 0 -1 64 21125 0 0 0 85 9 0 0 16 0 12 0 1535245707 834453504 54716 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5237/tid=5242] ppid=5235 vsize=814896 CPUtime=0
/proc/5237/task/5242/stat : 5242 (java) S 5235 5237 3019 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 1535245708 834453504 54716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5237/tid=5243] ppid=5235 vsize=814896 CPUtime=0
/proc/5237/task/5243/stat : 5243 (java) S 5235 5237 3019 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535245709 834453504 54716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5244] ppid=5235 vsize=814896 CPUtime=0
/proc/5237/task/5244/stat : 5244 (java) S 5235 5237 3019 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535245709 834453504 54716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5245] ppid=5235 vsize=814896 CPUtime=0
/proc/5237/task/5245/stat : 5245 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1535245713 834453504 54716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5246] ppid=5235 vsize=814896 CPUtime=0.52
/proc/5237/task/5246/stat : 5246 (java) S 5235 5237 3019 0 -1 64 1570 0 0 0 52 0 0 0 16 0 12 0 1535245713 834453504 54716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5247] ppid=5235 vsize=814896 CPUtime=0.83
/proc/5237/task/5247/stat : 5247 (java) S 5235 5237 3019 0 -1 64 3287 0 0 0 82 1 0 0 16 0 12 0 1535245713 834453504 54716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5248] ppid=5235 vsize=814896 CPUtime=0
/proc/5237/task/5248/stat : 5248 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535245713 834453504 54716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5249] ppid=5235 vsize=814896 CPUtime=0
/proc/5237/task/5249/stat : 5249 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535245713 834453504 54716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 814896

[startup+12.7136 s]
/proc/loadavg: 2.22 2.05 2.02 3/86 5249
/proc/meminfo: memFree=1028720/2055920 swapFree=4110796/4192956
[pid=5237] ppid=5235 vsize=814896 CPUtime=13.49
/proc/5237/stat : 5237 (java) S 5235 5237 3019 0 -1 0 115455 0 1 0 1293 56 0 0 18 0 12 0 1535245705 834453504 103227 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5237/statm: 203724 103227 1360 9 0 201086 0
[pid=5237/tid=5239] ppid=5235 vsize=814896 CPUtime=6.93
/proc/5237/task/5239/stat : 5239 (java) R 5235 5237 3019 0 -1 64 17023 0 1 0 683 10 0 0 25 0 12 0 1535245706 834453504 103227 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5240] ppid=5235 vsize=814896 CPUtime=2.61
/proc/5237/task/5240/stat : 5240 (java) R 5235 5237 3019 0 -1 64 45693 0 0 0 240 21 0 0 16 0 12 0 1535245707 834453504 103227 996147200 134512640 134550740 4294956032 18446744073709551615 105852880 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5241] ppid=5235 vsize=814896 CPUtime=2.53
/proc/5237/task/5241/stat : 5241 (java) R 5235 5237 3019 0 -1 64 47063 0 0 0 233 20 0 0 16 0 12 0 1535245707 834453504 103227 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5242] ppid=5235 vsize=814896 CPUtime=0
/proc/5237/task/5242/stat : 5242 (java) R 5235 5237 3019 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 1535245708 834453504 103227 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5243] ppid=5235 vsize=814896 CPUtime=0
/proc/5237/task/5243/stat : 5243 (java) S 5235 5237 3019 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535245709 834453504 103227 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5244] ppid=5235 vsize=814896 CPUtime=0
/proc/5237/task/5244/stat : 5244 (java) S 5235 5237 3019 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535245709 834453504 103227 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5245] ppid=5235 vsize=814896 CPUtime=0
/proc/5237/task/5245/stat : 5245 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1535245713 834453504 103227 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5246] ppid=5235 vsize=814896 CPUtime=0.52
/proc/5237/task/5246/stat : 5246 (java) S 5235 5237 3019 0 -1 64 1570 0 0 0 52 0 0 0 16 0 12 0 1535245713 834453504 103227 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5247] ppid=5235 vsize=814896 CPUtime=0.83
/proc/5237/task/5247/stat : 5247 (java) S 5235 5237 3019 0 -1 64 3287 0 0 0 82 1 0 0 16 0 12 0 1535245713 834453504 103227 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5248] ppid=5235 vsize=814896 CPUtime=0
/proc/5237/task/5248/stat : 5248 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535245713 834453504 103227 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5249] ppid=5235 vsize=814896 CPUtime=0
/proc/5237/task/5249/stat : 5249 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535245713 834453504 103227 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.49
Current children cumulated vsize (KiB) 814896

[startup+25.5021 s]
/proc/loadavg: 2.45 2.11 2.04 3/86 5249
/proc/meminfo: memFree=761840/2055920 swapFree=4110796/4192956
[pid=5237] ppid=5235 vsize=814896 CPUtime=27.11
/proc/5237/stat : 5237 (java) S 5235 5237 3019 0 -1 0 184145 0 1 0 2624 87 0 0 18 0 12 0 1535245705 834453504 166944 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5237/statm: 203724 166944 1364 9 0 201086 0
[pid=5237/tid=5239] ppid=5235 vsize=814896 CPUtime=12.11
/proc/5237/task/5239/stat : 5239 (java) R 5235 5237 3019 0 -1 64 23189 0 1 0 1198 13 0 0 25 0 12 0 1535245706 834453504 166944 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5240] ppid=5235 vsize=814896 CPUtime=5.71
/proc/5237/task/5240/stat : 5240 (java) R 5235 5237 3019 0 -1 64 73342 0 0 0 538 33 0 0 16 0 12 0 1535245707 834453504 166944 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5241] ppid=5235 vsize=814896 CPUtime=5.47
/proc/5237/task/5241/stat : 5241 (java) R 5235 5237 3019 0 -1 64 78178 0 0 0 512 35 0 0 16 0 12 0 1535245707 834453504 166944 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5242] ppid=5235 vsize=814896 CPUtime=2.42
/proc/5237/task/5242/stat : 5242 (java) S 5235 5237 3019 0 -1 64 3816 0 0 0 240 2 0 0 15 0 12 0 1535245708 834453504 166944 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5243] ppid=5235 vsize=814896 CPUtime=0
/proc/5237/task/5243/stat : 5243 (java) S 5235 5237 3019 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535245709 834453504 166944 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5244] ppid=5235 vsize=814896 CPUtime=0
/proc/5237/task/5244/stat : 5244 (java) S 5235 5237 3019 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535245709 834453504 166944 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5245] ppid=5235 vsize=814896 CPUtime=0
/proc/5237/task/5245/stat : 5245 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1535245713 834453504 166944 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=5237/tid=5248] ppid=5235 vsize=816900 CPUtime=0
/proc/5237/task/5248/stat : 5248 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535245713 836505600 173518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5249] ppid=5235 vsize=816900 CPUtime=0
/proc/5237/task/5249/stat : 5249 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535245713 836505600 173518 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.86
Current children cumulated vsize (KiB) 816900

[startup+83.1026 s]
/proc/loadavg: 2.16 2.09 2.03 3/86 5249
/proc/meminfo: memFree=704368/2055920 swapFree=4110796/4192956
[pid=5237] ppid=5235 vsize=846900 CPUtime=84.2
/proc/5237/stat : 5237 (java) S 5235 5237 3019 0 -1 0 424606 0 1 0 8220 200 0 0 18 0 12 0 1535245705 867225600 181018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5237/statm: 211725 181018 1364 9 0 209087 0
[pid=5237/tid=5239] ppid=5235 vsize=846900 CPUtime=13.55
/proc/5237/task/5239/stat : 5239 (java) S 5235 5237 3019 0 -1 64 23205 0 1 0 1342 13 0 0 17 0 12 0 1535245706 867225600 181018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5240] ppid=5235 vsize=846900 CPUtime=5.8
/proc/5237/task/5240/stat : 5240 (java) S 5235 5237 3019 0 -1 64 73519 0 0 0 547 33 0 0 15 0 12 0 1535245707 867225600 181018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5241] ppid=5235 vsize=846900 CPUtime=5.57
/proc/5237/task/5241/stat : 5241 (java) S 5235 5237 3019 0 -1 64 78308 0 0 0 522 35 0 0 16 0 12 0 1535245707 867225600 181018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5242] ppid=5235 vsize=846900 CPUtime=57.86
/proc/5237/task/5242/stat : 5242 (java) R 5235 5237 3019 0 -1 64 243954 0 0 0 5672 114 0 0 25 0 12 0 1535245708 867225600 181018 996147200 134512640 134550740 4294956032 18446744073709551615 106736501 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5243] ppid=5235 vsize=846900 CPUtime=0
/proc/5237/task/5243/stat : 5243 (java) S 5235 5237 3019 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535245709 867225600 181018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5244] ppid=5235 vsize=846900 CPUtime=0
/proc/5237/task/5244/stat : 5244 (java) S 5235 5237 3019 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535245709 867225600 181018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5245] ppid=5235 vsize=846900 CPUtime=0
/proc/5237/task/5245/stat : 5245 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1535245713 867225600 181018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5246] ppid=5235 vsize=846900 CPUtime=0.52
/proc/5237/task/5246/stat : 5246 (java) S 5235 5237 3019 0 -1 64 1570 0 0 0 52 0 0 0 16 0 12 0 1535245713 867225600 181018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5247] ppid=5235 vsize=846900 CPUtime=0.83
/proc/5237/task/5247/stat : 5247 (java) S 5235 5237 3019 0 -1 64 3287 0 0 0 82 1 0 0 16 0 12 0 1535245713 867225600 181018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5248] ppid=5235 vsize=846900 CPUtime=0
/proc/5237/task/5248/stat : 5248 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535245713 867225600 181018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5249] ppid=5235 vsize=846900 CPUtime=0
/proc/5237/task/5249/stat : 5249 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535245713 867225600 181018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 84.2
Current children cumulated vsize (KiB) 846900

[startup+89.5023 s]
/proc/loadavg: 2.15 2.08 2.03 3/86 5249
/proc/meminfo: memFree=720496/2055920 swapFree=4110796/4192956
[pid=5237] ppid=5235 vsize=830900 CPUtime=90.54
/proc/5237/stat : 5237 (java) S 5235 5237 3019 0 -1 0 447876 0 1 0 8843 211 0 0 18 0 12 0 1535245705 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5237/statm: 207725 177019 1365 9 0 205087 0
[pid=5237/tid=5239] ppid=5235 vsize=830900 CPUtime=13.55
/proc/5237/task/5239/stat : 5239 (java) S 5235 5237 3019 0 -1 64 23210 0 1 0 1342 13 0 0 17 0 12 0 1535245706 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5240] ppid=5235 vsize=830900 CPUtime=5.8
/proc/5237/task/5240/stat : 5240 (java) S 5235 5237 3019 0 -1 64 73519 0 0 0 547 33 0 0 15 0 12 0 1535245707 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5241] ppid=5235 vsize=830900 CPUtime=5.57
/proc/5237/task/5241/stat : 5241 (java) S 5235 5237 3019 0 -1 64 78308 0 0 0 522 35 0 0 16 0 12 0 1535245707 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5242] ppid=5235 vsize=830900 CPUtime=64.2
/proc/5237/task/5242/stat : 5242 (java) R 5235 5237 3019 0 -1 64 267219 0 0 0 6295 125 0 0 25 0 12 0 1535245708 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 105677287 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5243] ppid=5235 vsize=830900 CPUtime=0
/proc/5237/task/5243/stat : 5243 (java) S 5235 5237 3019 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535245709 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5244] ppid=5235 vsize=830900 CPUtime=0
/proc/5237/task/5244/stat : 5244 (java) S 5235 5237 3019 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535245709 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5245] ppid=5235 vsize=830900 CPUtime=0
/proc/5237/task/5245/stat : 5245 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1535245713 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5246] ppid=5235 vsize=830900 CPUtime=0.52
/proc/5237/task/5246/stat : 5246 (java) S 5235 5237 3019 0 -1 64 1570 0 0 0 52 0 0 0 16 0 12 0 1535245713 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5247] ppid=5235 vsize=830900 CPUtime=0.83
/proc/5237/task/5247/stat : 5247 (java) S 5235 5237 3019 0 -1 64 3287 0 0 0 82 1 0 0 16 0 12 0 1535245713 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5248] ppid=5235 vsize=830900 CPUtime=0
/proc/5237/task/5248/stat : 5248 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535245713 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5249] ppid=5235 vsize=830900 CPUtime=0
/proc/5237/task/5249/stat : 5249 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535245713 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 90.54
Current children cumulated vsize (KiB) 830900

[startup+92.7027 s]
/proc/loadavg: 2.14 2.08 2.03 3/86 5249
/proc/meminfo: memFree=720496/2055920 swapFree=4110796/4192956
[pid=5237] ppid=5235 vsize=830900 CPUtime=93.7
/proc/5237/stat : 5237 (java) S 5235 5237 3019 0 -1 0 455631 0 1 0 9155 215 0 0 18 0 12 0 1535245705 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5237/statm: 207725 177019 1365 9 0 205087 0
[pid=5237/tid=5239] ppid=5235 vsize=830900 CPUtime=13.55
/proc/5237/task/5239/stat : 5239 (java) S 5235 5237 3019 0 -1 64 23210 0 1 0 1342 13 0 0 17 0 12 0 1535245706 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5240] ppid=5235 vsize=830900 CPUtime=5.8
/proc/5237/task/5240/stat : 5240 (java) S 5235 5237 3019 0 -1 64 73519 0 0 0 547 33 0 0 15 0 12 0 1535245707 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5241] ppid=5235 vsize=830900 CPUtime=5.57
/proc/5237/task/5241/stat : 5241 (java) S 5235 5237 3019 0 -1 64 78308 0 0 0 522 35 0 0 16 0 12 0 1535245707 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5242] ppid=5235 vsize=830900 CPUtime=67.37
/proc/5237/task/5242/stat : 5242 (java) R 5235 5237 3019 0 -1 64 274974 0 0 0 6607 130 0 0 25 0 12 0 1535245708 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 105678194 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5243] ppid=5235 vsize=830900 CPUtime=0
/proc/5237/task/5243/stat : 5243 (java) S 5235 5237 3019 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535245709 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5244] ppid=5235 vsize=830900 CPUtime=0
/proc/5237/task/5244/stat : 5244 (java) S 5235 5237 3019 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535245709 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5245] ppid=5235 vsize=830900 CPUtime=0
/proc/5237/task/5245/stat : 5245 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1535245713 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5246] ppid=5235 vsize=830900 CPUtime=0.52
/proc/5237/task/5246/stat : 5246 (java) S 5235 5237 3019 0 -1 64 1570 0 0 0 52 0 0 0 16 0 12 0 1535245713 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5247] ppid=5235 vsize=830900 CPUtime=0.83
/proc/5237/task/5247/stat : 5247 (java) S 5235 5237 3019 0 -1 64 3287 0 0 0 82 1 0 0 16 0 12 0 1535245713 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5248] ppid=5235 vsize=830900 CPUtime=0
/proc/5237/task/5248/stat : 5248 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535245713 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5249] ppid=5235 vsize=830900 CPUtime=0
/proc/5237/task/5249/stat : 5249 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535245713 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 93.7
Current children cumulated vsize (KiB) 830900

[startup+93.5077 s]
/proc/loadavg: 2.14 2.08 2.03 3/86 5249
/proc/meminfo: memFree=720496/2055920 swapFree=4110796/4192956
[pid=5237] ppid=5235 vsize=830900 CPUtime=94.5
/proc/5237/stat : 5237 (java) S 5235 5237 3019 0 -1 0 455631 0 1 0 9235 215 0 0 18 0 12 0 1535245705 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5237/statm: 207725 177019 1365 9 0 205087 0
[pid=5237/tid=5239] ppid=5235 vsize=830900 CPUtime=13.55
/proc/5237/task/5239/stat : 5239 (java) S 5235 5237 3019 0 -1 64 23210 0 1 0 1342 13 0 0 17 0 12 0 1535245706 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5240] ppid=5235 vsize=830900 CPUtime=5.8
/proc/5237/task/5240/stat : 5240 (java) S 5235 5237 3019 0 -1 64 73519 0 0 0 547 33 0 0 15 0 12 0 1535245707 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5241] ppid=5235 vsize=830900 CPUtime=5.57
/proc/5237/task/5241/stat : 5241 (java) S 5235 5237 3019 0 -1 64 78308 0 0 0 522 35 0 0 16 0 12 0 1535245707 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5242] ppid=5235 vsize=830900 CPUtime=68.17
/proc/5237/task/5242/stat : 5242 (java) R 5235 5237 3019 0 -1 64 274974 0 0 0 6687 130 0 0 25 0 12 0 1535245708 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5243] ppid=5235 vsize=830900 CPUtime=0
/proc/5237/task/5243/stat : 5243 (java) S 5235 5237 3019 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535245709 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5244] ppid=5235 vsize=830900 CPUtime=0
/proc/5237/task/5244/stat : 5244 (java) S 5235 5237 3019 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535245709 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5245] ppid=5235 vsize=830900 CPUtime=0
/proc/5237/task/5245/stat : 5245 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1535245713 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5246] ppid=5235 vsize=830900 CPUtime=0.52
/proc/5237/task/5246/stat : 5246 (java) S 5235 5237 3019 0 -1 64 1570 0 0 0 52 0 0 0 16 0 12 0 1535245713 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5247] ppid=5235 vsize=830900 CPUtime=0.83
/proc/5237/task/5247/stat : 5247 (java) S 5235 5237 3019 0 -1 64 3287 0 0 0 82 1 0 0 16 0 12 0 1535245713 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5248] ppid=5235 vsize=830900 CPUtime=0
/proc/5237/task/5248/stat : 5248 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535245713 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5249] ppid=5235 vsize=830900 CPUtime=0
/proc/5237/task/5249/stat : 5249 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535245713 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 94.5
Current children cumulated vsize (KiB) 830900

[startup+94.3018 s]
/proc/loadavg: 2.14 2.08 2.03 3/86 5249
/proc/meminfo: memFree=720496/2055920 swapFree=4110796/4192956
[pid=5237] ppid=5235 vsize=830900 CPUtime=95.29
/proc/5237/stat : 5237 (java) S 5235 5237 3019 0 -1 0 455631 0 1 0 9314 215 0 0 18 0 12 0 1535245705 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5237/statm: 207725 177019 1365 9 0 205087 0
[pid=5237/tid=5239] ppid=5235 vsize=830900 CPUtime=13.55
/proc/5237/task/5239/stat : 5239 (java) S 5235 5237 3019 0 -1 64 23210 0 1 0 1342 13 0 0 17 0 12 0 1535245706 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5240] ppid=5235 vsize=830900 CPUtime=5.8
/proc/5237/task/5240/stat : 5240 (java) S 5235 5237 3019 0 -1 64 73519 0 0 0 547 33 0 0 15 0 12 0 1535245707 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5241] ppid=5235 vsize=830900 CPUtime=5.57
/proc/5237/task/5241/stat : 5241 (java) S 5235 5237 3019 0 -1 64 78308 0 0 0 522 35 0 0 16 0 12 0 1535245707 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5242] ppid=5235 vsize=830900 CPUtime=68.96
/proc/5237/task/5242/stat : 5242 (java) R 5235 5237 3019 0 -1 64 274974 0 0 0 6766 130 0 0 25 0 12 0 1535245708 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 106123777 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5243] ppid=5235 vsize=830900 CPUtime=0
/proc/5237/task/5243/stat : 5243 (java) S 5235 5237 3019 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535245709 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5244] ppid=5235 vsize=830900 CPUtime=0
/proc/5237/task/5244/stat : 5244 (java) S 5235 5237 3019 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535245709 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5245] ppid=5235 vsize=830900 CPUtime=0
/proc/5237/task/5245/stat : 5245 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1535245713 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5246] ppid=5235 vsize=830900 CPUtime=0.52
/proc/5237/task/5246/stat : 5246 (java) S 5235 5237 3019 0 -1 64 1570 0 0 0 52 0 0 0 16 0 12 0 1535245713 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5247] ppid=5235 vsize=830900 CPUtime=0.83
/proc/5237/task/5247/stat : 5247 (java) S 5235 5237 3019 0 -1 64 3287 0 0 0 82 1 0 0 16 0 12 0 1535245713 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5248] ppid=5235 vsize=830900 CPUtime=0
/proc/5237/task/5248/stat : 5248 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535245713 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5237/tid=5249] ppid=5235 vsize=830900 CPUtime=0
/proc/5237/task/5249/stat : 5249 (java) S 5235 5237 3019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535245713 850841600 177019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 95.29
Current children cumulated vsize (KiB) 830900

[startup+94.5022 s]
/proc/loadavg: 2.14 2.08 2.03 3/76 5250
/proc/meminfo: memFree=826416/2055920 swapFree=4110796/4192956
[pid=5237] ppid=5235 vsize=0 CPUtime=95.48
/proc/5237/stat : 5237 (java) Z 5235 5237 3019 0 -1 12 455644 0 1 0 9331 217 0 0 16 0 2 0 1535245705 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5237/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 95.48
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 94.5958
CPU time (s): 95.5825
CPU user time (s): 93.3188
CPU system time (s): 2.26366
CPU usage (%): 101.043
Max. virtual memory (cumulated for all children) (KiB): 862904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 93.3188
system time used= 2.26365
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 455644
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= 3019
involuntary context switches= 3842

runsolver used 0.117982 second user time and 0.330949 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-03 05:29:13
IDJOB=1052076
IDBENCH=55964
IDSOLVER=344
FILE ID=node38/1052076-1215055753
PBS_JOBID= 7875098
Free space on /tmp= 66544 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/bddSmall/normalized-bdd-21-133-18-78-16_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1052076-1215055753/watcher-1052076-1215055753 -o /tmp/evaluation-result-1052076-1215055753/solver-1052076-1215055753 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1052076-1215055753.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 513a06b4654414d618aa58464ff95119
RANDOM SEED=1270078236

node38.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.223
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.223
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:       1426736 kB
Buffers:         60452 kB
Cached:         355212 kB
SwapCached:      76452 kB
Active:         256836 kB
Inactive:       294708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1426736 kB
SwapTotal:     4192956 kB
SwapFree:      4110796 kB
Dirty:            3384 kB
Writeback:           0 kB
Mapped:         142544 kB
Slab:            62424 kB
Committed_AS:  2823316 kB
PageTables:       2208 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= 66540 MiB
End job on node38 at 2008-07-03 05:30:48