Trace number 1056152

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? 217.806 218.484

General information on the benchmark

Namecsp/largeQueens/
normalized-queens-500.xml
MD5SUM2f41b36922ebee8c6bbe2e06a2cfd3a7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark47.4628
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints124750
Maximum constraint arity2
Maximum domain size500
Number of constraints which are defined in extension0
Number of constraints which are defined in intension124750
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.32	c See www.sat4j.org for details.
0.28/0.32	c That software uses the Rhino library from the Mozilla project.
0.28/0.37	c version 9.9.9.token
0.28/0.37	c sun.arch.data.model	32
0.28/0.37	c java.version	1.6.0_06
0.28/0.37	c os.name	Linux
0.28/0.37	c os.version	2.6.9-22.EL.rootsmp
0.28/0.37	c os.arch	i386
0.28/0.37	c Free memory 669864272
0.28/0.37	c Max memory 672137216
0.28/0.37	c Total memory 672137216
0.28/0.37	c Number of processors 2
0.37/0.41	c c --- Begin Solver configuration ---
0.37/0.41	c Stops conflict analysis at the first Unique Implication Point
0.37/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.37/0.41	c Learn all clauses as in MiniSAT
0.37/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.37/0.41	c Expensive reason simplification
0.37/0.41	c MiniSAT restarts strategy
0.37/0.41	c timeout=2147483s
0.37/0.41	c DB Simplification allowed=false
0.37/0.41	c --- End Solver configuration ---
0.37/0.41	c solving HOME/instance-1056152-1215061915.xml
0.37/0.41	c reading problem ... 
0.57/0.69	c reading problem named null
0.57/0.69	c reading domains done.
0.57/0.69	c reading variables done.
1.18/1.22	c reading predicates  done.
1.96/1.79	c reading constraints
217.63/218.35	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
217.63/218.35		at org.mozilla.javascript.gen.c2._c0(rhino.log:1)
217.63/218.35		at org.mozilla.javascript.gen.c2.call(rhino.log)
217.63/218.35		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
217.63/218.35		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
217.63/218.35		at org.mozilla.javascript.gen.c2.call(rhino.log)
217.63/218.35		at org.mozilla.javascript.gen.c2.exec(rhino.log)
217.63/218.35		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
217.63/218.35		at org.sat4j.csp.Predicate.find(Predicate.java:129)
217.63/218.35		at org.sat4j.csp.Predicate.find(Predicate.java:139)
217.63/218.35		at org.sat4j.csp.Predicate.find(Predicate.java:139)
217.63/218.35		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
217.63/218.35		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
217.63/218.35		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
217.63/218.35		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
217.63/218.35		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
217.63/218.35		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
217.63/218.35		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
217.63/218.35		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
217.63/218.35		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
217.63/218.35		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
217.63/218.35		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
217.63/218.35		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
217.63/218.35		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
217.63/218.35		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
217.63/218.35		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
217.63/218.35		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
217.63/218.35		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
217.63/218.35		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
217.63/218.35		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
217.63/218.35		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
217.63/218.35	c starts		: 0
217.63/218.35	c conflicts		: 0
217.63/218.35	c decisions		: 0
217.63/218.35	c propagations		: 0
217.63/218.35	c inspects		: 0
217.63/218.35	c learnt literals	: 0
217.63/218.35	c learnt binary clauses	: 0
217.63/218.35	c learnt ternary clauses	: 0
217.63/218.35	c learnt clauses	: 0
217.63/218.35	c ignored clauses	: 0
217.63/218.35	c root simplifications	: 0
217.63/218.35	c removed literals (reason simplification)	: 0
217.63/218.35	c reason swapping (by a shorter reason)	: 0
217.63/218.35	c Calls to reduceDB	: 0
217.63/218.35	c speed (assignments/second)	: 0.0
217.63/218.35	c non guided choices	0
217.63/218.35	s UNKNOWN
217.63/218.35	c Total wall clock time (in seconds) : 217.937

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

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


[startup+0 s]
/proc/loadavg: 2.00 1.99 1.99 4/81 1869
/proc/meminfo: memFree=1585560/2055920 swapFree=4179968/4192956
[pid=1869] ppid=1867 vsize=18572 CPUtime=0
/proc/1869/stat : 1869 (runsolver) R 1867 1869 1689 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1985166435 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 262910045479 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/1869/statm: 4643 292 257 25 0 2626 0

