Trace number 1047694

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? 90.2563 89.8713

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-27_ext.xml
MD5SUM51d18c772f592c5c82271f288223965a
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 benchmark21.9207
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension2713
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1047694-1215041305/watcher-1047694-1215041305 -o /tmp/evaluation-result-1047694-1215041305/solver-1047694-1215041305 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1047694-1215041305.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: 1.94 2.00 1.70 4/81 11163
/proc/meminfo: memFree=1694824/2055920 swapFree=4180384/4192956
[pid=11163] ppid=11161 vsize=18572 CPUtime=0
/proc/11163/stat : 11163 (runsolver) R 11161 11163 11019 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1533797319 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 248761609511 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/11163/statm: 4643 292 257 25 0 2626 0

[startup+0.0129899 s]
/proc/loadavg: 1.94 2.00 1.70 4/81 11163
/proc/meminfo: memFree=1694824/2055920 swapFree=4180384/4192956
[pid=11163] ppid=11161 vsize=1804 CPUtime=0
/proc/11163/stat : 11163 (java) D 11161 11163 11019 0 -1 0 361 0 0 0 0 0 0 0 18 0 1 0 1533797319 1847296 163 996147200 134512640 134550740 4294956032 18446744073709551615 6849316 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/11163/statm: 3323 560 234 9 0 1233 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1804

[startup+0.105008 s]
/proc/loadavg: 1.94 2.00 1.70 4/81 11163
/proc/meminfo: memFree=1694824/2055920 swapFree=4180384/4192956
[pid=11163] ppid=11161 vsize=804612 CPUtime=0.09
/proc/11163/stat : 11163 (java) S 11161 11163 11019 0 -1 0 3006 0 1 0 7 2 0 0 18 0 12 0 1533797319 823922688 2739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11163/statm: 201153 2739 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301044 s]
/proc/loadavg: 1.94 2.00 1.70 4/81 11163
/proc/meminfo: memFree=1694824/2055920 swapFree=4180384/4192956
[pid=11163] ppid=11161 vsize=807760 CPUtime=0.28
/proc/11163/stat : 11163 (java) S 11161 11163 11019 0 -1 0 4873 0 1 0 25 3 0 0 18 0 12 0 1533797319 827146240 4202 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11163/statm: 201940 4202 1306 9 0 199309 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807760

[startup+0.701112 s]
/proc/loadavg: 1.94 2.00 1.70 4/81 11163
/proc/meminfo: memFree=1694824/2055920 swapFree=4180384/4192956
[pid=11163] ppid=11161 vsize=807788 CPUtime=0.68
/proc/11163/stat : 11163 (java) S 11161 11163 11019 0 -1 0 6249 0 1 0 62 6 0 0 18 0 12 0 1533797319 827174912 5379 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11163/statm: 201947 5379 1335 9 0 199309 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807788

