Trace number 1079723

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.4994 72.6083

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg7-10_ext.xml
MD5SUM34f49ec7596469127b01a2b2f15f8640
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 benchmark10.1905
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints17
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension17
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 1.99 2.00 1.99 4/72 7233
/proc/meminfo: memFree=1727728/2055920 swapFree=4180584/4192956
[pid=7233] ppid=7231 vsize=18572 CPUtime=0
/proc/7233/stat : 7233 (runsolver) R 7231 7233 5520 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 2000024648 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 231882681639 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/7233/statm: 4643 292 257 25 0 2626 0

[startup+0.0455491 s]
/proc/loadavg: 1.99 2.00 1.99 4/72 7233
/proc/meminfo: memFree=1727728/2055920 swapFree=4180584/4192956
[pid=7233] ppid=7231 vsize=801432 CPUtime=0.03
/proc/7233/stat : 7233 (java) S 7231 7233 5520 0 -1 0 2467 0 1 0 2 1 0 0 20 0 5 0 2000024648 820666368 2204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/7233/statm: 200358 2204 936 9 0 197741 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801432

[startup+0.101386 s]
/proc/loadavg: 1.99 2.00 1.99 4/72 7233
/proc/meminfo: memFree=1727728/2055920 swapFree=4180584/4192956
[pid=7233] ppid=7231 vsize=804612 CPUtime=0.08
/proc/7233/stat : 7233 (java) S 7231 7233 5520 0 -1 0 2996 0 1 0 6 2 0 0 20 0 12 0 2000024648 823922688 2729 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7233/statm: 201153 2729 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301404 s]
/proc/loadavg: 1.99 2.00 1.99 4/72 7233
/proc/meminfo: memFree=1727728/2055920 swapFree=4180584/4192956
[pid=7233] ppid=7231 vsize=808016 CPUtime=0.27
/proc/7233/stat : 7233 (java) S 7231 7233 5520 0 -1 0 4882 0 1 0 23 4 0 0 20 0 12 0 2000024648 827408384 4211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7233/statm: 202004 4211 1298 9 0 199373 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 808016

[startup+0.701451 s]
/proc/loadavg: 1.99 2.00 1.99 4/72 7233
/proc/meminfo: memFree=1727728/2055920 swapFree=4180584/4192956
[pid=7233] ppid=7231 vsize=808044 CPUtime=0.65
/proc/7233/stat : 7233 (java) S 7231 7233 5520 0 -1 0 6307 0 1 0 60 5 0 0 20 0 12 0 2000024648 827437056 5456 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7233/statm: 202011 5456 1335 9 0 199373 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 808044

[startup+1.50154 s]
/proc/loadavg: 1.99 2.00 1.99 4/84 7245
/proc/meminfo: memFree=1708112/2055920 swapFree=4180584/4192956
[pid=7233] ppid=7231 vsize=812936 CPUtime=1.44
/proc/7233/stat : 7233 (java) S 7231 7233 5520 0 -1 0 10681 0 1 0 137 7 0 0 20 0 12 0 2000024648 832446464 8785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7233/statm: 203234 8785 1349 9 0 200596 0
[pid=7233/tid=7235] ppid=7231 vsize=812936 CPUtime=0.66
/proc/7233/task/7235/stat : 7235 (java) R 7231 7233 5520 0 -1 64 5979 0 1 0 61 5 0 0 25 0 12 0 2000024649 832446464 8785 996147200 134512640 134550740 4294956016 18446744073709551615 4109194801 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7236] ppid=7231 vsize=812936 CPUtime=0
/proc/7233/task/7236/stat : 7236 (java) S 7231 7233 5520 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 2000024650 832446464 8785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7237] ppid=7231 vsize=812936 CPUtime=0
/proc/7233/task/7237/stat : 7237 (java) S 7231 7233 5520 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 2000024650 832446464 8785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7238] ppid=7231 vsize=812936 CPUtime=0
/proc/7233/task/7238/stat : 7238 (java) S 7231 7233 5520 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 2000024652 832446464 8785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7239] ppid=7231 vsize=812936 CPUtime=0
/proc/7233/task/7239/stat : 7239 (java) S 7231 7233 5520 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 2000024653 832446464 8785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7240] ppid=7231 vsize=812936 CPUtime=0
/proc/7233/task/7240/stat : 7240 (java) S 7231 7233 5520 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 2000024653 832446464 8785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7241] ppid=7231 vsize=812936 CPUtime=0
/proc/7233/task/7241/stat : 7241 (java) S 7231 7233 5520 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000024657 832446464 8785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7242] ppid=7231 vsize=812936 CPUtime=0.42
/proc/7233/task/7242/stat : 7242 (java) S 7231 7233 5520 0 -1 64 2675 0 0 0 42 0 0 0 16 0 12 0 2000024657 832446464 8785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7243] ppid=7231 vsize=812936 CPUtime=0.33
/proc/7233/task/7243/stat : 7243 (java) S 7231 7233 5520 0 -1 64 1265 0 0 0 33 0 0 0 16 0 12 0 2000024657 832446464 8785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7244] ppid=7231 vsize=812936 CPUtime=0
/proc/7233/task/7244/stat : 7244 (java) S 7231 7233 5520 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000024657 832446464 8785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7245] ppid=7231 vsize=812936 CPUtime=0
/proc/7233/task/7245/stat : 7245 (java) S 7231 7233 5520 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000024657 832446464 8785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 812936

