Trace number 1052007

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? 97.3302 94.9098

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-29_ext.xml
MD5SUM2034138d66778207fd18551b97ae971b
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 benchmark12.1302
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.19/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.29	c See www.sat4j.org for details.
0.19/0.29	c That software uses the Rhino library from the Mozilla project.
0.28/0.33	c version 9.9.9.token
0.28/0.33	c sun.arch.data.model	32
0.28/0.33	c java.version	1.6.0_06
0.28/0.33	c os.name	Linux
0.28/0.33	c os.version	2.6.9-22.EL.rootsmp
0.28/0.33	c os.arch	i386
0.28/0.33	c Free memory 669864272
0.28/0.33	c Max memory 672137216
0.28/0.33	c Total memory 672137216
0.28/0.33	c Number of processors 2
0.28/0.37	c c --- Begin Solver configuration ---
0.28/0.37	c Stops conflict analysis at the first Unique Implication Point
0.28/0.37	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.37	c Learn all clauses as in MiniSAT
0.28/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.37	c Expensive reason simplification
0.28/0.37	c MiniSAT restarts strategy
0.28/0.37	c timeout=2147483s
0.28/0.37	c DB Simplification allowed=false
0.28/0.37	c --- End Solver configuration ---
0.28/0.37	c solving HOME/instance-1052007-1215055363.xml
0.28/0.37	c reading problem ... 
0.59/0.62	c reading problem named null
0.59/0.63	c reading domains done.
0.59/0.63	c reading variables done.
0.59/0.66	c reading relations done.
2.48/2.59	c reading constraints
97.16/94.74	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
97.16/94.74		at org.sat4j.core.VecInt.ensure(VecInt.java:262)
97.16/94.74		at org.sat4j.minisat.core.Solver.dimacs2internal(Solver.java:181)
97.16/94.74		at org.sat4j.minisat.core.Solver.addClause(Solver.java:302)
97.16/94.74		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
97.16/94.74		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
97.16/94.74		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.16/94.74		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.16/94.74		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.16/94.74		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.16/94.74		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.16/94.74		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.16/94.74		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.16/94.74		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.16/94.74		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.16/94.74		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.16/94.74		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.16/94.74		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.16/94.74		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.16/94.75		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.16/94.75		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.16/94.75		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.16/94.75		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.16/94.75		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.16/94.75		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
97.16/94.75		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
97.16/94.75		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
97.16/94.75		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
97.16/94.75		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
97.16/94.75		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
97.16/94.75		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
97.16/94.75		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
97.16/94.75		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
97.16/94.75	c starts		: 0
97.16/94.75	c conflicts		: 0
97.16/94.75	c decisions		: 0
97.16/94.75	c propagations		: 0
97.16/94.75	c inspects		: 0
97.16/94.75	c learnt literals	: 0
97.16/94.75	c learnt binary clauses	: 0
97.16/94.75	c learnt ternary clauses	: 0
97.16/94.75	c learnt clauses	: 0
97.16/94.75	c ignored clauses	: 0
97.16/94.75	c root simplifications	: 0
97.16/94.75	c removed literals (reason simplification)	: 0
97.16/94.75	c reason swapping (by a shorter reason)	: 0
97.16/94.75	c Calls to reduceDB	: 0
97.16/94.75	c speed (assignments/second)	: 0.0
97.16/94.75	c non guided choices	0
97.16/94.75	s UNKNOWN
97.16/94.75	c Total wall clock time (in seconds) : 94.376

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-1052007-1215055363/watcher-1052007-1215055363 -o /tmp/evaluation-result-1052007-1215055363/solver-1052007-1215055363 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1052007-1215055363.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.00 2.00 2.00 4/81 15196
/proc/meminfo: memFree=1644232/2055920 swapFree=4097700/4192956
[pid=15196] ppid=15194 vsize=152 CPUtime=0
/proc/15196/stat : 15196 (java) R 15194 15196 12693 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 1535208509 155648 26 996147200 134512640 134550740 4294956032 18446744073709551615 9274148 0 0 4096 0 0 0 0 17 0 0 0
/proc/15196/statm: 38 26 19 9 0 4 0