[startup+1.50225 s]
/proc/loadavg: 1.94 2.00 1.70 4/93 11175
/proc/meminfo: memFree=1673808/2055920 swapFree=4180384/4192956
[pid=11163] ppid=11161 vsize=812748 CPUtime=1.47
/proc/11163/stat : 11163 (java) S 11161 11163 11019 0 -1 0 11111 0 1 0 139 8 0 0 18 0 12 0 1533797319 832253952 8661 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11163/statm: 203187 8661 1349 9 0 200549 0
[pid=11163/tid=11165] ppid=11161 vsize=812748 CPUtime=0.65
/proc/11163/task/11165/stat : 11165 (java) R 11161 11163 11019 0 -1 64 5846 0 1 0 59 6 0 0 21 0 12 0 1533797321 832253952 8661 996147200 134512640 134550740 4294956032 18446744073709551615 4109210788 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11166] ppid=11161 vsize=812748 CPUtime=0
/proc/11163/task/11166/stat : 11166 (java) S 11161 11163 11019 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1533797321 832253952 8661 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11167] ppid=11161 vsize=812748 CPUtime=0
/proc/11163/task/11167/stat : 11167 (java) S 11161 11163 11019 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1533797321 832253952 8661 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11168] ppid=11161 vsize=812748 CPUtime=0
/proc/11163/task/11168/stat : 11168 (java) S 11161 11163 11019 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1533797323 832253952 8661 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11169] ppid=11161 vsize=812748 CPUtime=0
/proc/11163/task/11169/stat : 11169 (java) S 11161 11163 11019 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 1533797324 832253952 8661 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11170] ppid=11161 vsize=812748 CPUtime=0
/proc/11163/task/11170/stat : 11170 (java) S 11161 11163 11019 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1533797324 832253952 8661 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11171] ppid=11161 vsize=812748 CPUtime=0
/proc/11163/task/11171/stat : 11171 (java) S 11161 11163 11019 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1533797328 832253952 8661 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11172] ppid=11161 vsize=812748 CPUtime=0.51
/proc/11163/task/11172/stat : 11172 (java) S 11161 11163 11019 0 -1 64 3203 0 0 0 51 0 0 0 16 0 12 0 1533797328 832253952 8661 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11173] ppid=11161 vsize=812748 CPUtime=0.28
/proc/11163/task/11173/stat : 11173 (java) S 11161 11163 11019 0 -1 64 1300 0 0 0 28 0 0 0 16 0 12 0 1533797328 832253952 8661 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11174] ppid=11161 vsize=812748 CPUtime=0
/proc/11163/task/11174/stat : 11174 (java) S 11161 11163 11019 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1533797328 832253952 8661 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11175] ppid=11161 vsize=812748 CPUtime=0
/proc/11163/task/11175/stat : 11175 (java) S 11161 11163 11019 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1533797328 832253952 8661 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 812748

[startup+3.10253 s]
/proc/loadavg: 2.03 2.02 1.71 4/93 11175
/proc/meminfo: memFree=1656528/2055920 swapFree=4180384/4192956
[pid=11163] ppid=11161 vsize=814036 CPUtime=3.13
/proc/11163/stat : 11163 (java) S 11161 11163 11019 0 -1 0 27951 0 1 0 297 16 0 0 18 0 12 0 1533797319 833572864 25368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11163/statm: 203509 25368 1359 9 0 200871 0
[pid=11163/tid=11165] ppid=11161 vsize=814036 CPUtime=1.74
/proc/11163/task/11165/stat : 11165 (java) R 11161 11163 11019 0 -1 64 16970 0 1 0 163 11 0 0 19 0 12 0 1533797321 833572864 25368 996147200 134512640 134550740 4294956032 18446744073709551615 4109748165 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11163/tid=11166] ppid=11161 vsize=814036 CPUtime=0.09
/proc/11163/task/11166/stat : 11166 (java) S 11161 11163 11019 0 -1 64 3416 0 0 0 8 1 0 0 17 0 12 0 1533797321 833572864 25368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11163/tid=11167] ppid=11161 vsize=814036 CPUtime=0.09
/proc/11163/task/11167/stat : 11167 (java) S 11161 11163 11019 0 -1 64 2079 0 0 0 9 0 0 0 17 0 12 0 1533797321 833572864 25368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11163/tid=11168] ppid=11161 vsize=814036 CPUtime=0
/proc/11163/task/11168/stat : 11168 (java) S 11161 11163 11019 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1533797323 833572864 25368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11163/tid=11169] ppid=11161 vsize=814036 CPUtime=0
/proc/11163/task/11169/stat : 11169 (java) S 11161 11163 11019 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1533797324 833572864 25368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11163/tid=11170] ppid=11161 vsize=814036 CPUtime=0
/proc/11163/task/11170/stat : 11170 (java) S 11161 11163 11019 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1533797324 833572864 25368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11163/tid=11171] ppid=11161 vsize=814036 CPUtime=0
/proc/11163/task/11171/stat : 11171 (java) S 11161 11163 11019 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1533797328 833572864 25368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11172] ppid=11161 vsize=814036 CPUtime=0.63
/proc/11163/task/11172/stat : 11172 (java) S 11161 11163 11019 0 -1 64 3215 0 0 0 63 0 0 0 16 0 12 0 1533797328 833572864 25368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11173] ppid=11161 vsize=814036 CPUtime=0.51
/proc/11163/task/11173/stat : 11173 (java) S 11161 11163 11019 0 -1 64 1481 0 0 0 51 0 0 0 16 0 12 0 1533797328 833572864 25368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11174] ppid=11161 vsize=814036 CPUtime=0
/proc/11163/task/11174/stat : 11174 (java) S 11161 11163 11019 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1533797328 833572864 25368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11175] ppid=11161 vsize=814036 CPUtime=0
/proc/11163/task/11175/stat : 11175 (java) S 11161 11163 11019 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1533797328 833572864 25368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 814036

