Trace number 1083518

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? 243.926 244.32

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-22.xml
MD5SUM2dc1ef2385520df4e5d6471c36d68b37
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1545
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.30	c See www.sat4j.org for details.
0.29/0.30	c That software uses the Rhino library from the Mozilla project.
0.29/0.34	c version 9.9.9.token
0.29/0.34	c sun.arch.data.model	32
0.29/0.34	c java.version	1.6.0_06
0.29/0.34	c os.name	Linux
0.29/0.34	c os.version	2.6.9-22.EL.rootsmp
0.29/0.34	c os.arch	i386
0.29/0.34	c Free memory 669864272
0.29/0.34	c Max memory 672137216
0.29/0.34	c Total memory 672137216
0.29/0.34	c Number of processors 2
0.29/0.38	c c --- Begin Solver configuration ---
0.29/0.38	c Stops conflict analysis at the first Unique Implication Point
0.29/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.38	c Learn all clauses as in MiniSAT
0.29/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.38	c Expensive reason simplification
0.29/0.38	c MiniSAT restarts strategy
0.29/0.38	c timeout=2147483s
0.29/0.38	c DB Simplification allowed=false
0.29/0.38	c --- End Solver configuration ---
0.29/0.39	c solving HOME/instance-1083518-1215228742.xml
0.29/0.39	c reading problem ... 
0.58/0.64	c reading problem named null
0.58/0.64	c reading domains done.
0.58/0.67	c reading variables done.
4.50/3.64	c reading predicates  done.
4.69/3.84	c reading constraints
243.75/244.16	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
243.75/244.16		at org.sat4j.core.VecInt.ensure(VecInt.java:262)
243.75/244.16		at org.sat4j.core.VecInt.push(VecInt.java:269)
243.75/244.16		at org.sat4j.csp.encodings.BinarySupportEncoding.addSupport(BinarySupportEncoding.java:83)
243.75/244.16		at org.sat4j.csp.encodings.BinarySupportEncoding.onSupport(BinarySupportEncoding.java:72)
243.75/244.16		at org.sat4j.csp.Predicate.find(Predicate.java:130)
243.75/244.16		at org.sat4j.csp.Predicate.find(Predicate.java:139)
243.75/244.16		at org.sat4j.csp.Predicate.find(Predicate.java:139)
243.75/244.16		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
243.75/244.16		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
243.75/244.16		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
243.75/244.16		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
243.75/244.16		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
243.75/244.16		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
243.75/244.16		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
243.75/244.16		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
243.75/244.16		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
243.75/244.16		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
243.75/244.16		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
243.75/244.16		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
243.75/244.16		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
243.75/244.16		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
243.75/244.16		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
243.75/244.16		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
243.75/244.16		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
243.75/244.16		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
243.75/244.16		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
243.75/244.16		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
243.75/244.16	c starts		: 0
243.75/244.16	c conflicts		: 0
243.75/244.16	c decisions		: 0
243.75/244.16	c propagations		: 0
243.75/244.16	c inspects		: 0
243.75/244.16	c learnt literals	: 0
243.75/244.16	c learnt binary clauses	: 0
243.75/244.16	c learnt ternary clauses	: 0
243.75/244.16	c learnt clauses	: 0
243.75/244.16	c ignored clauses	: 0
243.75/244.16	c root simplifications	: 0
243.75/244.16	c removed literals (reason simplification)	: 0
243.75/244.16	c reason swapping (by a shorter reason)	: 0
243.75/244.16	c Calls to reduceDB	: 0
243.75/244.16	c speed (assignments/second)	: 0.0
243.75/244.16	c non guided choices	0
243.75/244.16	s UNKNOWN
243.75/244.16	c Total wall clock time (in seconds) : 243.777

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-1083518-1215228742/watcher-1083518-1215228742 -o /tmp/evaluation-result-1083518-1215228742/solver-1083518-1215228742 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1083518-1215228742.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.92 1.98 1.99 4/81 29818
/proc/meminfo: memFree=1041536/2055920 swapFree=4180312/4192956
[pid=29818] ppid=29816 vsize=1804 CPUtime=0
/proc/29818/stat : 29818 (java6) R 29816 29818 28589 0 -1 0 184 0 0 0 0 0 0 0 18 0 1 0 428491556 1847296 156 996147200 134512640 134550740 4294956176 18446744073709551615 4618848 0 0 4096 0 0 0 0 17 0 0 0
/proc/29818/statm: 451 158 114 9 0 93 0