[startup+0.066298 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15196
/proc/meminfo: memFree=1644232/2055920 swapFree=4097700/4192956
[pid=15196] ppid=15194 vsize=802236 CPUtime=0.05
/proc/15196/stat : 15196 (java) S 15194 15196 12693 0 -1 0 2785 0 1 0 4 1 0 0 18 0 7 0 1535208509 821489664 2520 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/15196/statm: 200559 2521 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.101302 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15196
/proc/meminfo: memFree=1644232/2055920 swapFree=4097700/4192956
[pid=15196] ppid=15194 vsize=804756 CPUtime=0.09
/proc/15196/stat : 15196 (java) S 15194 15196 12693 0 -1 0 3210 0 1 0 7 2 0 0 18 0 12 0 1535208509 824070144 2941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15196/statm: 201189 2944 1211 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301326 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15196
/proc/meminfo: memFree=1644232/2055920 swapFree=4097700/4192956
[pid=15196] ppid=15194 vsize=808068 CPUtime=0.28
/proc/15196/stat : 15196 (java) S 15194 15196 12693 0 -1 0 5008 0 1 0 26 2 0 0 18 0 12 0 1535208509 827461632 4335 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15196/statm: 202017 4335 1310 9 0 199386 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808068

[startup+0.70137 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15196
/proc/meminfo: memFree=1644232/2055920 swapFree=4097700/4192956
[pid=15196] ppid=15194 vsize=808096 CPUtime=0.69
/proc/15196/stat : 15196 (java) S 15194 15196 12693 0 -1 0 6374 0 1 0 65 4 0 0 18 0 12 0 1535208509 827490304 5535 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15196/statm: 202024 5535 1336 9 0 199386 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808096

[startup+1.50246 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 15208
/proc/meminfo: memFree=1591336/2055920 swapFree=4097700/4192956
[pid=15196] ppid=15194 vsize=808096 CPUtime=1.49
/proc/15196/stat : 15196 (java) S 15194 15196 12693 0 -1 0 17996 0 1 0 140 9 0 0 18 0 12 0 1535208509 827490304 17024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15196/statm: 202024 17025 1339 9 0 199386 0
[pid=15196/tid=15198] ppid=15194 vsize=808096 CPUtime=1
/proc/15196/task/15198/stat : 15198 (java) R 15194 15196 12693 0 -1 64 15379 0 1 0 93 7 0 0 25 0 12 0 1535208510 827490304 17025 996147200 134512640 134550740 4294956032 18446744073709551615 4109608108 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15199] ppid=15194 vsize=808096 CPUtime=0
/proc/15196/task/15199/stat : 15199 (java) S 15194 15196 12693 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1535208511 827490304 17026 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15200] ppid=15194 vsize=808096 CPUtime=0
/proc/15196/task/15200/stat : 15200 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1535208511 827490304 17027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15201] ppid=15194 vsize=808096 CPUtime=0
/proc/15196/task/15201/stat : 15201 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1535208513 827490304 17028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15202] ppid=15194 vsize=808096 CPUtime=0
/proc/15196/task/15202/stat : 15202 (java) S 15194 15196 12693 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 1535208513 827490304 17029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15203] ppid=15194 vsize=808096 CPUtime=0
/proc/15196/task/15203/stat : 15203 (java) S 15194 15196 12693 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 1535208513 827490304 17029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15204] ppid=15194 vsize=808096 CPUtime=0
/proc/15196/task/15204/stat : 15204 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535208517 827490304 17030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15205] ppid=15194 vsize=808096 CPUtime=0.24
/proc/15196/task/15205/stat : 15205 (java) S 15194 15196 12693 0 -1 64 779 0 0 0 24 0 0 0 16 0 12 0 1535208517 827490304 17031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15206] ppid=15194 vsize=808096 CPUtime=0.21
/proc/15196/task/15206/stat : 15206 (java) S 15194 15196 12693 0 -1 64 1075 0 0 0 21 0 0 0 16 0 12 0 1535208517 827490304 17032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15207] ppid=15194 vsize=808096 CPUtime=0
/proc/15196/task/15207/stat : 15207 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535208517 827490304 17033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15208] ppid=15194 vsize=808096 CPUtime=0
/proc/15196/task/15208/stat : 15208 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535208517 827490304 17034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 808096