[startup+3.10173 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 7245
/proc/meminfo: memFree=1669520/2055920 swapFree=4180584/4192956
[pid=7233] ppid=7231 vsize=820624 CPUtime=3.23
/proc/7233/stat : 7233 (java) S 7231 7233 5520 0 -1 0 38598 0 1 0 305 18 0 0 20 0 12 0 2000024648 840318976 35094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7233/statm: 205156 35096 1360 9 0 202518 0
[pid=7233/tid=7235] ppid=7231 vsize=820624 CPUtime=1.5
/proc/7233/task/7235/stat : 7235 (java) R 7231 7233 5520 0 -1 64 16823 0 1 0 140 10 0 0 25 0 12 0 2000024649 840318976 35098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7236] ppid=7231 vsize=820624 CPUtime=0.31
/proc/7233/task/7236/stat : 7236 (java) R 7231 7233 5520 0 -1 64 8026 0 0 0 29 2 0 0 16 0 12 0 2000024650 840318976 35100 996147200 134512640 134550740 4294956016 18446744073709551615 106158795 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7237] ppid=7231 vsize=820624 CPUtime=0.33
/proc/7233/task/7237/stat : 7237 (java) R 7231 7233 5520 0 -1 64 8944 0 0 0 30 3 0 0 16 0 12 0 2000024650 840318976 35102 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7238] ppid=7231 vsize=820624 CPUtime=0
/proc/7233/task/7238/stat : 7238 (java) S 7231 7233 5520 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 2000024652 840318976 35104 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7239] ppid=7231 vsize=820624 CPUtime=0
/proc/7233/task/7239/stat : 7239 (java) S 7231 7233 5520 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000024653 840318976 35106 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7240] ppid=7231 vsize=820624 CPUtime=0
/proc/7233/task/7240/stat : 7240 (java) S 7231 7233 5520 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 2000024653 840318976 35108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7241] ppid=7231 vsize=820624 CPUtime=0
/proc/7233/task/7241/stat : 7241 (java) S 7231 7233 5520 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000024657 840318976 35110 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7242] ppid=7231 vsize=820624 CPUtime=0.62
/proc/7233/task/7242/stat : 7242 (java) S 7231 7233 5520 0 -1 64 2739 0 0 0 62 0 0 0 16 0 12 0 2000024657 840318976 35112 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7243] ppid=7231 vsize=820624 CPUtime=0.42
/proc/7233/task/7243/stat : 7243 (java) S 7231 7233 5520 0 -1 64 1286 0 0 0 42 0 0 0 16 0 12 0 2000024657 840318976 35114 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7244] ppid=7231 vsize=820624 CPUtime=0
/proc/7233/task/7244/stat : 7244 (java) S 7231 7233 5520 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000024657 840318976 35116 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7245] ppid=7231 vsize=820624 CPUtime=0
/proc/7233/task/7245/stat : 7245 (java) S 7231 7233 5520 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000024657 840318976 35118 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 820624

