Trace number 1075911

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? 95.0605 94.1594

General information on the benchmark

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

Solver Data (download as text)

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

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-1075911-1215182514/watcher-1075911-1215182514 -o /tmp/evaluation-result-1075911-1215182514/solver-1075911-1215182514 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1075911-1215182514.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.85 1.97 1.99 3/81 6618
/proc/meminfo: memFree=1657336/2055920 swapFree=4180424/4192956
[pid=6618] ppid=6616 vsize=13288 CPUtime=0
/proc/6618/stat : 6618 (java) S 6616 6618 4428 0 -1 0 744 0 0 0 0 0 0 0 18 0 2 0 1997224949 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/6618/statm: 3322 538 219 9 0 1232 0
[pid=6618/tid=6619] ppid=6616 vsize=13288 CPUtime=0
/proc/6618/task/6619/stat : 6619 (java) R 6616 6618 4428 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1997224950 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 11792344 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0956029 s]
/proc/loadavg: 1.85 1.97 1.99 3/81 6618
/proc/meminfo: memFree=1657336/2055920 swapFree=4180424/4192956
[pid=6618] ppid=6616 vsize=802560 CPUtime=0.07
/proc/6618/stat : 6618 (java) S 6616 6618 4428 0 -1 0 2881 0 1 0 5 2 0 0 18 0 8 0 1997224949 821821440 2616 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/6618/statm: 200640 2616 1014 9 0 198023 0
[pid=6618/tid=6619] ppid=6616 vsize=802560 CPUtime=0.07
/proc/6618/task/6619/stat : 6619 (java) S 6616 6618 4428 0 -1 64 2122 0 1 0 5 2 0 0 17 0 8 0 1997224950 821821440 2616 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802560

[startup+0.101762 s]
/proc/loadavg: 1.85 1.97 1.99 3/81 6618
/proc/meminfo: memFree=1657336/2055920 swapFree=4180424/4192956
[pid=6618] ppid=6616 vsize=804612 CPUtime=0.08
/proc/6618/stat : 6618 (java) S 6616 6618 4428 0 -1 0 2983 0 1 0 6 2 0 0 18 0 12 0 1997224949 823922688 2716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6618/statm: 201153 2716 1047 9 0 198522 0
[pid=6618/tid=6619] ppid=6616 vsize=804612 CPUtime=0.08
/proc/6618/task/6619/stat : 6619 (java) R 6616 6618 4428 0 -1 64 2206 0 1 0 6 2 0 0 20 0 12 0 1997224950 823922688 2716 996147200 134512640 134550740 4294956016 18446744073709551615 103568992 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.30179 s]
/proc/loadavg: 1.85 1.97 1.99 3/81 6618
/proc/meminfo: memFree=1657336/2055920 swapFree=4180424/4192956
[pid=6618] ppid=6616 vsize=808212 CPUtime=0.28
/proc/6618/stat : 6618 (java) S 6616 6618 4428 0 -1 0 4862 0 1 0 25 3 0 0 18 0 12 0 1997224949 827609088 4189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6618/statm: 202053 4189 1297 9 0 199422 0
[pid=6618/tid=6619] ppid=6616 vsize=808212 CPUtime=0.17
/proc/6618/task/6619/stat : 6619 (java) R 6616 6618 4428 0 -1 64 2613 0 1 0 15 2 0 0 20 0 12 0 1997224950 827609088 4189 996147200 134512640 134550740 4294956016 18446744073709551615 106497690 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808212

[startup+0.701842 s]
/proc/loadavg: 1.85 1.97 1.99 3/81 6618
/proc/meminfo: memFree=1657336/2055920 swapFree=4180424/4192956
[pid=6618] ppid=6616 vsize=808240 CPUtime=0.67
/proc/6618/stat : 6618 (java) S 6616 6618 4428 0 -1 0 6316 0 1 0 62 5 0 0 18 0 12 0 1997224949 827637760 5444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6618/statm: 202060 5444 1335 9 0 199422 0
[pid=6618/tid=6619] ppid=6616 vsize=808240 CPUtime=0.4
/proc/6618/task/6619/stat : 6619 (java) R 6616 6618 4428 0 -1 64 3763 0 1 0 36 4 0 0 18 0 12 0 1997224950 827637760 5444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808240

