Trace number 1079539

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? 89.1145 87.8547

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg4-8_ext.xml
MD5SUM3cf2f7a773267fe2a6d5499badb3b938
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.00009
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints12
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension12
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1079539-1215210085/watcher-1079539-1215210085 -o /tmp/evaluation-result-1079539-1215210085/solver-1079539-1215210085 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1079539-1215210085.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.05 2.02 3/73 17527
/proc/meminfo: memFree=1780648/2055920 swapFree=4180808/4192956
[pid=17527] ppid=17525 vsize=1804 CPUtime=0
/proc/17527/stat : 17527 (java6) D 17525 17527 16021 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 643942102 1847296 155 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/17527/statm: 451 155 111 9 0 93 0

[startup+0.077421 s]
/proc/loadavg: 2.00 2.05 2.02 3/73 17527
/proc/meminfo: memFree=1780648/2055920 swapFree=4180808/4192956
[pid=17527] ppid=17525 vsize=802236 CPUtime=0.05
/proc/17527/stat : 17527 (java) S 17525 17527 16021 0 -1 0 2795 0 1 0 4 1 0 0 18 0 7 0 643942102 821489664 2530 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/17527/statm: 200559 2530 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.101531 s]
/proc/loadavg: 2.00 2.05 2.02 3/73 17527
/proc/meminfo: memFree=1780648/2055920 swapFree=4180808/4192956
[pid=17527] ppid=17525 vsize=805636 CPUtime=0.08
/proc/17527/stat : 17527 (java) S 17525 17527 16021 0 -1 0 3001 0 1 0 6 2 0 0 18 0 12 0 643942102 824971264 2734 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17527/statm: 201409 2734 1048 9 0 198778 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 805636

[startup+0.30156 s]
/proc/loadavg: 2.00 2.05 2.02 3/73 17527
/proc/meminfo: memFree=1780648/2055920 swapFree=4180808/4192956
[pid=17527] ppid=17525 vsize=809268 CPUtime=0.28
/proc/17527/stat : 17527 (java) S 17525 17527 16021 0 -1 0 4927 0 1 0 25 3 0 0 18 0 12 0 643942102 828690432 4254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17527/statm: 202317 4254 1297 9 0 199686 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 809268

[startup+0.701615 s]
/proc/loadavg: 2.00 2.05 2.02 3/73 17527
/proc/meminfo: memFree=1780648/2055920 swapFree=4180808/4192956
[pid=17527] ppid=17525 vsize=809296 CPUtime=0.68
/proc/17527/stat : 17527 (java) S 17525 17527 16021 0 -1 0 6356 0 1 0 63 5 0 0 18 0 12 0 643942102 828719104 5484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17527/statm: 202324 5484 1335 9 0 199686 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 809296

[startup+1.50274 s]
/proc/loadavg: 2.00 2.05 2.02 3/85 17539
/proc/meminfo: memFree=1761608/2055920 swapFree=4180808/4192956
[pid=17527] ppid=17525 vsize=813240 CPUtime=1.47
/proc/17527/stat : 17527 (java) S 17525 17527 16021 0 -1 0 10169 0 1 0 140 7 0 0 18 0 12 0 643942102 832757760 8198 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17527/statm: 203310 8198 1349 9 0 200672 0
[pid=17527/tid=17529] ppid=17525 vsize=813240 CPUtime=0.65
/proc/17527/task/17529/stat : 17529 (java) R 17525 17527 16021 0 -1 64 5569 0 1 0 61 4 0 0 22 0 12 0 643942103 832757760 8198 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17530] ppid=17525 vsize=813240 CPUtime=0
/proc/17527/task/17530/stat : 17530 (java) S 17525 17527 16021 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 643942104 832757760 8198 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17531] ppid=17525 vsize=813240 CPUtime=0
/proc/17527/task/17531/stat : 17531 (java) S 17525 17527 16021 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 643942104 832757760 8198 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17532] ppid=17525 vsize=813240 CPUtime=0
/proc/17527/task/17532/stat : 17532 (java) S 17525 17527 16021 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 643942106 832757760 8198 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17533] ppid=17525 vsize=813240 CPUtime=0
/proc/17527/task/17533/stat : 17533 (java) S 17525 17527 16021 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 643942107 832757760 8198 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17534] ppid=17525 vsize=813240 CPUtime=0
/proc/17527/task/17534/stat : 17534 (java) S 17525 17527 16021 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 643942107 832757760 8198 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17535] ppid=17525 vsize=813240 CPUtime=0
/proc/17527/task/17535/stat : 17535 (java) S 17525 17527 16021 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 643942111 832757760 8198 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17536] ppid=17525 vsize=813240 CPUtime=0.35
/proc/17527/task/17536/stat : 17536 (java) R 17525 17527 16021 0 -1 64 728 0 0 0 35 0 0 0 16 0 12 0 643942111 832757760 8198 996147200 134512640 134550740 4294956016 18446744073709551615 102524605 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17537] ppid=17525 vsize=813240 CPUtime=0.44
/proc/17527/task/17537/stat : 17537 (java) S 17525 17527 16021 0 -1 64 3105 0 0 0 43 1 0 0 16 0 12 0 643942111 832757760 8198 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17538] ppid=17525 vsize=813240 CPUtime=0
/proc/17527/task/17538/stat : 17538 (java) S 17525 17527 16021 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 643942111 832757760 8198 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17539] ppid=17525 vsize=813240 CPUtime=0
/proc/17527/task/17539/stat : 17539 (java) S 17525 17527 16021 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 643942111 832757760 8198 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 813240