[startup+0.056271 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 29818
/proc/meminfo: memFree=1041536/2055920 swapFree=4180312/4192956
[pid=29818] ppid=29816 vsize=802236 CPUtime=0.05
/proc/29818/stat : 29818 (java) S 29816 29818 28589 0 -1 0 2678 0 1 0 3 2 0 0 18 0 7 0 428491556 821489664 2413 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/29818/statm: 200559 2413 999 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.101316 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 29818
/proc/meminfo: memFree=1041536/2055920 swapFree=4180312/4192956
[pid=29818] ppid=29816 vsize=804612 CPUtime=0.08
/proc/29818/stat : 29818 (java) S 29816 29818 28589 0 -1 0 3070 0 1 0 6 2 0 0 18 0 12 0 428491556 823922688 2803 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29818/statm: 201153 2817 1110 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301305 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 29818
/proc/meminfo: memFree=1041536/2055920 swapFree=4180312/4192956
[pid=29818] ppid=29816 vsize=808264 CPUtime=0.29
/proc/29818/stat : 29818 (java) S 29816 29818 28589 0 -1 0 5032 0 1 0 25 4 0 0 18 0 12 0 428491556 827662336 4361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29818/statm: 202066 4362 1307 9 0 199435 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808264

[startup+0.701362 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 29818
/proc/meminfo: memFree=1041536/2055920 swapFree=4180312/4192956
[pid=29818] ppid=29816 vsize=808292 CPUtime=0.68
/proc/29818/stat : 29818 (java) S 29816 29818 28589 0 -1 0 6333 0 1 0 63 5 0 0 18 0 12 0 428491556 827691008 5515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29818/statm: 202073 5515 1335 9 0 199435 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808292

[startup+1.50247 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 29830
/proc/meminfo: memFree=996640/2055920 swapFree=4180312/4192956
[pid=29818] ppid=29816 vsize=810220 CPUtime=1.63
/proc/29818/stat : 29818 (java) S 29816 29818 28589 0 -1 0 36442 0 1 0 145 18 0 0 18 0 12 0 428491556 829665280 33908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29818/statm: 202555 33908 1348 9 0 199917 0
[pid=29818/tid=29820] ppid=29816 vsize=810220 CPUtime=0.7
/proc/29818/task/29820/stat : 29820 (java) R 29816 29818 28589 0 -1 64 16984 0 1 0 59 11 0 0 25 0 12 0 428491558 829665280 33908 996147200 134512640 134550740 4294956016 18446744073709551615 4109584197 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29821] ppid=29816 vsize=810220 CPUtime=0.21
/proc/29818/task/29821/stat : 29821 (java) S 29816 29818 28589 0 -1 64 10666 0 0 0 18 3 0 0 19 0 12 0 428491559 829665280 33908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29822] ppid=29816 vsize=810220 CPUtime=0.2
/proc/29818/task/29822/stat : 29822 (java) S 29816 29818 28589 0 -1 64 6207 0 0 0 18 2 0 0 18 0 12 0 428491559 829665280 33908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29823] ppid=29816 vsize=810220 CPUtime=0
/proc/29818/task/29823/stat : 29823 (java) S 29816 29818 28589 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 428491560 829665280 33908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29824] ppid=29816 vsize=810220 CPUtime=0
/proc/29818/task/29824/stat : 29824 (java) S 29816 29818 28589 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 428491561 829665280 33908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29825] ppid=29816 vsize=810220 CPUtime=0
/proc/29818/task/29825/stat : 29825 (java) S 29816 29818 28589 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 428491561 829665280 33908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29826] ppid=29816 vsize=810220 CPUtime=0
/proc/29818/task/29826/stat : 29826 (java) S 29816 29818 28589 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 428491565 829665280 33908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29827] ppid=29816 vsize=810220 CPUtime=0.22
/proc/29818/task/29827/stat : 29827 (java) S 29816 29818 28589 0 -1 64 662 0 0 0 22 0 0 0 16 0 12 0 428491565 829665280 33908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29828] ppid=29816 vsize=810220 CPUtime=0.25
/proc/29818/task/29828/stat : 29828 (java) S 29816 29818 28589 0 -1 64 1134 0 0 0 25 0 0 0 16 0 12 0 428491565 829665280 33908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29829] ppid=29816 vsize=810220 CPUtime=0
/proc/29818/task/29829/stat : 29829 (java) S 29816 29818 28589 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 428491565 829665280 33908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29830] ppid=29816 vsize=810220 CPUtime=0
/proc/29818/task/29830/stat : 29830 (java) S 29816 29818 28589 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 428491565 829665280 33908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 810220