[startup+0.106762 s]
/proc/loadavg: 2.00 1.99 1.99 4/81 1869
/proc/meminfo: memFree=1585560/2055920 swapFree=4179968/4192956
[pid=1869] ppid=1867 vsize=804612 CPUtime=0.09
/proc/1869/stat : 1869 (java) S 1867 1869 1689 0 -1 0 3005 0 1 0 7 2 0 0 18 0 12 0 1985166435 823922688 2738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 201153 2738 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.202773 s]
/proc/loadavg: 2.00 1.99 1.99 4/81 1869
/proc/meminfo: memFree=1585560/2055920 swapFree=4179968/4192956
[pid=1869] ppid=1867 vsize=808212 CPUtime=0.18
/proc/1869/stat : 1869 (java) S 1867 1869 1689 0 -1 0 4492 0 1 0 16 2 0 0 18 0 12 0 1985166435 827609088 3819 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 202053 3819 1293 9 0 199422 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 808212

[startup+0.302785 s]
/proc/loadavg: 2.00 1.99 1.99 4/81 1869
/proc/meminfo: memFree=1585560/2055920 swapFree=4179968/4192956
[pid=1869] ppid=1867 vsize=808212 CPUtime=0.28
/proc/1869/stat : 1869 (java) S 1867 1869 1689 0 -1 0 4919 0 1 0 25 3 0 0 18 0 12 0 1985166435 827609088 4246 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 202053 4246 1297 9 0 199422 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808212

[startup+0.701829 s]
/proc/loadavg: 2.00 1.99 1.99 4/81 1869
/proc/meminfo: memFree=1585560/2055920 swapFree=4179968/4192956
[pid=1869] ppid=1867 vsize=808240 CPUtime=0.67
/proc/1869/stat : 1869 (java) S 1867 1869 1689 0 -1 0 6341 0 1 0 63 4 0 0 18 0 12 0 1985166435 827637760 5469 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 202060 5469 1335 9 0 199422 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808240

[startup+1.50293 s]
/proc/loadavg: 2.00 1.99 1.99 3/93 1881
/proc/meminfo: memFree=1549816/2055920 swapFree=4179968/4192956
[pid=1869] ppid=1867 vsize=812088 CPUtime=1.57
/proc/1869/stat : 1869 (java) S 1867 1869 1689 0 -1 0 25141 0 1 0 145 12 0 0 18 0 12 0 1985166435 831578112 23189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 203022 23191 1352 9 0 200384 0
[pid=1869/tid=1871] ppid=1867 vsize=812088 CPUtime=0.84
/proc/1869/task/1871/stat : 1871 (java) S 1867 1869 1689 0 -1 64 17222 0 1 0 75 9 0 0 18 0 12 0 1985166437 831578112 23193 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1872] ppid=1867 vsize=812088 CPUtime=0.11
/proc/1869/task/1872/stat : 1872 (java) R 1867 1869 1689 0 -1 64 2562 0 0 0 10 1 0 0 17 0 12 0 1985166438 831578112 23194 996147200 134512640 134550740 4294956032 18446744073709551615 106161076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1873] ppid=1867 vsize=812088 CPUtime=0.1
/proc/1869/task/1873/stat : 1873 (java) R 1867 1869 1689 0 -1 64 2644 0 0 0 10 0 0 0 17 0 12 0 1985166438 831578112 23196 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1869/tid=1874] ppid=1867 vsize=812088 CPUtime=0
/proc/1869/task/1874/stat : 1874 (java) S 1867 1869 1689 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1985166440 831578112 23198 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1875] ppid=1867 vsize=812088 CPUtime=0
/proc/1869/task/1875/stat : 1875 (java) S 1867 1869 1689 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1985166440 831578112 23200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1876] ppid=1867 vsize=812088 CPUtime=0
/proc/1869/task/1876/stat : 1876 (java) S 1867 1869 1689 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1985166441 831578112 23201 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1877] ppid=1867 vsize=812088 CPUtime=0
/proc/1869/task/1877/stat : 1877 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1985166445 831578112 23203 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1878] ppid=1867 vsize=812088 CPUtime=0.2
/proc/1869/task/1878/stat : 1878 (java) S 1867 1869 1689 0 -1 64 637 0 0 0 20 0 0 0 16 0 12 0 1985166445 831578112 23205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1879] ppid=1867 vsize=812088 CPUtime=0.28
/proc/1869/task/1879/stat : 1879 (java) S 1867 1869 1689 0 -1 64 1322 0 0 0 28 0 0 0 16 0 12 0 1985166445 831578112 23206 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1880] ppid=1867 vsize=812088 CPUtime=0
/proc/1869/task/1880/stat : 1880 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985166445 831578112 23208 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1881] ppid=1867 vsize=812088 CPUtime=0
/proc/1869/task/1881/stat : 1881 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985166445 831578112 23210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 812088

