Trace number 1066341

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? 80.8097 78.7364

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg14-18_ext.xml
MD5SUMc0baf5847a68922bc777c70882c5468b
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 benchmark0.024995
Satisfiable
(Un)Satisfiability was proved
Number of variables252
Number of constraints32
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension32
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1066341-1215147699/watcher-1066341-1215147699 -o /tmp/evaluation-result-1066341-1215147699/solver-1066341-1215147699 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1066341-1215147699.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.99 1.98 1.99 4/73 23776
/proc/meminfo: memFree=1805984/2055920 swapFree=4097880/4192956
[pid=23776] ppid=23774 vsize=18572 CPUtime=0
/proc/23776/stat : 23776 (runsolver) R 23774 23776 21536 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1544442048 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 268213742887 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/23776/statm: 4643 292 257 25 0 2626 0

[startup+0.051591 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 23776
/proc/meminfo: memFree=1805984/2055920 swapFree=4097880/4192956
[pid=23776] ppid=23774 vsize=13012 CPUtime=0
/proc/23776/stat : 23776 (java) D 23774 23776 21536 0 -1 0 389 0 16 0 0 0 0 0 18 0 1 0 1544442048 13324288 206 996147200 134512640 134550740 4294956032 18446744073709551615 9245482 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/23776/statm: 3253 206 136 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13012

[startup+0.102633 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 23776
/proc/meminfo: memFree=1805984/2055920 swapFree=4097880/4192956
[pid=23776] ppid=23774 vsize=800744 CPUtime=0.02
/proc/23776/stat : 23776 (java) S 23774 23776 21536 0 -1 0 2362 0 30 0 1 1 0 0 18 0 4 0 1544442048 819961856 2129 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/23776/statm: 200186 2129 912 9 0 197569 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800744

[startup+0.301633 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 23776
/proc/meminfo: memFree=1805984/2055920 swapFree=4097880/4192956
[pid=23776] ppid=23774 vsize=808212 CPUtime=0.2
/proc/23776/stat : 23776 (java) S 23774 23776 21536 0 -1 0 4460 0 30 0 17 3 0 0 18 0 12 0 1544442048 827609088 3816 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23776/statm: 202053 3816 1293 9 0 199422 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 808212

[startup+0.701669 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 23776
/proc/meminfo: memFree=1805984/2055920 swapFree=4097880/4192956
[pid=23776] ppid=23774 vsize=808356 CPUtime=0.53
/proc/23776/stat : 23776 (java) S 23774 23776 21536 0 -1 0 5904 0 30 0 47 6 0 0 18 0 12 0 1544442048 827756544 5080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23776/statm: 202089 5080 1321 9 0 199451 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 808356

[startup+1.50176 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 23788
/proc/meminfo: memFree=1779008/2055920 swapFree=4097880/4192956
[pid=23776] ppid=23774 vsize=808240 CPUtime=1.3
/proc/23776/stat : 23776 (java) S 23774 23776 21536 0 -1 0 7762 0 30 0 122 8 0 0 18 0 12 0 1544442048 827637760 6159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23776/statm: 202060 6159 1348 9 0 199422 0
[pid=23776/tid=23778] ppid=23774 vsize=808240 CPUtime=0.61
/proc/23776/task/23778/stat : 23778 (java) R 23774 23776 21536 0 -1 64 4435 0 1 0 55 6 0 0 18 0 12 0 1544442055 827637760 6159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23779] ppid=23774 vsize=808240 CPUtime=0
/proc/23776/task/23779/stat : 23779 (java) S 23774 23776 21536 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1544442056 827637760 6159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23780] ppid=23774 vsize=808240 CPUtime=0
/proc/23776/task/23780/stat : 23780 (java) S 23774 23776 21536 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1544442056 827637760 6159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23781] ppid=23774 vsize=808240 CPUtime=0
/proc/23776/task/23781/stat : 23781 (java) S 23774 23776 21536 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1544442059 827637760 6159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23782] ppid=23774 vsize=808240 CPUtime=0
/proc/23776/task/23782/stat : 23782 (java) S 23774 23776 21536 0 -1 64 9 0 0 0 0 0 0 0 19 0 12 0 1544442059 827637760 6159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23783] ppid=23774 vsize=808240 CPUtime=0
/proc/23776/task/23783/stat : 23783 (java) S 23774 23776 21536 0 -1 64 5 0 0 0 0 0 0 0 20 0 12 0 1544442059 827637760 6159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23784] ppid=23774 vsize=808240 CPUtime=0
/proc/23776/task/23784/stat : 23784 (java) S 23774 23776 21536 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1544442066 827637760 6159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23785] ppid=23774 vsize=808240 CPUtime=0.19
/proc/23776/task/23785/stat : 23785 (java) S 23774 23776 21536 0 -1 64 396 0 0 0 19 0 0 0 16 0 12 0 1544442066 827637760 6159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23786] ppid=23774 vsize=808240 CPUtime=0.47
/proc/23776/task/23786/stat : 23786 (java) R 23774 23776 21536 0 -1 64 2197 0 0 0 47 0 0 0 16 0 12 0 1544442066 827637760 6159 996147200 134512640 134550740 4294956032 18446744073709551615 106223711 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23787] ppid=23774 vsize=808240 CPUtime=0
/proc/23776/task/23787/stat : 23787 (java) S 23774 23776 21536 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1544442066 827637760 6159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23788] ppid=23774 vsize=808240 CPUtime=0
/proc/23776/task/23788/stat : 23788 (java) S 23774 23776 21536 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1544442066 827637760 6159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 808240