[startup+1.50294 s]
/proc/loadavg: 1.85 1.97 1.99 3/93 6630
/proc/meminfo: memFree=1629976/2055920 swapFree=4180424/4192956
[pid=6618] ppid=6616 vsize=808240 CPUtime=1.47
/proc/6618/stat : 6618 (java) S 6616 6618 4428 0 -1 0 10595 0 1 0 139 8 0 0 18 0 12 0 1997224949 827637760 9604 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6618/statm: 202060 9604 1346 9 0 199422 0
[pid=6618/tid=6619] ppid=6616 vsize=808240 CPUtime=0.8
/proc/6618/task/6619/stat : 6619 (java) R 6616 6618 4428 0 -1 64 7884 0 1 0 73 7 0 0 22 0 12 0 1997224950 827637760 9604 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6621] ppid=6616 vsize=808240 CPUtime=0
/proc/6618/task/6621/stat : 6621 (java) S 6616 6618 4428 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997224952 827637760 9604 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6622] ppid=6616 vsize=808240 CPUtime=0
/proc/6618/task/6622/stat : 6622 (java) S 6616 6618 4428 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1997224952 827637760 9604 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6623] ppid=6616 vsize=808240 CPUtime=0
/proc/6618/task/6623/stat : 6623 (java) S 6616 6618 4428 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 1997224954 827637760 9604 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6624] ppid=6616 vsize=808240 CPUtime=0
/proc/6618/task/6624/stat : 6624 (java) S 6616 6618 4428 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 1997224954 827637760 9604 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6625] ppid=6616 vsize=808240 CPUtime=0
/proc/6618/task/6625/stat : 6625 (java) S 6616 6618 4428 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1997224954 827637760 9604 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6626] ppid=6616 vsize=808240 CPUtime=0
/proc/6618/task/6626/stat : 6626 (java) S 6616 6618 4428 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997224958 827637760 9604 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6627] ppid=6616 vsize=808240 CPUtime=0.26
/proc/6618/task/6627/stat : 6627 (java) R 6616 6618 4428 0 -1 64 659 0 0 0 26 0 0 0 16 0 12 0 1997224959 827637760 9604 996147200 134512640 134550740 4294956016 18446744073709551615 106081667 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6628] ppid=6616 vsize=808240 CPUtime=0.38
/proc/6618/task/6628/stat : 6628 (java) S 6616 6618 4428 0 -1 64 1289 0 0 0 38 0 0 0 16 0 12 0 1997224959 827637760 9604 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6629] ppid=6616 vsize=808240 CPUtime=0
/proc/6618/task/6629/stat : 6629 (java) S 6616 6618 4428 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1997224959 827637760 9604 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6630] ppid=6616 vsize=808240 CPUtime=0
/proc/6618/task/6630/stat : 6630 (java) S 6616 6618 4428 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997224959 827637760 9604 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808240