[startup+3.10111 s]
/proc/loadavg: 2.00 1.99 1.99 5/93 1881
/proc/meminfo: memFree=1460472/2055920 swapFree=4179968/4192956
[pid=1869] ppid=1867 vsize=819656 CPUtime=3.38
/proc/1869/stat : 1869 (java) S 1867 1869 1689 0 -1 0 36752 0 1 0 320 18 0 0 18 0 12 0 1985166435 839327744 32767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 204914 32767 1380 9 0 202276 0
[pid=1869/tid=1871] ppid=1867 vsize=819656 CPUtime=1.63
/proc/1869/task/1871/stat : 1871 (java) R 1867 1869 1689 0 -1 64 17259 0 1 0 154 9 0 0 19 0 12 0 1985166437 839327744 32767 996147200 134512640 134550740 4294956032 18446744073709551615 4109670985 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1869/tid=1872] ppid=1867 vsize=819656 CPUtime=0.36
/proc/1869/task/1872/stat : 1872 (java) S 1867 1869 1689 0 -1 64 7165 0 0 0 33 3 0 0 20 0 12 0 1985166438 839327744 32767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1873] ppid=1867 vsize=819656 CPUtime=0.29
/proc/1869/task/1873/stat : 1873 (java) S 1867 1869 1689 0 -1 64 6002 0 0 0 27 2 0 0 19 0 12 0 1985166438 839327744 32767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1874] ppid=1867 vsize=819656 CPUtime=0
/proc/1869/task/1874/stat : 1874 (java) S 1867 1869 1689 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1985166440 839327744 32767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1875] ppid=1867 vsize=819656 CPUtime=0
/proc/1869/task/1875/stat : 1875 (java) S 1867 1869 1689 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1985166440 839327744 32767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1876] ppid=1867 vsize=819656 CPUtime=0
/proc/1869/task/1876/stat : 1876 (java) S 1867 1869 1689 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985166441 839327744 32767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1877] ppid=1867 vsize=819656 CPUtime=0
/proc/1869/task/1877/stat : 1877 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1985166445 839327744 32767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1878] ppid=1867 vsize=819656 CPUtime=0.6
/proc/1869/task/1878/stat : 1878 (java) S 1867 1869 1689 0 -1 64 3386 0 0 0 59 1 0 0 19 0 12 0 1985166445 839327744 32767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1869/tid=1879] ppid=1867 vsize=819656 CPUtime=0.44
/proc/1869/task/1879/stat : 1879 (java) S 1867 1869 1689 0 -1 64 2148 0 0 0 44 0 0 0 16 0 12 0 1985166445 839327744 32767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1869/tid=1880] ppid=1867 vsize=819656 CPUtime=0
/proc/1869/task/1880/stat : 1880 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985166445 839327744 32767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1881] ppid=1867 vsize=819656 CPUtime=0
/proc/1869/task/1881/stat : 1881 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985166445 839327744 32767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.38
Current children cumulated vsize (KiB) 819656