[startup+3.10293 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 23788
/proc/meminfo: memFree=1762112/2055920 swapFree=4097880/4192956
[pid=23776] ppid=23774 vsize=814952 CPUtime=3.09
/proc/23776/stat : 23776 (java) S 23774 23776 21536 0 -1 0 34364 0 30 0 288 21 0 0 18 0 12 0 1544442048 834510848 30892 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23776/statm: 203738 30892 1359 9 0 201100 0
[pid=23776/tid=23778] ppid=23774 vsize=814952 CPUtime=1.55
/proc/23776/task/23778/stat : 23778 (java) R 23774 23776 21536 0 -1 64 16967 0 1 0 143 12 0 0 17 0 12 0 1544442055 834510848 30892 996147200 134512640 134550740 4294956032 18446744073709551615 4109672491 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23779] ppid=23774 vsize=814952 CPUtime=0.26
/proc/23776/task/23779/stat : 23779 (java) R 23774 23776 21536 0 -1 64 5865 0 0 0 24 2 0 0 19 0 12 0 1544442056 834510848 30892 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23780] ppid=23774 vsize=814952 CPUtime=0.24
/proc/23776/task/23780/stat : 23780 (java) S 23774 23776 21536 0 -1 64 6861 0 0 0 21 3 0 0 19 0 12 0 1544442056 834510848 30892 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23781] ppid=23774 vsize=814952 CPUtime=0
/proc/23776/task/23781/stat : 23781 (java) S 23774 23776 21536 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1544442059 834510848 30892 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23782] ppid=23774 vsize=814952 CPUtime=0
/proc/23776/task/23782/stat : 23782 (java) S 23774 23776 21536 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1544442059 834510848 30892 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23783] ppid=23774 vsize=814952 CPUtime=0
/proc/23776/task/23783/stat : 23783 (java) S 23774 23776 21536 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1544442059 834510848 30892 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23784] ppid=23774 vsize=814952 CPUtime=0
/proc/23776/task/23784/stat : 23784 (java) S 23774 23776 21536 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1544442066 834510848 30892 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23785] ppid=23774 vsize=814952 CPUtime=0.3
/proc/23776/task/23785/stat : 23785 (java) S 23774 23776 21536 0 -1 64 413 0 0 0 30 0 0 0 16 0 12 0 1544442066 834510848 30892 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23786] ppid=23774 vsize=814952 CPUtime=0.69
/proc/23776/task/23786/stat : 23786 (java) S 23774 23776 21536 0 -1 64 3495 0 0 0 68 1 0 0 16 0 12 0 1544442066 834510848 30892 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23787] ppid=23774 vsize=814952 CPUtime=0
/proc/23776/task/23787/stat : 23787 (java) S 23774 23776 21536 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1544442066 834510848 30892 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23788] ppid=23774 vsize=814952 CPUtime=0
/proc/23776/task/23788/stat : 23788 (java) S 23774 23776 21536 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1544442066 834510848 30892 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 814952