[startup+3.10171 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 29830
/proc/meminfo: memFree=865120/2055920 swapFree=4180312/4192956
[pid=29818] ppid=29816 vsize=815980 CPUtime=3.74
/proc/29818/stat : 29818 (java) S 29816 29818 28589 0 -1 0 68670 0 1 0 343 31 0 0 18 0 12 0 428491556 835563520 61820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29818/statm: 203995 61820 1348 9 0 201357 0
[pid=29818/tid=29820] ppid=29816 vsize=815980 CPUtime=1.11
/proc/29818/task/29820/stat : 29820 (java) R 29816 29818 28589 0 -1 64 16988 0 1 0 100 11 0 0 25 0 12 0 428491558 835563520 61820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29821] ppid=29816 vsize=815980 CPUtime=1.05
/proc/29818/task/29821/stat : 29821 (java) R 29816 29818 28589 0 -1 64 27562 0 0 0 96 9 0 0 16 0 12 0 428491559 835563520 61820 996147200 134512640 134550740 4294956016 18446744073709551615 106548836 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29822] ppid=29816 vsize=815980 CPUtime=1.05
/proc/29818/task/29822/stat : 29822 (java) R 29816 29818 28589 0 -1 64 21535 0 0 0 96 9 0 0 16 0 12 0 428491559 835563520 61820 996147200 134512640 134550740 4294956016 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29823] ppid=29816 vsize=815980 CPUtime=0
/proc/29818/task/29823/stat : 29823 (java) S 29816 29818 28589 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 428491560 835563520 61820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29824] ppid=29816 vsize=815980 CPUtime=0
/proc/29818/task/29824/stat : 29824 (java) S 29816 29818 28589 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 428491561 835563520 61820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29825] ppid=29816 vsize=815980 CPUtime=0
/proc/29818/task/29825/stat : 29825 (java) S 29816 29818 28589 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 428491561 835563520 61820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29826] ppid=29816 vsize=815980 CPUtime=0
/proc/29818/task/29826/stat : 29826 (java) S 29816 29818 28589 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 428491565 835563520 61820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29827] ppid=29816 vsize=815980 CPUtime=0.22
/proc/29818/task/29827/stat : 29827 (java) S 29816 29818 28589 0 -1 64 662 0 0 0 22 0 0 0 16 0 12 0 428491565 835563520 61820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29828] ppid=29816 vsize=815980 CPUtime=0.25
/proc/29818/task/29828/stat : 29828 (java) S 29816 29818 28589 0 -1 64 1134 0 0 0 25 0 0 0 17 0 12 0 428491565 835563520 61820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29829] ppid=29816 vsize=815980 CPUtime=0
/proc/29818/task/29829/stat : 29829 (java) S 29816 29818 28589 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 428491565 835563520 61820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29830] ppid=29816 vsize=815980 CPUtime=0
/proc/29818/task/29830/stat : 29830 (java) S 29816 29818 28589 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 428491565 835563520 61820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 815980

[startup+6.30216 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 29830
/proc/meminfo: memFree=730912/2055920 swapFree=4180312/4192956
[pid=29818] ppid=29816 vsize=815948 CPUtime=7.16
/proc/29818/stat : 29818 (java) S 29816 29818 28589 0 -1 0 93371 0 1 0 674 42 0 0 18 0 12 0 428491556 835530752 82219 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29818/statm: 203987 82219 1374 9 0 201349 0
[pid=29818/tid=29820] ppid=29816 vsize=815948 CPUtime=2.87
/proc/29818/task/29820/stat : 29820 (java) R 29816 29818 28589 0 -1 64 17302 0 1 0 276 11 0 0 25 0 12 0 428491558 835530752 82219 996147200 134512640 134550740 4294956016 18446744073709551615 4109731658 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29821] ppid=29816 vsize=815948 CPUtime=1.69
/proc/29818/task/29821/stat : 29821 (java) S 29816 29818 28589 0 -1 64 40484 0 0 0 155 14 0 0 16 0 12 0 428491559 835530752 82219 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29822] ppid=29816 vsize=815948 CPUtime=1.59
/proc/29818/task/29822/stat : 29822 (java) S 29816 29818 28589 0 -1 64 30868 0 0 0 146 13 0 0 16 0 12 0 428491559 835530752 82219 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29823] ppid=29816 vsize=815948 CPUtime=0
/proc/29818/task/29823/stat : 29823 (java) S 29816 29818 28589 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 428491560 835530752 82219 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29824] ppid=29816 vsize=815948 CPUtime=0
/proc/29818/task/29824/stat : 29824 (java) S 29816 29818 28589 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 428491561 835530752 82219 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29825] ppid=29816 vsize=815948 CPUtime=0
/proc/29818/task/29825/stat : 29825 (java) S 29816 29818 28589 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 428491561 835530752 82219 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29826] ppid=29816 vsize=815948 CPUtime=0
/proc/29818/task/29826/stat : 29826 (java) S 29816 29818 28589 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 428491565 835530752 82219 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29827] ppid=29816 vsize=815948 CPUtime=0.36
/proc/29818/task/29827/stat : 29827 (java) S 29816 29818 28589 0 -1 64 838 0 0 0 36 0 0 0 16 0 12 0 428491565 835530752 82219 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29828] ppid=29816 vsize=815948 CPUtime=0.6
/proc/29818/task/29828/stat : 29828 (java) S 29816 29818 28589 0 -1 64 3090 0 0 0 59 1 0 0 16 0 12 0 428491565 835530752 82219 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29829] ppid=29816 vsize=815948 CPUtime=0
/proc/29818/task/29829/stat : 29829 (java) S 29816 29818 28589 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 428491565 835530752 82219 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29830] ppid=29816 vsize=815948 CPUtime=0
/proc/29818/task/29830/stat : 29830 (java) S 29816 29818 28589 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 428491565 835530752 82219 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 815948