[startup+6.30209 s]
/proc/loadavg: 2.03 2.02 1.71 3/93 11175
/proc/meminfo: memFree=1498768/2055920 swapFree=4180384/4192956
[pid=11163] ppid=11161 vsize=822832 CPUtime=6.89
/proc/11163/stat : 11163 (java) S 11161 11163 11019 0 -1 0 64913 0 1 0 655 34 0 0 18 0 12 0 1533797319 842579968 56940 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11163/statm: 205708 56940 1359 9 0 203070 0
[pid=11163/tid=11165] ppid=11161 vsize=822832 CPUtime=3.61
/proc/11163/task/11165/stat : 11165 (java) R 11161 11163 11019 0 -1 64 16976 0 1 0 350 11 0 0 19 0 12 0 1533797321 842579968 56940 996147200 134512640 134550740 4294956032 18446744073709551615 4109734541 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11166] ppid=11161 vsize=822832 CPUtime=1.05
/proc/11163/task/11166/stat : 11166 (java) S 11161 11163 11019 0 -1 64 22625 0 0 0 94 11 0 0 16 0 12 0 1533797321 842579968 56940 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11167] ppid=11161 vsize=822832 CPUtime=1.03
/proc/11163/task/11167/stat : 11167 (java) S 11161 11163 11019 0 -1 64 19826 0 0 0 94 9 0 0 19 0 12 0 1533797321 842579968 56940 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11168] ppid=11161 vsize=822832 CPUtime=0
/proc/11163/task/11168/stat : 11168 (java) S 11161 11163 11019 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1533797323 842579968 56940 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11169] ppid=11161 vsize=822832 CPUtime=0
/proc/11163/task/11169/stat : 11169 (java) S 11161 11163 11019 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1533797324 842579968 56940 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11163/tid=11170] ppid=11161 vsize=822832 CPUtime=0
/proc/11163/task/11170/stat : 11170 (java) S 11161 11163 11019 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1533797324 842579968 56940 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11163/tid=11171] ppid=11161 vsize=822832 CPUtime=0
/proc/11163/task/11171/stat : 11171 (java) S 11161 11163 11019 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1533797328 842579968 56940 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11172] ppid=11161 vsize=822832 CPUtime=0.63
/proc/11163/task/11172/stat : 11172 (java) S 11161 11163 11019 0 -1 64 3215 0 0 0 63 0 0 0 16 0 12 0 1533797328 842579968 56940 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11173] ppid=11161 vsize=822832 CPUtime=0.51
/proc/11163/task/11173/stat : 11173 (java) S 11161 11163 11019 0 -1 64 1481 0 0 0 51 0 0 0 16 0 12 0 1533797328 842579968 56940 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11174] ppid=11161 vsize=822832 CPUtime=0
/proc/11163/task/11174/stat : 11174 (java) S 11161 11163 11019 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1533797328 842579968 56940 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11175] ppid=11161 vsize=822832 CPUtime=0
/proc/11163/task/11175/stat : 11175 (java) S 11161 11163 11019 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1533797328 842579968 56940 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 822832

