Trace number 1087723

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? 335.06 336.592

General information on the benchmark

Namecsp/fapp/fapp03/
normalized-fapp03-0300-4.xml
MD5SUM20a4b386543d008e4a5d9418ad2d042b
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.8522
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints4377
Maximum constraint arity2
Maximum domain size250
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4377
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.29	c See www.sat4j.org for details.
0.19/0.29	c That software uses the Rhino library from the Mozilla project.
0.29/0.33	c version 9.9.9.token
0.29/0.33	c sun.arch.data.model	32
0.29/0.33	c java.version	1.6.0_06
0.29/0.33	c os.name	Linux
0.29/0.33	c os.version	2.6.9-22.EL.rootsmp
0.29/0.33	c os.arch	i386
0.29/0.33	c Free memory 669864272
0.29/0.33	c Max memory 672137216
0.29/0.33	c Total memory 672137216
0.29/0.33	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.38	c solving HOME/instance-1087723-1215245477.xml
0.29/0.38	c reading problem ... 
0.59/0.63	c reading problem named null
0.59/0.63	c reading domains done.
0.68/0.77	c reading variables done.
1.09/1.19	c reading predicates  done.
1.29/1.37	c reading constraints
334.87/336.47	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
334.87/336.47		at org.mozilla.javascript.optimizer.OptRuntime.wrapDouble(OptRuntime.java:182)
334.87/336.47		at org.mozilla.javascript.gen.c1._c2(predefinedfunctions.js:5)
334.87/336.47		at org.mozilla.javascript.gen.c1.call(predefinedfunctions.js)
334.87/336.47		at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:95)
334.87/336.47		at org.mozilla.javascript.gen.c3._c0(rhino.log:1)
334.87/336.47		at org.mozilla.javascript.gen.c3.call(rhino.log)
334.87/336.47		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
334.87/336.47		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
334.87/336.47		at org.mozilla.javascript.gen.c3.call(rhino.log)
334.87/336.47		at org.mozilla.javascript.gen.c3.exec(rhino.log)
334.87/336.47		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
334.87/336.47		at org.sat4j.csp.Predicate.find(Predicate.java:129)
334.87/336.48		at org.sat4j.csp.Predicate.find(Predicate.java:139)
334.87/336.48		at org.sat4j.csp.Predicate.find(Predicate.java:139)
334.87/336.48		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
334.87/336.48		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
334.87/336.48		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
334.87/336.48		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
334.87/336.48		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
334.87/336.48		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
334.87/336.48		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
334.87/336.48		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
334.87/336.48		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
334.87/336.48		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
334.87/336.48		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
334.87/336.48		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
334.87/336.48		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
334.87/336.48		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
334.87/336.48		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
334.87/336.48		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
334.87/336.48		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
334.87/336.48		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
334.87/336.48	c starts		: 0
334.87/336.48	c conflicts		: 0
334.87/336.48	c decisions		: 0
334.87/336.48	c propagations		: 0
334.87/336.48	c inspects		: 0
334.87/336.48	c learnt literals	: 0
334.87/336.48	c learnt binary clauses	: 0
334.87/336.48	c learnt ternary clauses	: 0
334.87/336.48	c learnt clauses	: 0
334.87/336.48	c ignored clauses	: 0
334.87/336.48	c root simplifications	: 0
334.87/336.48	c removed literals (reason simplification)	: 0
334.87/336.48	c reason swapping (by a shorter reason)	: 0
334.87/336.48	c Calls to reduceDB	: 0
334.87/336.48	c speed (assignments/second)	: 0.0
334.87/336.48	c non guided choices	0
334.87/336.48	s UNKNOWN
334.87/336.48	c Total wall clock time (in seconds) : 336.102

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-1087723-1215245477/watcher-1087723-1215245477 -o /tmp/evaluation-result-1087723-1215245477/solver-1087723-1215245477 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1087723-1215245477.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/87 1794
/proc/meminfo: memFree=1193712/2055920 swapFree=4178892/4192956
[pid=1794] ppid=1792 vsize=0 CPUtime=0
/proc/1794/stat : 1794 (java6) R 1792 1794 1715 0 -1 0 186 0 0 0 0 0 0 0 19 0 1 0 680276713 0 0 996147200 0 0 0 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/1794/statm: 0 0 0 0 0 0 0