[startup+6.30211 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 7245
/proc/meminfo: memFree=1472336/2055920 swapFree=4180584/4192956
[pid=7233] ppid=7231 vsize=843664 CPUtime=7.63
/proc/7233/stat : 7233 (java) S 7231 7233 5520 0 -1 0 82248 0 1 0 725 38 0 0 20 0 12 0 2000024648 863911936 71159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7233/statm: 210916 71162 1360 9 0 208278 0
[pid=7233/tid=7235] ppid=7231 vsize=843664 CPUtime=2.88
/proc/7233/task/7235/stat : 7235 (java) S 7231 7233 5520 0 -1 64 16975 0 1 0 278 10 0 0 25 0 12 0 2000024649 863911936 71164 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7236] ppid=7231 vsize=843664 CPUtime=1.84
/proc/7233/task/7236/stat : 7236 (java) R 7231 7233 5520 0 -1 64 32947 0 0 0 171 13 0 0 20 0 12 0 2000024650 863911936 71166 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7237] ppid=7231 vsize=843664 CPUtime=1.8
/proc/7233/task/7237/stat : 7237 (java) R 7231 7233 5520 0 -1 64 27519 0 0 0 168 12 0 0 19 0 12 0 2000024650 863911936 71168 996147200 134512640 134550740 4294956016 18446744073709551615 106549200 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7238] ppid=7231 vsize=843664 CPUtime=0
/proc/7233/task/7238/stat : 7238 (java) S 7231 7233 5520 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 2000024652 863911936 71170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7239] ppid=7231 vsize=843664 CPUtime=0
/proc/7233/task/7239/stat : 7239 (java) S 7231 7233 5520 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000024653 863911936 71172 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7240] ppid=7231 vsize=843664 CPUtime=0
/proc/7233/task/7240/stat : 7240 (java) S 7231 7233 5520 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 2000024653 863911936 71174 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7241] ppid=7231 vsize=843664 CPUtime=0
/proc/7233/task/7241/stat : 7241 (java) S 7231 7233 5520 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000024657 863911936 71176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7242] ppid=7231 vsize=843664 CPUtime=0.62
/proc/7233/task/7242/stat : 7242 (java) S 7231 7233 5520 0 -1 64 2739 0 0 0 62 0 0 0 16 0 12 0 2000024657 863911936 71178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7243] ppid=7231 vsize=843664 CPUtime=0.42
/proc/7233/task/7243/stat : 7243 (java) S 7231 7233 5520 0 -1 64 1286 0 0 0 42 0 0 0 16 0 12 0 2000024657 863911936 71180 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7244] ppid=7231 vsize=843664 CPUtime=0
/proc/7233/task/7244/stat : 7244 (java) S 7231 7233 5520 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000024657 863911936 71182 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7245] ppid=7231 vsize=843664 CPUtime=0
/proc/7233/task/7245/stat : 7245 (java) S 7231 7233 5520 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000024657 863911936 71184 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 843664