[startup+3.10213 s]
/proc/loadavg: 1.86 1.97 1.99 4/93 6630
/proc/meminfo: memFree=1609176/2055920 swapFree=4180424/4192956
[pid=6618] ppid=6616 vsize=809632 CPUtime=3.05
/proc/6618/stat : 6618 (java) S 6616 6618 4428 0 -1 0 24031 0 1 0 289 16 0 0 18 0 12 0 1997224949 829063168 22142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6618/statm: 202408 22142 1360 9 0 199770 0
[pid=6618/tid=6619] ppid=6616 vsize=809632 CPUtime=1.6
/proc/6618/task/6619/stat : 6619 (java) R 6616 6618 4428 0 -1 64 16972 0 1 0 147 13 0 0 25 0 12 0 1997224950 829063168 22142 996147200 134512640 134550740 4294956016 18446744073709551615 4109741967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6621] ppid=6616 vsize=809632 CPUtime=0.02
/proc/6618/task/6621/stat : 6621 (java) S 6616 6618 4428 0 -1 64 633 0 0 0 2 0 0 0 17 0 12 0 1997224952 829063168 22142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6622] ppid=6616 vsize=809632 CPUtime=0.02
/proc/6618/task/6622/stat : 6622 (java) S 6616 6618 4428 0 -1 64 2433 0 0 0 1 1 0 0 17 0 12 0 1997224952 829063168 22142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6623] ppid=6616 vsize=809632 CPUtime=0
/proc/6618/task/6623/stat : 6623 (java) S 6616 6618 4428 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1997224954 829063168 22142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6624] ppid=6616 vsize=809632 CPUtime=0
/proc/6618/task/6624/stat : 6624 (java) S 6616 6618 4428 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997224954 829063168 22142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6625] ppid=6616 vsize=809632 CPUtime=0
/proc/6618/task/6625/stat : 6625 (java) S 6616 6618 4428 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1997224954 829063168 22142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6626] ppid=6616 vsize=809632 CPUtime=0
/proc/6618/task/6626/stat : 6626 (java) S 6616 6618 4428 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997224958 829063168 22142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6627] ppid=6616 vsize=809632 CPUtime=0.54
/proc/6618/task/6627/stat : 6627 (java) S 6616 6618 4428 0 -1 64 675 0 0 0 54 0 0 0 16 0 12 0 1997224959 829063168 22142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6628] ppid=6616 vsize=809632 CPUtime=0.82
/proc/6618/task/6628/stat : 6628 (java) S 6616 6618 4428 0 -1 64 2527 0 0 0 82 0 0 0 16 0 12 0 1997224959 829063168 22142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6629] ppid=6616 vsize=809632 CPUtime=0
/proc/6618/task/6629/stat : 6629 (java) S 6616 6618 4428 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1997224959 829063168 22142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6630] ppid=6616 vsize=809632 CPUtime=0
/proc/6618/task/6630/stat : 6630 (java) S 6616 6618 4428 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997224959 829063168 22142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 809632

[startup+6.30151 s]
/proc/loadavg: 1.86 1.97 1.99 3/93 6630
/proc/meminfo: memFree=1456472/2055920 swapFree=4180424/4192956
[pid=6618] ppid=6616 vsize=819556 CPUtime=7.11
/proc/6618/stat : 6618 (java) S 6616 6618 4428 0 -1 0 70879 0 1 0 670 41 0 0 18 0 12 0 1997224949 839225344 62721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6618/statm: 204889 62721 1360 9 0 202251 0
[pid=6618/tid=6619] ppid=6616 vsize=819556 CPUtime=3.08
/proc/6618/task/6619/stat : 6619 (java) R 6616 6618 4428 0 -1 64 16977 0 1 0 295 13 0 0 25 0 12 0 1997224950 839225344 62721 996147200 134512640 134550740 4294956016 18446744073709551615 4109803998 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6621] ppid=6616 vsize=819556 CPUtime=1.28
/proc/6618/task/6621/stat : 6621 (java) S 6616 6618 4428 0 -1 64 25528 0 0 0 116 12 0 0 19 0 12 0 1997224952 839225344 62721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6622] ppid=6616 vsize=819556 CPUtime=1.33
/proc/6618/task/6622/stat : 6622 (java) S 6616 6618 4428 0 -1 64 24381 0 0 0 120 13 0 0 19 0 12 0 1997224952 839225344 62721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6623] ppid=6616 vsize=819556 CPUtime=0
/proc/6618/task/6623/stat : 6623 (java) S 6616 6618 4428 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1997224954 839225344 62721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6624] ppid=6616 vsize=819556 CPUtime=0
/proc/6618/task/6624/stat : 6624 (java) S 6616 6618 4428 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997224954 839225344 62721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6625] ppid=6616 vsize=819556 CPUtime=0
/proc/6618/task/6625/stat : 6625 (java) S 6616 6618 4428 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1997224954 839225344 62721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6626] ppid=6616 vsize=819556 CPUtime=0
/proc/6618/task/6626/stat : 6626 (java) S 6616 6618 4428 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997224958 839225344 62721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6627] ppid=6616 vsize=819556 CPUtime=0.54
/proc/6618/task/6627/stat : 6627 (java) S 6616 6618 4428 0 -1 64 675 0 0 0 54 0 0 0 16 0 12 0 1997224959 839225344 62721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6628] ppid=6616 vsize=819556 CPUtime=0.82
/proc/6618/task/6628/stat : 6628 (java) S 6616 6618 4428 0 -1 64 2527 0 0 0 82 0 0 0 16 0 12 0 1997224959 839225344 62721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6629] ppid=6616 vsize=819556 CPUtime=0
/proc/6618/task/6629/stat : 6629 (java) S 6616 6618 4428 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1997224959 839225344 62721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6630] ppid=6616 vsize=819556 CPUtime=0
/proc/6618/task/6630/stat : 6630 (java) S 6616 6618 4428 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997224959 839225344 62721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 819556