[startup+3.10297 s]
/proc/loadavg: 2.00 2.05 2.02 3/85 17539
/proc/meminfo: memFree=1732936/2055920 swapFree=4180808/4192956
[pid=17527] ppid=17525 vsize=817088 CPUtime=3.17
/proc/17527/stat : 17527 (java) S 17525 17527 16021 0 -1 0 38307 0 1 0 297 20 0 0 18 0 12 0 643942102 836698112 34660 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17527/statm: 204272 34663 1361 9 0 201634 0
[pid=17527/tid=17529] ppid=17525 vsize=817088 CPUtime=1.48
/proc/17527/task/17529/stat : 17529 (java) R 17525 17527 16021 0 -1 64 16974 0 1 0 138 10 0 0 25 0 12 0 643942103 836698112 34665 996147200 134512640 134550740 4294956016 18446744073709551615 105796405 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17530] ppid=17525 vsize=817088 CPUtime=0.28
/proc/17527/task/17530/stat : 17530 (java) R 17525 17527 16021 0 -1 64 8148 0 0 0 25 3 0 0 17 0 12 0 643942104 836698112 34667 996147200 134512640 134550740 4294956016 18446744073709551615 104146064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17531] ppid=17525 vsize=817088 CPUtime=0.26
/proc/17527/task/17531/stat : 17531 (java) R 17525 17527 16021 0 -1 64 7778 0 0 0 22 4 0 0 17 0 12 0 643942104 836698112 34669 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17532] ppid=17525 vsize=817088 CPUtime=0
/proc/17527/task/17532/stat : 17532 (java) S 17525 17527 16021 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 643942106 836698112 34671 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17533] ppid=17525 vsize=817088 CPUtime=0
/proc/17527/task/17533/stat : 17533 (java) S 17525 17527 16021 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 643942107 836698112 34673 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17534] ppid=17525 vsize=817088 CPUtime=0
/proc/17527/task/17534/stat : 17534 (java) S 17525 17527 16021 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 643942107 836698112 34676 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17535] ppid=17525 vsize=817088 CPUtime=0
/proc/17527/task/17535/stat : 17535 (java) S 17525 17527 16021 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 643942111 836698112 34677 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17536] ppid=17525 vsize=817088 CPUtime=0.44
/proc/17527/task/17536/stat : 17536 (java) S 17525 17527 16021 0 -1 64 732 0 0 0 44 0 0 0 16 0 12 0 643942111 836698112 34679 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17537] ppid=17525 vsize=817088 CPUtime=0.68
/proc/17527/task/17537/stat : 17537 (java) S 17525 17527 16021 0 -1 64 3891 0 0 0 67 1 0 0 16 0 12 0 643942111 836698112 34682 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17538] ppid=17525 vsize=817088 CPUtime=0
/proc/17527/task/17538/stat : 17538 (java) S 17525 17527 16021 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 643942111 836698112 34684 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17539] ppid=17525 vsize=817088 CPUtime=0
/proc/17527/task/17539/stat : 17539 (java) S 17525 17527 16021 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 643942111 836698112 34686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 817088