[startup+12.7011 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 29830
/proc/meminfo: memFree=661408/2055920 swapFree=4180312/4192956
[pid=29818] ppid=29816 vsize=822788 CPUtime=13.55
/proc/29818/stat : 29818 (java) S 29816 29818 28589 0 -1 0 112895 0 1 0 1304 51 0 0 18 0 12 0 428491556 842534912 97413 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29818/statm: 205697 97413 1386 9 0 203059 0
[pid=29818/tid=29820] ppid=29816 vsize=822788 CPUtime=7.91
/proc/29818/task/29820/stat : 29820 (java) R 29816 29818 28589 0 -1 64 17328 0 1 0 780 11 0 0 25 0 12 0 428491558 842534912 97413 996147200 134512640 134550740 4294956016 18446744073709551615 4109655709 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29821] ppid=29816 vsize=822788 CPUtime=1.99
/proc/29818/task/29821/stat : 29821 (java) S 29816 29818 28589 0 -1 64 46690 0 0 0 183 16 0 0 16 0 12 0 428491559 842534912 97413 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29822] ppid=29816 vsize=822788 CPUtime=1.9
/proc/29818/task/29822/stat : 29822 (java) S 29816 29818 28589 0 -1 64 38162 0 0 0 174 16 0 0 16 0 12 0 428491559 842534912 97413 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29823] ppid=29816 vsize=822788 CPUtime=0
/proc/29818/task/29823/stat : 29823 (java) S 29816 29818 28589 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 428491560 842534912 97413 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29824] ppid=29816 vsize=822788 CPUtime=0
/proc/29818/task/29824/stat : 29824 (java) S 29816 29818 28589 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 428491561 842534912 97413 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29825] ppid=29816 vsize=822788 CPUtime=0
/proc/29818/task/29825/stat : 29825 (java) S 29816 29818 28589 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 428491561 842534912 97413 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29826] ppid=29816 vsize=822788 CPUtime=0
/proc/29818/task/29826/stat : 29826 (java) S 29816 29818 28589 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 428491565 842534912 97413 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29827] ppid=29816 vsize=822788 CPUtime=0.93
/proc/29818/task/29827/stat : 29827 (java) S 29816 29818 28589 0 -1 64 6253 0 0 0 90 3 0 0 19 0 12 0 428491565 842534912 97413 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29828] ppid=29816 vsize=822788 CPUtime=0.75
/proc/29818/task/29828/stat : 29828 (java) S 29816 29818 28589 0 -1 64 3673 0 0 0 74 1 0 0 16 0 12 0 428491565 842534912 97413 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29829] ppid=29816 vsize=822788 CPUtime=0
/proc/29818/task/29829/stat : 29829 (java) S 29816 29818 28589 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 428491565 842534912 97413 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29830] ppid=29816 vsize=822788 CPUtime=0
/proc/29818/task/29830/stat : 29830 (java) S 29816 29818 28589 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 428491565 842534912 97413 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.55
Current children cumulated vsize (KiB) 822788

