Trace number 1087576

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? 375.224 377.46

General information on the benchmark

Namecsp/fapp/fapp36/
normalized-fapp36-2000-10.xml
MD5SUMd5e3aabb8926151d3fb7baec2a204317
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 benchmark37.0944
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints18600
Maximum constraint arity2
Maximum domain size454
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18600
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1087576-1215244750/watcher-1087576-1215244750 -o /tmp/evaluation-result-1087576-1215244750/solver-1087576-1215244750 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1087576-1215244750.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.19 2.15 2.07 4/82 4093
/proc/meminfo: memFree=662936/2055920 swapFree=4179464/4192956
[pid=4093] ppid=4091 vsize=152 CPUtime=0
/proc/4093/stat : 4093 (java) R 4091 4093 1401 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 2003449900 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 8905003 0 0 4096 0 0 0 0 17 0 0 0
/proc/4093/statm: 38 26 19 9 0 4 0

[startup+0.072548 s]
/proc/loadavg: 2.19 2.15 2.07 4/82 4093
/proc/meminfo: memFree=662936/2055920 swapFree=4179464/4192956
[pid=4093] ppid=4091 vsize=802236 CPUtime=0.06
/proc/4093/stat : 4093 (java) S 4091 4093 1401 0 -1 0 2835 0 1 0 5 1 0 0 18 0 7 0 2003449900 821489664 2570 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/4093/statm: 200559 2570 1011 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.101554 s]
/proc/loadavg: 2.19 2.15 2.07 4/82 4093
/proc/meminfo: memFree=662936/2055920 swapFree=4179464/4192956
[pid=4093] ppid=4091 vsize=804756 CPUtime=0.09
/proc/4093/stat : 4093 (java) S 4091 4093 1401 0 -1 0 3194 0 1 0 8 1 0 0 18 0 12 0 2003449900 824070144 2925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4093/statm: 201189 2930 1197 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.30158 s]
/proc/loadavg: 2.19 2.15 2.07 4/82 4093
/proc/meminfo: memFree=662936/2055920 swapFree=4179464/4192956
[pid=4093] ppid=4091 vsize=808176 CPUtime=0.28
/proc/4093/stat : 4093 (java) S 4091 4093 1401 0 -1 0 5043 0 1 0 26 2 0 0 18 0 12 0 2003449900 827572224 4372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4093/statm: 202044 4372 1308 9 0 199413 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808176

[startup+0.701634 s]
/proc/loadavg: 2.19 2.15 2.07 4/82 4093
/proc/meminfo: memFree=662936/2055920 swapFree=4179464/4192956
[pid=4093] ppid=4091 vsize=808532 CPUtime=0.69
/proc/4093/stat : 4093 (java) S 4091 4093 1401 0 -1 0 6742 0 1 0 65 4 0 0 18 0 12 0 2003449900 827936768 5617 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4093/statm: 202133 5617 1335 9 0 199495 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808532