[startup+0.0723621 s]
/proc/loadavg: 1.92 1.98 1.99 4/87 1794
/proc/meminfo: memFree=1193712/2055920 swapFree=4178892/4192956
[pid=1794] ppid=1792 vsize=802236 CPUtime=0.06
/proc/1794/stat : 1794 (java) S 1792 1794 1715 0 -1 0 2809 0 1 0 4 2 0 0 19 0 7 0 680276713 821489664 2544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/1794/statm: 200559 2544 1009 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.101363 s]
/proc/loadavg: 1.92 1.98 1.99 4/87 1794
/proc/meminfo: memFree=1193712/2055920 swapFree=4178892/4192956
[pid=1794] ppid=1792 vsize=804756 CPUtime=0.09
/proc/1794/stat : 1794 (java) S 1792 1794 1715 0 -1 0 3164 0 1 0 7 2 0 0 19 0 12 0 680276713 824070144 2895 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1794/statm: 201189 2895 1165 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301391 s]
/proc/loadavg: 1.92 1.98 1.99 4/87 1794
/proc/meminfo: memFree=1193712/2055920 swapFree=4178892/4192956
[pid=1794] ppid=1792 vsize=808112 CPUtime=0.29
/proc/1794/stat : 1794 (java) S 1792 1794 1715 0 -1 0 5024 0 1 0 26 3 0 0 19 0 12 0 680276713 827506688 4353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1794/statm: 202028 4353 1308 9 0 199397 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808112

[startup+0.701432 s]
/proc/loadavg: 1.92 1.98 1.99 4/87 1794
/proc/meminfo: memFree=1193712/2055920 swapFree=4178892/4192956
[pid=1794] ppid=1792 vsize=808468 CPUtime=0.68
/proc/1794/stat : 1794 (java) S 1792 1794 1715 0 -1 0 6689 0 1 0 63 5 0 0 19 0 12 0 680276713 827871232 5565 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1794/statm: 202117 5566 1335 9 0 199479 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808468

[startup+1.50252 s]
/proc/loadavg: 1.92 1.98 1.99 5/99 1806
/proc/meminfo: memFree=1174544/2055920 swapFree=4178892/4192956
[pid=1794] ppid=1792 vsize=808140 CPUtime=1.49
/proc/1794/stat : 1794 (java) S 1792 1794 1715 0 -1 0 11324 0 1 0 141 8 0 0 19 0 12 0 680276713 827535360 9217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1794/statm: 202035 9217 1354 9 0 199397 0
[pid=1794/tid=1796] ppid=1792 vsize=808140 CPUtime=0.78
/proc/1794/task/1796/stat : 1796 (java) R 1792 1794 1715 0 -1 64 7534 0 1 0 72 6 0 0 25 0 12 0 680276714 827535360 9217 996147200 134512640 134550740 4294956016 18446744073709551615 4109591259 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1797] ppid=1792 vsize=808140 CPUtime=0
/proc/1794/task/1797/stat : 1797 (java) S 1792 1794 1715 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 680276715 827535360 9217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1798] ppid=1792 vsize=808140 CPUtime=0
/proc/1794/task/1798/stat : 1798 (java) S 1792 1794 1715 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 680276715 827535360 9217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1799] ppid=1792 vsize=808140 CPUtime=0
/proc/1794/task/1799/stat : 1799 (java) S 1792 1794 1715 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 680276717 827535360 9217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1800] ppid=1792 vsize=808140 CPUtime=0
/proc/1794/task/1800/stat : 1800 (java) S 1792 1794 1715 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 680276717 827535360 9217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1801] ppid=1792 vsize=808140 CPUtime=0
/proc/1794/task/1801/stat : 1801 (java) S 1792 1794 1715 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 680276717 827535360 9217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1802] ppid=1792 vsize=808140 CPUtime=0
/proc/1794/task/1802/stat : 1802 (java) S 1792 1794 1715 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 680276721 827535360 9217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1803] ppid=1792 vsize=808140 CPUtime=0.39
/proc/1794/task/1803/stat : 1803 (java) S 1792 1794 1715 0 -1 64 1313 0 0 0 39 0 0 0 16 0 12 0 680276721 827535360 9217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1804] ppid=1792 vsize=808140 CPUtime=0.28
/proc/1794/task/1804/stat : 1804 (java) S 1792 1794 1715 0 -1 64 1715 0 0 0 28 0 0 0 16 0 12 0 680276721 827535360 9217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1805] ppid=1792 vsize=808140 CPUtime=0
/proc/1794/task/1805/stat : 1805 (java) S 1792 1794 1715 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 680276721 827535360 9217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1806] ppid=1792 vsize=808140 CPUtime=0
/proc/1794/task/1806/stat : 1806 (java) S 1792 1794 1715 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 680276721 827535360 9217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 808140