[startup+6.30245 s]
/proc/loadavg: 2.16 2.08 2.03 5/85 17539
/proc/meminfo: memFree=1534280/2055920 swapFree=4180808/4192956
[pid=17527] ppid=17525 vsize=828608 CPUtime=7.43
/proc/17527/stat : 17527 (java) S 17525 17527 16021 0 -1 0 85202 0 1 0 701 42 0 0 18 0 12 0 643942102 848494592 73964 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17527/statm: 207152 73964 1361 9 0 204514 0
[pid=17527/tid=17529] ppid=17525 vsize=828608 CPUtime=2.83
/proc/17527/task/17529/stat : 17529 (java) S 17525 17527 16021 0 -1 64 16979 0 1 0 273 10 0 0 18 0 12 0 643942103 848494592 73964 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17530] ppid=17525 vsize=828608 CPUtime=1.88
/proc/17527/task/17530/stat : 17530 (java) R 17525 17527 16021 0 -1 64 36883 0 0 0 173 15 0 0 21 0 12 0 643942104 848494592 73964 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17531] ppid=17525 vsize=828608 CPUtime=1.55
/proc/17527/task/17531/stat : 17531 (java) R 17525 17527 16021 0 -1 64 25924 0 0 0 142 13 0 0 16 0 12 0 643942104 848494592 73964 996147200 134512640 134550740 4294956016 18446744073709551615 103074474 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17532] ppid=17525 vsize=828608 CPUtime=0
/proc/17527/task/17532/stat : 17532 (java) S 17525 17527 16021 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 643942106 848494592 73964 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17533] ppid=17525 vsize=828608 CPUtime=0
/proc/17527/task/17533/stat : 17533 (java) S 17525 17527 16021 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 643942107 848494592 73964 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17534] ppid=17525 vsize=828608 CPUtime=0
/proc/17527/task/17534/stat : 17534 (java) S 17525 17527 16021 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 643942107 848494592 73964 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17535] ppid=17525 vsize=828608 CPUtime=0
/proc/17527/task/17535/stat : 17535 (java) S 17525 17527 16021 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 643942111 848494592 73964 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17536] ppid=17525 vsize=828608 CPUtime=0.44
/proc/17527/task/17536/stat : 17536 (java) S 17525 17527 16021 0 -1 64 732 0 0 0 44 0 0 0 16 0 12 0 643942111 848494592 73964 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17537] ppid=17525 vsize=828608 CPUtime=0.68
/proc/17527/task/17537/stat : 17537 (java) S 17525 17527 16021 0 -1 64 3891 0 0 0 67 1 0 0 16 0 12 0 643942111 848494592 73964 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17538] ppid=17525 vsize=828608 CPUtime=0
/proc/17527/task/17538/stat : 17538 (java) S 17525 17527 16021 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 643942111 848494592 73964 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17539] ppid=17525 vsize=828608 CPUtime=0
/proc/17527/task/17539/stat : 17539 (java) S 17525 17527 16021 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 643942111 848494592 73964 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 828608