[startup+3.10265 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 15208
/proc/meminfo: memFree=1541800/2055920 swapFree=4097700/4192956
[pid=15196] ppid=15194 vsize=811232 CPUtime=3.09
/proc/15196/stat : 15196 (java) S 15194 15196 12693 0 -1 0 33354 0 1 0 294 15 0 0 18 0 12 0 1535208509 830701568 29903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15196/statm: 202808 29903 1360 9 0 200170 0
[pid=15196/tid=15198] ppid=15194 vsize=811232 CPUtime=1.64
/proc/15196/task/15198/stat : 15198 (java) R 15194 15196 12693 0 -1 64 17004 0 1 0 156 8 0 0 25 0 12 0 1535208510 830701568 29903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15199] ppid=15194 vsize=811232 CPUtime=0.02
/proc/15196/task/15199/stat : 15199 (java) S 15194 15196 12693 0 -1 64 4739 0 0 0 1 1 0 0 16 0 12 0 1535208511 830701568 29903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15200] ppid=15194 vsize=811232 CPUtime=0.06
/proc/15196/task/15200/stat : 15200 (java) S 15194 15196 12693 0 -1 64 5832 0 0 0 4 2 0 0 16 0 12 0 1535208511 830701568 29903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15201] ppid=15194 vsize=811232 CPUtime=0
/proc/15196/task/15201/stat : 15201 (java) S 15194 15196 12693 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1535208513 830701568 29903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15202] ppid=15194 vsize=811232 CPUtime=0
/proc/15196/task/15202/stat : 15202 (java) S 15194 15196 12693 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535208513 830701568 29903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15203] ppid=15194 vsize=811232 CPUtime=0
/proc/15196/task/15203/stat : 15203 (java) S 15194 15196 12693 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535208513 830701568 29903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15204] ppid=15194 vsize=811232 CPUtime=0
/proc/15196/task/15204/stat : 15204 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535208517 830701568 29903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15205] ppid=15194 vsize=811232 CPUtime=0.75
/proc/15196/task/15205/stat : 15205 (java) S 15194 15196 12693 0 -1 64 2724 0 0 0 75 0 0 0 16 0 12 0 1535208517 830701568 29903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15206] ppid=15194 vsize=811232 CPUtime=0.55
/proc/15196/task/15206/stat : 15206 (java) R 15194 15196 12693 0 -1 64 2235 0 0 0 55 0 0 0 16 0 12 0 1535208517 830701568 29903 996147200 134512640 134550740 4294956032 18446744073709551615 106711880 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15207] ppid=15194 vsize=811232 CPUtime=0
/proc/15196/task/15207/stat : 15207 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535208517 830701568 29903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15208] ppid=15194 vsize=811232 CPUtime=0
/proc/15196/task/15208/stat : 15208 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535208517 830701568 29903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 811232

[startup+6.30301 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 15208
/proc/meminfo: memFree=1460584/2055920 swapFree=4097700/4192956
[pid=15196] ppid=15194 vsize=814916 CPUtime=6.79
/proc/15196/stat : 15196 (java) S 15194 15196 12693 0 -1 0 61272 0 1 0 653 26 0 0 18 0 12 0 1535208509 834473984 54922 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15196/statm: 203729 54922 1360 9 0 201091 0
[pid=15196/tid=15198] ppid=15194 vsize=814916 CPUtime=3.58
/proc/15196/task/15198/stat : 15198 (java) R 15194 15196 12693 0 -1 64 17010 0 1 0 350 8 0 0 25 0 12 0 1535208510 834473984 54922 996147200 134512640 134550740 4294956032 18446744073709551615 4109763222 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15199] ppid=15194 vsize=814916 CPUtime=0.92
/proc/15196/task/15199/stat : 15199 (java) S 15194 15196 12693 0 -1 64 18594 0 0 0 85 7 0 0 17 0 12 0 1535208511 834473984 54922 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15200] ppid=15194 vsize=814916 CPUtime=0.91
/proc/15196/task/15200/stat : 15200 (java) S 15194 15196 12693 0 -1 64 19888 0 0 0 83 8 0 0 16 0 12 0 1535208511 834473984 54922 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15201] ppid=15194 vsize=814916 CPUtime=0
/proc/15196/task/15201/stat : 15201 (java) S 15194 15196 12693 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1535208513 834473984 54922 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15202] ppid=15194 vsize=814916 CPUtime=0
/proc/15196/task/15202/stat : 15202 (java) S 15194 15196 12693 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535208513 834473984 54922 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15203] ppid=15194 vsize=814916 CPUtime=0
/proc/15196/task/15203/stat : 15203 (java) S 15194 15196 12693 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535208513 834473984 54922 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15204] ppid=15194 vsize=814916 CPUtime=0
/proc/15196/task/15204/stat : 15204 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535208517 834473984 54922 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15205] ppid=15194 vsize=814916 CPUtime=0.76
/proc/15196/task/15205/stat : 15205 (java) S 15194 15196 12693 0 -1 64 2724 0 0 0 76 0 0 0 16 0 12 0 1535208517 834473984 54922 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15206] ppid=15194 vsize=814916 CPUtime=0.56
/proc/15196/task/15206/stat : 15206 (java) S 15194 15196 12693 0 -1 64 2236 0 0 0 56 0 0 0 16 0 12 0 1535208517 834473984 54922 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15207] ppid=15194 vsize=814916 CPUtime=0
/proc/15196/task/15207/stat : 15207 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535208517 834473984 54922 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15208] ppid=15194 vsize=814916 CPUtime=0
/proc/15196/task/15208/stat : 15208 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535208517 834473984 54922 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.79
Current children cumulated vsize (KiB) 814916