[startup+1.50274 s]
/proc/loadavg: 2.19 2.15 2.07 3/94 4105
/proc/meminfo: memFree=643064/2055920 swapFree=4179464/4192956
[pid=4093] ppid=4091 vsize=808204 CPUtime=1.48
/proc/4093/stat : 4093 (java) S 4091 4093 1401 0 -1 0 12368 0 1 0 143 5 0 0 18 0 12 0 2003449900 827600896 10234 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4093/statm: 202051 10235 1343 9 0 199413 0
[pid=4093/tid=4095] ppid=4091 vsize=808204 CPUtime=0.74
/proc/4093/task/4095/stat : 4095 (java) R 4091 4093 1401 0 -1 64 8492 0 1 0 70 4 0 0 25 0 12 0 2003449901 827600896 10236 996147200 134512640 134550740 4294956016 18446744073709551615 104119558 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4096] ppid=4091 vsize=808204 CPUtime=0
/proc/4093/task/4096/stat : 4096 (java) S 4091 4093 1401 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 2003449902 827600896 10236 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4097] ppid=4091 vsize=808204 CPUtime=0
/proc/4093/task/4097/stat : 4097 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 2003449902 827600896 10237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4098] ppid=4091 vsize=808204 CPUtime=0
/proc/4093/task/4098/stat : 4098 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 2003449904 827600896 10237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4099] ppid=4091 vsize=808204 CPUtime=0
/proc/4093/task/4099/stat : 4099 (java) S 4091 4093 1401 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 2003449904 827600896 10238 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4100] ppid=4091 vsize=808204 CPUtime=0
/proc/4093/task/4100/stat : 4100 (java) S 4091 4093 1401 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 2003449904 827600896 10238 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4101] ppid=4091 vsize=808204 CPUtime=0
/proc/4093/task/4101/stat : 4101 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2003449908 827600896 10239 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4102] ppid=4091 vsize=808204 CPUtime=0.42
/proc/4093/task/4102/stat : 4102 (java) S 4091 4093 1401 0 -1 64 2021 0 0 0 42 0 0 0 16 0 12 0 2003449908 827600896 10240 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4103] ppid=4091 vsize=808204 CPUtime=0.3
/proc/4093/task/4103/stat : 4103 (java) S 4091 4093 1401 0 -1 64 1092 0 0 0 30 0 0 0 16 0 12 0 2003449908 827600896 10240 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4104] ppid=4091 vsize=808204 CPUtime=0
/proc/4093/task/4104/stat : 4104 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2003449908 827600896 10241 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4105] ppid=4091 vsize=808204 CPUtime=0
/proc/4093/task/4105/stat : 4105 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003449908 827600896 10241 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 808204

[startup+3.10296 s]
/proc/loadavg: 2.25 2.16 2.07 4/94 4105
/proc/meminfo: memFree=531512/2055920 swapFree=4179464/4192956
[pid=4093] ppid=4091 vsize=817192 CPUtime=3.3
/proc/4093/stat : 4093 (java) S 4091 4093 1401 0 -1 0 53902 0 1 0 305 25 0 0 18 0 12 0 2003449900 836804608 48479 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4093/statm: 204298 48479 1364 9 0 201660 0
[pid=4093/tid=4095] ppid=4091 vsize=817192 CPUtime=1.36
/proc/4093/task/4095/stat : 4095 (java) R 4091 4093 1401 0 -1 64 17353 0 1 0 128 8 0 0 20 0 12 0 2003449901 836804608 48479 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4096] ppid=4091 vsize=817192 CPUtime=0.45
/proc/4093/task/4096/stat : 4096 (java) S 4091 4093 1401 0 -1 64 12125 0 0 0 40 5 0 0 16 0 12 0 2003449902 836804608 48479 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4097] ppid=4091 vsize=817192 CPUtime=0.5
/proc/4093/task/4097/stat : 4097 (java) S 4091 4093 1401 0 -1 64 19847 0 0 0 41 9 0 0 18 0 12 0 2003449902 836804608 48479 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4098] ppid=4091 vsize=817192 CPUtime=0
/proc/4093/task/4098/stat : 4098 (java) S 4091 4093 1401 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 2003449904 836804608 48479 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4099] ppid=4091 vsize=817192 CPUtime=0
/proc/4093/task/4099/stat : 4099 (java) S 4091 4093 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003449904 836804608 48479 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4100] ppid=4091 vsize=817192 CPUtime=0
/proc/4093/task/4100/stat : 4100 (java) S 4091 4093 1401 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2003449904 836804608 48479 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4101] ppid=4091 vsize=817192 CPUtime=0
/proc/4093/task/4101/stat : 4101 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2003449908 836804608 48479 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4102] ppid=4091 vsize=817192 CPUtime=0.52
/proc/4093/task/4102/stat : 4102 (java) S 4091 4093 1401 0 -1 64 2031 0 0 0 52 0 0 0 16 0 12 0 2003449908 836804608 48479 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4103] ppid=4091 vsize=817192 CPUtime=0.42
/proc/4093/task/4103/stat : 4103 (java) R 4091 4093 1401 0 -1 64 1755 0 0 0 42 0 0 0 16 0 12 0 2003449908 836804608 48479 996147200 134512640 134550740 4294956016 18446744073709551615 9371351 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4104] ppid=4091 vsize=817192 CPUtime=0
/proc/4093/task/4104/stat : 4104 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2003449908 836804608 48479 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4105] ppid=4091 vsize=817192 CPUtime=0
/proc/4093/task/4105/stat : 4105 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003449908 836804608 48479 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.3
Current children cumulated vsize (KiB) 817192