[startup+12.7024 s]
/proc/loadavg: 2.23 2.09 2.04 4/85 17539
/proc/meminfo: memFree=1253576/2055920 swapFree=4180808/4192956
[pid=17527] ppid=17525 vsize=833728 CPUtime=13.82
/proc/17527/stat : 17527 (java) S 17525 17527 16021 0 -1 0 151880 0 1 0 1310 72 0 0 18 0 12 0 643942102 853737472 139349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17527/statm: 208432 139354 1361 9 0 205794 0
[pid=17527/tid=17529] ppid=17525 vsize=833728 CPUtime=5.04
/proc/17527/task/17529/stat : 17529 (java) S 17525 17527 16021 0 -1 64 16991 0 1 0 494 10 0 0 18 0 12 0 643942103 853737472 139356 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17530] ppid=17525 vsize=833728 CPUtime=2.18
/proc/17527/task/17530/stat : 17530 (java) R 17525 17527 16021 0 -1 64 44027 0 0 0 199 19 0 0 24 0 12 0 643942104 853737472 139359 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17531] ppid=17525 vsize=833728 CPUtime=5.45
/proc/17527/task/17531/stat : 17531 (java) R 17525 17527 16021 0 -1 64 85458 0 0 0 505 40 0 0 17 0 12 0 643942104 853737472 139361 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17532] ppid=17525 vsize=833728 CPUtime=0
/proc/17527/task/17532/stat : 17532 (java) S 17525 17527 16021 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 643942106 853737472 139364 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17533] ppid=17525 vsize=833728 CPUtime=0
/proc/17527/task/17533/stat : 17533 (java) S 17525 17527 16021 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 643942107 853737472 139366 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17534] ppid=17525 vsize=833728 CPUtime=0
/proc/17527/task/17534/stat : 17534 (java) S 17525 17527 16021 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 643942107 853737472 139369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17535] ppid=17525 vsize=833728 CPUtime=0
/proc/17527/task/17535/stat : 17535 (java) S 17525 17527 16021 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 643942111 853737472 139371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17536] ppid=17525 vsize=833728 CPUtime=0.44
/proc/17527/task/17536/stat : 17536 (java) S 17525 17527 16021 0 -1 64 732 0 0 0 44 0 0 0 16 0 12 0 643942111 853737472 139374 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17537] ppid=17525 vsize=833728 CPUtime=0.68
/proc/17527/task/17537/stat : 17537 (java) S 17525 17527 16021 0 -1 64 3891 0 0 0 67 1 0 0 16 0 12 0 643942111 853737472 139376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17538] ppid=17525 vsize=833728 CPUtime=0
/proc/17527/task/17538/stat : 17538 (java) S 17525 17527 16021 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 643942111 853737472 139379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17539] ppid=17525 vsize=833728 CPUtime=0
/proc/17527/task/17539/stat : 17539 (java) S 17525 17527 16021 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 643942111 853737472 139381 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.82
Current children cumulated vsize (KiB) 833728