[startup+12.7027 s]
/proc/loadavg: 2.31 2.07 2.02 3/93 15208
/proc/meminfo: memFree=1246248/2055920 swapFree=4097700/4192956
[pid=15196] ppid=15194 vsize=817476 CPUtime=13.84
/proc/15196/stat : 15196 (java) S 15194 15196 12693 0 -1 0 114624 0 1 0 1334 50 0 0 18 0 12 0 1535208509 837095424 106195 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15196/statm: 204369 106195 1360 9 0 201731 0
[pid=15196/tid=15198] ppid=15194 vsize=817476 CPUtime=6.89
/proc/15196/task/15198/stat : 15198 (java) R 15194 15196 12693 0 -1 64 17025 0 1 0 681 8 0 0 18 0 12 0 1535208510 837095424 106195 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15199] ppid=15194 vsize=817476 CPUtime=2.74
/proc/15196/task/15199/stat : 15199 (java) R 15194 15196 12693 0 -1 64 45745 0 0 0 255 19 0 0 17 0 12 0 1535208511 837095424 106195 996147200 134512640 134550740 4294956032 18446744073709551615 106169916 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15200] ppid=15194 vsize=817476 CPUtime=2.8
/proc/15196/task/15200/stat : 15200 (java) R 15194 15196 12693 0 -1 64 46074 0 0 0 262 18 0 0 17 0 12 0 1535208511 837095424 106195 996147200 134512640 134550740 4294956032 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15201] ppid=15194 vsize=817476 CPUtime=0
/proc/15196/task/15201/stat : 15201 (java) S 15194 15196 12693 0 -1 64 57 0 0 0 0 0 0 0 17 0 12 0 1535208513 837095424 106195 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15202] ppid=15194 vsize=817476 CPUtime=0
/proc/15196/task/15202/stat : 15202 (java) S 15194 15196 12693 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535208513 837095424 106195 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15203] ppid=15194 vsize=817476 CPUtime=0
/proc/15196/task/15203/stat : 15203 (java) S 15194 15196 12693 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535208513 837095424 106195 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15204] ppid=15194 vsize=817476 CPUtime=0
/proc/15196/task/15204/stat : 15204 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535208517 837095424 106195 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15205] ppid=15194 vsize=817476 CPUtime=0.76
/proc/15196/task/15205/stat : 15205 (java) S 15194 15196 12693 0 -1 64 2724 0 0 0 76 0 0 0 16 0 12 0 1535208517 837095424 106195 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15206] ppid=15194 vsize=817476 CPUtime=0.56
/proc/15196/task/15206/stat : 15206 (java) S 15194 15196 12693 0 -1 64 2236 0 0 0 56 0 0 0 16 0 12 0 1535208517 837095424 106195 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15207] ppid=15194 vsize=817476 CPUtime=0
/proc/15196/task/15207/stat : 15207 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535208517 837095424 106195 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15208] ppid=15194 vsize=817476 CPUtime=0
/proc/15196/task/15208/stat : 15208 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535208517 837095424 106195 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.84
Current children cumulated vsize (KiB) 817476