[startup+25.5029 s]
/proc/loadavg: 2.00 2.00 2.00 5/93 29830
/proc/meminfo: memFree=577440/2055920 swapFree=4180312/4192956
[pid=29818] ppid=29816 vsize=821628 CPUtime=26.38
/proc/29818/stat : 29818 (java) S 29816 29818 28589 0 -1 0 136030 0 1 0 2578 60 0 0 18 0 12 0 428491556 841347072 118476 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29818/statm: 205407 118476 1386 9 0 202769 0
[pid=29818/tid=29820] ppid=29816 vsize=821628 CPUtime=19.54
/proc/29818/task/29820/stat : 29820 (java) R 29816 29818 28589 0 -1 64 17361 0 1 0 1943 11 0 0 25 0 12 0 428491558 841347072 118476 996147200 134512640 134550740 4294956016 18446744073709551615 4109844257 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29821] ppid=29816 vsize=821628 CPUtime=2.51
/proc/29818/task/29821/stat : 29821 (java) S 29816 29818 28589 0 -1 64 58111 0 0 0 230 21 0 0 16 0 12 0 428491559 841347072 118476 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29822] ppid=29816 vsize=821628 CPUtime=2.39
/proc/29818/task/29822/stat : 29822 (java) S 29816 29818 28589 0 -1 64 49829 0 0 0 218 21 0 0 16 0 12 0 428491559 841347072 118476 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29823] ppid=29816 vsize=821628 CPUtime=0.01
/proc/29818/task/29823/stat : 29823 (java) S 29816 29818 28589 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 428491560 841347072 118476 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29824] ppid=29816 vsize=821628 CPUtime=0
/proc/29818/task/29824/stat : 29824 (java) S 29816 29818 28589 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 428491561 841347072 118476 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29825] ppid=29816 vsize=821628 CPUtime=0
/proc/29818/task/29825/stat : 29825 (java) S 29816 29818 28589 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 428491561 841347072 118476 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29826] ppid=29816 vsize=821628 CPUtime=0
/proc/29818/task/29826/stat : 29826 (java) S 29816 29818 28589 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 428491565 841347072 118476 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=29818/tid=29829] ppid=29816 vsize=825660 CPUtime=0
/proc/29818/task/29829/stat : 29829 (java) S 29816 29818 28589 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 428491565 845475840 175490 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29830] ppid=29816 vsize=825660 CPUtime=0
/proc/29818/task/29830/stat : 29830 (java) S 29816 29818 28589 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 428491565 845475840 175498 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 230.01
Current children cumulated vsize (KiB) 825660

[startup+236.702 s]
/proc/loadavg: 2.26 2.12 2.04 3/93 29830
/proc/meminfo: memFree=322912/2055920 swapFree=4180312/4192956
[pid=29818] ppid=29816 vsize=843784 CPUtime=236.38
/proc/29818/stat : 29818 (java) S 29816 29818 28589 0 -1 0 833644 0 1 0 23235 403 0 0 18 0 12 0 428491556 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29818/statm: 210946 180265 1390 9 0 208308 0
[pid=29818/tid=29820] ppid=29816 vsize=843784 CPUtime=137.39
/proc/29818/task/29820/stat : 29820 (java) S 29816 29818 28589 0 -1 64 17673 0 1 0 13726 13 0 0 17 0 12 0 428491558 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29821] ppid=29816 vsize=843784 CPUtime=5.56
/proc/29818/task/29821/stat : 29821 (java) S 29816 29818 28589 0 -1 64 89820 0 0 0 523 33 0 0 15 0 12 0 428491559 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29822] ppid=29816 vsize=843784 CPUtime=5.39
/proc/29818/task/29822/stat : 29822 (java) S 29816 29818 28589 0 -1 64 75460 0 0 0 507 32 0 0 16 0 12 0 428491559 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29823] ppid=29816 vsize=843784 CPUtime=86.12
/proc/29818/task/29823/stat : 29823 (java) R 29816 29818 28589 0 -1 64 639988 0 0 0 8294 318 0 0 25 0 12 0 428491560 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29824] ppid=29816 vsize=843784 CPUtime=0
/proc/29818/task/29824/stat : 29824 (java) S 29816 29818 28589 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 428491561 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29825] ppid=29816 vsize=843784 CPUtime=0
/proc/29818/task/29825/stat : 29825 (java) S 29816 29818 28589 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 428491561 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29826] ppid=29816 vsize=843784 CPUtime=0
/proc/29818/task/29826/stat : 29826 (java) S 29816 29818 28589 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 428491565 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29827] ppid=29816 vsize=843784 CPUtime=1
/proc/29818/task/29827/stat : 29827 (java) S 29816 29818 28589 0 -1 64 6253 0 0 0 97 3 0 0 16 0 12 0 428491565 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29828] ppid=29816 vsize=843784 CPUtime=0.86
/proc/29818/task/29828/stat : 29828 (java) S 29816 29818 28589 0 -1 64 3687 0 0 0 85 1 0 0 16 0 12 0 428491565 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29829] ppid=29816 vsize=843784 CPUtime=0
/proc/29818/task/29829/stat : 29829 (java) S 29816 29818 28589 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 428491565 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29830] ppid=29816 vsize=843784 CPUtime=0
/proc/29818/task/29830/stat : 29830 (java) S 29816 29818 28589 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 428491565 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 236.38
Current children cumulated vsize (KiB) 843784