[startup+12.7029 s]
/proc/loadavg: 2.07 2.02 2.00 5/84 7245
/proc/meminfo: memFree=1221216/2055920 swapFree=4180584/4192956
[pid=7233] ppid=7231 vsize=853904 CPUtime=15.7
/proc/7233/stat : 7233 (java) S 7231 7233 5520 0 -1 0 152947 0 1 0 1503 67 0 0 20 0 12 0 2000024648 874397696 133544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7233/statm: 213476 133544 1360 9 0 210838 0
[pid=7233/tid=7235] ppid=7231 vsize=853904 CPUtime=5.22
/proc/7233/task/7235/stat : 7235 (java) R 7231 7233 5520 0 -1 64 35413 0 1 0 506 16 0 0 25 0 12 0 2000024649 874397696 133544 996147200 134512640 134550740 4294956016 18446744073709551615 4109742427 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7236] ppid=7231 vsize=853904 CPUtime=4.76
/proc/7233/task/7236/stat : 7236 (java) S 7231 7233 5520 0 -1 64 56901 0 0 0 452 24 0 0 22 0 12 0 2000024650 874397696 133544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7237] ppid=7231 vsize=853904 CPUtime=4.61
/proc/7233/task/7237/stat : 7237 (java) S 7231 7233 5520 0 -1 64 55820 0 0 0 438 23 0 0 19 0 12 0 2000024650 874397696 133544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7238] ppid=7231 vsize=853904 CPUtime=0
/proc/7233/task/7238/stat : 7238 (java) S 7231 7233 5520 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 2000024652 874397696 133544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7239] ppid=7231 vsize=853904 CPUtime=0
/proc/7233/task/7239/stat : 7239 (java) S 7231 7233 5520 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000024653 874397696 133544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7240] ppid=7231 vsize=853904 CPUtime=0
/proc/7233/task/7240/stat : 7240 (java) S 7231 7233 5520 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 2000024653 874397696 133544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7241] ppid=7231 vsize=853904 CPUtime=0
/proc/7233/task/7241/stat : 7241 (java) S 7231 7233 5520 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000024657 874397696 133544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7242] ppid=7231 vsize=853904 CPUtime=0.62
/proc/7233/task/7242/stat : 7242 (java) S 7231 7233 5520 0 -1 64 2739 0 0 0 62 0 0 0 16 0 12 0 2000024657 874397696 133544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7243] ppid=7231 vsize=853904 CPUtime=0.42
/proc/7233/task/7243/stat : 7243 (java) S 7231 7233 5520 0 -1 64 1286 0 0 0 42 0 0 0 16 0 12 0 2000024657 874397696 133544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7244] ppid=7231 vsize=853904 CPUtime=0
/proc/7233/task/7244/stat : 7244 (java) S 7231 7233 5520 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000024657 874397696 133544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7245] ppid=7231 vsize=853904 CPUtime=0
/proc/7233/task/7245/stat : 7245 (java) S 7231 7233 5520 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000024657 874397696 133544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.7
Current children cumulated vsize (KiB) 853904