[startup+6.30139 s]
/proc/loadavg: 2.25 2.16 2.07 3/94 4105
/proc/meminfo: memFree=416824/2055920 swapFree=4179464/4192956
[pid=4093] ppid=4091 vsize=821588 CPUtime=6.52
/proc/4093/stat : 4093 (java) S 4091 4093 1401 0 -1 0 66786 0 1 0 621 31 0 0 18 0 12 0 2003449900 841306112 59465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4093/statm: 205397 59465 1390 9 0 202759 0
[pid=4093/tid=4095] ppid=4091 vsize=821588 CPUtime=3.09
/proc/4093/task/4095/stat : 4095 (java) R 4091 4093 1401 0 -1 64 17366 0 1 0 300 9 0 0 25 0 12 0 2003449901 841306112 59465 996147200 134512640 134550740 4294956016 18446744073709551615 4109806610 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4096] ppid=4091 vsize=821588 CPUtime=0.69
/proc/4093/task/4096/stat : 4096 (java) S 4091 4093 1401 0 -1 64 15757 0 0 0 63 6 0 0 16 0 12 0 2003449902 841306112 59465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4097] ppid=4091 vsize=821588 CPUtime=0.81
/proc/4093/task/4097/stat : 4097 (java) S 4091 4093 1401 0 -1 64 25980 0 0 0 70 11 0 0 16 0 12 0 2003449902 841306112 59465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4098] ppid=4091 vsize=821588 CPUtime=0
/proc/4093/task/4098/stat : 4098 (java) S 4091 4093 1401 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 2003449904 841306112 59465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4099] ppid=4091 vsize=821588 CPUtime=0
/proc/4093/task/4099/stat : 4099 (java) S 4091 4093 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003449904 841306112 59465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4100] ppid=4091 vsize=821588 CPUtime=0
/proc/4093/task/4100/stat : 4100 (java) S 4091 4093 1401 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2003449904 841306112 59465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4101] ppid=4091 vsize=821588 CPUtime=0
/proc/4093/task/4101/stat : 4101 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2003449908 841306112 59465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4102] ppid=4091 vsize=821588 CPUtime=0.91
/proc/4093/task/4102/stat : 4102 (java) S 4091 4093 1401 0 -1 64 2395 0 0 0 90 1 0 0 16 0 12 0 2003449908 841306112 59465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4103] ppid=4091 vsize=821588 CPUtime=0.97
/proc/4093/task/4103/stat : 4103 (java) S 4091 4093 1401 0 -1 64 4497 0 0 0 95 2 0 0 16 0 12 0 2003449908 841306112 59465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4104] ppid=4091 vsize=821588 CPUtime=0
/proc/4093/task/4104/stat : 4104 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2003449908 841306112 59465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4105] ppid=4091 vsize=821588 CPUtime=0
/proc/4093/task/4105/stat : 4105 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003449908 841306112 59465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.52
Current children cumulated vsize (KiB) 821588