[startup+6.30248 s]
/proc/loadavg: 2.24 2.04 2.01 4/93 1881
/proc/meminfo: memFree=1439416/2055920 swapFree=4179968/4192956
[pid=1869] ppid=1867 vsize=818908 CPUtime=6.62
/proc/1869/stat : 1869 (java) S 1867 1869 1689 0 -1 0 42974 0 1 0 642 20 0 0 18 0 12 0 1985166435 838561792 38427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 204727 38427 1381 9 0 202089 0
[pid=1869/tid=1871] ppid=1867 vsize=818908 CPUtime=4.43
/proc/1869/task/1871/stat : 1871 (java) R 1867 1869 1689 0 -1 64 17266 0 1 0 434 9 0 0 25 0 12 0 1985166437 838561792 38427 996147200 134512640 134550740 4294956032 18446744073709551615 4109670958 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1869/tid=1872] ppid=1867 vsize=818908 CPUtime=0.55
/proc/1869/task/1872/stat : 1872 (java) S 1867 1869 1689 0 -1 64 10024 0 0 0 51 4 0 0 16 0 12 0 1985166438 838561792 38427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1869/tid=1873] ppid=1867 vsize=818908 CPUtime=0.49
/proc/1869/task/1873/stat : 1873 (java) S 1867 1869 1689 0 -1 64 9256 0 0 0 46 3 0 0 16 0 12 0 1985166438 838561792 38427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1869/tid=1874] ppid=1867 vsize=818908 CPUtime=0
/proc/1869/task/1874/stat : 1874 (java) S 1867 1869 1689 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1985166440 838561792 38427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1869/tid=1875] ppid=1867 vsize=818908 CPUtime=0
/proc/1869/task/1875/stat : 1875 (java) S 1867 1869 1689 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1985166440 838561792 38427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1876] ppid=1867 vsize=818908 CPUtime=0
/proc/1869/task/1876/stat : 1876 (java) S 1867 1869 1689 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985166441 838561792 38427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1877] ppid=1867 vsize=818908 CPUtime=0
/proc/1869/task/1877/stat : 1877 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1985166445 838561792 38427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1878] ppid=1867 vsize=818908 CPUtime=0.62
/proc/1869/task/1878/stat : 1878 (java) S 1867 1869 1689 0 -1 64 3386 0 0 0 61 1 0 0 16 0 12 0 1985166445 838561792 38427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1869/tid=1879] ppid=1867 vsize=818908 CPUtime=0.48
/proc/1869/task/1879/stat : 1879 (java) S 1867 1869 1689 0 -1 64 2250 0 0 0 48 0 0 0 17 0 12 0 1985166445 838561792 38427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1869/tid=1880] ppid=1867 vsize=818908 CPUtime=0
/proc/1869/task/1880/stat : 1880 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985166445 838561792 38427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1881] ppid=1867 vsize=818908 CPUtime=0
/proc/1869/task/1881/stat : 1881 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985166445 838561792 38427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.62
Current children cumulated vsize (KiB) 818908

[startup+12.7012 s]
/proc/loadavg: 2.22 2.04 2.01 3/93 1881
/proc/meminfo: memFree=1395576/2055920 swapFree=4179968/4192956
[pid=1869] ppid=1867 vsize=816704 CPUtime=13.02
/proc/1869/stat : 1869 (java) S 1867 1869 1689 0 -1 0 53397 0 1 0 1278 24 0 0 18 0 12 0 1985166435 836304896 48021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 204176 48021 1381 9 0 201538 0
[pid=1869/tid=1871] ppid=1867 vsize=816704 CPUtime=10.52
/proc/1869/task/1871/stat : 1871 (java) R 1867 1869 1689 0 -1 64 17288 0 1 0 1043 9 0 0 25 0 12 0 1985166437 836304896 48021 996147200 134512640 134550740 4294956032 18446744073709551615 4109740376 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1869/tid=1872] ppid=1867 vsize=816704 CPUtime=0.67
/proc/1869/task/1872/stat : 1872 (java) S 1867 1869 1689 0 -1 64 16559 0 0 0 61 6 0 0 16 0 12 0 1985166438 836304896 48021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1869/tid=1873] ppid=1867 vsize=816704 CPUtime=0.59
/proc/1869/task/1873/stat : 1873 (java) S 1867 1869 1689 0 -1 64 13115 0 0 0 55 4 0 0 16 0 12 0 1985166438 836304896 48021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1869/tid=1874] ppid=1867 vsize=816704 CPUtime=0
/proc/1869/task/1874/stat : 1874 (java) S 1867 1869 1689 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1985166440 836304896 48021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1869/tid=1875] ppid=1867 vsize=816704 CPUtime=0
/proc/1869/task/1875/stat : 1875 (java) S 1867 1869 1689 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1985166440 836304896 48021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1876] ppid=1867 vsize=816704 CPUtime=0
/proc/1869/task/1876/stat : 1876 (java) S 1867 1869 1689 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985166441 836304896 48021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1877] ppid=1867 vsize=816704 CPUtime=0
/proc/1869/task/1877/stat : 1877 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1985166445 836304896 48021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1878] ppid=1867 vsize=816704 CPUtime=0.65
/proc/1869/task/1878/stat : 1878 (java) S 1867 1869 1689 0 -1 64 3389 0 0 0 64 1 0 0 16 0 12 0 1985166445 836304896 48021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1869/tid=1879] ppid=1867 vsize=816704 CPUtime=0.52
/proc/1869/task/1879/stat : 1879 (java) S 1867 1869 1689 0 -1 64 2254 0 0 0 52 0 0 0 16 0 12 0 1985166445 836304896 48021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1869/tid=1880] ppid=1867 vsize=816704 CPUtime=0
/proc/1869/task/1880/stat : 1880 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985166445 836304896 48021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1881] ppid=1867 vsize=816704 CPUtime=0
/proc/1869/task/1881/stat : 1881 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985166445 836304896 48021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.02
Current children cumulated vsize (KiB) 816704