[startup+12.7022 s]
/proc/loadavg: 2.10 2.03 1.71 4/93 11175
/proc/meminfo: memFree=1305104/2055920 swapFree=4180384/4192956
[pid=11163] ppid=11161 vsize=822832 CPUtime=13.61
/proc/11163/stat : 11163 (java) S 11161 11163 11019 0 -1 0 109835 0 1 0 1307 54 0 0 18 0 12 0 1533797319 842579968 99565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11163/statm: 205708 99565 1359 9 0 203070 0
[pid=11163/tid=11165] ppid=11161 vsize=822832 CPUtime=6.91
/proc/11163/task/11165/stat : 11165 (java) S 11161 11163 11019 0 -1 64 16991 0 1 0 680 11 0 0 18 0 12 0 1533797321 842579968 99565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11166] ppid=11161 vsize=822832 CPUtime=3.95
/proc/11163/task/11166/stat : 11166 (java) R 11161 11163 11019 0 -1 64 62379 0 0 0 367 28 0 0 16 0 12 0 1533797321 842579968 99565 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11167] ppid=11161 vsize=822832 CPUtime=1.52
/proc/11163/task/11167/stat : 11167 (java) R 11161 11163 11019 0 -1 64 24979 0 0 0 141 11 0 0 20 0 12 0 1533797321 842579968 99565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11168] ppid=11161 vsize=822832 CPUtime=0
/proc/11163/task/11168/stat : 11168 (java) S 11161 11163 11019 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1533797323 842579968 99565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11169] ppid=11161 vsize=822832 CPUtime=0
/proc/11163/task/11169/stat : 11169 (java) S 11161 11163 11019 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1533797324 842579968 99565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11163/tid=11170] ppid=11161 vsize=822832 CPUtime=0
/proc/11163/task/11170/stat : 11170 (java) S 11161 11163 11019 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1533797324 842579968 99565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11163/tid=11171] ppid=11161 vsize=822832 CPUtime=0
/proc/11163/task/11171/stat : 11171 (java) S 11161 11163 11019 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1533797328 842579968 99565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11172] ppid=11161 vsize=822832 CPUtime=0.64
/proc/11163/task/11172/stat : 11172 (java) S 11161 11163 11019 0 -1 64 3215 0 0 0 64 0 0 0 16 0 12 0 1533797328 842579968 99565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11173] ppid=11161 vsize=822832 CPUtime=0.51
/proc/11163/task/11173/stat : 11173 (java) S 11161 11163 11019 0 -1 64 1481 0 0 0 51 0 0 0 16 0 12 0 1533797328 842579968 99565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11174] ppid=11161 vsize=822832 CPUtime=0
/proc/11163/task/11174/stat : 11174 (java) S 11161 11163 11019 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1533797328 842579968 99565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11175] ppid=11161 vsize=822832 CPUtime=0
/proc/11163/task/11175/stat : 11175 (java) S 11161 11163 11019 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1533797328 842579968 99565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.61
Current children cumulated vsize (KiB) 822832

[startup+25.5025 s]
/proc/loadavg: 2.37 2.10 1.74 4/93 11175
/proc/meminfo: memFree=962960/2055920 swapFree=4180384/4192956
[pid=11163] ppid=11161 vsize=854836 CPUtime=26.28
/proc/11163/stat : 11163 (java) S 11161 11163 11019 0 -1 0 197905 0 1 0 2540 88 0 0 18 0 12 0 1533797319 875352064 180110 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11163/statm: 213709 180110 1364 9 0 211071 0
[pid=11163/tid=11165] ppid=11161 vsize=854836 CPUtime=11.99
/proc/11163/task/11165/stat : 11165 (java) S 11161 11163 11019 0 -1 64 23156 0 1 0 1185 14 0 0 18 0 12 0 1533797321 875352064 180110 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11166] ppid=11161 vsize=854836 CPUtime=9.39
/proc/11163/task/11166/stat : 11166 (java) S 11161 11163 11019 0 -1 64 128770 0 0 0 887 52 0 0 16 0 12 0 1533797321 875352064 180110 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11167] ppid=11161 vsize=854836 CPUtime=1.52
/proc/11163/task/11167/stat : 11167 (java) R 11161 11163 11019 0 -1 64 24979 0 0 0 141 11 0 0 20 0 12 0 1533797321 875352064 180110 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11168] ppid=11161 vsize=854836 CPUtime=2.05
/proc/11163/task/11168/stat : 11168 (java) R 11161 11163 11019 0 -1 64 15539 0 0 0 199 6 0 0 18 0 12 0 1533797323 875352064 180110 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11169] ppid=11161 vsize=854836 CPUtime=0
/proc/11163/task/11169/stat : 11169 (java) S 11161 11163 11019 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1533797324 875352064 180110 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11163/tid=11170] ppid=11161 vsize=854836 CPUtime=0
/proc/11163/task/11170/stat : 11170 (java) S 11161 11163 11019 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1533797324 875352064 180110 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11163/tid=11171] ppid=11161 vsize=854836 CPUtime=0
/proc/11163/task/11171/stat : 11171 (java) S 11161 11163 11019 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1533797328 875352064 180110 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=11163/tid=11174] ppid=11161 vsize=838836 CPUtime=0
/proc/11163/task/11174/stat : 11174 (java) S 11161 11163 11019 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1533797328 858968064 178988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11175] ppid=11161 vsize=838836 CPUtime=0
/proc/11163/task/11175/stat : 11175 (java) S 11161 11163 11019 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1533797328 858968064 178988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 83.56
Current children cumulated vsize (KiB) 838836

