Trace number 1079240

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? 76.0664 75.0924

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg6-8_ext.xml
MD5SUM2bd723ee11def96150341634742def81
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 benchmark81.5306
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints14
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension14
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1079240-1215209496/watcher-1079240-1215209496 -o /tmp/evaluation-result-1079240-1215209496/solver-1079240-1215209496 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1079240-1215209496.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: 0.39 0.85 0.96 2/68 31978
/proc/meminfo: memFree=183448/2055920 swapFree=4179952/4192956
[pid=31978] ppid=31976 vsize=1804 CPUtime=0
/proc/31978/stat : 31978 (java6) R 31976 31978 31749 0 -1 0 143 0 0 0 0 0 0 0 18 0 1 0 633196814 1847296 117 996147200 134512640 134550740 4294956176 18446744073709551615 10356347 0 0 4096 0 0 0 0 17 1 0 0
/proc/31978/statm: 451 126 86 9 0 93 0

[startup+0.07921 s]
/proc/loadavg: 0.39 0.85 0.96 2/68 31978
/proc/meminfo: memFree=183448/2055920 swapFree=4179952/4192956
[pid=31978] ppid=31976 vsize=800592 CPUtime=0.03
/proc/31978/stat : 31978 (java) S 31976 31978 31749 0 -1 0 2072 0 35 0 1 2 0 0 18 0 4 0 633196814 819806208 1844 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/31978/statm: 200148 1844 741 9 0 197531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 800592

[startup+0.102213 s]
/proc/loadavg: 0.39 0.85 0.96 2/68 31978
/proc/meminfo: memFree=183448/2055920 swapFree=4179952/4192956
[pid=31978] ppid=31976 vsize=801432 CPUtime=0.04
/proc/31978/stat : 31978 (java) S 31976 31978 31749 0 -1 0 2460 0 35 0 2 2 0 0 18 0 5 0 633196814 820666368 2231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/31978/statm: 200358 2231 949 9 0 197741 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 801432

[startup+0.302235 s]
/proc/loadavg: 0.39 0.85 0.96 2/68 31978
/proc/meminfo: memFree=183448/2055920 swapFree=4179952/4192956
[pid=31978] ppid=31976 vsize=808760 CPUtime=0.26
/proc/31978/stat : 31978 (java) S 31976 31978 31749 0 -1 0 4703 0 35 0 22 4 0 0 18 0 12 0 633196814 828170240 4066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31978/statm: 202190 4066 1298 9 0 199559 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 808760

[startup+0.702284 s]
/proc/loadavg: 0.39 0.85 0.96 2/68 31978
/proc/meminfo: memFree=183448/2055920 swapFree=4179952/4192956
[pid=31978] ppid=31976 vsize=808788 CPUtime=0.74
/proc/31978/stat : 31978 (java) S 31976 31978 31749 0 -1 0 6282 0 35 0 67 7 0 0 18 0 12 0 633196814 828198912 5638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31978/statm: 202197 5638 1336 9 0 199559 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 808788