[startup+25.5027 s]
/proc/loadavg: 2.17 2.03 2.01 3/93 1881
/proc/meminfo: memFree=1345912/2055920 swapFree=4179968/4192956
[pid=1869] ppid=1867 vsize=816704 CPUtime=25.82
/proc/1869/stat : 1869 (java) S 1867 1869 1689 0 -1 0 64284 0 1 0 2553 29 0 0 18 0 12 0 1985166435 836304896 58886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 204176 58886 1381 9 0 201538 0
[pid=1869/tid=1871] ppid=1867 vsize=816704 CPUtime=23.03
/proc/1869/task/1871/stat : 1871 (java) R 1867 1869 1689 0 -1 64 17310 0 1 0 2294 9 0 0 25 0 12 0 1985166437 836304896 58886 996147200 134512640 134550740 4294956032 18446744073709551615 4109639305 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1869/tid=1872] ppid=1867 vsize=816704 CPUtime=0.8
/proc/1869/task/1872/stat : 1872 (java) S 1867 1869 1689 0 -1 64 21625 0 0 0 72 8 0 0 16 0 12 0 1985166438 836304896 58886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1869/tid=1873] ppid=1867 vsize=816704 CPUtime=0.72
/proc/1869/task/1873/stat : 1873 (java) S 1867 1869 1689 0 -1 64 18913 0 0 0 66 6 0 0 16 0 12 0 1985166438 836304896 58886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1869/tid=1874] ppid=1867 vsize=816704 CPUtime=0.01
/proc/1869/task/1874/stat : 1874 (java) S 1867 1869 1689 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 1985166440 836304896 58886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1869/tid=1875] ppid=1867 vsize=816704 CPUtime=0
/proc/1869/task/1875/stat : 1875 (java) S 1867 1869 1689 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1985166440 836304896 58886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1876] ppid=1867 vsize=816704 CPUtime=0
/proc/1869/task/1876/stat : 1876 (java) S 1867 1869 1689 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985166441 836304896 58886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1877] ppid=1867 vsize=816704 CPUtime=0
/proc/1869/task/1877/stat : 1877 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1985166445 836304896 58886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=1869/tid=1880] ppid=1867 vsize=819732 CPUtime=0
/proc/1869/task/1880/stat : 1880 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985166445 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1881] ppid=1867 vsize=819732 CPUtime=0
/proc/1869/task/1881/stat : 1881 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985166445 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.2
Current children cumulated vsize (KiB) 819732

[startup+211.203 s]
/proc/loadavg: 2.41 2.16 2.05 4/93 1881
/proc/meminfo: memFree=843064/2055920 swapFree=4179968/4192956
[pid=1869] ppid=1867 vsize=819732 CPUtime=210.57
/proc/1869/stat : 1869 (java) S 1867 1869 1689 0 -1 0 197030 0 1 0 20976 81 0 0 18 0 12 0 1985166435 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 204933 174224 1389 9 0 202295 0
[pid=1869/tid=1871] ppid=1867 vsize=819732 CPUtime=180.35
/proc/1869/task/1871/stat : 1871 (java) R 1867 1869 1689 0 -1 64 17581 0 1 0 18024 11 0 0 25 0 12 0 1985166437 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1872] ppid=1867 vsize=819732 CPUtime=3.06
/proc/1869/task/1872/stat : 1872 (java) S 1867 1869 1689 0 -1 64 75330 0 0 0 278 28 0 0 16 0 12 0 1985166438 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1873] ppid=1867 vsize=819732 CPUtime=3.15
/proc/1869/task/1873/stat : 1873 (java) S 1867 1869 1689 0 -1 64 79573 0 0 0 288 27 0 0 15 0 12 0 1985166438 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1874] ppid=1867 vsize=819732 CPUtime=22.69
/proc/1869/task/1874/stat : 1874 (java) R 1867 1869 1689 0 -1 64 17798 0 0 0 2258 11 0 0 16 0 12 0 1985166440 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1875] ppid=1867 vsize=819732 CPUtime=0
/proc/1869/task/1875/stat : 1875 (java) S 1867 1869 1689 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1985166440 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1876] ppid=1867 vsize=819732 CPUtime=0
/proc/1869/task/1876/stat : 1876 (java) S 1867 1869 1689 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985166441 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1877] ppid=1867 vsize=819732 CPUtime=0
/proc/1869/task/1877/stat : 1877 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1985166445 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1878] ppid=1867 vsize=819732 CPUtime=0.69
/proc/1869/task/1878/stat : 1878 (java) S 1867 1869 1689 0 -1 64 3400 0 0 0 68 1 0 0 17 0 12 0 1985166445 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1879] ppid=1867 vsize=819732 CPUtime=0.58
/proc/1869/task/1879/stat : 1879 (java) S 1867 1869 1689 0 -1 64 2586 0 0 0 58 0 0 0 17 0 12 0 1985166445 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1880] ppid=1867 vsize=819732 CPUtime=0
/proc/1869/task/1880/stat : 1880 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985166445 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1881] ppid=1867 vsize=819732 CPUtime=0
/proc/1869/task/1881/stat : 1881 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985166445 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 210.57
Current children cumulated vsize (KiB) 819732