[startup+3.1027 s]
/proc/loadavg: 1.92 1.98 1.99 3/99 1806
/proc/meminfo: memFree=1148624/2055920 swapFree=4178892/4192956
[pid=1794] ppid=1792 vsize=816328 CPUtime=3.15
/proc/1794/stat : 1794 (java) S 1792 1794 1715 0 -1 0 28663 0 1 0 300 15 0 0 19 0 12 0 680276713 835919872 23947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1794/statm: 204082 23947 1388 9 0 201444 0
[pid=1794/tid=1796] ppid=1792 vsize=816328 CPUtime=1.49
/proc/1794/task/1796/stat : 1796 (java) R 1792 1794 1715 0 -1 64 17323 0 1 0 139 10 0 0 25 0 12 0 680276714 835919872 23947 996147200 134512640 134550740 4294956016 18446744073709551615 4109175676 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1797] ppid=1792 vsize=816328 CPUtime=0.06
/proc/1794/task/1797/stat : 1797 (java) S 1792 1794 1715 0 -1 64 1462 0 0 0 6 0 0 0 17 0 12 0 680276715 835919872 23947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1798] ppid=1792 vsize=816328 CPUtime=0.06
/proc/1794/task/1798/stat : 1798 (java) S 1792 1794 1715 0 -1 64 1513 0 0 0 6 0 0 0 17 0 12 0 680276715 835919872 23947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1799] ppid=1792 vsize=816328 CPUtime=0
/proc/1794/task/1799/stat : 1799 (java) S 1792 1794 1715 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 680276717 835919872 23947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1800] ppid=1792 vsize=816328 CPUtime=0
/proc/1794/task/1800/stat : 1800 (java) S 1792 1794 1715 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 680276717 835919872 23947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1801] ppid=1792 vsize=816328 CPUtime=0
/proc/1794/task/1801/stat : 1801 (java) S 1792 1794 1715 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 680276717 835919872 23947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1802] ppid=1792 vsize=816328 CPUtime=0
/proc/1794/task/1802/stat : 1802 (java) S 1792 1794 1715 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 680276721 835919872 23947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1803] ppid=1792 vsize=816328 CPUtime=0.57
/proc/1794/task/1803/stat : 1803 (java) S 1792 1794 1715 0 -1 64 1347 0 0 0 57 0 0 0 16 0 12 0 680276721 835919872 23947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1804] ppid=1792 vsize=816328 CPUtime=0.92
/proc/1794/task/1804/stat : 1804 (java) S 1792 1794 1715 0 -1 64 6226 0 0 0 90 2 0 0 16 0 12 0 680276721 835919872 23947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1805] ppid=1792 vsize=816328 CPUtime=0
/proc/1794/task/1805/stat : 1805 (java) S 1792 1794 1715 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 680276721 835919872 23947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1806] ppid=1792 vsize=816328 CPUtime=0
/proc/1794/task/1806/stat : 1806 (java) S 1792 1794 1715 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 680276721 835919872 23947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 816328