[startup+1.50137 s]
/proc/loadavg: 0.44 0.86 0.96 3/85 32000
/proc/meminfo: memFree=151888/2055920 swapFree=4179952/4192956
[pid=31978] ppid=31976 vsize=812932 CPUtime=1.53
/proc/31978/stat : 31978 (java) S 31976 31978 31749 0 -1 0 10779 0 35 0 144 9 0 0 18 0 12 0 633196814 832442368 8951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31978/statm: 203233 8951 1352 9 0 200595 0
[pid=31978/tid=31980] ppid=31976 vsize=812932 CPUtime=0.72
/proc/31978/task/31980/stat : 31980 (java) R 31976 31978 31749 0 -1 64 6411 0 1 0 66 6 0 0 20 0 12 0 633196820 832442368 8951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31981] ppid=31976 vsize=812932 CPUtime=0
/proc/31978/task/31981/stat : 31981 (java) S 31976 31978 31749 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 633196821 832442368 8951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31978/tid=31982] ppid=31976 vsize=812932 CPUtime=0
/proc/31978/task/31982/stat : 31982 (java) S 31976 31978 31749 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 633196821 832442368 8951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31978/tid=31983] ppid=31976 vsize=812932 CPUtime=0
/proc/31978/task/31983/stat : 31983 (java) S 31976 31978 31749 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 633196824 832442368 8951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31984] ppid=31976 vsize=812932 CPUtime=0
/proc/31978/task/31984/stat : 31984 (java) S 31976 31978 31749 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 633196825 832442368 8951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31985] ppid=31976 vsize=812932 CPUtime=0
/proc/31978/task/31985/stat : 31985 (java) S 31976 31978 31749 0 -1 64 5 0 0 0 0 0 0 0 21 0 12 0 633196825 832442368 8951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31986] ppid=31976 vsize=812932 CPUtime=0
/proc/31978/task/31986/stat : 31986 (java) S 31976 31978 31749 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 633196831 832442368 8951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31987] ppid=31976 vsize=812932 CPUtime=0.34
/proc/31978/task/31987/stat : 31987 (java) S 31976 31978 31749 0 -1 64 577 0 0 0 34 0 0 0 16 0 12 0 633196831 832442368 8951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31988] ppid=31976 vsize=812932 CPUtime=0.43
/proc/31978/task/31988/stat : 31988 (java) R 31976 31978 31749 0 -1 64 3062 0 0 0 43 0 0 0 16 0 12 0 633196831 832442368 8951 996147200 134512640 134550740 4294956016 18446744073709551615 103338875 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31989] ppid=31976 vsize=812932 CPUtime=0
/proc/31978/task/31989/stat : 31989 (java) S 31976 31978 31749 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 633196831 832442368 8951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31990] ppid=31976 vsize=812932 CPUtime=0
/proc/31978/task/31990/stat : 31990 (java) S 31976 31978 31749 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 633196831 832442368 8951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 812932

[startup+3.10156 s]
/proc/loadavg: 0.44 0.86 0.96 3/85 32000
/proc/meminfo: memFree=109136/2055920 swapFree=4179952/4192956
[pid=31978] ppid=31976 vsize=820620 CPUtime=3.37
/proc/31978/stat : 31978 (java) S 31976 31978 31749 0 -1 0 45993 0 35 0 316 21 0 0 18 0 12 0 633196814 840314880 40404 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31978/statm: 205155 40404 1360 9 0 202517 0
[pid=31978/tid=31980] ppid=31976 vsize=820620 CPUtime=1.46
/proc/31978/task/31980/stat : 31980 (java) R 31976 31978 31749 0 -1 64 16464 0 1 0 137 9 0 0 25 0 12 0 633196820 840314880 40404 996147200 134512640 134550740 4294956016 18446744073709551615 104119565 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31981] ppid=31976 vsize=820620 CPUtime=0.41
/proc/31978/task/31981/stat : 31981 (java) S 31976 31978 31749 0 -1 64 11644 0 0 0 37 4 0 0 18 0 12 0 633196821 840314880 40404 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31982] ppid=31976 vsize=820620 CPUtime=0.4
/proc/31978/task/31982/stat : 31982 (java) S 31976 31978 31749 0 -1 64 12566 0 0 0 36 4 0 0 18 0 12 0 633196821 840314880 40404 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31983] ppid=31976 vsize=820620 CPUtime=0
/proc/31978/task/31983/stat : 31983 (java) S 31976 31978 31749 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 633196824 840314880 40404 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31984] ppid=31976 vsize=820620 CPUtime=0
/proc/31978/task/31984/stat : 31984 (java) S 31976 31978 31749 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 633196825 840314880 40404 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31985] ppid=31976 vsize=820620 CPUtime=0
/proc/31978/task/31985/stat : 31985 (java) S 31976 31978 31749 0 -1 64 5 0 0 0 0 0 0 0 21 0 12 0 633196825 840314880 40404 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31986] ppid=31976 vsize=820620 CPUtime=0
/proc/31978/task/31986/stat : 31986 (java) S 31976 31978 31749 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 633196831 840314880 40404 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31987] ppid=31976 vsize=820620 CPUtime=0.54
/proc/31978/task/31987/stat : 31987 (java) S 31976 31978 31749 0 -1 64 1494 0 0 0 54 0 0 0 16 0 12 0 633196831 840314880 40404 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31988] ppid=31976 vsize=820620 CPUtime=0.49
/proc/31978/task/31988/stat : 31988 (java) S 31976 31978 31749 0 -1 64 3069 0 0 0 49 0 0 0 16 0 12 0 633196831 840314880 40404 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31989] ppid=31976 vsize=820620 CPUtime=0
/proc/31978/task/31989/stat : 31989 (java) S 31976 31978 31749 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 633196831 840314880 40404 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31990] ppid=31976 vsize=820620 CPUtime=0
/proc/31978/task/31990/stat : 31990 (java) S 31976 31978 31749 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 633196831 840314880 40404 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.37
Current children cumulated vsize (KiB) 820620