[startup+6.30232 s]
/proc/loadavg: 2.07 2.00 2.00 3/85 23788
/proc/meminfo: memFree=1574848/2055920 swapFree=4097880/4192956
[pid=23776] ppid=23774 vsize=819656 CPUtime=7.34
/proc/23776/stat : 23776 (java) S 23774 23776 21536 0 -1 0 83120 0 30 0 692 42 0 0 18 0 12 0 1544442048 839327744 67271 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23776/statm: 204914 67271 1359 9 0 202276 0
[pid=23776/tid=23778] ppid=23774 vsize=819656 CPUtime=3.34
/proc/23776/task/23778/stat : 23778 (java) S 23774 23776 21536 0 -1 64 16971 0 1 0 322 12 0 0 25 0 12 0 1544442055 839327744 67271 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23779] ppid=23774 vsize=819656 CPUtime=1.48
/proc/23776/task/23779/stat : 23779 (java) R 23774 23776 21536 0 -1 64 30242 0 0 0 134 14 0 0 19 0 12 0 1544442056 839327744 67271 996147200 134512640 134550740 4294956032 18446744073709551615 106157896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23780] ppid=23774 vsize=819656 CPUtime=1.47
/proc/23776/task/23780/stat : 23780 (java) R 23774 23776 21536 0 -1 64 31236 0 0 0 135 12 0 0 19 0 12 0 1544442056 839327744 67271 996147200 134512640 134550740 4294956032 18446744073709551615 106158028 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23781] ppid=23774 vsize=819656 CPUtime=0
/proc/23776/task/23781/stat : 23781 (java) S 23774 23776 21536 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1544442059 839327744 67271 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23782] ppid=23774 vsize=819656 CPUtime=0
/proc/23776/task/23782/stat : 23782 (java) S 23774 23776 21536 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1544442059 839327744 67271 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23783] ppid=23774 vsize=819656 CPUtime=0
/proc/23776/task/23783/stat : 23783 (java) S 23774 23776 21536 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1544442059 839327744 67271 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23784] ppid=23774 vsize=819656 CPUtime=0
/proc/23776/task/23784/stat : 23784 (java) S 23774 23776 21536 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1544442066 839327744 67271 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23785] ppid=23774 vsize=819656 CPUtime=0.3
/proc/23776/task/23785/stat : 23785 (java) S 23774 23776 21536 0 -1 64 413 0 0 0 30 0 0 0 16 0 12 0 1544442066 839327744 67271 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23786] ppid=23774 vsize=819656 CPUtime=0.69
/proc/23776/task/23786/stat : 23786 (java) S 23774 23776 21536 0 -1 64 3495 0 0 0 68 1 0 0 16 0 12 0 1544442066 839327744 67271 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23787] ppid=23774 vsize=819656 CPUtime=0
/proc/23776/task/23787/stat : 23787 (java) S 23774 23776 21536 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1544442066 839327744 67271 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23788] ppid=23774 vsize=819656 CPUtime=0
/proc/23776/task/23788/stat : 23788 (java) S 23774 23776 21536 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1544442066 839327744 67271 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.34
Current children cumulated vsize (KiB) 819656