[startup+25.502 s]
/proc/loadavg: 2.49 2.11 2.04 4/93 15208
/proc/meminfo: memFree=977768/2055920 swapFree=4097700/4192956
[pid=15196] ppid=15194 vsize=833480 CPUtime=28.02
/proc/15196/stat : 15196 (java) S 15194 15196 12693 0 -1 0 193143 0 1 0 2716 86 0 0 18 0 12 0 1535208509 853483520 171449 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15196/statm: 208370 171449 1364 9 0 205732 0
[pid=15196/tid=15198] ppid=15194 vsize=833480 CPUtime=12.06
/proc/15196/task/15198/stat : 15198 (java) S 15194 15196 12693 0 -1 64 23191 0 1 0 1195 11 0 0 21 0 12 0 1535208510 853483520 171449 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15199] ppid=15194 vsize=833480 CPUtime=6.1
/proc/15196/task/15199/stat : 15199 (java) S 15194 15196 12693 0 -1 64 80207 0 0 0 575 35 0 0 16 0 12 0 1535208511 853483520 171449 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15200] ppid=15194 vsize=833480 CPUtime=5.96
/proc/15196/task/15200/stat : 15200 (java) S 15194 15196 12693 0 -1 64 68451 0 0 0 566 30 0 0 15 0 12 0 1535208511 853483520 171449 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15201] ppid=15194 vsize=833480 CPUtime=2.52
/proc/15196/task/15201/stat : 15201 (java) R 15194 15196 12693 0 -1 64 15571 0 0 0 246 6 0 0 16 0 12 0 1535208513 853483520 171449 996147200 134512640 134550740 4294956032 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15202] ppid=15194 vsize=833480 CPUtime=0
/proc/15196/task/15202/stat : 15202 (java) S 15194 15196 12693 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535208513 853483520 171449 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15203] ppid=15194 vsize=833480 CPUtime=0
/proc/15196/task/15203/stat : 15203 (java) S 15194 15196 12693 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535208513 853483520 171449 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15204] ppid=15194 vsize=833480 CPUtime=0
/proc/15196/task/15204/stat : 15204 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535208517 853483520 171449 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=15196/tid=15207] ppid=15194 vsize=849480 CPUtime=0
/proc/15196/task/15207/stat : 15207 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535208517 869867520 181664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15208] ppid=15194 vsize=849480 CPUtime=0
/proc/15196/task/15208/stat : 15208 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535208517 869867520 181664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 79.17
Current children cumulated vsize (KiB) 849480

[startup+83.1025 s]
/proc/loadavg: 2.21 2.10 2.04 3/93 15244
/proc/meminfo: memFree=907240/2055920 swapFree=4097700/4192956
[pid=15196] ppid=15194 vsize=818480 CPUtime=85.57
/proc/15196/stat : 15196 (java) S 15194 15196 12693 0 -1 0 442736 0 1 0 8341 216 0 0 18 0 12 0 1535208509 838123520 173914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15196/statm: 204620 173914 1364 9 0 201982 0
[pid=15196/tid=15198] ppid=15194 vsize=818480 CPUtime=13.58
/proc/15196/task/15198/stat : 15198 (java) S 15194 15196 12693 0 -1 64 23207 0 1 0 1347 11 0 0 17 0 12 0 1535208510 838123520 173914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15199] ppid=15194 vsize=818480 CPUtime=6.1
/proc/15196/task/15199/stat : 15199 (java) S 15194 15196 12693 0 -1 64 80207 0 0 0 575 35 0 0 16 0 12 0 1535208511 838123520 173914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15200] ppid=15194 vsize=818480 CPUtime=5.96
/proc/15196/task/15200/stat : 15200 (java) S 15194 15196 12693 0 -1 64 68451 0 0 0 566 30 0 0 15 0 12 0 1535208511 838123520 173914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15201] ppid=15194 vsize=818480 CPUtime=58.54
/proc/15196/task/15201/stat : 15201 (java) R 15194 15196 12693 0 -1 64 265148 0 0 0 5719 135 0 0 25 0 12 0 1535208513 838123520 173914 996147200 134512640 134550740 4294956032 18446744073709551615 105677185 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15202] ppid=15194 vsize=818480 CPUtime=0
/proc/15196/task/15202/stat : 15202 (java) S 15194 15196 12693 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535208513 838123520 173914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15203] ppid=15194 vsize=818480 CPUtime=0
/proc/15196/task/15203/stat : 15203 (java) S 15194 15196 12693 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535208513 838123520 173914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15204] ppid=15194 vsize=818480 CPUtime=0
/proc/15196/task/15204/stat : 15204 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535208517 838123520 173914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15205] ppid=15194 vsize=818480 CPUtime=0.76
/proc/15196/task/15205/stat : 15205 (java) S 15194 15196 12693 0 -1 64 2724 0 0 0 76 0 0 0 16 0 12 0 1535208517 838123520 173914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15206] ppid=15194 vsize=818480 CPUtime=0.56
/proc/15196/task/15206/stat : 15206 (java) S 15194 15196 12693 0 -1 64 2236 0 0 0 56 0 0 0 16 0 12 0 1535208517 838123520 173914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15207] ppid=15194 vsize=818480 CPUtime=0
/proc/15196/task/15207/stat : 15207 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535208517 838123520 173914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15208] ppid=15194 vsize=818480 CPUtime=0
/proc/15196/task/15208/stat : 15208 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535208517 838123520 173914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 85.57
Current children cumulated vsize (KiB) 818480