[startup+6.3029 s]
/proc/loadavg: 0.65 0.89 0.97 6/85 32000
/proc/meminfo: memFree=16208/2055920 swapFree=4179952/4192956
[pid=31978] ppid=31976 vsize=833420 CPUtime=7.59
/proc/31978/stat : 31978 (java) S 31976 31978 31749 0 -1 0 86711 0 35 0 718 41 0 0 18 0 12 0 633196814 853422080 75233 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31978/statm: 208355 75233 1360 9 0 205717 0
[pid=31978/tid=31980] ppid=31976 vsize=833420 CPUtime=2.96
/proc/31978/task/31980/stat : 31980 (java) R 31976 31978 31749 0 -1 64 17058 0 1 0 286 10 0 0 18 0 12 0 633196820 853422080 75233 996147200 134512640 134550740 4294956016 18446744073709551615 4109693410 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31981] ppid=31976 vsize=833420 CPUtime=1.79
/proc/31978/task/31981/stat : 31981 (java) S 31976 31978 31749 0 -1 64 34848 0 0 0 164 15 0 0 19 0 12 0 633196821 853422080 75233 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31982] ppid=31976 vsize=833420 CPUtime=1.74
/proc/31978/task/31982/stat : 31982 (java) R 31976 31978 31749 0 -1 64 29486 0 0 0 162 12 0 0 20 0 12 0 633196821 853422080 75233 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31983] ppid=31976 vsize=833420 CPUtime=0
/proc/31978/task/31983/stat : 31983 (java) S 31976 31978 31749 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 633196824 853422080 75233 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31984] ppid=31976 vsize=833420 CPUtime=0
/proc/31978/task/31984/stat : 31984 (java) S 31976 31978 31749 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 633196825 853422080 75233 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31985] ppid=31976 vsize=833420 CPUtime=0
/proc/31978/task/31985/stat : 31985 (java) S 31976 31978 31749 0 -1 64 5 0 0 0 0 0 0 0 21 0 12 0 633196825 853422080 75233 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31986] ppid=31976 vsize=833420 CPUtime=0
/proc/31978/task/31986/stat : 31986 (java) S 31976 31978 31749 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 633196831 853422080 75233 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31987] ppid=31976 vsize=833420 CPUtime=0.54
/proc/31978/task/31987/stat : 31987 (java) S 31976 31978 31749 0 -1 64 1494 0 0 0 54 0 0 0 16 0 12 0 633196831 853422080 75233 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31988] ppid=31976 vsize=833420 CPUtime=0.49
/proc/31978/task/31988/stat : 31988 (java) S 31976 31978 31749 0 -1 64 3069 0 0 0 49 0 0 0 16 0 12 0 633196831 853422080 75233 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31989] ppid=31976 vsize=833420 CPUtime=0
/proc/31978/task/31989/stat : 31989 (java) S 31976 31978 31749 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 633196831 853422080 75233 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31990] ppid=31976 vsize=833420 CPUtime=0
/proc/31978/task/31990/stat : 31990 (java) S 31976 31978 31749 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 633196831 853422080 75233 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 833420