[startup+12.7023 s]
/proc/loadavg: 1.96 1.98 1.99 4/93 6630
/proc/meminfo: memFree=1203608/2055920 swapFree=4180424/4192956
[pid=6618] ppid=6616 vsize=829796 CPUtime=13.44
/proc/6618/stat : 6618 (java) S 6616 6618 4428 0 -1 0 129244 0 1 0 1268 76 0 0 18 0 12 0 1997224949 849711104 118513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6618/statm: 207449 118513 1360 9 0 204811 0
[pid=6618/tid=6619] ppid=6616 vsize=829796 CPUtime=5.34
/proc/6618/task/6619/stat : 6619 (java) S 6616 6618 4428 0 -1 64 23132 0 1 0 517 17 0 0 18 0 12 0 1997224950 849711104 118513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6621] ppid=6616 vsize=829796 CPUtime=4.78
/proc/6618/task/6621/stat : 6621 (java) R 6616 6618 4428 0 -1 64 70182 0 0 0 438 40 0 0 16 0 12 0 1997224952 849711104 118513 996147200 134512640 134550740 4294956016 18446744073709551615 105852850 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6622] ppid=6616 vsize=829796 CPUtime=1.91
/proc/6618/task/6622/stat : 6622 (java) R 6616 6618 4428 0 -1 64 31937 0 0 0 174 17 0 0 21 0 12 0 1997224952 849711104 118513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6623] ppid=6616 vsize=829796 CPUtime=0
/proc/6618/task/6623/stat : 6623 (java) S 6616 6618 4428 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1997224954 849711104 118513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6624] ppid=6616 vsize=829796 CPUtime=0
/proc/6618/task/6624/stat : 6624 (java) S 6616 6618 4428 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997224954 849711104 118513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6625] ppid=6616 vsize=829796 CPUtime=0
/proc/6618/task/6625/stat : 6625 (java) S 6616 6618 4428 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1997224954 849711104 118513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6626] ppid=6616 vsize=829796 CPUtime=0
/proc/6618/task/6626/stat : 6626 (java) S 6616 6618 4428 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997224958 849711104 118513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6627] ppid=6616 vsize=829796 CPUtime=0.54
/proc/6618/task/6627/stat : 6627 (java) S 6616 6618 4428 0 -1 64 675 0 0 0 54 0 0 0 16 0 12 0 1997224959 849711104 118513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6628] ppid=6616 vsize=829796 CPUtime=0.82
/proc/6618/task/6628/stat : 6628 (java) S 6616 6618 4428 0 -1 64 2527 0 0 0 82 0 0 0 16 0 12 0 1997224959 849711104 118513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6629] ppid=6616 vsize=829796 CPUtime=0
/proc/6618/task/6629/stat : 6629 (java) S 6616 6618 4428 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1997224959 849711104 118513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6630] ppid=6616 vsize=829796 CPUtime=0
/proc/6618/task/6630/stat : 6630 (java) S 6616 6618 4428 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997224959 849711104 118513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.44
Current children cumulated vsize (KiB) 829796

[startup+25.5028 s]
/proc/loadavg: 2.12 2.02 2.01 3/93 6630
/proc/meminfo: memFree=940632/2055920 swapFree=4180424/4192956
[pid=6618] ppid=6616 vsize=845800 CPUtime=26.45
/proc/6618/stat : 6618 (java) S 6616 6618 4428 0 -1 0 210487 0 1 0 2521 124 0 0 18 0 12 0 1997224949 866099200 180740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6618/statm: 211450 180740 1365 9 0 208812 0
[pid=6618/tid=6619] ppid=6616 vsize=845800 CPUtime=7.79
/proc/6618/task/6619/stat : 6619 (java) S 6616 6618 4428 0 -1 64 41431 0 1 0 751 28 0 0 19 0 12 0 1997224950 866099200 180740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6621] ppid=6616 vsize=845800 CPUtime=7.38
/proc/6618/task/6621/stat : 6621 (java) S 6616 6618 4428 0 -1 64 109036 0 0 0 675 63 0 0 18 0 12 0 1997224952 866099200 180740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=6618/tid=6629] ppid=6616 vsize=861800 CPUtime=0
/proc/6618/task/6629/stat : 6629 (java) S 6616 6618 4428 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1997224959 882483200 184740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6630] ppid=6616 vsize=861800 CPUtime=0
/proc/6618/task/6630/stat : 6630 (java) S 6616 6618 4428 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997224959 882483200 184740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.63
Current children cumulated vsize (KiB) 861800