[startup+89.5023 s]
/proc/loadavg: 2.19 2.10 2.04 3/93 15244
/proc/meminfo: memFree=923304/2055920 swapFree=4097700/4192956
[pid=15196] ppid=15194 vsize=833480 CPUtime=91.96
/proc/15196/stat : 15196 (java) S 15194 15196 12693 0 -1 0 465753 0 1 0 8969 227 0 0 18 0 12 0 1535208509 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15196/statm: 208370 177665 1365 9 0 205732 0
[pid=15196/tid=15198] ppid=15194 vsize=833480 CPUtime=13.58
/proc/15196/task/15198/stat : 15198 (java) S 15194 15196 12693 0 -1 64 23210 0 1 0 1347 11 0 0 17 0 12 0 1535208510 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15199] ppid=15194 vsize=833480 CPUtime=6.1
/proc/15196/task/15199/stat : 15199 (java) S 15194 15196 12693 0 -1 64 80207 0 0 0 575 35 0 0 16 0 12 0 1535208511 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15200] ppid=15194 vsize=833480 CPUtime=5.96
/proc/15196/task/15200/stat : 15200 (java) S 15194 15196 12693 0 -1 64 68451 0 0 0 566 30 0 0 15 0 12 0 1535208511 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15201] ppid=15194 vsize=833480 CPUtime=64.93
/proc/15196/task/15201/stat : 15201 (java) R 15194 15196 12693 0 -1 64 288162 0 0 0 6347 146 0 0 25 0 12 0 1535208513 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15202] ppid=15194 vsize=833480 CPUtime=0
/proc/15196/task/15202/stat : 15202 (java) S 15194 15196 12693 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535208513 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15203] ppid=15194 vsize=833480 CPUtime=0
/proc/15196/task/15203/stat : 15203 (java) S 15194 15196 12693 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535208513 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15204] ppid=15194 vsize=833480 CPUtime=0
/proc/15196/task/15204/stat : 15204 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535208517 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15205] ppid=15194 vsize=833480 CPUtime=0.76
/proc/15196/task/15205/stat : 15205 (java) S 15194 15196 12693 0 -1 64 2724 0 0 0 76 0 0 0 16 0 12 0 1535208517 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15206] ppid=15194 vsize=833480 CPUtime=0.56
/proc/15196/task/15206/stat : 15206 (java) S 15194 15196 12693 0 -1 64 2236 0 0 0 56 0 0 0 16 0 12 0 1535208517 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15207] ppid=15194 vsize=833480 CPUtime=0
/proc/15196/task/15207/stat : 15207 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535208517 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15208] ppid=15194 vsize=833480 CPUtime=0
/proc/15196/task/15208/stat : 15208 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535208517 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 91.96
Current children cumulated vsize (KiB) 833480