[startup+86.3021 s]
/proc/loadavg: 2.52 2.21 1.80 3/93 11177
/proc/meminfo: memFree=930896/2055920 swapFree=4180384/4192956
[pid=11163] ppid=11161 vsize=838836 CPUtime=86.73
/proc/11163/stat : 11163 (java) S 11161 11163 11019 0 -1 0 410876 0 1 0 8490 183 0 0 18 0 12 0 1533797319 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11163/statm: 209709 178989 1366 9 0 207071 0
[pid=11163/tid=11165] ppid=11161 vsize=838836 CPUtime=14.45
/proc/11163/task/11165/stat : 11165 (java) S 11161 11163 11019 0 -1 64 23176 0 1 0 1431 14 0 0 17 0 12 0 1533797321 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11166] ppid=11161 vsize=838836 CPUtime=10.09
/proc/11163/task/11166/stat : 11166 (java) S 11161 11163 11019 0 -1 64 128770 0 0 0 957 52 0 0 16 0 12 0 1533797321 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11167] ppid=11161 vsize=838836 CPUtime=1.99
/proc/11163/task/11167/stat : 11167 (java) S 11161 11163 11019 0 -1 64 24979 0 0 0 188 11 0 0 19 0 12 0 1533797321 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11168] ppid=11161 vsize=838836 CPUtime=58.87
/proc/11163/task/11168/stat : 11168 (java) R 11161 11163 11019 0 -1 64 228490 0 0 0 5786 101 0 0 25 0 12 0 1533797323 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 104136347 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11169] ppid=11161 vsize=838836 CPUtime=0
/proc/11163/task/11169/stat : 11169 (java) S 11161 11163 11019 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1533797324 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11170] ppid=11161 vsize=838836 CPUtime=0
/proc/11163/task/11170/stat : 11170 (java) S 11161 11163 11019 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1533797324 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11163/tid=11171] ppid=11161 vsize=838836 CPUtime=0
/proc/11163/task/11171/stat : 11171 (java) S 11161 11163 11019 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1533797328 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11172] ppid=11161 vsize=838836 CPUtime=0.7
/proc/11163/task/11172/stat : 11172 (java) S 11161 11163 11019 0 -1 64 3218 0 0 0 70 0 0 0 16 0 12 0 1533797328 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11173] ppid=11161 vsize=838836 CPUtime=0.55
/proc/11163/task/11173/stat : 11173 (java) S 11161 11163 11019 0 -1 64 1483 0 0 0 55 0 0 0 16 0 12 0 1533797328 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11174] ppid=11161 vsize=838836 CPUtime=0
/proc/11163/task/11174/stat : 11174 (java) S 11161 11163 11019 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1533797328 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11175] ppid=11161 vsize=838836 CPUtime=0
/proc/11163/task/11175/stat : 11175 (java) S 11161 11163 11019 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1533797328 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 86.73
Current children cumulated vsize (KiB) 838836