[startup+214.403 s]
/proc/loadavg: 2.41 2.16 2.05 4/93 1881
/proc/meminfo: memFree=843064/2055920 swapFree=4179968/4192956
[pid=1869] ppid=1867 vsize=819732 CPUtime=213.76
/proc/1869/stat : 1869 (java) S 1867 1869 1689 0 -1 0 199540 0 1 0 21294 82 0 0 18 0 12 0 1985166435 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 204933 174224 1389 9 0 202295 0
[pid=1869/tid=1871] ppid=1867 vsize=819732 CPUtime=180.64
/proc/1869/task/1871/stat : 1871 (java) R 1867 1869 1689 0 -1 64 17586 0 1 0 18053 11 0 0 25 0 12 0 1985166437 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1872] ppid=1867 vsize=819732 CPUtime=3.06
/proc/1869/task/1872/stat : 1872 (java) S 1867 1869 1689 0 -1 64 75330 0 0 0 278 28 0 0 16 0 12 0 1985166438 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1873] ppid=1867 vsize=819732 CPUtime=3.15
/proc/1869/task/1873/stat : 1873 (java) S 1867 1869 1689 0 -1 64 79573 0 0 0 288 27 0 0 15 0 12 0 1985166438 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1874] ppid=1867 vsize=819732 CPUtime=25.58
/proc/1869/task/1874/stat : 1874 (java) R 1867 1869 1689 0 -1 64 20303 0 0 0 2547 11 0 0 16 0 12 0 1985166440 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1875] ppid=1867 vsize=819732 CPUtime=0
/proc/1869/task/1875/stat : 1875 (java) S 1867 1869 1689 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1985166440 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1876] ppid=1867 vsize=819732 CPUtime=0
/proc/1869/task/1876/stat : 1876 (java) S 1867 1869 1689 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985166441 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1877] ppid=1867 vsize=819732 CPUtime=0
/proc/1869/task/1877/stat : 1877 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1985166445 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1878] ppid=1867 vsize=819732 CPUtime=0.69
/proc/1869/task/1878/stat : 1878 (java) S 1867 1869 1689 0 -1 64 3400 0 0 0 68 1 0 0 17 0 12 0 1985166445 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1879] ppid=1867 vsize=819732 CPUtime=0.58
/proc/1869/task/1879/stat : 1879 (java) S 1867 1869 1689 0 -1 64 2586 0 0 0 58 0 0 0 17 0 12 0 1985166445 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1880] ppid=1867 vsize=819732 CPUtime=0
/proc/1869/task/1880/stat : 1880 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985166445 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1881] ppid=1867 vsize=819732 CPUtime=0
/proc/1869/task/1881/stat : 1881 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985166445 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 213.76
Current children cumulated vsize (KiB) 819732