[startup+25.5024 s]
/proc/loadavg: 2.13 2.03 2.00 3/84 7245
/proc/meminfo: memFree=982880/2055920 swapFree=4180584/4192956
[pid=7233] ppid=7231 vsize=885908 CPUtime=29.41
/proc/7233/stat : 7233 (java) S 7231 7233 5520 0 -1 0 268153 0 2 0 2823 118 0 0 20 0 12 0 2000024648 907169792 190687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7233/statm: 221477 190687 1365 9 0 218839 0
[pid=7233/tid=7235] ppid=7231 vsize=885908 CPUtime=7.57
/proc/7233/task/7235/stat : 7235 (java) S 7231 7233 5520 0 -1 64 59997 0 1 0 730 27 0 0 18 0 12 0 2000024649 907169792 190687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7236] ppid=7231 vsize=885908 CPUtime=6.26
/proc/7233/task/7236/stat : 7236 (java) S 7231 7233 5520 0 -1 64 71836 0 0 0 594 32 0 0 17 0 12 0 2000024650 907169792 190687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7237] ppid=7231 vsize=885908 CPUtime=6.4
/proc/7233/task/7237/stat : 7237 (java) S 7231 7233 5520 0 -1 64 69422 0 0 0 610 30 0 0 20 0 12 0 2000024650 907169792 190687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7238] ppid=7231 vsize=885908 CPUtime=8.08
/proc/7233/task/7238/stat : 7238 (java) R 7231 7233 5520 0 -1 64 62112 0 1 0 782 26 0 0 25 0 12 0 2000024652 907169792 190687 996147200 134512640 134550740 4294956016 18446744073709551615 104126442 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7239] ppid=7231 vsize=885908 CPUtime=0
/proc/7233/task/7239/stat : 7239 (java) S 7231 7233 5520 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000024653 907169792 190687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7240] ppid=7231 vsize=885908 CPUtime=0
/proc/7233/task/7240/stat : 7240 (java) S 7231 7233 5520 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000024653 907169792 190687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7241] ppid=7231 vsize=885908 CPUtime=0
/proc/7233/task/7241/stat : 7241 (java) S 7231 7233 5520 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000024657 907169792 190687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/meminfo: memFree=966688/2055920 swapFree=4180584/4192956
[pid=7233] ppid=7231 vsize=885908 CPUtime=67.81
/proc/7233/stat : 7233 (java) S 7231 7233 5520 0 -1 0 500738 0 2 0 6566 215 0 0 20 0 12 0 2000024648 907169792 190687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7233/statm: 221477 190687 1365 9 0 218839 0
[pid=7233/tid=7235] ppid=7231 vsize=885908 CPUtime=7.81
/proc/7233/task/7235/stat : 7235 (java) S 7231 7233 5520 0 -1 64 60007 0 1 0 754 27 0 0 17 0 12 0 2000024649 907169792 190687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7236] ppid=7231 vsize=885908 CPUtime=6.26
/proc/7233/task/7236/stat : 7236 (java) S 7231 7233 5520 0 -1 64 71836 0 0 0 594 32 0 0 17 0 12 0 2000024650 907169792 190687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7237] ppid=7231 vsize=885908 CPUtime=6.4
/proc/7233/task/7237/stat : 7237 (java) S 7231 7233 5520 0 -1 64 69422 0 0 0 610 30 0 0 20 0 12 0 2000024650 907169792 190687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7238] ppid=7231 vsize=885908 CPUtime=46.24
/proc/7233/task/7238/stat : 7238 (java) R 7231 7233 5520 0 -1 64 294687 0 1 0 4502 122 0 0 25 0 12 0 2000024652 907169792 190687 996147200 134512640 134550740 4294956016 18446744073709551615 104136526 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7239] ppid=7231 vsize=885908 CPUtime=0
/proc/7233/task/7239/stat : 7239 (java) S 7231 7233 5520 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000024653 907169792 190687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7240] ppid=7231 vsize=885908 CPUtime=0
/proc/7233/task/7240/stat : 7240 (java) S 7231 7233 5520 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000024653 907169792 190687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7241] ppid=7231 vsize=885908 CPUtime=0
/proc/7233/task/7241/stat : 7241 (java) S 7231 7233 5520 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000024657 907169792 190687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7242] ppid=7231 vsize=885908 CPUtime=0.62
/proc/7233/task/7242/stat : 7242 (java) S 7231 7233 5520 0 -1 64 2739 0 0 0 62 0 0 0 16 0 12 0 2000024657 907169792 190687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7243] ppid=7231 vsize=885908 CPUtime=0.42
/proc/7233/task/7243/stat : 7243 (java) S 7231 7233 5520 0 -1 64 1286 0 0 0 42 0 0 0 16 0 12 0 2000024657 907169792 190687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7244] ppid=7231 vsize=885908 CPUtime=0
/proc/7233/task/7244/stat : 7244 (java) S 7231 7233 5520 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000024657 907169792 190687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7245] ppid=7231 vsize=885908 CPUtime=0
/proc/7233/task/7245/stat : 7245 (java) S 7231 7233 5520 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000024657 907169792 190687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 67.81
Current children cumulated vsize (KiB) 885908