[startup+87.9024 s]
/proc/loadavg: 2.48 2.20 1.80 3/93 11177
/proc/meminfo: memFree=929552/2055920 swapFree=4180384/4192956
[pid=11163] ppid=11161 vsize=838836 CPUtime=88.32
/proc/11163/stat : 11163 (java) S 11161 11163 11019 0 -1 0 417879 0 1 0 8646 186 0 0 18 0 12 0 1533797319 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11163/statm: 209709 178989 1366 9 0 207071 0
[pid=11163/tid=11165] ppid=11161 vsize=838836 CPUtime=14.45
/proc/11163/task/11165/stat : 11165 (java) S 11161 11163 11019 0 -1 64 23176 0 1 0 1431 14 0 0 17 0 12 0 1533797321 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11166] ppid=11161 vsize=838836 CPUtime=10.09
/proc/11163/task/11166/stat : 11166 (java) S 11161 11163 11019 0 -1 64 128770 0 0 0 957 52 0 0 16 0 12 0 1533797321 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11167] ppid=11161 vsize=838836 CPUtime=1.99
/proc/11163/task/11167/stat : 11167 (java) S 11161 11163 11019 0 -1 64 24979 0 0 0 188 11 0 0 19 0 12 0 1533797321 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11168] ppid=11161 vsize=838836 CPUtime=60.46
/proc/11163/task/11168/stat : 11168 (java) R 11161 11163 11019 0 -1 64 235493 0 0 0 5942 104 0 0 25 0 12 0 1533797323 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11169] ppid=11161 vsize=838836 CPUtime=0
/proc/11163/task/11169/stat : 11169 (java) S 11161 11163 11019 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1533797324 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11170] ppid=11161 vsize=838836 CPUtime=0
/proc/11163/task/11170/stat : 11170 (java) S 11161 11163 11019 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1533797324 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11163/tid=11171] ppid=11161 vsize=838836 CPUtime=0
/proc/11163/task/11171/stat : 11171 (java) S 11161 11163 11019 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1533797328 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11172] ppid=11161 vsize=838836 CPUtime=0.7
/proc/11163/task/11172/stat : 11172 (java) S 11161 11163 11019 0 -1 64 3218 0 0 0 70 0 0 0 16 0 12 0 1533797328 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11173] ppid=11161 vsize=838836 CPUtime=0.55
/proc/11163/task/11173/stat : 11173 (java) S 11161 11163 11019 0 -1 64 1483 0 0 0 55 0 0 0 16 0 12 0 1533797328 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11174] ppid=11161 vsize=838836 CPUtime=0
/proc/11163/task/11174/stat : 11174 (java) S 11161 11163 11019 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1533797328 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11175] ppid=11161 vsize=838836 CPUtime=0
/proc/11163/task/11175/stat : 11175 (java) S 11161 11163 11019 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1533797328 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 88.32
Current children cumulated vsize (KiB) 838836

[startup+88.7026 s]
/proc/loadavg: 2.48 2.20 1.80 3/93 11177
/proc/meminfo: memFree=929552/2055920 swapFree=4180384/4192956
[pid=11163] ppid=11161 vsize=838836 CPUtime=89.11
/proc/11163/stat : 11163 (java) S 11161 11163 11019 0 -1 0 417879 0 1 0 8725 186 0 0 18 0 12 0 1533797319 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11163/statm: 209709 178989 1366 9 0 207071 0
[pid=11163/tid=11165] ppid=11161 vsize=838836 CPUtime=14.45
/proc/11163/task/11165/stat : 11165 (java) S 11161 11163 11019 0 -1 64 23176 0 1 0 1431 14 0 0 17 0 12 0 1533797321 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11166] ppid=11161 vsize=838836 CPUtime=10.09
/proc/11163/task/11166/stat : 11166 (java) S 11161 11163 11019 0 -1 64 128770 0 0 0 957 52 0 0 16 0 12 0 1533797321 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11167] ppid=11161 vsize=838836 CPUtime=1.99
/proc/11163/task/11167/stat : 11167 (java) S 11161 11163 11019 0 -1 64 24979 0 0 0 188 11 0 0 19 0 12 0 1533797321 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11168] ppid=11161 vsize=838836 CPUtime=61.25
/proc/11163/task/11168/stat : 11168 (java) R 11161 11163 11019 0 -1 64 235493 0 0 0 6021 104 0 0 25 0 12 0 1533797323 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11169] ppid=11161 vsize=838836 CPUtime=0
/proc/11163/task/11169/stat : 11169 (java) S 11161 11163 11019 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1533797324 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11170] ppid=11161 vsize=838836 CPUtime=0
/proc/11163/task/11170/stat : 11170 (java) S 11161 11163 11019 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1533797324 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11163/tid=11171] ppid=11161 vsize=838836 CPUtime=0
/proc/11163/task/11171/stat : 11171 (java) S 11161 11163 11019 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1533797328 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11172] ppid=11161 vsize=838836 CPUtime=0.7
/proc/11163/task/11172/stat : 11172 (java) S 11161 11163 11019 0 -1 64 3218 0 0 0 70 0 0 0 16 0 12 0 1533797328 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11173] ppid=11161 vsize=838836 CPUtime=0.55
/proc/11163/task/11173/stat : 11173 (java) S 11161 11163 11019 0 -1 64 1483 0 0 0 55 0 0 0 16 0 12 0 1533797328 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11174] ppid=11161 vsize=838836 CPUtime=0
/proc/11163/task/11174/stat : 11174 (java) S 11161 11163 11019 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1533797328 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11175] ppid=11161 vsize=838836 CPUtime=0
/proc/11163/task/11175/stat : 11175 (java) S 11161 11163 11019 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1533797328 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 89.11
Current children cumulated vsize (KiB) 838836