[startup+25.5023 s]
/proc/loadavg: 2.24 2.10 2.04 3/85 17539
/proc/meminfo: memFree=1056968/2055920 swapFree=4180808/4192956
[pid=17527] ppid=17525 vsize=865732 CPUtime=26.81
/proc/17527/stat : 17527 (java) S 17525 17527 16021 0 -1 0 244931 0 1 0 2562 119 0 0 18 0 12 0 643942102 886509568 185372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17527/statm: 216433 185372 1365 9 0 213795 0
[pid=17527/tid=17529] ppid=17525 vsize=865732 CPUtime=6.75
/proc/17527/task/17529/stat : 17529 (java) S 17525 17527 16021 0 -1 64 34347 0 1 0 657 18 0 0 17 0 12 0 643942103 886509568 185372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17530] ppid=17525 vsize=865732 CPUtime=2.4
/proc/17527/task/17530/stat : 17530 (java) S 17525 17527 16021 0 -1 64 44029 0 0 0 221 19 0 0 19 0 12 0 643942104 886509568 185372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17531] ppid=17525 vsize=865732 CPUtime=6.83
/proc/17527/task/17531/stat : 17531 (java) S 17525 17527 16021 0 -1 64 104002 0 0 0 633 50 0 0 18 0 12 0 643942104 886509568 185372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17532] ppid=17525 vsize=865732 CPUtime=9.66
/proc/17527/task/17532/stat : 17532 (java) R 17525 17527 16021 0 -1 64 57166 0 0 0 938 28 0 0 25 0 12 0 643942106 886509568 185372 996147200 134512640 134550740 4294956016 18446744073709551615 104126469 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17533] ppid=17525 vsize=865732 CPUtime=0
/proc/17527/task/17533/stat : 17533 (java) S 17525 17527 16021 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 643942107 886509568 185372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17534] ppid=17525 vsize=865732 CPUtime=0
/proc/17527/task/17534/stat : 17534 (java) S 17525 17527 16021 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 643942107 886509568 185372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17535] ppid=17525 vsize=865732 CPUtime=0
/proc/17527/task/17535/stat : 17535 (java) S 17525 17527 16021 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 643942111 886509568 185372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+83.1028 s]
/proc/loadavg: 2.10 2.08 2.03 3/86 17540
/proc/meminfo: memFree=1055296/2055920 swapFree=4180808/4192956
[pid=17527] ppid=17525 vsize=850056 CPUtime=84.38
/proc/17527/stat : 17527 (java) S 17525 17527 16021 0 -1 0 488557 0 1 0 8193 245 0 0 18 0 13 0 643942102 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17527/statm: 212514 181380 1366 9 0 209876 0
[pid=17527/tid=17529] ppid=17525 vsize=850056 CPUtime=7.05
/proc/17527/task/17529/stat : 17529 (java) S 17525 17527 16021 0 -1 64 34365 0 1 0 687 18 0 0 18 0 13 0 643942103 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17530] ppid=17525 vsize=850056 CPUtime=2.4
/proc/17527/task/17530/stat : 17530 (java) S 17525 17527 16021 0 -1 64 44029 0 0 0 221 19 0 0 19 0 13 0 643942104 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17531] ppid=17525 vsize=850056 CPUtime=6.83
/proc/17527/task/17531/stat : 17531 (java) S 17525 17527 16021 0 -1 64 104002 0 0 0 633 50 0 0 18 0 13 0 643942104 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17532] ppid=17525 vsize=850056 CPUtime=66.93
/proc/17527/task/17532/stat : 17532 (java) R 17525 17527 16021 0 -1 64 300769 0 0 0 6539 154 0 0 25 0 13 0 643942106 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 106123403 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17533] ppid=17525 vsize=850056 CPUtime=0
/proc/17527/task/17533/stat : 17533 (java) S 17525 17527 16021 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 643942107 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17534] ppid=17525 vsize=850056 CPUtime=0
/proc/17527/task/17534/stat : 17534 (java) S 17525 17527 16021 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 643942107 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17535] ppid=17525 vsize=850056 CPUtime=0
/proc/17527/task/17535/stat : 17535 (java) S 17525 17527 16021 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 643942111 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17536] ppid=17525 vsize=850056 CPUtime=0.44
/proc/17527/task/17536/stat : 17536 (java) S 17525 17527 16021 0 -1 64 732 0 0 0 44 0 0 0 16 0 13 0 643942111 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17537] ppid=17525 vsize=850056 CPUtime=0.68
/proc/17527/task/17537/stat : 17537 (java) S 17525 17527 16021 0 -1 64 3891 0 0 0 67 1 0 0 16 0 13 0 643942111 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17538] ppid=17525 vsize=850056 CPUtime=0
/proc/17527/task/17538/stat : 17538 (java) S 17525 17527 16021 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 643942111 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17539] ppid=17525 vsize=850056 CPUtime=0
/proc/17527/task/17539/stat : 17539 (java) S 17525 17527 16021 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 643942111 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17540] ppid=17525 vsize=850056 CPUtime=0
/proc/17527/task/17540/stat : 17540 (java) S 17525 17527 16021 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 643949908 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 84.38
Current children cumulated vsize (KiB) 850056