[startup+67.1063 s]
/proc/loadavg: 2.06 2.03 2.00 3/84 7245
/proc/meminfo: memFree=966688/2055920 swapFree=4180584/4192956
[pid=7233] ppid=7231 vsize=853904 CPUtime=71
/proc/7233/stat : 7233 (java) S 7231 7233 5520 0 -1 0 516246 0 2 0 6877 223 0 0 20 0 12 0 2000024648 874397696 182687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7233/statm: 213476 182687 1366 9 0 210838 0
[pid=7233/tid=7235] ppid=7231 vsize=853904 CPUtime=7.81
/proc/7233/task/7235/stat : 7235 (java) S 7231 7233 5520 0 -1 64 60010 0 1 0 754 27 0 0 16 0 12 0 2000024649 874397696 182687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7236] ppid=7231 vsize=853904 CPUtime=6.26
/proc/7233/task/7236/stat : 7236 (java) S 7231 7233 5520 0 -1 64 71836 0 0 0 594 32 0 0 17 0 12 0 2000024650 874397696 182687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7237] ppid=7231 vsize=853904 CPUtime=6.4
/proc/7233/task/7237/stat : 7237 (java) S 7231 7233 5520 0 -1 64 69422 0 0 0 610 30 0 0 20 0 12 0 2000024650 874397696 182687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7238] ppid=7231 vsize=853904 CPUtime=49.43
/proc/7233/task/7238/stat : 7238 (java) R 7231 7233 5520 0 -1 64 310192 0 1 0 4813 130 0 0 25 0 12 0 2000024652 874397696 182687 996147200 134512640 134550740 4294956016 18446744073709551615 105847303 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7239] ppid=7231 vsize=853904 CPUtime=0
/proc/7233/task/7239/stat : 7239 (java) S 7231 7233 5520 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000024653 874397696 182687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7240] ppid=7231 vsize=853904 CPUtime=0
/proc/7233/task/7240/stat : 7240 (java) S 7231 7233 5520 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000024653 874397696 182687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7241] ppid=7231 vsize=853904 CPUtime=0
/proc/7233/task/7241/stat : 7241 (java) S 7231 7233 5520 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000024657 874397696 182687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7242] ppid=7231 vsize=853904 CPUtime=0.62
/proc/7233/task/7242/stat : 7242 (java) S 7231 7233 5520 0 -1 64 2739 0 0 0 62 0 0 0 16 0 12 0 2000024657 874397696 182687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7243] ppid=7231 vsize=853904 CPUtime=0.42
/proc/7233/task/7243/stat : 7243 (java) S 7231 7233 5520 0 -1 64 1286 0 0 0 42 0 0 0 16 0 12 0 2000024657 874397696 182687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7244] ppid=7231 vsize=853904 CPUtime=0
/proc/7233/task/7244/stat : 7244 (java) S 7231 7233 5520 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000024657 874397696 182687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7245] ppid=7231 vsize=853904 CPUtime=0
/proc/7233/task/7245/stat : 7245 (java) S 7231 7233 5520 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000024657 874397696 182687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71
Current children cumulated vsize (KiB) 853904

[startup+70.3017 s]
/proc/loadavg: 2.06 2.03 2.00 3/84 7245
/proc/meminfo: memFree=966688/2055920 swapFree=4180584/4192956
[pid=7233] ppid=7231 vsize=885908 CPUtime=74.2
/proc/7233/stat : 7233 (java) S 7231 7233 5520 0 -1 0 547256 0 2 0 7184 236 0 0 20 0 12 0 2000024648 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7233/statm: 221477 190688 1366 9 0 218839 0
[pid=7233/tid=7235] ppid=7231 vsize=885908 CPUtime=7.81
/proc/7233/task/7235/stat : 7235 (java) S 7231 7233 5520 0 -1 64 60010 0 1 0 754 27 0 0 16 0 12 0 2000024649 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7236] ppid=7231 vsize=885908 CPUtime=6.26
/proc/7233/task/7236/stat : 7236 (java) S 7231 7233 5520 0 -1 64 71836 0 0 0 594 32 0 0 17 0 12 0 2000024650 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7237] ppid=7231 vsize=885908 CPUtime=6.4
/proc/7233/task/7237/stat : 7237 (java) S 7231 7233 5520 0 -1 64 69422 0 0 0 610 30 0 0 20 0 12 0 2000024650 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7238] ppid=7231 vsize=885908 CPUtime=52.63
/proc/7233/task/7238/stat : 7238 (java) R 7231 7233 5520 0 -1 64 341202 0 1 0 5120 143 0 0 25 0 12 0 2000024652 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7239] ppid=7231 vsize=885908 CPUtime=0
/proc/7233/task/7239/stat : 7239 (java) S 7231 7233 5520 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000024653 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7240] ppid=7231 vsize=885908 CPUtime=0
/proc/7233/task/7240/stat : 7240 (java) S 7231 7233 5520 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000024653 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7241] ppid=7231 vsize=885908 CPUtime=0
/proc/7233/task/7241/stat : 7241 (java) S 7231 7233 5520 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000024657 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7242] ppid=7231 vsize=885908 CPUtime=0.62
/proc/7233/task/7242/stat : 7242 (java) S 7231 7233 5520 0 -1 64 2739 0 0 0 62 0 0 0 16 0 12 0 2000024657 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7243] ppid=7231 vsize=885908 CPUtime=0.42
/proc/7233/task/7243/stat : 7243 (java) S 7231 7233 5520 0 -1 64 1286 0 0 0 42 0 0 0 16 0 12 0 2000024657 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7244] ppid=7231 vsize=885908 CPUtime=0
/proc/7233/task/7244/stat : 7244 (java) S 7231 7233 5520 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000024657 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7245] ppid=7231 vsize=885908 CPUtime=0
/proc/7233/task/7245/stat : 7245 (java) S 7231 7233 5520 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000024657 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 74.2
Current children cumulated vsize (KiB) 885908