[startup+12.7023 s]
/proc/loadavg: 2.21 2.16 2.07 3/94 4105
/proc/meminfo: memFree=369536/2055920 swapFree=4179464/4192956
[pid=4093] ppid=4091 vsize=821588 CPUtime=12.92
/proc/4093/stat : 4093 (java) S 4091 4093 1401 0 -1 0 75695 0 1 0 1257 35 0 0 18 0 12 0 2003449900 841306112 68265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4093/statm: 205397 68265 1390 9 0 202759 0
[pid=4093/tid=4095] ppid=4091 vsize=821588 CPUtime=8.89
/proc/4093/task/4095/stat : 4095 (java) R 4091 4093 1401 0 -1 64 17385 0 1 0 880 9 0 0 25 0 12 0 2003449901 841306112 68265 996147200 134512640 134550740 4294956016 18446744073709551615 4109705475 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4096] ppid=4091 vsize=821588 CPUtime=0.94
/proc/4093/task/4096/stat : 4096 (java) S 4091 4093 1401 0 -1 64 18929 0 0 0 86 8 0 0 16 0 12 0 2003449902 841306112 68265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4097] ppid=4091 vsize=821588 CPUtime=1.08
/proc/4093/task/4097/stat : 4097 (java) S 4091 4093 1401 0 -1 64 31696 0 0 0 95 13 0 0 16 0 12 0 2003449902 841306112 68265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4098] ppid=4091 vsize=821588 CPUtime=0.01
/proc/4093/task/4098/stat : 4098 (java) S 4091 4093 1401 0 -1 64 29 0 0 0 1 0 0 0 16 0 12 0 2003449904 841306112 68265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4099] ppid=4091 vsize=821588 CPUtime=0
/proc/4093/task/4099/stat : 4099 (java) S 4091 4093 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003449904 841306112 68265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4100] ppid=4091 vsize=821588 CPUtime=0
/proc/4093/task/4100/stat : 4100 (java) S 4091 4093 1401 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2003449904 841306112 68265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4101] ppid=4091 vsize=821588 CPUtime=0
/proc/4093/task/4101/stat : 4101 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2003449908 841306112 68265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4102] ppid=4091 vsize=821588 CPUtime=0.95
/proc/4093/task/4102/stat : 4102 (java) S 4091 4093 1401 0 -1 64 2395 0 0 0 94 1 0 0 17 0 12 0 2003449908 841306112 68265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4103] ppid=4091 vsize=821588 CPUtime=1.01
/proc/4093/task/4103/stat : 4103 (java) S 4091 4093 1401 0 -1 64 4499 0 0 0 99 2 0 0 16 0 12 0 2003449908 841306112 68265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4104] ppid=4091 vsize=821588 CPUtime=0
/proc/4093/task/4104/stat : 4104 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2003449908 841306112 68265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4105] ppid=4091 vsize=821588 CPUtime=0
/proc/4093/task/4105/stat : 4105 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003449908 841306112 68265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.92
Current children cumulated vsize (KiB) 821588

[startup+25.503 s]
/proc/loadavg: 2.18 2.15 2.07 3/94 4105
/proc/meminfo: memFree=292736/2055920 swapFree=4179464/4192956
[pid=4093] ppid=4091 vsize=821588 CPUtime=25.72
/proc/4093/stat : 4093 (java) S 4091 4093 1401 0 -1 0 85279 0 1 0 2532 40 0 0 18 0 12 0 2003449900 841306112 77823 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4093/statm: 205397 77823 1390 9 0 202759 0
[pid=4093/tid=4095] ppid=4091 vsize=821588 CPUtime=21.14
/proc/4093/task/4095/stat : 4095 (java) R 4091 4093 1401 0 -1 64 17411 0 1 0 2105 9 0 0 25 0 12 0 2003449901 841306112 77823 996147200 134512640 134550740 4294956016 18446744073709551615 4109887086 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4096] ppid=4091 vsize=821588 CPUtime=1.17
/proc/4093/task/4096/stat : 4096 (java) S 4091 4093 1401 0 -1 64 22959 0 0 0 108 9 0 0 16 0 12 0 2003449902 841306112 77823 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4097] ppid=4091 vsize=821588 CPUtime=1.37
/proc/4093/task/4097/stat : 4097 (java) S 4091 4093 1401 0 -1 64 37224 0 0 0 122 15 0 0 16 0 12 0 2003449902 841306112 77823 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4098] ppid=4091 vsize=821588 CPUtime=0.01
/proc/4093/task/4098/stat : 4098 (java) S 4091 4093 1401 0 -1 64 29 0 0 0 1 0 0 0 15 0 12 0 2003449904 841306112 77823 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4099] ppid=4091 vsize=821588 CPUtime=0
/proc/4093/task/4099/stat : 4099 (java) S 4091 4093 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003449904 841306112 77823 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4100] ppid=4091 vsize=821588 CPUtime=0
/proc/4093/task/4100/stat : 4100 (java) S 4091 4093 1401 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2003449904 841306112 77823 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4101] ppid=4091 vsize=821588 CPUtime=0
/proc/4093/task/4101/stat : 4101 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2003449908 841306112 77823 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=4093/tid=4104] ppid=4091 vsize=829592 CPUtime=0
/proc/4093/task/4104/stat : 4104 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2003449908 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4105] ppid=4091 vsize=829592 CPUtime=0
/proc/4093/task/4105/stat : 4105 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003449908 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 356.39
Current children cumulated vsize (KiB) 829592