[startup+12.7026 s]
/proc/loadavg: 0.83 0.93 0.98 4/85 32000
/proc/meminfo: memFree=16272/2055920 swapFree=4179952/4192956
[pid=31978] ppid=31976 vsize=833420 CPUtime=14.3
/proc/31978/stat : 31978 (java) S 31976 31978 31749 0 -1 0 152469 0 35 0 1364 66 0 0 18 0 12 0 633196814 853422080 140276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31978/statm: 208355 140276 1360 9 0 205717 0
[pid=31978/tid=31980] ppid=31976 vsize=833420 CPUtime=5.18
/proc/31978/task/31980/stat : 31980 (java) S 31976 31978 31749 0 -1 64 29358 0 1 0 504 14 0 0 17 0 12 0 633196820 853422080 140276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31981] ppid=31976 vsize=833420 CPUtime=5.61
/proc/31978/task/31981/stat : 31981 (java) R 31976 31978 31749 0 -1 64 84978 0 0 0 526 35 0 0 23 0 12 0 633196821 853422080 140276 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31982] ppid=31976 vsize=833420 CPUtime=2.41
/proc/31978/task/31982/stat : 31982 (java) R 31976 31978 31749 0 -1 64 32814 0 0 0 228 13 0 0 24 0 12 0 633196821 853422080 140276 996147200 134512640 134550740 4294956016 18446744073709551615 105852863 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31983] ppid=31976 vsize=833420 CPUtime=0
/proc/31978/task/31983/stat : 31983 (java) S 31976 31978 31749 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 633196824 853422080 140276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31984] ppid=31976 vsize=833420 CPUtime=0
/proc/31978/task/31984/stat : 31984 (java) S 31976 31978 31749 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 633196825 853422080 140276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31985] ppid=31976 vsize=833420 CPUtime=0
/proc/31978/task/31985/stat : 31985 (java) S 31976 31978 31749 0 -1 64 5 0 0 0 0 0 0 0 21 0 12 0 633196825 853422080 140276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31986] ppid=31976 vsize=833420 CPUtime=0
/proc/31978/task/31986/stat : 31986 (java) S 31976 31978 31749 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 633196831 853422080 140276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31987] ppid=31976 vsize=833420 CPUtime=0.54
/proc/31978/task/31987/stat : 31987 (java) S 31976 31978 31749 0 -1 64 1494 0 0 0 54 0 0 0 16 0 12 0 633196831 853422080 140276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31988] ppid=31976 vsize=833420 CPUtime=0.49
/proc/31978/task/31988/stat : 31988 (java) S 31976 31978 31749 0 -1 64 3069 0 0 0 49 0 0 0 16 0 12 0 633196831 853422080 140276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31989] ppid=31976 vsize=833420 CPUtime=0
/proc/31978/task/31989/stat : 31989 (java) S 31976 31978 31749 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 633196831 853422080 140276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31990] ppid=31976 vsize=833420 CPUtime=0
/proc/31978/task/31990/stat : 31990 (java) S 31976 31978 31749 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 633196831 853422080 140276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.3
Current children cumulated vsize (KiB) 833420

[startup+25.5021 s]
/proc/loadavg: 1.16 0.99 1.01 3/85 32000
/proc/meminfo: memFree=31056/2055920 swapFree=4179952/4192956
[pid=31978] ppid=31976 vsize=865424 CPUtime=26.93
/proc/31978/stat : 31978 (java) S 31976 31978 31749 0 -1 0 221595 0 35 0 2597 96 0 0 18 0 12 0 633196814 886194176 185385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31978/statm: 216356 185385 1365 9 0 213718 0
[pid=31978/tid=31980] ppid=31976 vsize=865424 CPUtime=6.59
/proc/31978/task/31980/stat : 31980 (java) S 31976 31978 31749 0 -1 64 44349 0 1 0 638 21 0 0 18 0 12 0 633196820 886194176 185385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31981] ppid=31976 vsize=865424 CPUtime=5.9
/proc/31978/task/31981/stat : 31981 (java) S 31976 31978 31749 0 -1 64 91053 0 0 0 553 37 0 0 25 0 12 0 633196821 886194176 185385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31982] ppid=31976 vsize=865424 CPUtime=3.44
/proc/31978/task/31982/stat : 31982 (java) S 31976 31978 31749 0 -1 64 47095 0 0 0 325 19 0 0 16 0 12 0 633196821 886194176 185385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31983] ppid=31976 vsize=865424 CPUtime=9.89
/proc/31978/task/31983/stat : 31983 (java) R 31976 31978 31749 0 -1 64 33806 0 0 0 975 14 0 0 25 0 12 0 633196824 886194176 185385 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31984] ppid=31976 vsize=865424 CPUtime=0
/proc/31978/task/31984/stat : 31984 (java) S 31976 31978 31749 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 633196825 886194176 185385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31985] ppid=31976 vsize=865424 CPUtime=0
/proc/31978/task/31985/stat : 31985 (java) S 31976 31978 31749 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 633196825 886194176 185385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31986] ppid=31976 vsize=865424 CPUtime=0
/proc/31978/task/31986/stat : 31986 (java) S 31976 31978 31749 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 633196831 886194176 185385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=31978/tid=31989] ppid=31976 vsize=835424 CPUtime=0
/proc/31978/task/31989/stat : 31989 (java) S 31976 31978 31749 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 633196831 855474176 177885 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31990] ppid=31976 vsize=835424 CPUtime=0
/proc/31978/task/31990/stat : 31990 (java) S 31976 31978 31749 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 633196831 855474176 177885 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 65
Current children cumulated vsize (KiB) 835424