[startup+6.30206 s]
/proc/loadavg: 1.93 1.98 1.99 3/99 1806
/proc/meminfo: memFree=1089296/2055920 swapFree=4178892/4192956
[pid=1794] ppid=1792 vsize=815720 CPUtime=6.36
/proc/1794/stat : 1794 (java) S 1792 1794 1715 0 -1 0 32460 0 1 0 619 17 0 0 19 0 12 0 680276713 835297280 27550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1794/statm: 203930 27550 1388 9 0 201292 0
[pid=1794/tid=1796] ppid=1792 vsize=815720 CPUtime=4.37
/proc/1794/task/1796/stat : 1796 (java) R 1792 1794 1715 0 -1 64 17330 0 1 0 427 10 0 0 25 0 12 0 680276714 835297280 27550 996147200 134512640 134550740 4294956016 18446744073709551615 4109858110 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1797] ppid=1792 vsize=815720 CPUtime=0.16
/proc/1794/task/1797/stat : 1797 (java) S 1792 1794 1715 0 -1 64 3514 0 0 0 15 1 0 0 16 0 12 0 680276715 835297280 27550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1798] ppid=1792 vsize=815720 CPUtime=0.17
/proc/1794/task/1798/stat : 1798 (java) S 1792 1794 1715 0 -1 64 3241 0 0 0 16 1 0 0 16 0 12 0 680276715 835297280 27550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1799] ppid=1792 vsize=815720 CPUtime=0
/proc/1794/task/1799/stat : 1799 (java) S 1792 1794 1715 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 680276717 835297280 27550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1800] ppid=1792 vsize=815720 CPUtime=0
/proc/1794/task/1800/stat : 1800 (java) S 1792 1794 1715 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 680276717 835297280 27550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1801] ppid=1792 vsize=815720 CPUtime=0
/proc/1794/task/1801/stat : 1801 (java) S 1792 1794 1715 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 680276717 835297280 27550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1802] ppid=1792 vsize=815720 CPUtime=0
/proc/1794/task/1802/stat : 1802 (java) S 1792 1794 1715 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 680276721 835297280 27550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1803] ppid=1792 vsize=815720 CPUtime=0.61
/proc/1794/task/1803/stat : 1803 (java) S 1792 1794 1715 0 -1 64 1349 0 0 0 61 0 0 0 17 0 12 0 680276721 835297280 27550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1804] ppid=1792 vsize=815720 CPUtime=0.99
/proc/1794/task/1804/stat : 1804 (java) S 1792 1794 1715 0 -1 64 6234 0 0 0 97 2 0 0 17 0 12 0 680276721 835297280 27550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1805] ppid=1792 vsize=815720 CPUtime=0
/proc/1794/task/1805/stat : 1805 (java) S 1792 1794 1715 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 680276721 835297280 27550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1806] ppid=1792 vsize=815720 CPUtime=0
/proc/1794/task/1806/stat : 1806 (java) S 1792 1794 1715 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 680276721 835297280 27550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 815720

[startup+12.7028 s]
/proc/loadavg: 1.85 1.97 1.99 3/91 1837
/proc/meminfo: memFree=1542672/2055920 swapFree=4178892/4192956
[pid=1794] ppid=1792 vsize=813648 CPUtime=12.78
/proc/1794/stat : 1794 (java) S 1792 1794 1715 0 -1 0 39071 0 1 0 1257 21 0 0 19 0 12 0 680276713 833175552 32638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1794/statm: 203412 32638 1389 9 0 200774 0
[pid=1794/tid=1796] ppid=1792 vsize=813648 CPUtime=10.49
/proc/1794/task/1796/stat : 1796 (java) R 1792 1794 1715 0 -1 64 17345 0 1 0 1039 10 0 0 25 0 12 0 680276714 833175552 32638 996147200 134512640 134550740 4294956016 18446744073709551615 4109699216 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1797] ppid=1792 vsize=813648 CPUtime=0.26
/proc/1794/task/1797/stat : 1797 (java) S 1792 1794 1715 0 -1 64 6645 0 0 0 23 3 0 0 16 0 12 0 680276715 833175552 32638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1798] ppid=1792 vsize=813648 CPUtime=0.25
/proc/1794/task/1798/stat : 1798 (java) S 1792 1794 1715 0 -1 64 6698 0 0 0 23 2 0 0 16 0 12 0 680276715 833175552 32638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1799] ppid=1792 vsize=813648 CPUtime=0.01
/proc/1794/task/1799/stat : 1799 (java) S 1792 1794 1715 0 -1 64 30 0 0 0 1 0 0 0 16 0 12 0 680276717 833175552 32638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1800] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1800/stat : 1800 (java) S 1792 1794 1715 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 680276717 833175552 32638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1801] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1801/stat : 1801 (java) S 1792 1794 1715 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 680276717 833175552 32638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1802] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1802/stat : 1802 (java) S 1792 1794 1715 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 680276721 833175552 32638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1803] ppid=1792 vsize=813648 CPUtime=0.69
/proc/1794/task/1803/stat : 1803 (java) S 1792 1794 1715 0 -1 64 1355 0 0 0 69 0 0 0 17 0 12 0 680276721 833175552 32638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1804] ppid=1792 vsize=813648 CPUtime=1.02
/proc/1794/task/1804/stat : 1804 (java) S 1792 1794 1715 0 -1 64 6236 0 0 0 100 2 0 0 16 0 12 0 680276721 833175552 32638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1805] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1805/stat : 1805 (java) S 1792 1794 1715 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 680276721 833175552 32638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1806] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1806/stat : 1806 (java) S 1792 1794 1715 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 680276721 833175552 32638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 813648