[startup+12.703 s]
/proc/loadavg: 2.15 2.02 2.01 6/85 23788
/proc/meminfo: memFree=1283648/2055920 swapFree=4097880/4192956
[pid=23776] ppid=23774 vsize=829896 CPUtime=14.87
/proc/23776/stat : 23776 (java) S 23774 23776 21536 0 -1 0 157957 0 30 0 1412 75 0 0 18 0 12 0 1544442048 849813504 135479 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23776/statm: 207474 135479 1359 9 0 204836 0
[pid=23776/tid=23778] ppid=23774 vsize=829896 CPUtime=6.54
/proc/23776/task/23778/stat : 23778 (java) R 23774 23776 21536 0 -1 64 35411 0 1 0 633 21 0 0 17 0 12 0 1544442055 849813504 135479 996147200 134512640 134550740 4294956032 18446744073709551615 4109605008 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23779] ppid=23774 vsize=829896 CPUtime=2.94
/proc/23776/task/23779/stat : 23779 (java) S 23774 23776 21536 0 -1 64 52211 0 0 0 271 23 0 0 18 0 12 0 1544442056 849813504 135479 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23780] ppid=23774 vsize=829896 CPUtime=4.34
/proc/23776/task/23780/stat : 23780 (java) R 23774 23776 21536 0 -1 64 65664 0 0 0 406 28 0 0 21 0 12 0 1544442056 849813504 135479 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23781] ppid=23774 vsize=829896 CPUtime=0
/proc/23776/task/23781/stat : 23781 (java) S 23774 23776 21536 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1544442059 849813504 135479 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23782] ppid=23774 vsize=829896 CPUtime=0
/proc/23776/task/23782/stat : 23782 (java) S 23774 23776 21536 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1544442059 849813504 135479 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23783] ppid=23774 vsize=829896 CPUtime=0
/proc/23776/task/23783/stat : 23783 (java) S 23774 23776 21536 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1544442059 849813504 135479 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23784] ppid=23774 vsize=829896 CPUtime=0
/proc/23776/task/23784/stat : 23784 (java) S 23774 23776 21536 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1544442066 849813504 135479 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23785] ppid=23774 vsize=829896 CPUtime=0.3
/proc/23776/task/23785/stat : 23785 (java) S 23774 23776 21536 0 -1 64 413 0 0 0 30 0 0 0 16 0 12 0 1544442066 849813504 135479 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23786] ppid=23774 vsize=829896 CPUtime=0.69
/proc/23776/task/23786/stat : 23786 (java) S 23774 23776 21536 0 -1 64 3495 0 0 0 68 1 0 0 16 0 12 0 1544442066 849813504 135479 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23787] ppid=23774 vsize=829896 CPUtime=0
/proc/23776/task/23787/stat : 23787 (java) S 23774 23776 21536 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1544442066 849813504 135479 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23788] ppid=23774 vsize=829896 CPUtime=0
/proc/23776/task/23788/stat : 23788 (java) S 23774 23776 21536 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1544442066 849813504 135479 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.87
Current children cumulated vsize (KiB) 829896