[startup+86.3022 s]
/proc/loadavg: 2.09 2.08 2.03 3/86 17540
/proc/meminfo: memFree=1055296/2055920 swapFree=4180808/4192956
[pid=17527] ppid=17525 vsize=850056 CPUtime=87.57
/proc/17527/stat : 17527 (java) S 17525 17527 16021 0 -1 0 496312 0 1 0 8509 248 0 0 18 0 13 0 643942102 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17527/statm: 212514 181380 1366 9 0 209876 0
[pid=17527/tid=17529] ppid=17525 vsize=850056 CPUtime=7.05
/proc/17527/task/17529/stat : 17529 (java) S 17525 17527 16021 0 -1 64 34365 0 1 0 687 18 0 0 18 0 13 0 643942103 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17530] ppid=17525 vsize=850056 CPUtime=2.4
/proc/17527/task/17530/stat : 17530 (java) S 17525 17527 16021 0 -1 64 44029 0 0 0 221 19 0 0 19 0 13 0 643942104 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17531] ppid=17525 vsize=850056 CPUtime=6.83
/proc/17527/task/17531/stat : 17531 (java) S 17525 17527 16021 0 -1 64 104002 0 0 0 633 50 0 0 18 0 13 0 643942104 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17532] ppid=17525 vsize=850056 CPUtime=70.12
/proc/17527/task/17532/stat : 17532 (java) R 17525 17527 16021 0 -1 64 308524 0 0 0 6855 157 0 0 25 0 13 0 643942106 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17533] ppid=17525 vsize=850056 CPUtime=0
/proc/17527/task/17533/stat : 17533 (java) S 17525 17527 16021 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 643942107 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17534] ppid=17525 vsize=850056 CPUtime=0
/proc/17527/task/17534/stat : 17534 (java) S 17525 17527 16021 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 643942107 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17535] ppid=17525 vsize=850056 CPUtime=0
/proc/17527/task/17535/stat : 17535 (java) S 17525 17527 16021 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 643942111 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17536] ppid=17525 vsize=850056 CPUtime=0.44
/proc/17527/task/17536/stat : 17536 (java) S 17525 17527 16021 0 -1 64 732 0 0 0 44 0 0 0 16 0 13 0 643942111 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17537] ppid=17525 vsize=850056 CPUtime=0.68
/proc/17527/task/17537/stat : 17537 (java) S 17525 17527 16021 0 -1 64 3891 0 0 0 67 1 0 0 16 0 13 0 643942111 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17538] ppid=17525 vsize=850056 CPUtime=0
/proc/17527/task/17538/stat : 17538 (java) S 17525 17527 16021 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 643942111 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17539] ppid=17525 vsize=850056 CPUtime=0
/proc/17527/task/17539/stat : 17539 (java) S 17525 17527 16021 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 643942111 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17540] ppid=17525 vsize=850056 CPUtime=0
/proc/17527/task/17540/stat : 17540 (java) S 17525 17527 16021 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 643949908 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 87.57
Current children cumulated vsize (KiB) 850056

[startup+87.1024 s]
/proc/loadavg: 2.09 2.08 2.03 3/86 17540
/proc/meminfo: memFree=1055296/2055920 swapFree=4180808/4192956
[pid=17527] ppid=17525 vsize=850056 CPUtime=88.37
/proc/17527/stat : 17527 (java) S 17525 17527 16021 0 -1 0 496312 0 1 0 8589 248 0 0 18 0 13 0 643942102 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17527/statm: 212514 181380 1366 9 0 209876 0
[pid=17527/tid=17529] ppid=17525 vsize=850056 CPUtime=7.05
/proc/17527/task/17529/stat : 17529 (java) S 17525 17527 16021 0 -1 64 34365 0 1 0 687 18 0 0 18 0 13 0 643942103 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17530] ppid=17525 vsize=850056 CPUtime=2.4
/proc/17527/task/17530/stat : 17530 (java) S 17525 17527 16021 0 -1 64 44029 0 0 0 221 19 0 0 19 0 13 0 643942104 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17531] ppid=17525 vsize=850056 CPUtime=6.83
/proc/17527/task/17531/stat : 17531 (java) S 17525 17527 16021 0 -1 64 104002 0 0 0 633 50 0 0 18 0 13 0 643942104 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17532] ppid=17525 vsize=850056 CPUtime=70.92
/proc/17527/task/17532/stat : 17532 (java) R 17525 17527 16021 0 -1 64 308524 0 0 0 6935 157 0 0 25 0 13 0 643942106 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17533] ppid=17525 vsize=850056 CPUtime=0
/proc/17527/task/17533/stat : 17533 (java) S 17525 17527 16021 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 643942107 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17534] ppid=17525 vsize=850056 CPUtime=0
/proc/17527/task/17534/stat : 17534 (java) S 17525 17527 16021 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 643942107 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17535] ppid=17525 vsize=850056 CPUtime=0
/proc/17527/task/17535/stat : 17535 (java) S 17525 17527 16021 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 643942111 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17536] ppid=17525 vsize=850056 CPUtime=0.44
/proc/17527/task/17536/stat : 17536 (java) S 17525 17527 16021 0 -1 64 732 0 0 0 44 0 0 0 16 0 13 0 643942111 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17537] ppid=17525 vsize=850056 CPUtime=0.68
/proc/17527/task/17537/stat : 17537 (java) S 17525 17527 16021 0 -1 64 3891 0 0 0 67 1 0 0 16 0 13 0 643942111 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17538] ppid=17525 vsize=850056 CPUtime=0
/proc/17527/task/17538/stat : 17538 (java) S 17525 17527 16021 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 643942111 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17539] ppid=17525 vsize=850056 CPUtime=0
/proc/17527/task/17539/stat : 17539 (java) S 17525 17527 16021 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 643942111 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17540] ppid=17525 vsize=850056 CPUtime=0
/proc/17527/task/17540/stat : 17540 (java) S 17525 17527 16021 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 643949908 870457344 181380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 88.37
Current children cumulated vsize (KiB) 850056