[startup+70.3012 s]
/proc/loadavg: 1.60 1.13 1.05 3/85 32000
/proc/meminfo: memFree=61136/2055920 swapFree=4179952/4192956
[pid=31978] ppid=31976 vsize=835424 CPUtime=71.34
/proc/31978/stat : 31978 (java) S 31976 31978 31749 0 -1 0 380668 0 35 0 6971 163 0 0 18 0 12 0 633196814 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31978/statm: 208856 177886 1366 9 0 206218 0
[pid=31978/tid=31980] ppid=31976 vsize=835424 CPUtime=6.92
/proc/31978/task/31980/stat : 31980 (java) S 31976 31978 31749 0 -1 64 44364 0 1 0 671 21 0 0 17 0 12 0 633196820 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31981] ppid=31976 vsize=835424 CPUtime=5.9
/proc/31978/task/31981/stat : 31981 (java) S 31976 31978 31749 0 -1 64 91053 0 0 0 553 37 0 0 25 0 12 0 633196821 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31982] ppid=31976 vsize=835424 CPUtime=3.44
/proc/31978/task/31982/stat : 31982 (java) S 31976 31978 31749 0 -1 64 47095 0 0 0 325 19 0 0 16 0 12 0 633196821 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31983] ppid=31976 vsize=835424 CPUtime=53.97
/proc/31978/task/31983/stat : 31983 (java) R 31976 31978 31749 0 -1 64 192864 0 0 0 5316 81 0 0 25 0 12 0 633196824 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 106736432 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31984] ppid=31976 vsize=835424 CPUtime=0
/proc/31978/task/31984/stat : 31984 (java) S 31976 31978 31749 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 633196825 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31985] ppid=31976 vsize=835424 CPUtime=0
/proc/31978/task/31985/stat : 31985 (java) S 31976 31978 31749 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 633196825 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31986] ppid=31976 vsize=835424 CPUtime=0
/proc/31978/task/31986/stat : 31986 (java) S 31976 31978 31749 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 633196831 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31987] ppid=31976 vsize=835424 CPUtime=0.54
/proc/31978/task/31987/stat : 31987 (java) S 31976 31978 31749 0 -1 64 1494 0 0 0 54 0 0 0 16 0 12 0 633196831 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31988] ppid=31976 vsize=835424 CPUtime=0.49
/proc/31978/task/31988/stat : 31988 (java) S 31976 31978 31749 0 -1 64 3069 0 0 0 49 0 0 0 16 0 12 0 633196831 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31989] ppid=31976 vsize=835424 CPUtime=0
/proc/31978/task/31989/stat : 31989 (java) S 31976 31978 31749 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 633196831 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31990] ppid=31976 vsize=835424 CPUtime=0
/proc/31978/task/31990/stat : 31990 (java) R 31976 31978 31749 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 633196831 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 71.34
Current children cumulated vsize (KiB) 835424