[startup+92.7026 s]
/proc/loadavg: 2.18 2.10 2.03 3/93 15244
/proc/meminfo: memFree=923304/2055920 swapFree=4097700/4192956
[pid=15196] ppid=15194 vsize=833480 CPUtime=95.16
/proc/15196/stat : 15196 (java) S 15194 15196 12693 0 -1 0 473508 0 1 0 9285 231 0 0 18 0 12 0 1535208509 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15196/statm: 208370 177665 1365 9 0 205732 0
[pid=15196/tid=15198] ppid=15194 vsize=833480 CPUtime=13.58
/proc/15196/task/15198/stat : 15198 (java) S 15194 15196 12693 0 -1 64 23210 0 1 0 1347 11 0 0 17 0 12 0 1535208510 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15199] ppid=15194 vsize=833480 CPUtime=6.1
/proc/15196/task/15199/stat : 15199 (java) S 15194 15196 12693 0 -1 64 80207 0 0 0 575 35 0 0 16 0 12 0 1535208511 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15200] ppid=15194 vsize=833480 CPUtime=5.96
/proc/15196/task/15200/stat : 15200 (java) S 15194 15196 12693 0 -1 64 68451 0 0 0 566 30 0 0 15 0 12 0 1535208511 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15201] ppid=15194 vsize=833480 CPUtime=68.14
/proc/15196/task/15201/stat : 15201 (java) R 15194 15196 12693 0 -1 64 295917 0 0 0 6663 151 0 0 25 0 12 0 1535208513 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15202] ppid=15194 vsize=833480 CPUtime=0
/proc/15196/task/15202/stat : 15202 (java) S 15194 15196 12693 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535208513 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15203] ppid=15194 vsize=833480 CPUtime=0
/proc/15196/task/15203/stat : 15203 (java) S 15194 15196 12693 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535208513 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15204] ppid=15194 vsize=833480 CPUtime=0
/proc/15196/task/15204/stat : 15204 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535208517 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15205] ppid=15194 vsize=833480 CPUtime=0.76
/proc/15196/task/15205/stat : 15205 (java) S 15194 15196 12693 0 -1 64 2724 0 0 0 76 0 0 0 16 0 12 0 1535208517 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15206] ppid=15194 vsize=833480 CPUtime=0.56
/proc/15196/task/15206/stat : 15206 (java) S 15194 15196 12693 0 -1 64 2236 0 0 0 56 0 0 0 16 0 12 0 1535208517 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15207] ppid=15194 vsize=833480 CPUtime=0
/proc/15196/task/15207/stat : 15207 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535208517 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15208] ppid=15194 vsize=833480 CPUtime=0
/proc/15196/task/15208/stat : 15208 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535208517 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 95.16
Current children cumulated vsize (KiB) 833480

[startup+94.3018 s]
/proc/loadavg: 2.18 2.10 2.03 3/93 15244
/proc/meminfo: memFree=923304/2055920 swapFree=4097700/4192956
[pid=15196] ppid=15194 vsize=833480 CPUtime=96.76
/proc/15196/stat : 15196 (java) S 15194 15196 12693 0 -1 0 473508 0 1 0 9445 231 0 0 18 0 12 0 1535208509 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15196/statm: 208370 177665 1365 9 0 205732 0
[pid=15196/tid=15198] ppid=15194 vsize=833480 CPUtime=13.58
/proc/15196/task/15198/stat : 15198 (java) S 15194 15196 12693 0 -1 64 23210 0 1 0 1347 11 0 0 17 0 12 0 1535208510 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15199] ppid=15194 vsize=833480 CPUtime=6.1
/proc/15196/task/15199/stat : 15199 (java) S 15194 15196 12693 0 -1 64 80207 0 0 0 575 35 0 0 16 0 12 0 1535208511 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15200] ppid=15194 vsize=833480 CPUtime=5.96
/proc/15196/task/15200/stat : 15200 (java) S 15194 15196 12693 0 -1 64 68451 0 0 0 566 30 0 0 15 0 12 0 1535208511 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15201] ppid=15194 vsize=833480 CPUtime=69.74
/proc/15196/task/15201/stat : 15201 (java) R 15194 15196 12693 0 -1 64 295917 0 0 0 6823 151 0 0 25 0 12 0 1535208513 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15202] ppid=15194 vsize=833480 CPUtime=0
/proc/15196/task/15202/stat : 15202 (java) S 15194 15196 12693 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535208513 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15203] ppid=15194 vsize=833480 CPUtime=0
/proc/15196/task/15203/stat : 15203 (java) S 15194 15196 12693 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535208513 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15204] ppid=15194 vsize=833480 CPUtime=0
/proc/15196/task/15204/stat : 15204 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535208517 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15205] ppid=15194 vsize=833480 CPUtime=0.76
/proc/15196/task/15205/stat : 15205 (java) S 15194 15196 12693 0 -1 64 2724 0 0 0 76 0 0 0 16 0 12 0 1535208517 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15206] ppid=15194 vsize=833480 CPUtime=0.56
/proc/15196/task/15206/stat : 15206 (java) S 15194 15196 12693 0 -1 64 2236 0 0 0 56 0 0 0 16 0 12 0 1535208517 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15207] ppid=15194 vsize=833480 CPUtime=0
/proc/15196/task/15207/stat : 15207 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535208517 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15208] ppid=15194 vsize=833480 CPUtime=0
/proc/15196/task/15208/stat : 15208 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535208517 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 96.76
Current children cumulated vsize (KiB) 833480