[startup+371.203 s]
/proc/loadavg: 2.74 2.29 2.13 4/94 4111
/proc/meminfo: memFree=16192/2055920 swapFree=4179464/4192956
[pid=4093] ppid=4091 vsize=829592 CPUtime=369.1
/proc/4093/stat : 4093 (java) S 4091 4093 1401 0 -1 0 405307 0 5 0 36710 200 0 0 18 0 12 0 2003449900 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4093/statm: 207398 177098 1400 9 0 204760 0
[pid=4093/tid=4095] ppid=4091 vsize=829592 CPUtime=282.32
/proc/4093/task/4095/stat : 4095 (java) R 4091 4093 1401 0 -1 64 17803 0 1 0 28207 25 0 0 25 0 12 0 2003449901 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4096] ppid=4091 vsize=829592 CPUtime=4.89
/proc/4093/task/4096/stat : 4096 (java) S 4091 4093 1401 0 -1 64 70137 0 0 0 462 27 0 0 16 0 12 0 2003449902 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4097] ppid=4091 vsize=829592 CPUtime=5.42
/proc/4093/task/4097/stat : 4097 (java) S 4091 4093 1401 0 -1 64 87686 0 0 0 506 36 0 0 15 0 12 0 2003449902 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4098] ppid=4091 vsize=829592 CPUtime=74.24
/proc/4093/task/4098/stat : 4098 (java) R 4091 4093 1401 0 -1 64 222020 0 1 0 7318 106 0 0 16 0 12 0 2003449904 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 105677206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4099] ppid=4091 vsize=829592 CPUtime=0
/proc/4093/task/4099/stat : 4099 (java) S 4091 4093 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003449904 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4100] ppid=4091 vsize=829592 CPUtime=0
/proc/4093/task/4100/stat : 4100 (java) S 4091 4093 1401 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2003449904 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4101] ppid=4091 vsize=829592 CPUtime=0
/proc/4093/task/4101/stat : 4101 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2003449908 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4102] ppid=4091 vsize=829592 CPUtime=1.12
/proc/4093/task/4102/stat : 4102 (java) S 4091 4093 1401 0 -1 64 2400 0 3 0 111 1 0 0 17 0 12 0 2003449908 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4103] ppid=4091 vsize=829592 CPUtime=1.06
/proc/4093/task/4103/stat : 4103 (java) S 4091 4093 1401 0 -1 64 4499 0 0 0 104 2 0 0 16 0 12 0 2003449908 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4104] ppid=4091 vsize=829592 CPUtime=0
/proc/4093/task/4104/stat : 4104 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2003449908 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4105] ppid=4091 vsize=829592 CPUtime=0
/proc/4093/task/4105/stat : 4105 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003449908 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 369.1
Current children cumulated vsize (KiB) 829592