[startup+83.1027 s]
/proc/loadavg: 2.04 2.01 2.00 3/93 6630
/proc/meminfo: memFree=945368/2055920 swapFree=4180424/4192956
[pid=6618] ppid=6616 vsize=861800 CPUtime=84.03
/proc/6618/stat : 6618 (java) S 6616 6618 4428 0 -1 0 450578 0 1 0 8134 269 0 0 18 0 12 0 1997224949 882483200 184740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6618/statm: 215450 184740 1365 9 0 212812 0
[pid=6618/tid=6619] ppid=6616 vsize=861800 CPUtime=8.26
/proc/6618/task/6619/stat : 6619 (java) S 6616 6618 4428 0 -1 64 41443 0 1 0 798 28 0 0 17 0 12 0 1997224950 882483200 184740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6621] ppid=6616 vsize=861800 CPUtime=7.38
/proc/6618/task/6621/stat : 6621 (java) S 6616 6618 4428 0 -1 64 109036 0 0 0 675 63 0 0 18 0 12 0 1997224952 882483200 184740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6622] ppid=6616 vsize=861800 CPUtime=2.53
/proc/6618/task/6622/stat : 6622 (java) S 6616 6618 4428 0 -1 64 32262 0 0 0 236 17 0 0 20 0 12 0 1997224952 882483200 184740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6623] ppid=6616 vsize=861800 CPUtime=64.44
/proc/6618/task/6623/stat : 6623 (java) R 6616 6618 4428 0 -1 64 263871 0 0 0 6286 158 0 0 25 0 12 0 1997224954 882483200 184740 996147200 134512640 134550740 4294956016 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6624] ppid=6616 vsize=861800 CPUtime=0
/proc/6618/task/6624/stat : 6624 (java) S 6616 6618 4428 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997224954 882483200 184740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6625] ppid=6616 vsize=861800 CPUtime=0
/proc/6618/task/6625/stat : 6625 (java) S 6616 6618 4428 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997224954 882483200 184740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6626] ppid=6616 vsize=861800 CPUtime=0
/proc/6618/task/6626/stat : 6626 (java) S 6616 6618 4428 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997224958 882483200 184740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6627] ppid=6616 vsize=861800 CPUtime=0.54
/proc/6618/task/6627/stat : 6627 (java) S 6616 6618 4428 0 -1 64 675 0 0 0 54 0 0 0 16 0 12 0 1997224959 882483200 184740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6628] ppid=6616 vsize=861800 CPUtime=0.82
/proc/6618/task/6628/stat : 6628 (java) S 6616 6618 4428 0 -1 64 2527 0 0 0 82 0 0 0 16 0 12 0 1997224959 882483200 184740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6629] ppid=6616 vsize=861800 CPUtime=0
/proc/6618/task/6629/stat : 6629 (java) S 6616 6618 4428 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1997224959 882483200 184740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6630] ppid=6616 vsize=861800 CPUtime=0
/proc/6618/task/6630/stat : 6630 (java) S 6616 6618 4428 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997224959 882483200 184740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 84.03
Current children cumulated vsize (KiB) 861800