[startup+71.9029 s]
/proc/loadavg: 2.06 2.03 2.00 3/84 7245
/proc/meminfo: memFree=966688/2055920 swapFree=4180584/4192956
[pid=7233] ppid=7231 vsize=885908 CPUtime=75.8
/proc/7233/stat : 7233 (java) S 7231 7233 5520 0 -1 0 547256 0 2 0 7344 236 0 0 20 0 12 0 2000024648 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7233/statm: 221477 190688 1366 9 0 218839 0
[pid=7233/tid=7235] ppid=7231 vsize=885908 CPUtime=7.81
/proc/7233/task/7235/stat : 7235 (java) S 7231 7233 5520 0 -1 64 60010 0 1 0 754 27 0 0 16 0 12 0 2000024649 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7236] ppid=7231 vsize=885908 CPUtime=6.26
/proc/7233/task/7236/stat : 7236 (java) S 7231 7233 5520 0 -1 64 71836 0 0 0 594 32 0 0 17 0 12 0 2000024650 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7237] ppid=7231 vsize=885908 CPUtime=6.4
/proc/7233/task/7237/stat : 7237 (java) S 7231 7233 5520 0 -1 64 69422 0 0 0 610 30 0 0 20 0 12 0 2000024650 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7238] ppid=7231 vsize=885908 CPUtime=54.23
/proc/7233/task/7238/stat : 7238 (java) R 7231 7233 5520 0 -1 64 341202 0 1 0 5280 143 0 0 25 0 12 0 2000024652 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 104136454 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7239] ppid=7231 vsize=885908 CPUtime=0
/proc/7233/task/7239/stat : 7239 (java) S 7231 7233 5520 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000024653 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7240] ppid=7231 vsize=885908 CPUtime=0
/proc/7233/task/7240/stat : 7240 (java) S 7231 7233 5520 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000024653 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7241] ppid=7231 vsize=885908 CPUtime=0
/proc/7233/task/7241/stat : 7241 (java) S 7231 7233 5520 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000024657 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7242] ppid=7231 vsize=885908 CPUtime=0.62
/proc/7233/task/7242/stat : 7242 (java) S 7231 7233 5520 0 -1 64 2739 0 0 0 62 0 0 0 16 0 12 0 2000024657 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7243] ppid=7231 vsize=885908 CPUtime=0.42
/proc/7233/task/7243/stat : 7243 (java) S 7231 7233 5520 0 -1 64 1286 0 0 0 42 0 0 0 16 0 12 0 2000024657 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7244] ppid=7231 vsize=885908 CPUtime=0
/proc/7233/task/7244/stat : 7244 (java) S 7231 7233 5520 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000024657 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7245] ppid=7231 vsize=885908 CPUtime=0
/proc/7233/task/7245/stat : 7245 (java) S 7231 7233 5520 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000024657 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.8
Current children cumulated vsize (KiB) 885908