[startup+87.5024 s]
/proc/loadavg: 2.09 2.08 2.03 3/86 17540
/proc/meminfo: memFree=1055296/2055920 swapFree=4180808/4192956
[pid=17527] ppid=17525 vsize=834052 CPUtime=88.78
/proc/17527/stat : 17527 (java) S 17525 17527 16021 0 -1 0 496314 0 1 0 8629 249 0 0 18 0 12 0 643942102 854069248 177380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17527/statm: 208513 177380 1367 9 0 205875 0
[pid=17527/tid=17529] ppid=17525 vsize=834052 CPUtime=7.05
/proc/17527/task/17529/stat : 17529 (java) S 17525 17527 16021 0 -1 64 34365 0 1 0 687 18 0 0 16 0 12 0 643942103 854069248 177380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17530] ppid=17525 vsize=834052 CPUtime=2.4
/proc/17527/task/17530/stat : 17530 (java) S 17525 17527 16021 0 -1 64 44029 0 0 0 221 19 0 0 19 0 12 0 643942104 854069248 177380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17531] ppid=17525 vsize=834052 CPUtime=6.83
/proc/17527/task/17531/stat : 17531 (java) S 17525 17527 16021 0 -1 64 104002 0 0 0 633 50 0 0 18 0 12 0 643942104 854069248 177380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17532] ppid=17525 vsize=834052 CPUtime=71.33
/proc/17527/task/17532/stat : 17532 (java) R 17525 17527 16021 0 -1 64 308524 0 0 0 6975 158 0 0 25 0 12 0 643942106 854069248 177380 996147200 134512640 134550740 4294956016 18446744073709551615 106122598 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17533] ppid=17525 vsize=834052 CPUtime=0
/proc/17527/task/17533/stat : 17533 (java) S 17525 17527 16021 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 643942107 854069248 177380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17534] ppid=17525 vsize=834052 CPUtime=0
/proc/17527/task/17534/stat : 17534 (java) S 17525 17527 16021 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 643942107 854069248 177380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17535] ppid=17525 vsize=834052 CPUtime=0
/proc/17527/task/17535/stat : 17535 (java) S 17525 17527 16021 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 643942111 854069248 177380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17536] ppid=17525 vsize=834052 CPUtime=0.44
/proc/17527/task/17536/stat : 17536 (java) S 17525 17527 16021 0 -1 64 732 0 0 0 44 0 0 0 16 0 12 0 643942111 854069248 177380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17537] ppid=17525 vsize=834052 CPUtime=0.68
/proc/17527/task/17537/stat : 17537 (java) S 17525 17527 16021 0 -1 64 3891 0 0 0 67 1 0 0 16 0 12 0 643942111 854069248 177380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17538] ppid=17525 vsize=834052 CPUtime=0
/proc/17527/task/17538/stat : 17538 (java) S 17525 17527 16021 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 643942111 854069248 177380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17539] ppid=17525 vsize=834052 CPUtime=0
/proc/17527/task/17539/stat : 17539 (java) S 17525 17527 16021 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 643942111 854069248 177380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 88.78
Current children cumulated vsize (KiB) 834052