[startup+374.402 s]
/proc/loadavg: 2.76 2.30 2.13 4/94 4111
/proc/meminfo: memFree=18368/2055920 swapFree=4179464/4192956
[pid=4093] ppid=4091 vsize=829592 CPUtime=372.28
/proc/4093/stat : 4093 (java) S 4091 4093 1401 0 -1 0 411313 0 5 0 37023 205 0 0 18 0 12 0 2003449900 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4093/statm: 207398 177098 1400 9 0 204760 0
[pid=4093/tid=4095] ppid=4091 vsize=829592 CPUtime=282.55
/proc/4093/task/4095/stat : 4095 (java) R 4091 4093 1401 0 -1 64 17805 0 1 0 28230 25 0 0 25 0 12 0 2003449901 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4096] ppid=4091 vsize=829592 CPUtime=4.89
/proc/4093/task/4096/stat : 4096 (java) S 4091 4093 1401 0 -1 64 70137 0 0 0 462 27 0 0 16 0 12 0 2003449902 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4097] ppid=4091 vsize=829592 CPUtime=5.42
/proc/4093/task/4097/stat : 4097 (java) S 4091 4093 1401 0 -1 64 87686 0 0 0 506 36 0 0 15 0 12 0 2003449902 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4098] ppid=4091 vsize=829592 CPUtime=77.19
/proc/4093/task/4098/stat : 4098 (java) R 4091 4093 1401 0 -1 64 228024 0 1 0 7608 111 0 0 17 0 12 0 2003449904 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 106123783 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4099] ppid=4091 vsize=829592 CPUtime=0
/proc/4093/task/4099/stat : 4099 (java) S 4091 4093 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003449904 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4100] ppid=4091 vsize=829592 CPUtime=0
/proc/4093/task/4100/stat : 4100 (java) S 4091 4093 1401 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2003449904 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4101] ppid=4091 vsize=829592 CPUtime=0
/proc/4093/task/4101/stat : 4101 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2003449908 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4102] ppid=4091 vsize=829592 CPUtime=1.12
/proc/4093/task/4102/stat : 4102 (java) S 4091 4093 1401 0 -1 64 2400 0 3 0 111 1 0 0 17 0 12 0 2003449908 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4103] ppid=4091 vsize=829592 CPUtime=1.06
/proc/4093/task/4103/stat : 4103 (java) S 4091 4093 1401 0 -1 64 4499 0 0 0 104 2 0 0 16 0 12 0 2003449908 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4104] ppid=4091 vsize=829592 CPUtime=0
/proc/4093/task/4104/stat : 4104 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2003449908 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4105] ppid=4091 vsize=829592 CPUtime=0
/proc/4093/task/4105/stat : 4105 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003449908 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 372.28
Current children cumulated vsize (KiB) 829592

[startup+376.002 s]
/proc/loadavg: 2.76 2.30 2.13 4/94 4111
/proc/meminfo: memFree=20608/2055920 swapFree=4179464/4192956
[pid=4093] ppid=4091 vsize=829592 CPUtime=373.87
/proc/4093/stat : 4093 (java) S 4091 4093 1401 0 -1 0 414316 0 5 0 37181 206 0 0 18 0 12 0 2003449900 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4093/statm: 207398 177098 1400 9 0 204760 0
[pid=4093/tid=4095] ppid=4091 vsize=829592 CPUtime=282.65
/proc/4093/task/4095/stat : 4095 (java) R 4091 4093 1401 0 -1 64 17806 0 1 0 28240 25 0 0 25 0 12 0 2003449901 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4096] ppid=4091 vsize=829592 CPUtime=4.89
/proc/4093/task/4096/stat : 4096 (java) S 4091 4093 1401 0 -1 64 70137 0 0 0 462 27 0 0 16 0 12 0 2003449902 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4097] ppid=4091 vsize=829592 CPUtime=5.42
/proc/4093/task/4097/stat : 4097 (java) S 4091 4093 1401 0 -1 64 87686 0 0 0 506 36 0 0 15 0 12 0 2003449902 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4098] ppid=4091 vsize=829592 CPUtime=78.68
/proc/4093/task/4098/stat : 4098 (java) R 4091 4093 1401 0 -1 64 231026 0 1 0 7756 112 0 0 17 0 12 0 2003449904 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 105678347 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4099] ppid=4091 vsize=829592 CPUtime=0
/proc/4093/task/4099/stat : 4099 (java) S 4091 4093 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003449904 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4100] ppid=4091 vsize=829592 CPUtime=0
/proc/4093/task/4100/stat : 4100 (java) S 4091 4093 1401 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2003449904 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4101] ppid=4091 vsize=829592 CPUtime=0
/proc/4093/task/4101/stat : 4101 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2003449908 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4102] ppid=4091 vsize=829592 CPUtime=1.12
/proc/4093/task/4102/stat : 4102 (java) S 4091 4093 1401 0 -1 64 2400 0 3 0 111 1 0 0 17 0 12 0 2003449908 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4103] ppid=4091 vsize=829592 CPUtime=1.06
/proc/4093/task/4103/stat : 4103 (java) S 4091 4093 1401 0 -1 64 4499 0 0 0 104 2 0 0 16 0 12 0 2003449908 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4104] ppid=4091 vsize=829592 CPUtime=0
/proc/4093/task/4104/stat : 4104 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2003449908 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4105] ppid=4091 vsize=829592 CPUtime=0
/proc/4093/task/4105/stat : 4105 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003449908 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 373.87
Current children cumulated vsize (KiB) 829592