[startup+25.5025 s]
/proc/loadavg: 2.33 2.06 2.02 4/85 23788
/proc/meminfo: memFree=1093120/2055920 swapFree=4097880/4192956
[pid=23776] ppid=23774 vsize=835904 CPUtime=27.65
/proc/23776/stat : 23776 (java) S 23774 23776 21536 0 -1 0 246706 0 30 0 2654 111 0 0 18 0 12 0 1544442048 855965696 177704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23776/statm: 208976 177709 1363 9 0 206338 0
[pid=23776/tid=23778] ppid=23774 vsize=835904 CPUtime=9.85
/proc/23776/task/23778/stat : 23778 (java) S 23774 23776 21536 0 -1 64 35420 0 1 0 964 21 0 0 18 0 12 0 1544442055 855965696 177714 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23779] ppid=23774 vsize=835904 CPUtime=4.67
/proc/23776/task/23779/stat : 23779 (java) S 23774 23776 21536 0 -1 64 79192 0 0 0 432 35 0 0 16 0 12 0 1544442056 855965696 177720 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23780] ppid=23774 vsize=835904 CPUtime=5.11
/proc/23776/task/23780/stat : 23780 (java) S 23774 23776 21536 0 -1 64 70877 0 0 0 481 30 0 0 18 0 12 0 1544442056 855965696 177729 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23781] ppid=23774 vsize=835904 CPUtime=6.99
/proc/23776/task/23781/stat : 23781 (java) R 23774 23776 21536 0 -1 64 56608 0 0 0 677 22 0 0 25 0 12 0 1544442059 855965696 177736 996147200 134512640 134550740 4294956032 18446744073709551615 103550884 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23782] ppid=23774 vsize=835904 CPUtime=0
/proc/23776/task/23782/stat : 23782 (java) S 23774 23776 21536 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1544442059 855965696 177744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23783] ppid=23774 vsize=835904 CPUtime=0
/proc/23776/task/23783/stat : 23783 (java) S 23774 23776 21536 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1544442059 855965696 177752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23784] ppid=23774 vsize=835904 CPUtime=0
/proc/23776/task/23784/stat : 23784 (java) S 23774 23776 21536 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1544442066 855965696 177761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+70.3015 s]
/proc/loadavg: 2.23 2.07 2.02 3/85 23788
/proc/meminfo: memFree=1084992/2055920 swapFree=4097880/4192956
[pid=23776] ppid=23774 vsize=837900 CPUtime=72.41
/proc/23776/stat : 23776 (java) S 23774 23776 21536 0 -1 0 528331 0 30 0 7013 228 0 0 18 0 12 0 1544442048 858009600 178724 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23776/statm: 209475 178724 1364 9 0 206837 0
[pid=23776/tid=23778] ppid=23774 vsize=837900 CPUtime=10.21
/proc/23776/task/23778/stat : 23778 (java) S 23774 23776 21536 0 -1 64 35434 0 1 0 1000 21 0 0 17 0 12 0 1544442055 858009600 178724 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23779] ppid=23774 vsize=837900 CPUtime=4.67
/proc/23776/task/23779/stat : 23779 (java) S 23774 23776 21536 0 -1 64 79192 0 0 0 432 35 0 0 16 0 12 0 1544442056 858009600 178724 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23780] ppid=23774 vsize=837900 CPUtime=5.11
/proc/23776/task/23780/stat : 23780 (java) S 23774 23776 21536 0 -1 64 70877 0 0 0 481 30 0 0 18 0 12 0 1544442056 858009600 178724 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23781] ppid=23774 vsize=837900 CPUtime=51.39
/proc/23776/task/23781/stat : 23781 (java) R 23774 23776 21536 0 -1 64 338187 0 0 0 5000 139 0 0 25 0 12 0 1544442059 858009600 178724 996147200 134512640 134550740 4294956032 18446744073709551615 104126444 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23782] ppid=23774 vsize=837900 CPUtime=0
/proc/23776/task/23782/stat : 23782 (java) S 23774 23776 21536 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1544442059 858009600 178724 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23783] ppid=23774 vsize=837900 CPUtime=0
/proc/23776/task/23783/stat : 23783 (java) S 23774 23776 21536 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1544442059 858009600 178724 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23784] ppid=23774 vsize=837900 CPUtime=0
/proc/23776/task/23784/stat : 23784 (java) S 23774 23776 21536 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1544442066 858009600 178724 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23785] ppid=23774 vsize=837900 CPUtime=0.3
/proc/23776/task/23785/stat : 23785 (java) S 23774 23776 21536 0 -1 64 413 0 0 0 30 0 0 0 16 0 12 0 1544442066 858009600 178724 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23786] ppid=23774 vsize=837900 CPUtime=0.69
/proc/23776/task/23786/stat : 23786 (java) S 23774 23776 21536 0 -1 64 3495 0 0 0 68 1 0 0 16 0 12 0 1544442066 858009600 178724 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23787] ppid=23774 vsize=837900 CPUtime=0
/proc/23776/task/23787/stat : 23787 (java) S 23774 23776 21536 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1544442066 858009600 178724 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23788] ppid=23774 vsize=837900 CPUtime=0
/proc/23776/task/23788/stat : 23788 (java) S 23774 23776 21536 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1544442066 858009600 178724 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 72.41
Current children cumulated vsize (KiB) 837900