[startup+89.5025 s]
/proc/loadavg: 2.04 2.01 2.00 3/93 6630
/proc/meminfo: memFree=921304/2055920 swapFree=4180424/4192956
[pid=6618] ppid=6616 vsize=829796 CPUtime=90.42
/proc/6618/stat : 6618 (java) S 6616 6618 4428 0 -1 0 466087 0 1 0 8764 278 0 0 18 0 12 0 1997224949 849711104 176740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6618/statm: 207449 176740 1366 9 0 204811 0
[pid=6618/tid=6619] ppid=6616 vsize=829796 CPUtime=8.26
/proc/6618/task/6619/stat : 6619 (java) S 6616 6618 4428 0 -1 64 41447 0 1 0 798 28 0 0 16 0 12 0 1997224950 849711104 176740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6621] ppid=6616 vsize=829796 CPUtime=7.38
/proc/6618/task/6621/stat : 6621 (java) S 6616 6618 4428 0 -1 64 109036 0 0 0 675 63 0 0 18 0 12 0 1997224952 849711104 176740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6622] ppid=6616 vsize=829796 CPUtime=2.53
/proc/6618/task/6622/stat : 6622 (java) S 6616 6618 4428 0 -1 64 32262 0 0 0 236 17 0 0 20 0 12 0 1997224952 849711104 176740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6623] ppid=6616 vsize=829796 CPUtime=70.83
/proc/6618/task/6623/stat : 6623 (java) R 6616 6618 4428 0 -1 64 279376 0 0 0 6915 168 0 0 25 0 12 0 1997224954 849711104 176740 996147200 134512640 134550740 4294956016 18446744073709551615 104126442 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6624] ppid=6616 vsize=829796 CPUtime=0
/proc/6618/task/6624/stat : 6624 (java) S 6616 6618 4428 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997224954 849711104 176740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6625] ppid=6616 vsize=829796 CPUtime=0
/proc/6618/task/6625/stat : 6625 (java) S 6616 6618 4428 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997224954 849711104 176740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6626] ppid=6616 vsize=829796 CPUtime=0
/proc/6618/task/6626/stat : 6626 (java) S 6616 6618 4428 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997224958 849711104 176740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6627] ppid=6616 vsize=829796 CPUtime=0.54
/proc/6618/task/6627/stat : 6627 (java) S 6616 6618 4428 0 -1 64 675 0 0 0 54 0 0 0 16 0 12 0 1997224959 849711104 176740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6628] ppid=6616 vsize=829796 CPUtime=0.82
/proc/6618/task/6628/stat : 6628 (java) S 6616 6618 4428 0 -1 64 2527 0 0 0 82 0 0 0 16 0 12 0 1997224959 849711104 176740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6629] ppid=6616 vsize=829796 CPUtime=0
/proc/6618/task/6629/stat : 6629 (java) S 6616 6618 4428 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1997224959 849711104 176740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6630] ppid=6616 vsize=829796 CPUtime=0
/proc/6618/task/6630/stat : 6630 (java) S 6616 6618 4428 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997224959 849711104 176740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 90.42
Current children cumulated vsize (KiB) 829796

[startup+92.7028 s]
/proc/loadavg: 2.04 2.01 2.00 3/93 6630
/proc/meminfo: memFree=937304/2055920 swapFree=4180424/4192956
[pid=6618] ppid=6616 vsize=845800 CPUtime=93.62
/proc/6618/stat : 6618 (java) S 6616 6618 4428 0 -1 0 473591 0 1 0 9079 283 0 0 18 0 12 0 1997224949 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6618/statm: 211450 180741 1366 9 0 208812 0
[pid=6618/tid=6619] ppid=6616 vsize=845800 CPUtime=8.26
/proc/6618/task/6619/stat : 6619 (java) S 6616 6618 4428 0 -1 64 41447 0 1 0 798 28 0 0 16 0 12 0 1997224950 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6621] ppid=6616 vsize=845800 CPUtime=7.38
/proc/6618/task/6621/stat : 6621 (java) S 6616 6618 4428 0 -1 64 109036 0 0 0 675 63 0 0 18 0 12 0 1997224952 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6622] ppid=6616 vsize=845800 CPUtime=2.53
/proc/6618/task/6622/stat : 6622 (java) S 6616 6618 4428 0 -1 64 32262 0 0 0 236 17 0 0 20 0 12 0 1997224952 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6623] ppid=6616 vsize=845800 CPUtime=74.03
/proc/6618/task/6623/stat : 6623 (java) R 6616 6618 4428 0 -1 64 286880 0 0 0 7231 172 0 0 25 0 12 0 1997224954 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6624] ppid=6616 vsize=845800 CPUtime=0
/proc/6618/task/6624/stat : 6624 (java) S 6616 6618 4428 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997224954 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6625] ppid=6616 vsize=845800 CPUtime=0
/proc/6618/task/6625/stat : 6625 (java) S 6616 6618 4428 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997224954 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6626] ppid=6616 vsize=845800 CPUtime=0
/proc/6618/task/6626/stat : 6626 (java) S 6616 6618 4428 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997224958 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6627] ppid=6616 vsize=845800 CPUtime=0.54
/proc/6618/task/6627/stat : 6627 (java) S 6616 6618 4428 0 -1 64 675 0 0 0 54 0 0 0 16 0 12 0 1997224959 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6628] ppid=6616 vsize=845800 CPUtime=0.82
/proc/6618/task/6628/stat : 6628 (java) S 6616 6618 4428 0 -1 64 2527 0 0 0 82 0 0 0 16 0 12 0 1997224959 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6629] ppid=6616 vsize=845800 CPUtime=0
/proc/6618/task/6629/stat : 6629 (java) S 6616 6618 4428 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1997224959 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6630] ppid=6616 vsize=845800 CPUtime=0
/proc/6618/task/6630/stat : 6630 (java) S 6616 6618 4428 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997224959 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 93.62
Current children cumulated vsize (KiB) 845800