[startup+73.5026 s]
/proc/loadavg: 1.60 1.13 1.05 3/85 32000
/proc/meminfo: memFree=61072/2055920 swapFree=4179952/4192956
[pid=31978] ppid=31976 vsize=835424 CPUtime=74.51
/proc/31978/stat : 31978 (java) S 31976 31978 31749 0 -1 0 381169 0 35 0 7288 163 0 0 18 0 12 0 633196814 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31978/statm: 208856 177886 1366 9 0 206218 0
[pid=31978/tid=31980] ppid=31976 vsize=835424 CPUtime=6.92
/proc/31978/task/31980/stat : 31980 (java) S 31976 31978 31749 0 -1 64 44364 0 1 0 671 21 0 0 17 0 12 0 633196820 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31981] ppid=31976 vsize=835424 CPUtime=5.9
/proc/31978/task/31981/stat : 31981 (java) S 31976 31978 31749 0 -1 64 91053 0 0 0 553 37 0 0 25 0 12 0 633196821 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31982] ppid=31976 vsize=835424 CPUtime=3.44
/proc/31978/task/31982/stat : 31982 (java) S 31976 31978 31749 0 -1 64 47095 0 0 0 325 19 0 0 16 0 12 0 633196821 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31983] ppid=31976 vsize=835424 CPUtime=57.14
/proc/31978/task/31983/stat : 31983 (java) R 31976 31978 31749 0 -1 64 193365 0 0 0 5633 81 0 0 25 0 12 0 633196824 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 106123388 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31984] ppid=31976 vsize=835424 CPUtime=0
/proc/31978/task/31984/stat : 31984 (java) S 31976 31978 31749 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 633196825 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31985] ppid=31976 vsize=835424 CPUtime=0
/proc/31978/task/31985/stat : 31985 (java) S 31976 31978 31749 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 633196825 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31986] ppid=31976 vsize=835424 CPUtime=0
/proc/31978/task/31986/stat : 31986 (java) S 31976 31978 31749 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 633196831 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31987] ppid=31976 vsize=835424 CPUtime=0.54
/proc/31978/task/31987/stat : 31987 (java) S 31976 31978 31749 0 -1 64 1494 0 0 0 54 0 0 0 16 0 12 0 633196831 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31988] ppid=31976 vsize=835424 CPUtime=0.49
/proc/31978/task/31988/stat : 31988 (java) S 31976 31978 31749 0 -1 64 3069 0 0 0 49 0 0 0 16 0 12 0 633196831 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31989] ppid=31976 vsize=835424 CPUtime=0
/proc/31978/task/31989/stat : 31989 (java) S 31976 31978 31749 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 633196831 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31990] ppid=31976 vsize=835424 CPUtime=0
/proc/31978/task/31990/stat : 31990 (java) S 31976 31978 31749 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 633196831 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 74.51
Current children cumulated vsize (KiB) 835424

[startup+74.3027 s]
/proc/loadavg: 1.60 1.13 1.05 3/85 32000
/proc/meminfo: memFree=61072/2055920 swapFree=4179952/4192956
[pid=31978] ppid=31976 vsize=835424 CPUtime=75.3
/proc/31978/stat : 31978 (java) S 31976 31978 31749 0 -1 0 381169 0 35 0 7367 163 0 0 18 0 12 0 633196814 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31978/statm: 208856 177886 1366 9 0 206218 0
[pid=31978/tid=31980] ppid=31976 vsize=835424 CPUtime=6.92
/proc/31978/task/31980/stat : 31980 (java) S 31976 31978 31749 0 -1 64 44364 0 1 0 671 21 0 0 17 0 12 0 633196820 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31981] ppid=31976 vsize=835424 CPUtime=5.9
/proc/31978/task/31981/stat : 31981 (java) S 31976 31978 31749 0 -1 64 91053 0 0 0 553 37 0 0 25 0 12 0 633196821 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31982] ppid=31976 vsize=835424 CPUtime=3.44
/proc/31978/task/31982/stat : 31982 (java) S 31976 31978 31749 0 -1 64 47095 0 0 0 325 19 0 0 16 0 12 0 633196821 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31983] ppid=31976 vsize=835424 CPUtime=57.93
/proc/31978/task/31983/stat : 31983 (java) R 31976 31978 31749 0 -1 64 193365 0 0 0 5712 81 0 0 25 0 12 0 633196824 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31984] ppid=31976 vsize=835424 CPUtime=0
/proc/31978/task/31984/stat : 31984 (java) S 31976 31978 31749 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 633196825 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31985] ppid=31976 vsize=835424 CPUtime=0
/proc/31978/task/31985/stat : 31985 (java) S 31976 31978 31749 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 633196825 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31986] ppid=31976 vsize=835424 CPUtime=0
/proc/31978/task/31986/stat : 31986 (java) S 31976 31978 31749 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 633196831 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31987] ppid=31976 vsize=835424 CPUtime=0.54
/proc/31978/task/31987/stat : 31987 (java) S 31976 31978 31749 0 -1 64 1494 0 0 0 54 0 0 0 16 0 12 0 633196831 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31988] ppid=31976 vsize=835424 CPUtime=0.49
/proc/31978/task/31988/stat : 31988 (java) S 31976 31978 31749 0 -1 64 3069 0 0 0 49 0 0 0 16 0 12 0 633196831 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31989] ppid=31976 vsize=835424 CPUtime=0
/proc/31978/task/31989/stat : 31989 (java) S 31976 31978 31749 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 633196831 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31990] ppid=31976 vsize=835424 CPUtime=0
/proc/31978/task/31990/stat : 31990 (java) S 31976 31978 31749 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 633196831 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 75.3
Current children cumulated vsize (KiB) 835424