[startup+73.5029 s]
/proc/loadavg: 2.23 2.07 2.02 3/85 23788
/proc/meminfo: memFree=1060928/2055920 swapFree=4097880/4192956
[pid=23776] ppid=23774 vsize=878228 CPUtime=75.6
/proc/23776/stat : 23776 (java) S 23774 23776 21536 0 -1 0 553127 0 30 0 7323 237 0 0 18 0 13 0 1544442048 899305472 186013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23776/statm: 219557 186021 1364 9 0 216919 0
[pid=23776/tid=23778] ppid=23774 vsize=878228 CPUtime=10.21
/proc/23776/task/23778/stat : 23778 (java) S 23774 23776 21536 0 -1 64 35439 0 1 0 1000 21 0 0 18 0 13 0 1544442055 899305472 186025 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23779] ppid=23774 vsize=878228 CPUtime=4.67
/proc/23776/task/23779/stat : 23779 (java) S 23774 23776 21536 0 -1 64 79192 0 0 0 432 35 0 0 16 0 13 0 1544442056 899305472 186034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23780] ppid=23774 vsize=878228 CPUtime=5.11
/proc/23776/task/23780/stat : 23780 (java) S 23774 23776 21536 0 -1 64 70877 0 0 0 481 30 0 0 18 0 13 0 1544442056 899305472 186041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23781] ppid=23774 vsize=878228 CPUtime=54.58
/proc/23776/task/23781/stat : 23781 (java) R 23774 23776 21536 0 -1 64 363010 0 0 0 5309 149 0 0 25 0 13 0 1544442059 899305472 186049 996147200 134512640 134550740 4294956032 18446744073709551615 103550884 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23782] ppid=23774 vsize=878228 CPUtime=0
/proc/23776/task/23782/stat : 23782 (java) S 23774 23776 21536 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1544442059 899305472 186056 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23783] ppid=23774 vsize=878228 CPUtime=0
/proc/23776/task/23783/stat : 23783 (java) S 23774 23776 21536 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1544442059 899305472 186064 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23784] ppid=23774 vsize=878228 CPUtime=0
/proc/23776/task/23784/stat : 23784 (java) S 23774 23776 21536 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1544442066 899305472 186072 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23785] ppid=23774 vsize=878228 CPUtime=0.3
/proc/23776/task/23785/stat : 23785 (java) S 23774 23776 21536 0 -1 64 413 0 0 0 30 0 0 0 16 0 13 0 1544442066 899305472 186079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23786] ppid=23774 vsize=878228 CPUtime=0.69
/proc/23776/task/23786/stat : 23786 (java) S 23774 23776 21536 0 -1 64 3495 0 0 0 68 1 0 0 16 0 13 0 1544442066 899305472 186088 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23787] ppid=23774 vsize=878228 CPUtime=0
/proc/23776/task/23787/stat : 23787 (java) S 23774 23776 21536 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1544442066 899305472 186096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23788] ppid=23774 vsize=878228 CPUtime=0
/proc/23776/task/23788/stat : 23788 (java) S 23774 23776 21536 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1544442066 899305472 186104 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.6
Current children cumulated vsize (KiB) 878228

[startup+76.7023 s]
/proc/loadavg: 2.21 2.07 2.02 3/86 23789
/proc/meminfo: memFree=1076920/2055920 swapFree=4097880/4192956
[pid=23776] ppid=23774 vsize=862224 CPUtime=78.79
/proc/23776/stat : 23776 (java) S 23774 23776 21536 0 -1 0 571352 0 30 0 7634 245 0 0 18 0 13 0 1544442048 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23776/statm: 215556 184732 1364 9 0 212918 0
[pid=23776/tid=23778] ppid=23774 vsize=862224 CPUtime=10.21
/proc/23776/task/23778/stat : 23778 (java) S 23774 23776 21536 0 -1 64 35439 0 1 0 1000 21 0 0 18 0 13 0 1544442055 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23779] ppid=23774 vsize=862224 CPUtime=4.67
/proc/23776/task/23779/stat : 23779 (java) S 23774 23776 21536 0 -1 64 79192 0 0 0 432 35 0 0 16 0 13 0 1544442056 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23780] ppid=23774 vsize=862224 CPUtime=5.11
/proc/23776/task/23780/stat : 23780 (java) S 23774 23776 21536 0 -1 64 70877 0 0 0 481 30 0 0 18 0 13 0 1544442056 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23781] ppid=23774 vsize=862224 CPUtime=57.77
/proc/23776/task/23781/stat : 23781 (java) R 23774 23776 21536 0 -1 64 381199 0 0 0 5620 157 0 0 25 0 13 0 1544442059 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 106122355 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23782] ppid=23774 vsize=862224 CPUtime=0
/proc/23776/task/23782/stat : 23782 (java) S 23774 23776 21536 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1544442059 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23783] ppid=23774 vsize=862224 CPUtime=0
/proc/23776/task/23783/stat : 23783 (java) S 23774 23776 21536 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1544442059 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23784] ppid=23774 vsize=862224 CPUtime=0
/proc/23776/task/23784/stat : 23784 (java) S 23774 23776 21536 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1544442066 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23785] ppid=23774 vsize=862224 CPUtime=0.3
/proc/23776/task/23785/stat : 23785 (java) S 23774 23776 21536 0 -1 64 413 0 0 0 30 0 0 0 16 0 13 0 1544442066 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23786] ppid=23774 vsize=862224 CPUtime=0.69
/proc/23776/task/23786/stat : 23786 (java) S 23774 23776 21536 0 -1 64 3495 0 0 0 68 1 0 0 16 0 13 0 1544442066 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23787] ppid=23774 vsize=862224 CPUtime=0
/proc/23776/task/23787/stat : 23787 (java) S 23774 23776 21536 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1544442066 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23788] ppid=23774 vsize=862224 CPUtime=0
/proc/23776/task/23788/stat : 23788 (java) S 23774 23776 21536 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1544442066 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23789] ppid=23774 vsize=862224 CPUtime=0
/proc/23776/task/23789/stat : 23789 (java) S 23774 23776 21536 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1544449355 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.79
Current children cumulated vsize (KiB) 862224