[startup+239.902 s]
/proc/loadavg: 2.24 2.12 2.04 3/93 29830
/proc/meminfo: memFree=322912/2055920 swapFree=4180312/4192956
[pid=29818] ppid=29816 vsize=843784 CPUtime=239.56
/proc/29818/stat : 29818 (java) S 29816 29818 28589 0 -1 0 853004 0 1 0 23542 414 0 0 18 0 12 0 428491556 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29818/statm: 210946 180265 1390 9 0 208308 0
[pid=29818/tid=29820] ppid=29816 vsize=843784 CPUtime=137.56
/proc/29818/task/29820/stat : 29820 (java) S 29816 29818 28589 0 -1 64 17675 0 1 0 13743 13 0 0 17 0 12 0 428491558 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29821] ppid=29816 vsize=843784 CPUtime=5.56
/proc/29818/task/29821/stat : 29821 (java) S 29816 29818 28589 0 -1 64 89820 0 0 0 523 33 0 0 15 0 12 0 428491559 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29822] ppid=29816 vsize=843784 CPUtime=5.39
/proc/29818/task/29822/stat : 29822 (java) S 29816 29818 28589 0 -1 64 75460 0 0 0 507 32 0 0 16 0 12 0 428491559 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29823] ppid=29816 vsize=843784 CPUtime=89.13
/proc/29818/task/29823/stat : 29823 (java) R 29816 29818 28589 0 -1 64 659346 0 0 0 8584 329 0 0 25 0 12 0 428491560 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 105678353 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29824] ppid=29816 vsize=843784 CPUtime=0
/proc/29818/task/29824/stat : 29824 (java) S 29816 29818 28589 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 428491561 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29825] ppid=29816 vsize=843784 CPUtime=0
/proc/29818/task/29825/stat : 29825 (java) S 29816 29818 28589 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 428491561 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29826] ppid=29816 vsize=843784 CPUtime=0
/proc/29818/task/29826/stat : 29826 (java) S 29816 29818 28589 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 428491565 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29827] ppid=29816 vsize=843784 CPUtime=1
/proc/29818/task/29827/stat : 29827 (java) S 29816 29818 28589 0 -1 64 6253 0 0 0 97 3 0 0 16 0 12 0 428491565 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29828] ppid=29816 vsize=843784 CPUtime=0.86
/proc/29818/task/29828/stat : 29828 (java) S 29816 29818 28589 0 -1 64 3687 0 0 0 85 1 0 0 16 0 12 0 428491565 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29829] ppid=29816 vsize=843784 CPUtime=0
/proc/29818/task/29829/stat : 29829 (java) S 29816 29818 28589 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 428491565 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29830] ppid=29816 vsize=843784 CPUtime=0
/proc/29818/task/29830/stat : 29830 (java) S 29816 29818 28589 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 428491565 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 239.56
Current children cumulated vsize (KiB) 843784

[startup+241.502 s]
/proc/loadavg: 2.24 2.12 2.04 3/93 29830
/proc/meminfo: memFree=322848/2055920 swapFree=4180312/4192956
[pid=29818] ppid=29816 vsize=824656 CPUtime=241.16
/proc/29818/stat : 29818 (java) S 29816 29818 28589 0 -1 0 863437 0 1 0 23696 420 0 0 18 0 12 0 428491556 844447744 175483 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29818/statm: 206164 175483 1390 9 0 203526 0
[pid=29818/tid=29820] ppid=29816 vsize=824656 CPUtime=137.72
/proc/29818/task/29820/stat : 29820 (java) S 29816 29818 28589 0 -1 64 17677 0 1 0 13759 13 0 0 17 0 12 0 428491558 844447744 175483 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29821] ppid=29816 vsize=824656 CPUtime=5.56
/proc/29818/task/29821/stat : 29821 (java) S 29816 29818 28589 0 -1 64 89820 0 0 0 523 33 0 0 15 0 12 0 428491559 844447744 175483 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29822] ppid=29816 vsize=824656 CPUtime=5.39
/proc/29818/task/29822/stat : 29822 (java) S 29816 29818 28589 0 -1 64 75460 0 0 0 507 32 0 0 16 0 12 0 428491559 844447744 175483 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29823] ppid=29816 vsize=824656 CPUtime=90.56
/proc/29818/task/29823/stat : 29823 (java) R 29816 29818 28589 0 -1 64 669777 0 0 0 8722 334 0 0 25 0 12 0 428491560 844447744 175483 996147200 134512640 134550740 4294956016 18446744073709551615 103550503 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29824] ppid=29816 vsize=824656 CPUtime=0
/proc/29818/task/29824/stat : 29824 (java) S 29816 29818 28589 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 428491561 844447744 175483 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29825] ppid=29816 vsize=824656 CPUtime=0
/proc/29818/task/29825/stat : 29825 (java) S 29816 29818 28589 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 428491561 844447744 175483 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29826] ppid=29816 vsize=824656 CPUtime=0
/proc/29818/task/29826/stat : 29826 (java) S 29816 29818 28589 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 428491565 844447744 175483 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29827] ppid=29816 vsize=824656 CPUtime=1
/proc/29818/task/29827/stat : 29827 (java) S 29816 29818 28589 0 -1 64 6253 0 0 0 97 3 0 0 16 0 12 0 428491565 844447744 175483 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29828] ppid=29816 vsize=824656 CPUtime=0.86
/proc/29818/task/29828/stat : 29828 (java) S 29816 29818 28589 0 -1 64 3687 0 0 0 85 1 0 0 16 0 12 0 428491565 844447744 175483 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29829] ppid=29816 vsize=824656 CPUtime=0
/proc/29818/task/29829/stat : 29829 (java) S 29816 29818 28589 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 428491565 844447744 175483 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29830] ppid=29816 vsize=824656 CPUtime=0
/proc/29818/task/29830/stat : 29830 (java) S 29816 29818 28589 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 428491565 844447744 175483 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 241.16
Current children cumulated vsize (KiB) 824656