[startup+93.5079 s]
/proc/loadavg: 2.04 2.01 2.00 3/93 6630
/proc/meminfo: memFree=937304/2055920 swapFree=4180424/4192956
[pid=6618] ppid=6616 vsize=845800 CPUtime=94.43
/proc/6618/stat : 6618 (java) S 6616 6618 4428 0 -1 0 473591 0 1 0 9160 283 0 0 18 0 12 0 1997224949 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6618/statm: 211450 180741 1366 9 0 208812 0
[pid=6618/tid=6619] ppid=6616 vsize=845800 CPUtime=8.26
/proc/6618/task/6619/stat : 6619 (java) S 6616 6618 4428 0 -1 64 41447 0 1 0 798 28 0 0 16 0 12 0 1997224950 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6621] ppid=6616 vsize=845800 CPUtime=7.38
/proc/6618/task/6621/stat : 6621 (java) S 6616 6618 4428 0 -1 64 109036 0 0 0 675 63 0 0 18 0 12 0 1997224952 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6622] ppid=6616 vsize=845800 CPUtime=2.53
/proc/6618/task/6622/stat : 6622 (java) S 6616 6618 4428 0 -1 64 32262 0 0 0 236 17 0 0 20 0 12 0 1997224952 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6623] ppid=6616 vsize=845800 CPUtime=74.83
/proc/6618/task/6623/stat : 6623 (java) R 6616 6618 4428 0 -1 64 286880 0 0 0 7311 172 0 0 25 0 12 0 1997224954 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 106123724 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6624] ppid=6616 vsize=845800 CPUtime=0
/proc/6618/task/6624/stat : 6624 (java) S 6616 6618 4428 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997224954 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6625] ppid=6616 vsize=845800 CPUtime=0
/proc/6618/task/6625/stat : 6625 (java) S 6616 6618 4428 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997224954 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6626] ppid=6616 vsize=845800 CPUtime=0
/proc/6618/task/6626/stat : 6626 (java) S 6616 6618 4428 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997224958 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6627] ppid=6616 vsize=845800 CPUtime=0.54
/proc/6618/task/6627/stat : 6627 (java) S 6616 6618 4428 0 -1 64 675 0 0 0 54 0 0 0 16 0 12 0 1997224959 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6628] ppid=6616 vsize=845800 CPUtime=0.82
/proc/6618/task/6628/stat : 6628 (java) S 6616 6618 4428 0 -1 64 2527 0 0 0 82 0 0 0 16 0 12 0 1997224959 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6629] ppid=6616 vsize=845800 CPUtime=0
/proc/6618/task/6629/stat : 6629 (java) S 6616 6618 4428 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1997224959 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6630] ppid=6616 vsize=845800 CPUtime=0
/proc/6618/task/6630/stat : 6630 (java) S 6616 6618 4428 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997224959 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 94.43
Current children cumulated vsize (KiB) 845800