[startup+77.5014 s]
/proc/loadavg: 2.21 2.07 2.02 3/86 23789
/proc/meminfo: memFree=1060920/2055920 swapFree=4097880/4192956
[pid=23776] ppid=23774 vsize=862224 CPUtime=79.59
/proc/23776/stat : 23776 (java) S 23774 23776 21536 0 -1 0 571352 0 30 0 7714 245 0 0 18 0 13 0 1544442048 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23776/statm: 215556 184732 1364 9 0 212918 0
[pid=23776/tid=23778] ppid=23774 vsize=862224 CPUtime=10.21
/proc/23776/task/23778/stat : 23778 (java) S 23774 23776 21536 0 -1 64 35439 0 1 0 1000 21 0 0 18 0 13 0 1544442055 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23779] ppid=23774 vsize=862224 CPUtime=4.67
/proc/23776/task/23779/stat : 23779 (java) S 23774 23776 21536 0 -1 64 79192 0 0 0 432 35 0 0 16 0 13 0 1544442056 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23780] ppid=23774 vsize=862224 CPUtime=5.11
/proc/23776/task/23780/stat : 23780 (java) S 23774 23776 21536 0 -1 64 70877 0 0 0 481 30 0 0 18 0 13 0 1544442056 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23781] ppid=23774 vsize=862224 CPUtime=58.57
/proc/23776/task/23781/stat : 23781 (java) R 23774 23776 21536 0 -1 64 381199 0 0 0 5700 157 0 0 25 0 13 0 1544442059 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23782] ppid=23774 vsize=862224 CPUtime=0
/proc/23776/task/23782/stat : 23782 (java) S 23774 23776 21536 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1544442059 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23783] ppid=23774 vsize=862224 CPUtime=0
/proc/23776/task/23783/stat : 23783 (java) S 23774 23776 21536 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1544442059 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23784] ppid=23774 vsize=862224 CPUtime=0
/proc/23776/task/23784/stat : 23784 (java) S 23774 23776 21536 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1544442066 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23785] ppid=23774 vsize=862224 CPUtime=0.3
/proc/23776/task/23785/stat : 23785 (java) S 23774 23776 21536 0 -1 64 413 0 0 0 30 0 0 0 16 0 13 0 1544442066 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23786] ppid=23774 vsize=862224 CPUtime=0.69
/proc/23776/task/23786/stat : 23786 (java) S 23774 23776 21536 0 -1 64 3495 0 0 0 68 1 0 0 16 0 13 0 1544442066 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23787] ppid=23774 vsize=862224 CPUtime=0
/proc/23776/task/23787/stat : 23787 (java) S 23774 23776 21536 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1544442066 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23788] ppid=23774 vsize=862224 CPUtime=0
/proc/23776/task/23788/stat : 23788 (java) S 23774 23776 21536 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1544442066 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23789] ppid=23774 vsize=862224 CPUtime=0
/proc/23776/task/23789/stat : 23789 (java) S 23774 23776 21536 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1544449355 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 79.59
Current children cumulated vsize (KiB) 862224