[startup+89.5027 s]
/proc/loadavg: 2.48 2.20 1.80 3/93 11177
/proc/meminfo: memFree=928848/2055920 swapFree=4180384/4192956
[pid=11163] ppid=11161 vsize=838836 CPUtime=89.9
/proc/11163/stat : 11163 (java) S 11161 11163 11019 0 -1 0 417879 0 1 0 8804 186 0 0 18 0 12 0 1533797319 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11163/statm: 209709 178989 1366 9 0 207071 0
[pid=11163/tid=11165] ppid=11161 vsize=838836 CPUtime=14.45
/proc/11163/task/11165/stat : 11165 (java) S 11161 11163 11019 0 -1 64 23176 0 1 0 1431 14 0 0 17 0 12 0 1533797321 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11166] ppid=11161 vsize=838836 CPUtime=10.09
/proc/11163/task/11166/stat : 11166 (java) S 11161 11163 11019 0 -1 64 128770 0 0 0 957 52 0 0 16 0 12 0 1533797321 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11167] ppid=11161 vsize=838836 CPUtime=1.99
/proc/11163/task/11167/stat : 11167 (java) S 11161 11163 11019 0 -1 64 24979 0 0 0 188 11 0 0 19 0 12 0 1533797321 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11168] ppid=11161 vsize=838836 CPUtime=62.04
/proc/11163/task/11168/stat : 11168 (java) R 11161 11163 11019 0 -1 64 235493 0 0 0 6100 104 0 0 25 0 12 0 1533797323 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 106123538 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11169] ppid=11161 vsize=838836 CPUtime=0
/proc/11163/task/11169/stat : 11169 (java) S 11161 11163 11019 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1533797324 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11170] ppid=11161 vsize=838836 CPUtime=0
/proc/11163/task/11170/stat : 11170 (java) S 11161 11163 11019 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1533797324 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11163/tid=11171] ppid=11161 vsize=838836 CPUtime=0
/proc/11163/task/11171/stat : 11171 (java) S 11161 11163 11019 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1533797328 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11172] ppid=11161 vsize=838836 CPUtime=0.7
/proc/11163/task/11172/stat : 11172 (java) S 11161 11163 11019 0 -1 64 3218 0 0 0 70 0 0 0 16 0 12 0 1533797328 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11173] ppid=11161 vsize=838836 CPUtime=0.55
/proc/11163/task/11173/stat : 11173 (java) S 11161 11163 11019 0 -1 64 1483 0 0 0 55 0 0 0 16 0 12 0 1533797328 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11174] ppid=11161 vsize=838836 CPUtime=0
/proc/11163/task/11174/stat : 11174 (java) S 11161 11163 11019 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1533797328 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11175] ppid=11161 vsize=838836 CPUtime=0
/proc/11163/task/11175/stat : 11175 (java) S 11161 11163 11019 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1533797328 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 89.9
Current children cumulated vsize (KiB) 838836