[startup+25.5012 s]
/proc/loadavg: 1.88 1.97 1.99 3/91 1837
/proc/meminfo: memFree=1494736/2055920 swapFree=4178892/4192956
[pid=1794] ppid=1792 vsize=813648 CPUtime=25.52
/proc/1794/stat : 1794 (java) S 1792 1794 1715 0 -1 0 46129 0 1 0 2528 24 0 0 19 0 12 0 680276713 833175552 39675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1794/statm: 203412 39675 1389 9 0 200774 0
[pid=1794/tid=1796] ppid=1792 vsize=813648 CPUtime=22.99
/proc/1794/task/1796/stat : 1796 (java) R 1792 1794 1715 0 -1 64 17369 0 1 0 2289 10 0 0 25 0 12 0 680276714 833175552 39675 996147200 134512640 134550740 4294956016 18446744073709551615 4109802088 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1797] ppid=1792 vsize=813648 CPUtime=0.34
/proc/1794/task/1797/stat : 1797 (java) S 1792 1794 1715 0 -1 64 10501 0 0 0 30 4 0 0 16 0 12 0 680276715 833175552 39675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1798] ppid=1792 vsize=813648 CPUtime=0.33
/proc/1794/task/1798/stat : 1798 (java) S 1792 1794 1715 0 -1 64 9876 0 0 0 29 4 0 0 15 0 12 0 680276715 833175552 39675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1799] ppid=1792 vsize=813648 CPUtime=0.01
/proc/1794/task/1799/stat : 1799 (java) S 1792 1794 1715 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 680276717 833175552 39675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1800] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1800/stat : 1800 (java) S 1792 1794 1715 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 680276717 833175552 39675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1801] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1801/stat : 1801 (java) S 1792 1794 1715 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 680276717 833175552 39675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1802] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1802/stat : 1802 (java) S 1792 1794 1715 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 680276721 833175552 39675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=1794/tid=1805] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1805/stat : 1805 (java) S 1792 1794 1715 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 680276721 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1806] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1806/stat : 1806 (java) S 1792 1794 1715 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 680276721 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 318.45
Current children cumulated vsize (KiB) 813648

[startup+326.302 s]
/proc/loadavg: 2.43 2.11 2.03 4/91 1837
/proc/meminfo: memFree=959568/2055920 swapFree=4178892/4192956
[pid=1794] ppid=1792 vsize=813648 CPUtime=324.82
/proc/1794/stat : 1794 (java) S 1792 1794 1715 0 -1 0 182048 0 1 0 32402 80 0 0 19 0 12 0 680276713 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1794/statm: 203412 173098 1394 9 0 200774 0
[pid=1794/tid=1796] ppid=1792 vsize=813648 CPUtime=284
/proc/1794/task/1796/stat : 1796 (java) R 1792 1794 1715 0 -1 64 17759 0 1 0 28388 12 0 0 25 0 12 0 680276714 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1797] ppid=1792 vsize=813648 CPUtime=3.46
/proc/1794/task/1797/stat : 1797 (java) S 1792 1794 1715 0 -1 64 74848 0 0 0 318 28 0 0 15 0 12 0 680276715 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1798] ppid=1792 vsize=813648 CPUtime=3.47
/proc/1794/task/1798/stat : 1798 (java) S 1792 1794 1715 0 -1 64 78808 0 0 0 317 30 0 0 16 0 12 0 680276715 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1799] ppid=1792 vsize=813648 CPUtime=31.29
/proc/1794/task/1799/stat : 1799 (java) R 1792 1794 1715 0 -1 64 1881 0 0 0 3124 5 0 0 16 0 12 0 680276717 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 105847303 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1800] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1800/stat : 1800 (java) S 1792 1794 1715 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 680276717 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1801] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1801/stat : 1801 (java) S 1792 1794 1715 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 680276717 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1802] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1802/stat : 1802 (java) S 1792 1794 1715 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 680276721 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1803] ppid=1792 vsize=813648 CPUtime=1.12
/proc/1794/task/1803/stat : 1803 (java) S 1792 1794 1715 0 -1 64 1738 0 0 0 112 0 0 0 16 0 12 0 680276721 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1804] ppid=1792 vsize=813648 CPUtime=1.43
/proc/1794/task/1804/stat : 1804 (java) S 1792 1794 1715 0 -1 64 6252 0 0 0 141 2 0 0 16 0 12 0 680276721 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1805] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1805/stat : 1805 (java) S 1792 1794 1715 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 680276721 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1806] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1806/stat : 1806 (java) S 1792 1794 1715 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 680276721 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 324.82
Current children cumulated vsize (KiB) 813648