[startup+243.108 s]
/proc/loadavg: 2.24 2.12 2.04 3/93 29830
/proc/meminfo: memFree=335968/2055920 swapFree=4180312/4192956
[pid=29818] ppid=29816 vsize=830656 CPUtime=242.75
/proc/29818/stat : 29818 (java) S 29816 29818 28589 0 -1 0 876120 0 1 0 23849 426 0 0 18 0 12 0 428491556 850591744 176983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29818/statm: 207664 176983 1390 9 0 205026 0
[pid=29818/tid=29820] ppid=29816 vsize=830656 CPUtime=137.81
/proc/29818/task/29820/stat : 29820 (java) S 29816 29818 28589 0 -1 64 17679 0 1 0 13768 13 0 0 17 0 12 0 428491558 850591744 176983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29821] ppid=29816 vsize=830656 CPUtime=5.56
/proc/29818/task/29821/stat : 29821 (java) S 29816 29818 28589 0 -1 64 89820 0 0 0 523 33 0 0 15 0 12 0 428491559 850591744 176983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29822] ppid=29816 vsize=830656 CPUtime=5.39
/proc/29818/task/29822/stat : 29822 (java) S 29816 29818 28589 0 -1 64 75460 0 0 0 507 32 0 0 16 0 12 0 428491559 850591744 176983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29823] ppid=29816 vsize=830656 CPUtime=92.07
/proc/29818/task/29823/stat : 29823 (java) R 29816 29818 28589 0 -1 64 682458 0 0 0 8866 341 0 0 25 0 12 0 428491560 850591744 176983 996147200 134512640 134550740 4294956016 18446744073709551615 104126444 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29824] ppid=29816 vsize=830656 CPUtime=0
/proc/29818/task/29824/stat : 29824 (java) S 29816 29818 28589 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 428491561 850591744 176983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29825] ppid=29816 vsize=830656 CPUtime=0
/proc/29818/task/29825/stat : 29825 (java) S 29816 29818 28589 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 428491561 850591744 176983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29826] ppid=29816 vsize=830656 CPUtime=0
/proc/29818/task/29826/stat : 29826 (java) S 29816 29818 28589 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 428491565 850591744 176983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29827] ppid=29816 vsize=830656 CPUtime=1
/proc/29818/task/29827/stat : 29827 (java) S 29816 29818 28589 0 -1 64 6253 0 0 0 97 3 0 0 16 0 12 0 428491565 850591744 176983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29828] ppid=29816 vsize=830656 CPUtime=0.86
/proc/29818/task/29828/stat : 29828 (java) S 29816 29818 28589 0 -1 64 3687 0 0 0 85 1 0 0 16 0 12 0 428491565 850591744 176983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29829] ppid=29816 vsize=830656 CPUtime=0
/proc/29818/task/29829/stat : 29829 (java) S 29816 29818 28589 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 428491565 850591744 176983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29830] ppid=29816 vsize=830656 CPUtime=0
/proc/29818/task/29830/stat : 29830 (java) S 29816 29818 28589 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 428491565 850591744 176983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 242.75
Current children cumulated vsize (KiB) 830656