[startup+87.7024 s]
/proc/loadavg: 2.09 2.08 2.03 3/86 17540
/proc/meminfo: memFree=1055296/2055920 swapFree=4180808/4192956
[pid=17527] ppid=17525 vsize=834052 CPUtime=88.98
/proc/17527/stat : 17527 (java) S 17525 17527 16021 0 -1 0 496314 0 1 0 8649 249 0 0 18 0 12 0 643942102 854069248 177380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17527/statm: 208513 177380 1367 9 0 205875 0
[pid=17527/tid=17529] ppid=17525 vsize=834052 CPUtime=7.05
/proc/17527/task/17529/stat : 17529 (java) S 17525 17527 16021 0 -1 64 34365 0 1 0 687 18 0 0 16 0 12 0 643942103 854069248 177380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17530] ppid=17525 vsize=834052 CPUtime=2.4
/proc/17527/task/17530/stat : 17530 (java) S 17525 17527 16021 0 -1 64 44029 0 0 0 221 19 0 0 19 0 12 0 643942104 854069248 177380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17531] ppid=17525 vsize=834052 CPUtime=6.83
/proc/17527/task/17531/stat : 17531 (java) S 17525 17527 16021 0 -1 64 104002 0 0 0 633 50 0 0 18 0 12 0 643942104 854069248 177380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17532] ppid=17525 vsize=834052 CPUtime=71.53
/proc/17527/task/17532/stat : 17532 (java) R 17525 17527 16021 0 -1 64 308524 0 0 0 6995 158 0 0 25 0 12 0 643942106 854069248 177380 996147200 134512640 134550740 4294956016 18446744073709551615 106122609 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17533] ppid=17525 vsize=834052 CPUtime=0
/proc/17527/task/17533/stat : 17533 (java) S 17525 17527 16021 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 643942107 854069248 177380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17534] ppid=17525 vsize=834052 CPUtime=0
/proc/17527/task/17534/stat : 17534 (java) S 17525 17527 16021 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 643942107 854069248 177380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17527/tid=17535] ppid=17525 vsize=834052 CPUtime=0
/proc/17527/task/17535/stat : 17535 (java) S 17525 17527 16021 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 643942111 854069248 177380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17536] ppid=17525 vsize=834052 CPUtime=0.44
/proc/17527/task/17536/stat : 17536 (java) S 17525 17527 16021 0 -1 64 732 0 0 0 44 0 0 0 16 0 12 0 643942111 854069248 177380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17537] ppid=17525 vsize=834052 CPUtime=0.68
/proc/17527/task/17537/stat : 17537 (java) S 17525 17527 16021 0 -1 64 3891 0 0 0 67 1 0 0 16 0 12 0 643942111 854069248 177380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17538] ppid=17525 vsize=834052 CPUtime=0
/proc/17527/task/17538/stat : 17538 (java) S 17525 17527 16021 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 643942111 854069248 177380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17539] ppid=17525 vsize=834052 CPUtime=0
/proc/17527/task/17539/stat : 17539 (java) S 17525 17527 16021 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 643942111 854069248 177380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 88.98
Current children cumulated vsize (KiB) 834052

[startup+87.8031 s]
/proc/loadavg: 2.09 2.08 2.03 3/86 17540
/proc/meminfo: memFree=1055296/2055920 swapFree=4180808/4192956
[pid=17527] ppid=17525 vsize=0 CPUtime=89.06
/proc/17527/stat : 17527 (java) Z 17525 17527 16021 0 -1 12 496319 0 1 0 8651 255 0 0 16 0 2 0 643942102 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17527/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 89.06
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 87.8547
CPU time (s): 89.1145
CPU user time (s): 86.5119
CPU system time (s): 2.6026
CPU usage (%): 101.434
Max. virtual memory (cumulated for all children) (KiB): 881736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 86.5118
system time used= 2.6026
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 496319
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= 2470
involuntary context switches= 1642

runsolver used 0.121981 second user time and 0.318951 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-05 00:21:25
IDJOB=1079539
IDBENCH=56888
IDSOLVER=344
FILE ID=node39/1079539-1215210085
PBS_JOBID= 7881669
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3cf2f7a773267fe2a6d5499badb3b938
RANDOM SEED=399215635

node39.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.267
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.267
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:       1781128 kB
Buffers:         21356 kB
Cached:         144460 kB
SwapCached:       5748 kB
Active:         155080 kB
Inactive:        68920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1781128 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:            1256 kB
Writeback:           0 kB
Mapped:          64852 kB
Slab:            36068 kB
Committed_AS:  1008916 kB
PageTables:       1872 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= 66552 MiB
End job on node39 at 2008-07-05 00:22:53