[startup+332.702 s]
/proc/loadavg: 2.47 2.12 2.04 4/91 1837
/proc/meminfo: memFree=959568/2055920 swapFree=4178892/4192956
[pid=1794] ppid=1792 vsize=813648 CPUtime=331.18
/proc/1794/stat : 1794 (java) S 1792 1794 1715 0 -1 0 182054 0 1 0 33038 80 0 0 19 0 12 0 680276713 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1794/statm: 203412 173098 1394 9 0 200774 0
[pid=1794/tid=1796] ppid=1792 vsize=813648 CPUtime=284.63
/proc/1794/task/1796/stat : 1796 (java) R 1792 1794 1715 0 -1 64 17765 0 1 0 28451 12 0 0 25 0 12 0 680276714 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1797] ppid=1792 vsize=813648 CPUtime=3.46
/proc/1794/task/1797/stat : 1797 (java) S 1792 1794 1715 0 -1 64 74848 0 0 0 318 28 0 0 15 0 12 0 680276715 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1798] ppid=1792 vsize=813648 CPUtime=3.47
/proc/1794/task/1798/stat : 1798 (java) S 1792 1794 1715 0 -1 64 78808 0 0 0 317 30 0 0 16 0 12 0 680276715 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1799] ppid=1792 vsize=813648 CPUtime=37.02
/proc/1794/task/1799/stat : 1799 (java) R 1792 1794 1715 0 -1 64 1881 0 0 0 3697 5 0 0 16 0 12 0 680276717 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1800] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1800/stat : 1800 (java) S 1792 1794 1715 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 680276717 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1801] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1801/stat : 1801 (java) S 1792 1794 1715 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 680276717 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1802] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1802/stat : 1802 (java) S 1792 1794 1715 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 680276721 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1803] ppid=1792 vsize=813648 CPUtime=1.12
/proc/1794/task/1803/stat : 1803 (java) S 1792 1794 1715 0 -1 64 1738 0 0 0 112 0 0 0 16 0 12 0 680276721 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1804] ppid=1792 vsize=813648 CPUtime=1.43
/proc/1794/task/1804/stat : 1804 (java) S 1792 1794 1715 0 -1 64 6252 0 0 0 141 2 0 0 16 0 12 0 680276721 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1805] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1805/stat : 1805 (java) S 1792 1794 1715 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 680276721 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1806] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1806/stat : 1806 (java) S 1792 1794 1715 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 680276721 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 331.18
Current children cumulated vsize (KiB) 813648