[startup+376.802 s]
/proc/loadavg: 2.76 2.30 2.13 4/94 4111
/proc/meminfo: memFree=24960/2055920 swapFree=4179464/4192956
[pid=4093] ppid=4091 vsize=829592 CPUtime=374.67
/proc/4093/stat : 4093 (java) S 4091 4093 1401 0 -1 0 417320 0 5 0 37259 208 0 0 18 0 12 0 2003449900 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4093/statm: 207398 177098 1400 9 0 204760 0
[pid=4093/tid=4095] ppid=4091 vsize=829592 CPUtime=282.76
/proc/4093/task/4095/stat : 4095 (java) R 4091 4093 1401 0 -1 64 17808 0 1 0 28251 25 0 0 24 0 12 0 2003449901 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4096] ppid=4091 vsize=829592 CPUtime=4.89
/proc/4093/task/4096/stat : 4096 (java) S 4091 4093 1401 0 -1 64 70137 0 0 0 462 27 0 0 16 0 12 0 2003449902 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4097] ppid=4091 vsize=829592 CPUtime=5.42
/proc/4093/task/4097/stat : 4097 (java) S 4091 4093 1401 0 -1 64 87686 0 0 0 506 36 0 0 15 0 12 0 2003449902 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4098] ppid=4091 vsize=829592 CPUtime=79.37
/proc/4093/task/4098/stat : 4098 (java) R 4091 4093 1401 0 -1 64 234028 0 1 0 7823 114 0 0 16 0 12 0 2003449904 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4099] ppid=4091 vsize=829592 CPUtime=0
/proc/4093/task/4099/stat : 4099 (java) S 4091 4093 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003449904 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4100] ppid=4091 vsize=829592 CPUtime=0
/proc/4093/task/4100/stat : 4100 (java) S 4091 4093 1401 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2003449904 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4101] ppid=4091 vsize=829592 CPUtime=0
/proc/4093/task/4101/stat : 4101 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2003449908 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4102] ppid=4091 vsize=829592 CPUtime=1.12
/proc/4093/task/4102/stat : 4102 (java) S 4091 4093 1401 0 -1 64 2400 0 3 0 111 1 0 0 17 0 12 0 2003449908 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4103] ppid=4091 vsize=829592 CPUtime=1.06
/proc/4093/task/4103/stat : 4103 (java) S 4091 4093 1401 0 -1 64 4499 0 0 0 104 2 0 0 16 0 12 0 2003449908 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4104] ppid=4091 vsize=829592 CPUtime=0
/proc/4093/task/4104/stat : 4104 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2003449908 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4105] ppid=4091 vsize=829592 CPUtime=0
/proc/4093/task/4105/stat : 4105 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003449908 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 374.67
Current children cumulated vsize (KiB) 829592