[startup+94.7019 s]
/proc/loadavg: 2.18 2.10 2.03 3/93 15244
/proc/meminfo: memFree=923304/2055920 swapFree=4097700/4192956
[pid=15196] ppid=15194 vsize=833480 CPUtime=97.16
/proc/15196/stat : 15196 (java) S 15194 15196 12693 0 -1 0 473508 0 1 0 9485 231 0 0 18 0 12 0 1535208509 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15196/statm: 208370 177665 1365 9 0 205732 0
[pid=15196/tid=15198] ppid=15194 vsize=833480 CPUtime=13.58
/proc/15196/task/15198/stat : 15198 (java) S 15194 15196 12693 0 -1 64 23210 0 1 0 1347 11 0 0 17 0 12 0 1535208510 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15199] ppid=15194 vsize=833480 CPUtime=6.1
/proc/15196/task/15199/stat : 15199 (java) S 15194 15196 12693 0 -1 64 80207 0 0 0 575 35 0 0 16 0 12 0 1535208511 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15200] ppid=15194 vsize=833480 CPUtime=5.96
/proc/15196/task/15200/stat : 15200 (java) S 15194 15196 12693 0 -1 64 68451 0 0 0 566 30 0 0 15 0 12 0 1535208511 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15201] ppid=15194 vsize=833480 CPUtime=70.14
/proc/15196/task/15201/stat : 15201 (java) R 15194 15196 12693 0 -1 64 295917 0 0 0 6863 151 0 0 25 0 12 0 1535208513 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15202] ppid=15194 vsize=833480 CPUtime=0
/proc/15196/task/15202/stat : 15202 (java) S 15194 15196 12693 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535208513 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15196/tid=15203] ppid=15194 vsize=833480 CPUtime=0
/proc/15196/task/15203/stat : 15203 (java) S 15194 15196 12693 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535208513 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15204] ppid=15194 vsize=833480 CPUtime=0
/proc/15196/task/15204/stat : 15204 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535208517 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15205] ppid=15194 vsize=833480 CPUtime=0.76
/proc/15196/task/15205/stat : 15205 (java) S 15194 15196 12693 0 -1 64 2724 0 0 0 76 0 0 0 16 0 12 0 1535208517 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15206] ppid=15194 vsize=833480 CPUtime=0.56
/proc/15196/task/15206/stat : 15206 (java) S 15194 15196 12693 0 -1 64 2236 0 0 0 56 0 0 0 16 0 12 0 1535208517 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15207] ppid=15194 vsize=833480 CPUtime=0
/proc/15196/task/15207/stat : 15207 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1535208517 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15196/tid=15208] ppid=15194 vsize=833480 CPUtime=0
/proc/15196/task/15208/stat : 15208 (java) S 15194 15196 12693 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535208517 853483520 177665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 97.16
Current children cumulated vsize (KiB) 833480

[startup+94.9019 s]
/proc/loadavg: 2.18 2.10 2.03 3/93 15244
/proc/meminfo: memFree=923304/2055920 swapFree=4097700/4192956
[pid=15196] ppid=15194 vsize=0 CPUtime=97.31
/proc/15196/stat : 15196 (java) Z 15194 15196 12693 0 -1 12 473522 0 1 0 9489 242 0 0 16 0 2 0 1535208509 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15196/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 97.31
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 94.9098
CPU time (s): 97.3302
CPU user time (s): 94.8976
CPU system time (s): 2.43263
CPU usage (%): 102.55
Max. virtual memory (cumulated for all children) (KiB): 865484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 94.8976
system time used= 2.43263
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 473522
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= 2587

runsolver used 0.134979 second user time and 0.315951 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-03 05:22:43
IDJOB=1052007
IDBENCH=55961
IDSOLVER=344
FILE ID=node32/1052007-1215055363
PBS_JOBID= 7875109
Free space on /tmp= 66540 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/bddSmall/normalized-bdd-21-133-18-78-29_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-1052007-1215055363/watcher-1052007-1215055363 -o /tmp/evaluation-result-1052007-1215055363/solver-1052007-1215055363 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1052007-1215055363.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2034138d66778207fd18551b97ae971b
RANDOM SEED=129337281

node32.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
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.218
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:       1644712 kB
Buffers:         20676 kB
Cached:         137912 kB
SwapCached:      88252 kB
Active:         292600 kB
Inactive:        57072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1644712 kB
SwapTotal:     4192956 kB
SwapFree:      4097700 kB
Dirty:            3444 kB
Writeback:           0 kB
Mapped:         204468 kB
Slab:            46032 kB
Committed_AS:  3976288 kB
PageTables:       2268 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66536 MiB
End job on node32 at 2008-07-03 05:24:18