[startup+243.902 s]
/proc/loadavg: 2.24 2.12 2.04 3/93 29830
/proc/meminfo: memFree=335968/2055920 swapFree=4180312/4192956
[pid=29818] ppid=29816 vsize=843784 CPUtime=243.55
/proc/29818/stat : 29818 (java) S 29816 29818 28589 0 -1 0 882045 0 1 0 23925 430 0 0 18 0 12 0 428491556 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29818/statm: 210946 180265 1390 9 0 208308 0
[pid=29818/tid=29820] ppid=29816 vsize=843784 CPUtime=137.81
/proc/29818/task/29820/stat : 29820 (java) S 29816 29818 28589 0 -1 64 17679 0 1 0 13768 13 0 0 17 0 12 0 428491558 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29821] ppid=29816 vsize=843784 CPUtime=5.56
/proc/29818/task/29821/stat : 29821 (java) S 29816 29818 28589 0 -1 64 89820 0 0 0 523 33 0 0 15 0 12 0 428491559 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29822] ppid=29816 vsize=843784 CPUtime=5.39
/proc/29818/task/29822/stat : 29822 (java) S 29816 29818 28589 0 -1 64 75460 0 0 0 507 32 0 0 16 0 12 0 428491559 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29823] ppid=29816 vsize=843784 CPUtime=92.86
/proc/29818/task/29823/stat : 29823 (java) R 29816 29818 28589 0 -1 64 688383 0 0 0 8942 344 0 0 25 0 12 0 428491560 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 105852587 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29824] ppid=29816 vsize=843784 CPUtime=0
/proc/29818/task/29824/stat : 29824 (java) S 29816 29818 28589 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 428491561 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29825] ppid=29816 vsize=843784 CPUtime=0
/proc/29818/task/29825/stat : 29825 (java) S 29816 29818 28589 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 428491561 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29826] ppid=29816 vsize=843784 CPUtime=0
/proc/29818/task/29826/stat : 29826 (java) S 29816 29818 28589 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 428491565 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29827] ppid=29816 vsize=843784 CPUtime=1
/proc/29818/task/29827/stat : 29827 (java) S 29816 29818 28589 0 -1 64 6253 0 0 0 97 3 0 0 16 0 12 0 428491565 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29828] ppid=29816 vsize=843784 CPUtime=0.86
/proc/29818/task/29828/stat : 29828 (java) S 29816 29818 28589 0 -1 64 3687 0 0 0 85 1 0 0 16 0 12 0 428491565 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29818/tid=29829] ppid=29816 vsize=843784 CPUtime=0
/proc/29818/task/29829/stat : 29829 (java) S 29816 29818 28589 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 428491565 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29818/tid=29830] ppid=29816 vsize=843784 CPUtime=0
/proc/29818/task/29830/stat : 29830 (java) S 29816 29818 28589 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 428491565 864034816 180265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 243.55
Current children cumulated vsize (KiB) 843784

[startup+244.302 s]
/proc/loadavg: 2.22 2.12 2.04 3/93 29830
/proc/meminfo: memFree=322848/2055920 swapFree=4180312/4192956
[pid=29818] ppid=29816 vsize=0 CPUtime=243.9
/proc/29818/stat : 29818 (java) Z 29816 29818 28589 0 -1 12 882058 0 1 0 23951 439 0 0 16 0 2 0 428491556 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29818/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 243.9
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 244.32
CPU time (s): 243.926
CPU user time (s): 239.514
CPU system time (s): 4.41233
CPU usage (%): 99.8386
Max. virtual memory (cumulated for all children) (KiB): 858120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 239.514
system time used= 4.41233
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 882058
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= 9977
involuntary context switches= 9217

runsolver used 0.302953 second user time and 0.840872 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-05 05:32:22
IDJOB=1083518
IDBENCH=57483
IDSOLVER=344
FILE ID=node49/1083518-1215228742
PBS_JOBID= 7881838
Free space on /tmp= 66556 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-22.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-1083518-1215228742/watcher-1083518-1215228742 -o /tmp/evaluation-result-1083518-1215228742/solver-1083518-1215228742 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1083518-1215228742.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2dc1ef2385520df4e5d6471c36d68b37
RANDOM SEED=703893932

node49.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.249
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.249
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:       1042016 kB
Buffers:         46724 kB
Cached:         184436 kB
SwapCached:       5752 kB
Active:         872128 kB
Inactive:        87840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1042016 kB
SwapTotal:     4192956 kB
SwapFree:      4180312 kB
Dirty:            2724 kB
Writeback:           0 kB
Mapped:         744884 kB
Slab:            37504 kB
Committed_AS:  1636720 kB
PageTables:       3228 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node49 at 2008-07-05 05:36:26