[startup+93.903 s]
/proc/loadavg: 2.04 2.01 2.00 3/93 6630
/proc/meminfo: memFree=937304/2055920 swapFree=4180424/4192956
[pid=6618] ppid=6616 vsize=845800 CPUtime=94.82
/proc/6618/stat : 6618 (java) S 6616 6618 4428 0 -1 0 473591 0 1 0 9199 283 0 0 18 0 12 0 1997224949 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6618/statm: 211450 180741 1366 9 0 208812 0
[pid=6618/tid=6619] ppid=6616 vsize=845800 CPUtime=8.26
/proc/6618/task/6619/stat : 6619 (java) S 6616 6618 4428 0 -1 64 41447 0 1 0 798 28 0 0 16 0 12 0 1997224950 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6621] ppid=6616 vsize=845800 CPUtime=7.38
/proc/6618/task/6621/stat : 6621 (java) S 6616 6618 4428 0 -1 64 109036 0 0 0 675 63 0 0 18 0 12 0 1997224952 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6622] ppid=6616 vsize=845800 CPUtime=2.53
/proc/6618/task/6622/stat : 6622 (java) S 6616 6618 4428 0 -1 64 32262 0 0 0 236 17 0 0 20 0 12 0 1997224952 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6623] ppid=6616 vsize=845800 CPUtime=75.23
/proc/6618/task/6623/stat : 6623 (java) R 6616 6618 4428 0 -1 64 286880 0 0 0 7351 172 0 0 25 0 12 0 1997224954 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 106123538 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6624] ppid=6616 vsize=845800 CPUtime=0
/proc/6618/task/6624/stat : 6624 (java) S 6616 6618 4428 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997224954 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6625] ppid=6616 vsize=845800 CPUtime=0
/proc/6618/task/6625/stat : 6625 (java) S 6616 6618 4428 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997224954 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6618/tid=6626] ppid=6616 vsize=845800 CPUtime=0
/proc/6618/task/6626/stat : 6626 (java) S 6616 6618 4428 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997224958 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6627] ppid=6616 vsize=845800 CPUtime=0.54
/proc/6618/task/6627/stat : 6627 (java) S 6616 6618 4428 0 -1 64 675 0 0 0 54 0 0 0 16 0 12 0 1997224959 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6628] ppid=6616 vsize=845800 CPUtime=0.82
/proc/6618/task/6628/stat : 6628 (java) S 6616 6618 4428 0 -1 64 2527 0 0 0 82 0 0 0 16 0 12 0 1997224959 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6629] ppid=6616 vsize=845800 CPUtime=0
/proc/6618/task/6629/stat : 6629 (java) S 6616 6618 4428 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1997224959 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6618/tid=6630] ppid=6616 vsize=845800 CPUtime=0
/proc/6618/task/6630/stat : 6630 (java) S 6616 6618 4428 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997224959 866099200 180741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 94.82
Current children cumulated vsize (KiB) 845800

[startup+94.103 s]
/proc/loadavg: 2.04 2.01 2.00 3/93 6630
/proc/meminfo: memFree=937304/2055920 swapFree=4180424/4192956
[pid=6618] ppid=6616 vsize=0 CPUtime=95
/proc/6618/stat : 6618 (java) Z 6616 6618 4428 0 -1 12 473604 0 1 0 9211 289 0 0 16 0 2 0 1997224949 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6618/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 95
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 94.1594
CPU time (s): 95.0605
CPU user time (s): 92.113
CPU system time (s): 2.94755
CPU usage (%): 100.957
Max. virtual memory (cumulated for all children) (KiB): 877804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.113
system time used= 2.94755
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 473604
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2705
involuntary context switches= 3694

runsolver used 0.119981 second user time and 0.332949 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-04 16:41:55
IDJOB=1075911
IDBENCH=56551
IDSOLVER=344
FILE ID=node33/1075911-1215182514
PBS_JOBID= 7881505
Free space on /tmp= 66552 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg4-8_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1075911-1215182514/watcher-1075911-1215182514 -o /tmp/evaluation-result-1075911-1215182514/solver-1075911-1215182514 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1075911-1215182514.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9d0c9e082e533940732de8cf42d70b3e
RANDOM SEED=343377083

node33.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.231
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.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1657816 kB
Buffers:         66848 kB
Cached:         225636 kB
SwapCached:       6444 kB
Active:         124068 kB
Inactive:       204356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1657816 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            2400 kB
Writeback:           0 kB
Mapped:          52144 kB
Slab:            54776 kB
Committed_AS:  3572076 kB
PageTables:       1916 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node33 at 2008-07-04 16:43:29