[startup+216.002 s]
/proc/loadavg: 2.38 2.16 2.05 4/93 1881
/proc/meminfo: memFree=843064/2055920 swapFree=4179968/4192956
[pid=1869] ppid=1867 vsize=819732 CPUtime=215.34
/proc/1869/stat : 1869 (java) S 1867 1869 1689 0 -1 0 200544 0 1 0 21452 82 0 0 18 0 12 0 1985166435 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 204933 174224 1389 9 0 202295 0
[pid=1869/tid=1871] ppid=1867 vsize=819732 CPUtime=180.76
/proc/1869/task/1871/stat : 1871 (java) R 1867 1869 1689 0 -1 64 17588 0 1 0 18065 11 0 0 25 0 12 0 1985166437 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1872] ppid=1867 vsize=819732 CPUtime=3.06
/proc/1869/task/1872/stat : 1872 (java) S 1867 1869 1689 0 -1 64 75330 0 0 0 278 28 0 0 16 0 12 0 1985166438 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1873] ppid=1867 vsize=819732 CPUtime=3.15
/proc/1869/task/1873/stat : 1873 (java) S 1867 1869 1689 0 -1 64 79573 0 0 0 288 27 0 0 15 0 12 0 1985166438 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1874] ppid=1867 vsize=819732 CPUtime=27.05
/proc/1869/task/1874/stat : 1874 (java) R 1867 1869 1689 0 -1 64 21305 0 0 0 2693 12 0 0 16 0 12 0 1985166440 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 103571214 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1875] ppid=1867 vsize=819732 CPUtime=0
/proc/1869/task/1875/stat : 1875 (java) S 1867 1869 1689 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1985166440 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1876] ppid=1867 vsize=819732 CPUtime=0
/proc/1869/task/1876/stat : 1876 (java) S 1867 1869 1689 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985166441 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1877] ppid=1867 vsize=819732 CPUtime=0
/proc/1869/task/1877/stat : 1877 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1985166445 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1878] ppid=1867 vsize=819732 CPUtime=0.69
/proc/1869/task/1878/stat : 1878 (java) S 1867 1869 1689 0 -1 64 3400 0 0 0 68 1 0 0 17 0 12 0 1985166445 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1879] ppid=1867 vsize=819732 CPUtime=0.58
/proc/1869/task/1879/stat : 1879 (java) S 1867 1869 1689 0 -1 64 2586 0 0 0 58 0 0 0 17 0 12 0 1985166445 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1880] ppid=1867 vsize=819732 CPUtime=0
/proc/1869/task/1880/stat : 1880 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985166445 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1881] ppid=1867 vsize=819732 CPUtime=0
/proc/1869/task/1881/stat : 1881 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985166445 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 215.34
Current children cumulated vsize (KiB) 819732

[startup+217.601 s]
/proc/loadavg: 2.38 2.16 2.05 3/93 1881
/proc/meminfo: memFree=844856/2055920 swapFree=4179968/4192956
[pid=1869] ppid=1867 vsize=819732 CPUtime=216.94
/proc/1869/stat : 1869 (java) S 1867 1869 1689 0 -1 0 201548 0 1 0 21611 83 0 0 18 0 12 0 1985166435 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 204933 174224 1389 9 0 202295 0
[pid=1869/tid=1871] ppid=1867 vsize=819732 CPUtime=180.88
/proc/1869/task/1871/stat : 1871 (java) R 1867 1869 1689 0 -1 64 17590 0 1 0 18077 11 0 0 25 0 12 0 1985166437 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1872] ppid=1867 vsize=819732 CPUtime=3.06
/proc/1869/task/1872/stat : 1872 (java) S 1867 1869 1689 0 -1 64 75330 0 0 0 278 28 0 0 16 0 12 0 1985166438 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1873] ppid=1867 vsize=819732 CPUtime=3.15
/proc/1869/task/1873/stat : 1873 (java) S 1867 1869 1689 0 -1 64 79573 0 0 0 288 27 0 0 15 0 12 0 1985166438 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1874] ppid=1867 vsize=819732 CPUtime=28.52
/proc/1869/task/1874/stat : 1874 (java) R 1867 1869 1689 0 -1 64 22307 0 0 0 2839 13 0 0 17 0 12 0 1985166440 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1875] ppid=1867 vsize=819732 CPUtime=0
/proc/1869/task/1875/stat : 1875 (java) S 1867 1869 1689 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1985166440 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1876] ppid=1867 vsize=819732 CPUtime=0
/proc/1869/task/1876/stat : 1876 (java) S 1867 1869 1689 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985166441 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1877] ppid=1867 vsize=819732 CPUtime=0
/proc/1869/task/1877/stat : 1877 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1985166445 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1878] ppid=1867 vsize=819732 CPUtime=0.69
/proc/1869/task/1878/stat : 1878 (java) S 1867 1869 1689 0 -1 64 3400 0 0 0 68 1 0 0 17 0 12 0 1985166445 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1879] ppid=1867 vsize=819732 CPUtime=0.58
/proc/1869/task/1879/stat : 1879 (java) S 1867 1869 1689 0 -1 64 2586 0 0 0 58 0 0 0 17 0 12 0 1985166445 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1880] ppid=1867 vsize=819732 CPUtime=0
/proc/1869/task/1880/stat : 1880 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985166445 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1881] ppid=1867 vsize=819732 CPUtime=0
/proc/1869/task/1881/stat : 1881 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985166445 839405568 174224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 216.94
Current children cumulated vsize (KiB) 819732