[startup+89.7027 s]
/proc/loadavg: 2.48 2.20 1.80 3/93 11177
/proc/meminfo: memFree=928848/2055920 swapFree=4180384/4192956
[pid=11163] ppid=11161 vsize=838836 CPUtime=90.1
/proc/11163/stat : 11163 (java) S 11161 11163 11019 0 -1 0 417879 0 1 0 8824 186 0 0 18 0 12 0 1533797319 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11163/statm: 209709 178989 1366 9 0 207071 0
[pid=11163/tid=11165] ppid=11161 vsize=838836 CPUtime=14.45
/proc/11163/task/11165/stat : 11165 (java) S 11161 11163 11019 0 -1 64 23176 0 1 0 1431 14 0 0 17 0 12 0 1533797321 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11166] ppid=11161 vsize=838836 CPUtime=10.09
/proc/11163/task/11166/stat : 11166 (java) S 11161 11163 11019 0 -1 64 128770 0 0 0 957 52 0 0 16 0 12 0 1533797321 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11167] ppid=11161 vsize=838836 CPUtime=1.99
/proc/11163/task/11167/stat : 11167 (java) S 11161 11163 11019 0 -1 64 24979 0 0 0 188 11 0 0 19 0 12 0 1533797321 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11168] ppid=11161 vsize=838836 CPUtime=62.24
/proc/11163/task/11168/stat : 11168 (java) R 11161 11163 11019 0 -1 64 235493 0 0 0 6120 104 0 0 25 0 12 0 1533797323 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 105678347 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11169] ppid=11161 vsize=838836 CPUtime=0
/proc/11163/task/11169/stat : 11169 (java) S 11161 11163 11019 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1533797324 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11170] ppid=11161 vsize=838836 CPUtime=0
/proc/11163/task/11170/stat : 11170 (java) S 11161 11163 11019 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1533797324 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11163/tid=11171] ppid=11161 vsize=838836 CPUtime=0
/proc/11163/task/11171/stat : 11171 (java) S 11161 11163 11019 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1533797328 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11172] ppid=11161 vsize=838836 CPUtime=0.7
/proc/11163/task/11172/stat : 11172 (java) S 11161 11163 11019 0 -1 64 3218 0 0 0 70 0 0 0 16 0 12 0 1533797328 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11173] ppid=11161 vsize=838836 CPUtime=0.55
/proc/11163/task/11173/stat : 11173 (java) S 11161 11163 11019 0 -1 64 1483 0 0 0 55 0 0 0 16 0 12 0 1533797328 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11174] ppid=11161 vsize=838836 CPUtime=0
/proc/11163/task/11174/stat : 11174 (java) S 11161 11163 11019 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1533797328 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11163/tid=11175] ppid=11161 vsize=838836 CPUtime=0
/proc/11163/task/11175/stat : 11175 (java) S 11161 11163 11019 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1533797328 858968064 178989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 90.1
Current children cumulated vsize (KiB) 838836

[startup+89.8023 s]
/proc/loadavg: 2.48 2.20 1.80 3/93 11177
/proc/meminfo: memFree=928848/2055920 swapFree=4180384/4192956
[pid=11163] ppid=11161 vsize=0 CPUtime=90.18
/proc/11163/stat : 11163 (java) Z 11161 11163 11019 0 -1 12 417893 0 1 0 8828 190 0 0 16 0 2 0 1533797319 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11163/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 90.18
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 89.8713
CPU time (s): 90.2563
CPU user time (s): 88.2806
CPU system time (s): 1.9757
CPU usage (%): 100.428
Max. virtual memory (cumulated for all children) (KiB): 870840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 88.2806
system time used= 1.9757
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 417893
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= 2756
involuntary context switches= 5043

runsolver used 0.113982 second user time and 0.312952 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-03 01:28:25
IDJOB=1047694
IDBENCH=54158
IDSOLVER=344
FILE ID=node55/1047694-1215041305
PBS_JOBID= 7875066
Free space on /tmp= 66536 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-27_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-1047694-1215041305/watcher-1047694-1215041305 -o /tmp/evaluation-result-1047694-1215041305/solver-1047694-1215041305 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1047694-1215041305.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 51d18c772f592c5c82271f288223965a
RANDOM SEED=1540363877

node55.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.261
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.261
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:       1695304 kB
Buffers:         33852 kB
Cached:         176364 kB
SwapCached:       6432 kB
Active:         214484 kB
Inactive:        83640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1695304 kB
SwapTotal:     4192956 kB
SwapFree:      4180384 kB
Dirty:           12208 kB
Writeback:           0 kB
Mapped:         101724 kB
Slab:            47608 kB
Committed_AS:  3667844 kB
PageTables:       1968 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= 66484 MiB
End job on node55 at 2008-07-03 01:29:55