[startup+78.3014 s]
/proc/loadavg: 2.21 2.07 2.02 4/86 23789
/proc/meminfo: memFree=1060920/2055920 swapFree=4097880/4192956
[pid=23776] ppid=23774 vsize=862224 CPUtime=80.39
/proc/23776/stat : 23776 (java) S 23774 23776 21536 0 -1 0 571352 0 30 0 7794 245 0 0 18 0 13 0 1544442048 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23776/statm: 215556 184732 1364 9 0 212918 0
[pid=23776/tid=23778] ppid=23774 vsize=862224 CPUtime=10.21
/proc/23776/task/23778/stat : 23778 (java) S 23774 23776 21536 0 -1 64 35439 0 1 0 1000 21 0 0 18 0 13 0 1544442055 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23779] ppid=23774 vsize=862224 CPUtime=4.67
/proc/23776/task/23779/stat : 23779 (java) S 23774 23776 21536 0 -1 64 79192 0 0 0 432 35 0 0 16 0 13 0 1544442056 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23780] ppid=23774 vsize=862224 CPUtime=5.11
/proc/23776/task/23780/stat : 23780 (java) S 23774 23776 21536 0 -1 64 70877 0 0 0 481 30 0 0 18 0 13 0 1544442056 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23781] ppid=23774 vsize=862224 CPUtime=59.37
/proc/23776/task/23781/stat : 23781 (java) R 23774 23776 21536 0 -1 64 381199 0 0 0 5780 157 0 0 25 0 13 0 1544442059 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23782] ppid=23774 vsize=862224 CPUtime=0
/proc/23776/task/23782/stat : 23782 (java) S 23774 23776 21536 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1544442059 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23783] ppid=23774 vsize=862224 CPUtime=0
/proc/23776/task/23783/stat : 23783 (java) S 23774 23776 21536 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1544442059 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23776/tid=23784] ppid=23774 vsize=862224 CPUtime=0
/proc/23776/task/23784/stat : 23784 (java) S 23774 23776 21536 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1544442066 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23785] ppid=23774 vsize=862224 CPUtime=0.3
/proc/23776/task/23785/stat : 23785 (java) S 23774 23776 21536 0 -1 64 413 0 0 0 30 0 0 0 16 0 13 0 1544442066 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23786] ppid=23774 vsize=862224 CPUtime=0.69
/proc/23776/task/23786/stat : 23786 (java) S 23774 23776 21536 0 -1 64 3495 0 0 0 68 1 0 0 16 0 13 0 1544442066 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23787] ppid=23774 vsize=862224 CPUtime=0
/proc/23776/task/23787/stat : 23787 (java) S 23774 23776 21536 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1544442066 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23788] ppid=23774 vsize=862224 CPUtime=0
/proc/23776/task/23788/stat : 23788 (java) S 23774 23776 21536 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1544442066 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23776/tid=23789] ppid=23774 vsize=862224 CPUtime=0
/proc/23776/task/23789/stat : 23789 (java) S 23774 23776 21536 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1544449355 882917376 184732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 80.39
Current children cumulated vsize (KiB) 862224

[startup+78.7015 s]
/proc/loadavg: 2.21 2.07 2.02 4/86 23789
/proc/meminfo: memFree=1060920/2055920 swapFree=4097880/4192956
[pid=23776] ppid=23774 vsize=0 CPUtime=80.76
/proc/23776/stat : 23776 (java) Z 23774 23776 21536 0 -1 12 571358 0 30 0 7823 253 0 0 16 0 2 0 1544442048 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23776/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 80.76
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 78.7364
CPU time (s): 80.8097
CPU user time (s): 78.2381
CPU system time (s): 2.57161
CPU usage (%): 102.633
Max. virtual memory (cumulated for all children) (KiB): 878228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 78.2381
system time used= 2.57161
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 571358
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2937
involuntary context switches= 1263

runsolver used 0.099984 second user time and 0.271958 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-04 07:01:39
IDJOB=1066341
IDBENCH=55117
IDSOLVER=344
FILE ID=node32/1066341-1215147699
PBS_JOBID= 7877317
Free space on /tmp= 66552 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg14-18_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-1066341-1215147699/watcher-1066341-1215147699 -o /tmp/evaluation-result-1066341-1215147699/solver-1066341-1215147699 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1066341-1215147699.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c0baf5847a68922bc777c70882c5468b
RANDOM SEED=1533521122

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:       1806464 kB
Buffers:         10492 kB
Cached:          61060 kB
SwapCached:      88316 kB
Active:         163180 kB
Inactive:        34540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1806464 kB
SwapTotal:     4192956 kB
SwapFree:      4097880 kB
Dirty:            1240 kB
Writeback:           0 kB
Mapped:         132996 kB
Slab:            36552 kB
Committed_AS:  3226952 kB
PageTables:       2068 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= 66548 MiB
End job on node32 at 2008-07-04 07:02:57