[startup+334.302 s]
/proc/loadavg: 2.52 2.14 2.04 4/91 1837
/proc/meminfo: memFree=959568/2055920 swapFree=4178892/4192956
[pid=1794] ppid=1792 vsize=813648 CPUtime=332.78
/proc/1794/stat : 1794 (java) S 1792 1794 1715 0 -1 0 182055 0 1 0 33198 80 0 0 19 0 12 0 680276713 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1794/statm: 203412 173098 1394 9 0 200774 0
[pid=1794/tid=1796] ppid=1792 vsize=813648 CPUtime=284.74
/proc/1794/task/1796/stat : 1796 (java) R 1792 1794 1715 0 -1 64 17766 0 1 0 28462 12 0 0 25 0 12 0 680276714 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1797] ppid=1792 vsize=813648 CPUtime=3.46
/proc/1794/task/1797/stat : 1797 (java) S 1792 1794 1715 0 -1 64 74848 0 0 0 318 28 0 0 15 0 12 0 680276715 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1798] ppid=1792 vsize=813648 CPUtime=3.47
/proc/1794/task/1798/stat : 1798 (java) S 1792 1794 1715 0 -1 64 78808 0 0 0 317 30 0 0 16 0 12 0 680276715 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1799] ppid=1792 vsize=813648 CPUtime=38.51
/proc/1794/task/1799/stat : 1799 (java) R 1792 1794 1715 0 -1 64 1881 0 0 0 3846 5 0 0 17 0 12 0 680276717 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1800] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1800/stat : 1800 (java) S 1792 1794 1715 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 680276717 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1801] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1801/stat : 1801 (java) S 1792 1794 1715 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 680276717 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1802] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1802/stat : 1802 (java) S 1792 1794 1715 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 680276721 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1803] ppid=1792 vsize=813648 CPUtime=1.12
/proc/1794/task/1803/stat : 1803 (java) S 1792 1794 1715 0 -1 64 1738 0 0 0 112 0 0 0 16 0 12 0 680276721 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1804] ppid=1792 vsize=813648 CPUtime=1.43
/proc/1794/task/1804/stat : 1804 (java) S 1792 1794 1715 0 -1 64 6252 0 0 0 141 2 0 0 16 0 12 0 680276721 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1805] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1805/stat : 1805 (java) S 1792 1794 1715 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 680276721 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1806] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1806/stat : 1806 (java) S 1792 1794 1715 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 680276721 833175552 173098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 332.78
Current children cumulated vsize (KiB) 813648

[startup+335.903 s]
/proc/loadavg: 2.52 2.14 2.04 4/91 1837
/proc/meminfo: memFree=959568/2055920 swapFree=4178892/4192956
[pid=1794] ppid=1792 vsize=813648 CPUtime=334.37
/proc/1794/stat : 1794 (java) S 1792 1794 1715 0 -1 0 182059 0 1 0 33357 80 0 0 19 0 12 0 680276713 833175552 173099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1794/statm: 203412 173099 1395 9 0 200774 0
[pid=1794/tid=1796] ppid=1792 vsize=813648 CPUtime=284.92
/proc/1794/task/1796/stat : 1796 (java) R 1792 1794 1715 0 -1 64 17770 0 1 0 28480 12 0 0 25 0 12 0 680276714 833175552 173099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1797] ppid=1792 vsize=813648 CPUtime=3.46
/proc/1794/task/1797/stat : 1797 (java) S 1792 1794 1715 0 -1 64 74848 0 0 0 318 28 0 0 15 0 12 0 680276715 833175552 173099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1798] ppid=1792 vsize=813648 CPUtime=3.47
/proc/1794/task/1798/stat : 1798 (java) S 1792 1794 1715 0 -1 64 78808 0 0 0 317 30 0 0 16 0 12 0 680276715 833175552 173099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1799] ppid=1792 vsize=813648 CPUtime=39.91
/proc/1794/task/1799/stat : 1799 (java) R 1792 1794 1715 0 -1 64 1881 0 0 0 3986 5 0 0 16 0 12 0 680276717 833175552 173099 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1800] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1800/stat : 1800 (java) S 1792 1794 1715 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 680276717 833175552 173099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1801] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1801/stat : 1801 (java) S 1792 1794 1715 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 680276717 833175552 173099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1802] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1802/stat : 1802 (java) S 1792 1794 1715 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 680276721 833175552 173099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1803] ppid=1792 vsize=813648 CPUtime=1.12
/proc/1794/task/1803/stat : 1803 (java) S 1792 1794 1715 0 -1 64 1738 0 0 0 112 0 0 0 16 0 12 0 680276721 833175552 173099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1804] ppid=1792 vsize=813648 CPUtime=1.43
/proc/1794/task/1804/stat : 1804 (java) S 1792 1794 1715 0 -1 64 6252 0 0 0 141 2 0 0 16 0 12 0 680276721 833175552 173099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1805] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1805/stat : 1805 (java) S 1792 1794 1715 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 680276721 833175552 173099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1806] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1806/stat : 1806 (java) S 1792 1794 1715 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 680276721 833175552 173099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 334.37
Current children cumulated vsize (KiB) 813648