[startup+72.3029 s]
/proc/loadavg: 2.06 2.03 2.00 3/84 7245
/proc/meminfo: memFree=966688/2055920 swapFree=4180584/4192956
[pid=7233] ppid=7231 vsize=885908 CPUtime=76.2
/proc/7233/stat : 7233 (java) S 7231 7233 5520 0 -1 0 547256 0 2 0 7384 236 0 0 20 0 12 0 2000024648 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7233/statm: 221477 190688 1366 9 0 218839 0
[pid=7233/tid=7235] ppid=7231 vsize=885908 CPUtime=7.81
/proc/7233/task/7235/stat : 7235 (java) S 7231 7233 5520 0 -1 64 60010 0 1 0 754 27 0 0 16 0 12 0 2000024649 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7236] ppid=7231 vsize=885908 CPUtime=6.26
/proc/7233/task/7236/stat : 7236 (java) S 7231 7233 5520 0 -1 64 71836 0 0 0 594 32 0 0 17 0 12 0 2000024650 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7237] ppid=7231 vsize=885908 CPUtime=6.4
/proc/7233/task/7237/stat : 7237 (java) S 7231 7233 5520 0 -1 64 69422 0 0 0 610 30 0 0 20 0 12 0 2000024650 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7238] ppid=7231 vsize=885908 CPUtime=54.63
/proc/7233/task/7238/stat : 7238 (java) R 7231 7233 5520 0 -1 64 341202 0 1 0 5320 143 0 0 25 0 12 0 2000024652 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 106123770 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7239] ppid=7231 vsize=885908 CPUtime=0
/proc/7233/task/7239/stat : 7239 (java) S 7231 7233 5520 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000024653 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7240] ppid=7231 vsize=885908 CPUtime=0
/proc/7233/task/7240/stat : 7240 (java) S 7231 7233 5520 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000024653 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7233/tid=7241] ppid=7231 vsize=885908 CPUtime=0
/proc/7233/task/7241/stat : 7241 (java) S 7231 7233 5520 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000024657 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7242] ppid=7231 vsize=885908 CPUtime=0.62
/proc/7233/task/7242/stat : 7242 (java) S 7231 7233 5520 0 -1 64 2739 0 0 0 62 0 0 0 16 0 12 0 2000024657 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7243] ppid=7231 vsize=885908 CPUtime=0.42
/proc/7233/task/7243/stat : 7243 (java) S 7231 7233 5520 0 -1 64 1286 0 0 0 42 0 0 0 16 0 12 0 2000024657 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7244] ppid=7231 vsize=885908 CPUtime=0
/proc/7233/task/7244/stat : 7244 (java) S 7231 7233 5520 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000024657 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7233/tid=7245] ppid=7231 vsize=885908 CPUtime=0
/proc/7233/task/7245/stat : 7245 (java) S 7231 7233 5520 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000024657 907169792 190688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 76.2
Current children cumulated vsize (KiB) 885908

[startup+72.5029 s]
/proc/loadavg: 2.06 2.03 2.00 3/74 7246
/proc/meminfo: memFree=1031776/2055920 swapFree=4180584/4192956
[pid=7233] ppid=7231 vsize=0 CPUtime=76.39
/proc/7233/stat : 7233 (java) Z 7231 7233 5520 0 -1 12 547270 0 2 0 7401 238 0 0 16 0 2 0 2000024648 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7233/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 76.39
Current children cumulated vsize (KiB) 0

[startup+72.6069 s]
/proc/loadavg: 2.06 2.03 2.00 3/74 7246
/proc/meminfo: memFree=1031776/2055920 swapFree=4180584/4192956
[pid=7233] ppid=7231 vsize=0 CPUtime=76.49
/proc/7233/stat : 7233 (java) Z 7231 7233 5520 0 -1 12 547270 0 2 0 7401 248 0 0 16 0 2 0 2000024648 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7233/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 76.49
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 72.6083
CPU time (s): 76.4994
CPU user time (s): 74.0157
CPU system time (s): 2.48362
CPU usage (%): 105.359
Max. virtual memory (cumulated for all children) (KiB): 901912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.0157
system time used= 2.48362
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 547270
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2223
involuntary context switches= 2084

runsolver used 0.086986 second user time and 0.26096 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-05 00:32:29
IDJOB=1079723
IDBENCH=56898
IDSOLVER=344
FILE ID=node75/1079723-1215210749
PBS_JOBID= 7881656
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 34f49ec7596469127b01a2b2f15f8640
RANDOM SEED=2099482439

node75.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.229
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.229
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:       1728144 kB
Buffers:         58036 kB
Cached:         192208 kB
SwapCached:       6320 kB
Active:         129464 kB
Inactive:       133864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1728144 kB
SwapTotal:     4192956 kB
SwapFree:      4180584 kB
Dirty:            1212 kB
Writeback:           0 kB
Mapped:          20892 kB
Slab:            49720 kB
Committed_AS:  4266704 kB
PageTables:       1840 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= 66556 MiB
End job on node75 at 2008-07-05 00:33:41