[startup+218.001 s]
/proc/loadavg: 2.38 2.16 2.05 4/93 1881
/proc/meminfo: memFree=844856/2055920 swapFree=4179968/4192956
[pid=1869] ppid=1867 vsize=819732 CPUtime=217.33
/proc/1869/stat : 1869 (java) S 1867 1869 1689 0 -1 0 202054 0 1 0 21650 83 0 0 18 0 12 0 1985166435 839405568 174227 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 204933 174227 1392 9 0 202295 0
[pid=1869/tid=1871] ppid=1867 vsize=819732 CPUtime=180.94
/proc/1869/task/1871/stat : 1871 (java) R 1867 1869 1689 0 -1 64 17594 0 1 0 18083 11 0 0 24 0 12 0 1985166437 839405568 174227 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1872] ppid=1867 vsize=819732 CPUtime=3.06
/proc/1869/task/1872/stat : 1872 (java) S 1867 1869 1689 0 -1 64 75330 0 0 0 278 28 0 0 16 0 12 0 1985166438 839405568 174227 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1873] ppid=1867 vsize=819732 CPUtime=3.15
/proc/1869/task/1873/stat : 1873 (java) S 1867 1869 1689 0 -1 64 79573 0 0 0 288 27 0 0 15 0 12 0 1985166438 839405568 174227 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1874] ppid=1867 vsize=819732 CPUtime=28.85
/proc/1869/task/1874/stat : 1874 (java) R 1867 1869 1689 0 -1 64 22809 0 0 0 2872 13 0 0 16 0 12 0 1985166440 839405568 174227 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1875] ppid=1867 vsize=819732 CPUtime=0
/proc/1869/task/1875/stat : 1875 (java) S 1867 1869 1689 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1985166440 839405568 174227 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1876] ppid=1867 vsize=819732 CPUtime=0
/proc/1869/task/1876/stat : 1876 (java) S 1867 1869 1689 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985166441 839405568 174227 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1877] ppid=1867 vsize=819732 CPUtime=0
/proc/1869/task/1877/stat : 1877 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1985166445 839405568 174227 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1878] ppid=1867 vsize=819732 CPUtime=0.69
/proc/1869/task/1878/stat : 1878 (java) S 1867 1869 1689 0 -1 64 3400 0 0 0 68 1 0 0 17 0 12 0 1985166445 839405568 174227 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1879] ppid=1867 vsize=819732 CPUtime=0.58
/proc/1869/task/1879/stat : 1879 (java) S 1867 1869 1689 0 -1 64 2586 0 0 0 58 0 0 0 17 0 12 0 1985166445 839405568 174227 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1880] ppid=1867 vsize=819732 CPUtime=0
/proc/1869/task/1880/stat : 1880 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985166445 839405568 174227 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1881] ppid=1867 vsize=819732 CPUtime=0
/proc/1869/task/1881/stat : 1881 (java) S 1867 1869 1689 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985166445 839405568 174227 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 217.33
Current children cumulated vsize (KiB) 819732

[startup+218.402 s]
/proc/loadavg: 2.38 2.16 2.05 4/93 1881
/proc/meminfo: memFree=844856/2055920 swapFree=4179968/4192956
[pid=1869] ppid=1867 vsize=0 CPUtime=217.71
/proc/1869/stat : 1869 (java) Z 1867 1869 1689 0 -1 12 202066 0 1 0 21685 86 0 0 16 0 2 0 1985166435 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 217.71
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 218.484
CPU time (s): 217.806
CPU user time (s): 216.859
CPU system time (s): 0.946856
CPU usage (%): 99.6898
Max. virtual memory (cumulated for all children) (KiB): 821120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 216.859
system time used= 0.946856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202066
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= 8931
involuntary context switches= 6875

runsolver used 0.308953 second user time and 0.715891 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-03 07:11:56
IDJOB=1056152
IDBENCH=57401
IDSOLVER=344
FILE ID=node11/1056152-1215061915
PBS_JOBID= 7875231
Free space on /tmp= 66460 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2f41b36922ebee8c6bbe2e06a2cfd3a7
RANDOM SEED=1298110171

node11.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.224
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.224
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:       1586040 kB
Buffers:         26288 kB
Cached:         233648 kB
SwapCached:       7100 kB
Active:         340048 kB
Inactive:        71636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1586040 kB
SwapTotal:     4192956 kB
SwapFree:      4179968 kB
Dirty:           17592 kB
Writeback:           0 kB
Mapped:         165568 kB
Slab:            43060 kB
Committed_AS:  3933216 kB
PageTables:       2208 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= 66460 MiB
End job on node11 at 2008-07-03 07:15:34