[startup+74.7027 s]
/proc/loadavg: 1.60 1.13 1.05 3/85 32000
/proc/meminfo: memFree=61072/2055920 swapFree=4179952/4192956
[pid=31978] ppid=31976 vsize=835424 CPUtime=75.7
/proc/31978/stat : 31978 (java) S 31976 31978 31749 0 -1 0 381169 0 35 0 7407 163 0 0 18 0 12 0 633196814 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31978/statm: 208856 177886 1366 9 0 206218 0
[pid=31978/tid=31980] ppid=31976 vsize=835424 CPUtime=6.92
/proc/31978/task/31980/stat : 31980 (java) S 31976 31978 31749 0 -1 64 44364 0 1 0 671 21 0 0 17 0 12 0 633196820 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31981] ppid=31976 vsize=835424 CPUtime=5.9
/proc/31978/task/31981/stat : 31981 (java) S 31976 31978 31749 0 -1 64 91053 0 0 0 553 37 0 0 25 0 12 0 633196821 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31982] ppid=31976 vsize=835424 CPUtime=3.44
/proc/31978/task/31982/stat : 31982 (java) S 31976 31978 31749 0 -1 64 47095 0 0 0 325 19 0 0 16 0 12 0 633196821 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31983] ppid=31976 vsize=835424 CPUtime=58.33
/proc/31978/task/31983/stat : 31983 (java) R 31976 31978 31749 0 -1 64 193365 0 0 0 5752 81 0 0 25 0 12 0 633196824 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 106123789 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31984] ppid=31976 vsize=835424 CPUtime=0
/proc/31978/task/31984/stat : 31984 (java) S 31976 31978 31749 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 633196825 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31985] ppid=31976 vsize=835424 CPUtime=0
/proc/31978/task/31985/stat : 31985 (java) S 31976 31978 31749 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 633196825 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31986] ppid=31976 vsize=835424 CPUtime=0
/proc/31978/task/31986/stat : 31986 (java) S 31976 31978 31749 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 633196831 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31987] ppid=31976 vsize=835424 CPUtime=0.54
/proc/31978/task/31987/stat : 31987 (java) S 31976 31978 31749 0 -1 64 1494 0 0 0 54 0 0 0 16 0 12 0 633196831 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31988] ppid=31976 vsize=835424 CPUtime=0.49
/proc/31978/task/31988/stat : 31988 (java) S 31976 31978 31749 0 -1 64 3069 0 0 0 49 0 0 0 16 0 12 0 633196831 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31989] ppid=31976 vsize=835424 CPUtime=0
/proc/31978/task/31989/stat : 31989 (java) S 31976 31978 31749 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 633196831 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31990] ppid=31976 vsize=835424 CPUtime=0
/proc/31978/task/31990/stat : 31990 (java) S 31976 31978 31749 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 633196831 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 75.7
Current children cumulated vsize (KiB) 835424