[startup+377.202 s]
/proc/loadavg: 2.76 2.30 2.13 4/94 4111
/proc/meminfo: memFree=24960/2055920 swapFree=4179464/4192956
[pid=4093] ppid=4091 vsize=829592 CPUtime=375.07
/proc/4093/stat : 4093 (java) S 4091 4093 1401 0 -1 0 417320 0 5 0 37299 208 0 0 18 0 12 0 2003449900 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4093/statm: 207398 177098 1400 9 0 204760 0
[pid=4093/tid=4095] ppid=4091 vsize=829592 CPUtime=282.76
/proc/4093/task/4095/stat : 4095 (java) R 4091 4093 1401 0 -1 64 17808 0 1 0 28251 25 0 0 24 0 12 0 2003449901 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4096] ppid=4091 vsize=829592 CPUtime=4.89
/proc/4093/task/4096/stat : 4096 (java) S 4091 4093 1401 0 -1 64 70137 0 0 0 462 27 0 0 16 0 12 0 2003449902 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4097] ppid=4091 vsize=829592 CPUtime=5.42
/proc/4093/task/4097/stat : 4097 (java) S 4091 4093 1401 0 -1 64 87686 0 0 0 506 36 0 0 15 0 12 0 2003449902 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4098] ppid=4091 vsize=829592 CPUtime=79.77
/proc/4093/task/4098/stat : 4098 (java) R 4091 4093 1401 0 -1 64 234028 0 1 0 7863 114 0 0 17 0 12 0 2003449904 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 105678353 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4099] ppid=4091 vsize=829592 CPUtime=0
/proc/4093/task/4099/stat : 4099 (java) S 4091 4093 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003449904 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4100] ppid=4091 vsize=829592 CPUtime=0
/proc/4093/task/4100/stat : 4100 (java) S 4091 4093 1401 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2003449904 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4101] ppid=4091 vsize=829592 CPUtime=0
/proc/4093/task/4101/stat : 4101 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2003449908 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4102] ppid=4091 vsize=829592 CPUtime=1.12
/proc/4093/task/4102/stat : 4102 (java) S 4091 4093 1401 0 -1 64 2400 0 3 0 111 1 0 0 17 0 12 0 2003449908 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4103] ppid=4091 vsize=829592 CPUtime=1.06
/proc/4093/task/4103/stat : 4103 (java) S 4091 4093 1401 0 -1 64 4499 0 0 0 104 2 0 0 16 0 12 0 2003449908 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4093/tid=4104] ppid=4091 vsize=829592 CPUtime=0
/proc/4093/task/4104/stat : 4104 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2003449908 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4093/tid=4105] ppid=4091 vsize=829592 CPUtime=0
/proc/4093/task/4105/stat : 4105 (java) S 4091 4093 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003449908 849502208 177098 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 375.07
Current children cumulated vsize (KiB) 829592

[startup+377.408 s]
/proc/loadavg: 2.78 2.31 2.14 2/91 4112
/proc/meminfo: memFree=26176/2055920 swapFree=4179464/4192956
[pid=4093] ppid=4091 vsize=0 CPUtime=375.19
/proc/4093/stat : 4093 (java) Z 4091 4093 1401 0 -1 12 417332 0 6 0 37302 217 0 0 16 0 2 0 2003449900 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4093/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 375.19
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 377.46
CPU time (s): 375.224
CPU user time (s): 373.029
CPU system time (s): 2.19467
CPU usage (%): 99.4076
Max. virtual memory (cumulated for all children) (KiB): 851204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 373.029
system time used= 2.19467
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 417332
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13711
involuntary context switches= 17015

runsolver used 0.484926 second user time and 1.2788 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-05 09:59:10
IDJOB=1087576
IDBENCH=58019
IDSOLVER=344
FILE ID=node10/1087576-1215244750
PBS_JOBID= 7881893
Free space on /tmp= 65844 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d5e3aabb8926151d3fb7baec2a204317
RANDOM SEED=1352206249

node10.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        663416 kB
Buffers:         12304 kB
Cached:         811388 kB
SwapCached:       7540 kB
Active:        1292000 kB
Inactive:        30200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        663416 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:          206908 kB
Writeback:           0 kB
Mapped:         515628 kB
Slab:            54404 kB
Committed_AS:  4183592 kB
PageTables:       3056 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= 64900 MiB
End job on node10 at 2008-07-05 10:05:28