[startup+336.303 s]
/proc/loadavg: 2.52 2.14 2.04 4/91 1837
/proc/meminfo: memFree=959568/2055920 swapFree=4178892/4192956
[pid=1794] ppid=1792 vsize=813648 CPUtime=334.77
/proc/1794/stat : 1794 (java) S 1792 1794 1715 0 -1 0 182059 0 1 0 33397 80 0 0 19 0 12 0 680276713 833175552 173099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1794/statm: 203412 173099 1395 9 0 200774 0
[pid=1794/tid=1796] ppid=1792 vsize=813648 CPUtime=284.92
/proc/1794/task/1796/stat : 1796 (java) R 1792 1794 1715 0 -1 64 17770 0 1 0 28480 12 0 0 25 0 12 0 680276714 833175552 173099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1797] ppid=1792 vsize=813648 CPUtime=3.46
/proc/1794/task/1797/stat : 1797 (java) S 1792 1794 1715 0 -1 64 74848 0 0 0 318 28 0 0 15 0 12 0 680276715 833175552 173099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1798] ppid=1792 vsize=813648 CPUtime=3.47
/proc/1794/task/1798/stat : 1798 (java) S 1792 1794 1715 0 -1 64 78808 0 0 0 317 30 0 0 16 0 12 0 680276715 833175552 173099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1799] ppid=1792 vsize=813648 CPUtime=40.31
/proc/1794/task/1799/stat : 1799 (java) R 1792 1794 1715 0 -1 64 1881 0 0 0 4026 5 0 0 16 0 12 0 680276717 833175552 173099 996147200 134512640 134550740 4294956016 18446744073709551615 104136387 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1800] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1800/stat : 1800 (java) S 1792 1794 1715 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 680276717 833175552 173099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1801] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1801/stat : 1801 (java) S 1792 1794 1715 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 680276717 833175552 173099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1802] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1802/stat : 1802 (java) S 1792 1794 1715 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 680276721 833175552 173099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1803] ppid=1792 vsize=813648 CPUtime=1.12
/proc/1794/task/1803/stat : 1803 (java) S 1792 1794 1715 0 -1 64 1738 0 0 0 112 0 0 0 16 0 12 0 680276721 833175552 173099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1804] ppid=1792 vsize=813648 CPUtime=1.43
/proc/1794/task/1804/stat : 1804 (java) S 1792 1794 1715 0 -1 64 6252 0 0 0 141 2 0 0 16 0 12 0 680276721 833175552 173099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1805] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1805/stat : 1805 (java) S 1792 1794 1715 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 680276721 833175552 173099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1794/tid=1806] ppid=1792 vsize=813648 CPUtime=0
/proc/1794/task/1806/stat : 1806 (java) S 1792 1794 1715 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 680276721 833175552 173099 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 334.77
Current children cumulated vsize (KiB) 813648

[startup+336.503 s]
/proc/loadavg: 2.52 2.14 2.04 3/81 1838
/proc/meminfo: memFree=1024208/2055920 swapFree=4178892/4192956
[pid=1794] ppid=1792 vsize=0 CPUtime=334.97
/proc/1794/stat : 1794 (java) Z 1792 1794 1715 0 -1 12 182071 0 1 0 33415 82 0 0 16 0 2 0 680276713 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1794/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 334.97
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 336.592
CPU time (s): 335.06
CPU user time (s): 334.15
CPU system time (s): 0.909861
CPU usage (%): 99.5449
Max. virtual memory (cumulated for all children) (KiB): 817652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 334.15
system time used= 0.909861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182071
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= 12822
involuntary context switches= 15942

runsolver used 0.472928 second user time and 1.07484 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-05 10:11:17
IDJOB=1087723
IDBENCH=58038
IDSOLVER=344
FILE ID=node86/1087723-1215245477
PBS_JOBID= 7882028
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 20a4b386543d008e4a5d9418ad2d042b
RANDOM SEED=683328989

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1194192 kB
Buffers:         89656 kB
Cached:         230080 kB
SwapCached:       6392 kB
Active:         719484 kB
Inactive:        88524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1194192 kB
SwapTotal:     4192956 kB
SwapFree:      4178892 kB
Dirty:            1692 kB
Writeback:           0 kB
Mapped:         499332 kB
Slab:            37404 kB
Committed_AS:  2022748 kB
PageTables:       3272 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node86 at 2008-07-05 10:16:54