[startup+74.9027 s]
/proc/loadavg: 1.60 1.13 1.05 3/85 32000
/proc/meminfo: memFree=61072/2055920 swapFree=4179952/4192956
[pid=31978] ppid=31976 vsize=835424 CPUtime=75.89
/proc/31978/stat : 31978 (java) S 31976 31978 31749 0 -1 0 381169 0 35 0 7426 163 0 0 18 0 12 0 633196814 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31978/statm: 208856 177886 1366 9 0 206218 0
[pid=31978/tid=31980] ppid=31976 vsize=835424 CPUtime=6.92
/proc/31978/task/31980/stat : 31980 (java) S 31976 31978 31749 0 -1 64 44364 0 1 0 671 21 0 0 17 0 12 0 633196820 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31981] ppid=31976 vsize=835424 CPUtime=5.9
/proc/31978/task/31981/stat : 31981 (java) S 31976 31978 31749 0 -1 64 91053 0 0 0 553 37 0 0 25 0 12 0 633196821 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31982] ppid=31976 vsize=835424 CPUtime=3.44
/proc/31978/task/31982/stat : 31982 (java) S 31976 31978 31749 0 -1 64 47095 0 0 0 325 19 0 0 16 0 12 0 633196821 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31983] ppid=31976 vsize=835424 CPUtime=58.52
/proc/31978/task/31983/stat : 31983 (java) R 31976 31978 31749 0 -1 64 193365 0 0 0 5771 81 0 0 25 0 12 0 633196824 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 105678345 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31984] ppid=31976 vsize=835424 CPUtime=0
/proc/31978/task/31984/stat : 31984 (java) S 31976 31978 31749 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 633196825 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31985] ppid=31976 vsize=835424 CPUtime=0
/proc/31978/task/31985/stat : 31985 (java) S 31976 31978 31749 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 633196825 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31986] ppid=31976 vsize=835424 CPUtime=0
/proc/31978/task/31986/stat : 31986 (java) S 31976 31978 31749 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 633196831 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31987] ppid=31976 vsize=835424 CPUtime=0.54
/proc/31978/task/31987/stat : 31987 (java) S 31976 31978 31749 0 -1 64 1494 0 0 0 54 0 0 0 16 0 12 0 633196831 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31988] ppid=31976 vsize=835424 CPUtime=0.49
/proc/31978/task/31988/stat : 31988 (java) S 31976 31978 31749 0 -1 64 3069 0 0 0 49 0 0 0 16 0 12 0 633196831 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31989] ppid=31976 vsize=835424 CPUtime=0
/proc/31978/task/31989/stat : 31989 (java) S 31976 31978 31749 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 633196831 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31978/tid=31990] ppid=31976 vsize=835424 CPUtime=0
/proc/31978/task/31990/stat : 31990 (java) S 31976 31978 31749 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 633196831 855474176 177886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 75.89
Current children cumulated vsize (KiB) 835424

[startup+75.0033 s]
/proc/loadavg: 1.60 1.13 1.05 3/85 32000
/proc/meminfo: memFree=61072/2055920 swapFree=4179952/4192956
[pid=31978] ppid=31976 vsize=0 CPUtime=75.97
/proc/31978/stat : 31978 (java) Z 31976 31978 31749 0 -1 12 381182 0 35 0 7432 165 0 0 16 0 2 0 633196814 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31978/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 75.97
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 75.0924
CPU time (s): 76.0664
CPU user time (s): 74.3247
CPU system time (s): 1.74173
CPU usage (%): 101.297
Max. virtual memory (cumulated for all children) (KiB): 881428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.3247
system time used= 1.74173
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 381182
page faults= 35
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2641
involuntary context switches= 4229

runsolver used 0.102984 second user time and 0.25696 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-05 00:11:36
IDJOB=1079240
IDBENCH=56870
IDSOLVER=344
FILE ID=node88/1079240-1215209496
PBS_JOBID= 7881763
Free space on /tmp= 66500 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2bd723ee11def96150341634742def81
RANDOM SEED=1288917827

node88.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        183864 kB
Buffers:         10712 kB
Cached:        1801084 kB
SwapCached:       7272 kB
Active:         315392 kB
Inactive:      1505996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        183864 kB
SwapTotal:     4192956 kB
SwapFree:      4179952 kB
Dirty:            1668 kB
Writeback:           0 kB
Mapped:          15044 kB
Slab:            36248 kB
Committed_AS:   980588 kB
PageTables:       1660 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= 66496 MiB
End job on node88 at 2008-07-05 00:12:51