Trace number 1072604

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? 1465.07 1476.82

General information on the benchmark

Namecsp/radar-8-30-3-0/
normalized-radar-8-30-3-0-48.xml
MD5SUM0def43839360d105f0e71e8872017ab1
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.043992
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints64
Maximum constraint arity16
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1072604-1215175308/watcher-1072604-1215175308 -o /tmp/evaluation-result-1072604-1215175308/solver-1072604-1215175308 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1072604-1215175308.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.09 2.05 2.01 4/84 15212
/proc/meminfo: memFree=1050488/2055920 swapFree=4180776/4192956
[pid=15212] ppid=15210 vsize=18572 CPUtime=0
/proc/15212/stat : 15212 (runsolver) R 15210 15212 13247 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 258473533 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 214945033511 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/15212/statm: 4643 292 257 25 0 2626 0

[startup+0.091997 s]
/proc/loadavg: 2.09 2.05 2.01 4/84 15212
/proc/meminfo: memFree=1050488/2055920 swapFree=4180776/4192956
[pid=15212] ppid=15210 vsize=804612 CPUtime=0.07
/proc/15212/stat : 15212 (java) S 15210 15212 13247 0 -1 0 2984 0 1 0 6 1 0 0 21 0 12 0 258473533 823922688 2717 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15212/statm: 201153 2717 1047 9 0 198522 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 804612

[startup+0.101993 s]
/proc/loadavg: 2.09 2.05 2.01 4/84 15212
/proc/meminfo: memFree=1050488/2055920 swapFree=4180776/4192956
[pid=15212] ppid=15210 vsize=804612 CPUtime=0.08
/proc/15212/stat : 15212 (java) S 15210 15212 13247 0 -1 0 3009 0 1 0 7 1 0 0 21 0 12 0 258473533 823922688 2742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15212/statm: 201153 2742 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301039 s]
/proc/loadavg: 2.09 2.05 2.01 4/84 15212
/proc/meminfo: memFree=1050488/2055920 swapFree=4180776/4192956
[pid=15212] ppid=15210 vsize=808264 CPUtime=0.28
/proc/15212/stat : 15212 (java) S 15210 15212 13247 0 -1 0 4994 0 1 0 25 3 0 0 21 0 12 0 258473533 827662336 4323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15212/statm: 202066 4323 1304 9 0 199435 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808264

[startup+0.701118 s]
/proc/loadavg: 2.09 2.05 2.01 4/84 15212
/proc/meminfo: memFree=1050488/2055920 swapFree=4180776/4192956
[pid=15212] ppid=15210 vsize=808292 CPUtime=0.57
/proc/15212/stat : 15212 (java) S 15210 15212 13247 0 -1 0 6194 0 1 0 53 4 0 0 21 0 12 0 258473533 827691008 5376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15212/statm: 202073 5376 1335 9 0 199435 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 808292

[startup+1.50227 s]
/proc/loadavg: 2.09 2.05 2.01 3/96 15224
/proc/meminfo: memFree=1025816/2055920 swapFree=4180776/4192956
[pid=15212] ppid=15210 vsize=808888 CPUtime=1.37
/proc/15212/stat : 15212 (java) S 15210 15212 13247 0 -1 0 7931 0 1 0 131 6 0 0 21 0 12 0 258473533 828301312 6820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15212/statm: 202222 6820 1363 9 0 199584 0
[pid=15212/tid=15214] ppid=15210 vsize=808888 CPUtime=0.79
/proc/15212/task/15214/stat : 15214 (java) R 15210 15212 13247 0 -1 64 5026 0 1 0 75 4 0 0 25 0 12 0 258473535 828301312 6820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15215] ppid=15210 vsize=808888 CPUtime=0
/proc/15212/task/15215/stat : 15215 (java) S 15210 15212 13247 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 258473536 828301312 6820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15216] ppid=15210 vsize=808888 CPUtime=0
/proc/15212/task/15216/stat : 15216 (java) S 15210 15212 13247 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 258473536 828301312 6820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15217] ppid=15210 vsize=808888 CPUtime=0
/proc/15212/task/15217/stat : 15217 (java) S 15210 15212 13247 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 258473538 828301312 6820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15218] ppid=15210 vsize=808888 CPUtime=0
/proc/15212/task/15218/stat : 15218 (java) S 15210 15212 13247 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 258473538 828301312 6820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15219] ppid=15210 vsize=808888 CPUtime=0
/proc/15212/task/15219/stat : 15219 (java) S 15210 15212 13247 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 258473538 828301312 6820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15220] ppid=15210 vsize=808888 CPUtime=0
/proc/15212/task/15220/stat : 15220 (java) S 15210 15212 13247 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 258473542 828301312 6820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15221] ppid=15210 vsize=808888 CPUtime=0.24
/proc/15212/task/15221/stat : 15221 (java) S 15210 15212 13247 0 -1 64 615 0 0 0 24 0 0 0 16 0 12 0 258473542 828301312 6820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15222] ppid=15210 vsize=808888 CPUtime=0.31
/proc/15212/task/15222/stat : 15222 (java) R 15210 15212 13247 0 -1 64 1526 0 0 0 31 0 0 0 16 0 12 0 258473542 828301312 6820 996147200 134512640 134550740 4294956016 18446744073709551615 105526816 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15223] ppid=15210 vsize=808888 CPUtime=0
/proc/15212/task/15223/stat : 15223 (java) S 15210 15212 13247 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 258473542 828301312 6820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15224] ppid=15210 vsize=808888 CPUtime=0
/proc/15212/task/15224/stat : 15224 (java) S 15210 15212 13247 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 258473542 828301312 6820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 808888

[startup+3.10158 s]
/proc/loadavg: 2.09 2.05 2.01 6/96 15224
/proc/meminfo: memFree=1008920/2055920 swapFree=4180776/4192956
[pid=15212] ppid=15210 vsize=816992 CPUtime=2.98
/proc/15212/stat : 15212 (java) S 15210 15212 13247 0 -1 0 16272 0 1 0 289 9 0 0 21 0 12 0 258473533 836599808 11075 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15212/statm: 204248 11075 1380 9 0 201610 0
[pid=15212/tid=15214] ppid=15210 vsize=816992 CPUtime=1.25
/proc/15212/task/15214/stat : 15214 (java) R 15210 15212 13247 0 -1 64 7118 0 1 0 121 4 0 0 25 0 12 0 258473535 836599808 11075 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15215] ppid=15210 vsize=816992 CPUtime=0
/proc/15212/task/15215/stat : 15215 (java) S 15210 15212 13247 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 258473536 836599808 11075 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15216] ppid=15210 vsize=816992 CPUtime=0
/proc/15212/task/15216/stat : 15216 (java) S 15210 15212 13247 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 258473536 836599808 11075 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15217] ppid=15210 vsize=816992 CPUtime=0
/proc/15212/task/15217/stat : 15217 (java) S 15210 15212 13247 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 258473538 836599808 11075 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15218] ppid=15210 vsize=816992 CPUtime=0
/proc/15212/task/15218/stat : 15218 (java) S 15210 15212 13247 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 258473538 836599808 11075 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15219] ppid=15210 vsize=816992 CPUtime=0
/proc/15212/task/15219/stat : 15219 (java) S 15210 15212 13247 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 258473538 836599808 11075 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15220] ppid=15210 vsize=816992 CPUtime=0
/proc/15212/task/15220/stat : 15220 (java) S 15210 15212 13247 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 258473542 836599808 11075 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15221] ppid=15210 vsize=816992 CPUtime=0.89
/proc/15212/task/15221/stat : 15221 (java) S 15210 15212 13247 0 -1 64 3645 0 0 0 88 1 0 0 16 0 12 0 258473542 836599808 11075 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15222] ppid=15210 vsize=816992 CPUtime=0.81
/proc/15212/task/15222/stat : 15222 (java) R 15210 15212 13247 0 -1 64 4745 0 0 0 79 2 0 0 16 0 12 0 258473542 836599808 11075 996147200 134512640 134550740 4294956016 18446744073709551615 103697415 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15223] ppid=15210 vsize=816992 CPUtime=0
/proc/15212/task/15223/stat : 15223 (java) S 15210 15212 13247 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 258473542 836599808 11075 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15224] ppid=15210 vsize=816992 CPUtime=0
/proc/15212/task/15224/stat : 15224 (java) S 15210 15212 13247 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 258473542 836599808 11075 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 816992

[startup+6.3022 s]
/proc/loadavg: 2.08 2.05 2.01 4/96 15224
/proc/meminfo: memFree=948312/2055920 swapFree=4180776/4192956
[pid=15212] ppid=15210 vsize=818976 CPUtime=6.15
/proc/15212/stat : 15212 (java) S 15210 15212 13247 0 -1 0 31268 0 1 0 599 16 0 0 21 0 12 0 258473533 838631424 23001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15212/statm: 204744 23001 1386 9 0 202106 0
[pid=15212/tid=15214] ppid=15210 vsize=818976 CPUtime=2.73
/proc/15212/task/15214/stat : 15214 (java) R 15210 15212 13247 0 -1 64 17319 0 1 0 264 9 0 0 25 0 12 0 258473535 838631424 23001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15215] ppid=15210 vsize=818976 CPUtime=0.02
/proc/15212/task/15215/stat : 15215 (java) S 15210 15212 13247 0 -1 64 664 0 0 0 2 0 0 0 17 0 12 0 258473536 838631424 23001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15216] ppid=15210 vsize=818976 CPUtime=0.02
/proc/15212/task/15216/stat : 15216 (java) S 15210 15212 13247 0 -1 64 642 0 0 0 2 0 0 0 17 0 12 0 258473536 838631424 23001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15217] ppid=15210 vsize=818976 CPUtime=0
/proc/15212/task/15217/stat : 15217 (java) S 15210 15212 13247 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 258473538 838631424 23001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15218] ppid=15210 vsize=818976 CPUtime=0
/proc/15212/task/15218/stat : 15218 (java) S 15210 15212 13247 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 258473538 838631424 23001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15219] ppid=15210 vsize=818976 CPUtime=0
/proc/15212/task/15219/stat : 15219 (java) S 15210 15212 13247 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 258473538 838631424 23001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15220] ppid=15210 vsize=818976 CPUtime=0
/proc/15212/task/15220/stat : 15220 (java) S 15210 15212 13247 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 258473542 838631424 23001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15221] ppid=15210 vsize=818976 CPUtime=1.75
/proc/15212/task/15221/stat : 15221 (java) S 15210 15212 13247 0 -1 64 5298 0 0 0 173 2 0 0 16 0 12 0 258473542 838631424 23001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15222] ppid=15210 vsize=818976 CPUtime=1.58
/proc/15212/task/15222/stat : 15222 (java) R 15210 15212 13247 0 -1 64 6554 0 0 0 155 3 0 0 18 0 12 0 258473542 838631424 23001 996147200 134512640 134550740 4294956016 18446744073709551615 106214480 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15223] ppid=15210 vsize=818976 CPUtime=0
/proc/15212/task/15223/stat : 15223 (java) S 15210 15212 13247 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 258473542 838631424 23001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15224] ppid=15210 vsize=818976 CPUtime=0
/proc/15212/task/15224/stat : 15224 (java) S 15210 15212 13247 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 258473542 838631424 23001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 818976

[startup+12.7014 s]
/proc/loadavg: 2.16 2.06 2.02 4/96 15224
/proc/meminfo: memFree=874840/2055920 swapFree=4180776/4192956
[pid=15212] ppid=15210 vsize=819688 CPUtime=12.51
/proc/15212/stat : 15212 (java) S 15210 15212 13247 0 -1 0 45061 0 1 0 1229 22 0 0 21 0 12 0 258473533 839360512 29436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15212/statm: 204922 29436 1386 9 0 202284 0
[pid=15212/tid=15214] ppid=15210 vsize=819688 CPUtime=6.28
/proc/15212/task/15214/stat : 15214 (java) R 15210 15212 13247 0 -1 64 17351 0 1 0 619 9 0 0 25 0 12 0 258473535 839360512 29436 996147200 134512640 134550740 4294956016 18446744073709551615 4109685498 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15215] ppid=15210 vsize=819688 CPUtime=0.13
/proc/15212/task/15215/stat : 15215 (java) S 15210 15212 13247 0 -1 64 2745 0 0 0 12 1 0 0 17 0 12 0 258473536 839360512 29436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15216] ppid=15210 vsize=819688 CPUtime=0.18
/proc/15212/task/15216/stat : 15216 (java) S 15210 15212 13247 0 -1 64 4682 0 0 0 17 1 0 0 17 0 12 0 258473536 839360512 29436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15217] ppid=15210 vsize=819688 CPUtime=0
/proc/15212/task/15217/stat : 15217 (java) S 15210 15212 13247 0 -1 64 55 0 0 0 0 0 0 0 16 0 12 0 258473538 839360512 29436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15218] ppid=15210 vsize=819688 CPUtime=0
/proc/15212/task/15218/stat : 15218 (java) S 15210 15212 13247 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 258473538 839360512 29436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15219] ppid=15210 vsize=819688 CPUtime=0
/proc/15212/task/15219/stat : 15219 (java) S 15210 15212 13247 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 258473538 839360512 29436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15220] ppid=15210 vsize=819688 CPUtime=0
/proc/15212/task/15220/stat : 15220 (java) S 15210 15212 13247 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 258473542 839360512 29436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15221] ppid=15210 vsize=819688 CPUtime=2.28
/proc/15212/task/15221/stat : 15221 (java) S 15210 15212 13247 0 -1 64 6548 0 0 0 225 3 0 0 16 0 12 0 258473542 839360512 29436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15222] ppid=15210 vsize=819688 CPUtime=3.59
/proc/15212/task/15222/stat : 15222 (java) S 15210 15212 13247 0 -1 64 12918 0 0 0 353 6 0 0 19 0 12 0 258473542 839360512 29436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15223] ppid=15210 vsize=819688 CPUtime=0
/proc/15212/task/15223/stat : 15223 (java) S 15210 15212 13247 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 258473542 839360512 29436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15224] ppid=15210 vsize=819688 CPUtime=0
/proc/15212/task/15224/stat : 15224 (java) S 15210 15212 13247 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 258473542 839360512 29436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 819688

[startup+25.5029 s]
/proc/loadavg: 2.26 2.09 2.03 3/96 15224
/proc/meminfo: memFree=740440/2055920 swapFree=4180776/4192956
[pid=15212] ppid=15210 vsize=822420 CPUtime=24.97
/proc/15212/stat : 15212 (java) S 15210 15212 13247 0 -1 0 67709 0 1 0 2465 32 0 0 21 0 12 0 258473533 842158080 48060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15212/statm: 205605 48060 1386 9 0 202967 0
[pid=15212/tid=15214] ppid=15210 vsize=822420 CPUtime=15.7
/proc/15212/task/15214/stat : 15214 (java) R 15210 15212 13247 0 -1 64 17375 0 1 0 1561 9 0 0 25 0 12 0 258473535 842158080 48060 996147200 134512640 134550740 4294956016 18446744073709551615 4109619450 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15215] ppid=15210 vsize=822420 CPUtime=0.84
/proc/15212/task/15215/stat : 15215 (java) S 15210 15212 13247 0 -1 64 12390 0 0 0 79 5 0 0 16 0 12 0 258473536 842158080 48060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15216] ppid=15210 vsize=822420 CPUtime=0.85
/proc/15212/task/15216/stat : 15216 (java) S 15210 15212 13247 0 -1 64 13188 0 0 0 80 5 0 0 16 0 12 0 258473536 842158080 48060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15217] ppid=15210 vsize=822420 CPUtime=0.01
/proc/15212/task/15217/stat : 15217 (java) S 15210 15212 13247 0 -1 64 55 0 0 0 1 0 0 0 15 0 12 0 258473538 842158080 48060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15218] ppid=15210 vsize=822420 CPUtime=0
/proc/15212/task/15218/stat : 15218 (java) S 15210 15212 13247 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 258473538 842158080 48060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15219] ppid=15210 vsize=822420 CPUtime=0
/proc/15212/task/15219/stat : 15219 (java) S 15210 15212 13247 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 258473538 842158080 48060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15220] ppid=15210 vsize=822420 CPUtime=0
/proc/15212/task/15220/stat : 15220 (java) S 15210 15212 13247 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 258473542 842158080 48060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=15212/tid=15223] ppid=15210 vsize=828312 CPUtime=0
/proc/15212/task/15223/stat : 15223 (java) S 15210 15212 13247 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 258473542 848191488 177267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15224] ppid=15210 vsize=828312 CPUtime=0
/proc/15212/task/15224/stat : 15224 (java) S 15210 15212 13247 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 258473542 848191488 177267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1454
Current children cumulated vsize (KiB) 828312

[startup+1471.9 s]
/proc/loadavg: 2.42 2.40 2.29 3/96 15232
/proc/meminfo: memFree=214424/2055920 swapFree=4180776/4192956
[pid=15212] ppid=15210 vsize=826312 CPUtime=1460.51
/proc/15212/stat : 15212 (java) S 15210 15212 13247 0 -1 0 953898 0 1 0 145470 581 0 0 21 0 12 0 258473533 846143488 176768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15212/statm: 206578 176768 1390 9 0 203940 0
[pid=15212/tid=15214] ppid=15210 vsize=826312 CPUtime=108.44
/proc/15212/task/15214/stat : 15214 (java) S 15210 15212 13247 0 -1 64 17837 0 1 0 10833 11 0 0 17 0 12 0 258473535 846143488 176768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15215] ppid=15210 vsize=826312 CPUtime=91.01
/proc/15212/task/15215/stat : 15215 (java) S 15210 15212 13247 0 -1 64 78523 0 0 0 9060 41 0 0 17 0 12 0 258473536 846143488 176768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15216] ppid=15210 vsize=826312 CPUtime=90.28
/proc/15212/task/15216/stat : 15216 (java) S 15210 15212 13247 0 -1 64 74461 0 0 0 8989 39 0 0 17 0 12 0 258473536 846143488 176768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15217] ppid=15210 vsize=826312 CPUtime=1156.46
/proc/15212/task/15217/stat : 15217 (java) R 15210 15212 13247 0 -1 64 744895 0 0 0 115176 470 0 0 25 0 12 0 258473538 846143488 176768 996147200 134512640 134550740 4294956016 18446744073709551615 104126420 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15218] ppid=15210 vsize=826312 CPUtime=0
/proc/15212/task/15218/stat : 15218 (java) S 15210 15212 13247 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 258473538 846143488 176768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15219] ppid=15210 vsize=826312 CPUtime=0
/proc/15212/task/15219/stat : 15219 (java) S 15210 15212 13247 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 258473538 846143488 176768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15220] ppid=15210 vsize=826312 CPUtime=0
/proc/15212/task/15220/stat : 15220 (java) S 15210 15212 13247 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 258473542 846143488 176768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15221] ppid=15210 vsize=826312 CPUtime=6.92
/proc/15212/task/15221/stat : 15221 (java) S 15210 15212 13247 0 -1 64 16338 0 0 0 685 7 0 0 15 0 12 0 258473542 846143488 176768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15222] ppid=15210 vsize=826312 CPUtime=7.36
/proc/15212/task/15222/stat : 15222 (java) S 15210 15212 13247 0 -1 64 21081 0 0 0 726 10 0 0 16 0 12 0 258473542 846143488 176768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15223] ppid=15210 vsize=826312 CPUtime=0
/proc/15212/task/15223/stat : 15223 (java) S 15210 15212 13247 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 258473542 846143488 176768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15224] ppid=15210 vsize=826312 CPUtime=0
/proc/15212/task/15224/stat : 15224 (java) S 15210 15212 13247 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 258473542 846143488 176768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1460.51
Current children cumulated vsize (KiB) 826312

[startup+1475.11 s]
/proc/loadavg: 2.38 2.39 2.29 3/96 15232
/proc/meminfo: memFree=210392/2055920 swapFree=4180776/4192956
[pid=15212] ppid=15210 vsize=828312 CPUtime=1463.54
/proc/15212/stat : 15212 (java) S 15210 15212 13247 0 -1 0 954899 0 1 0 145772 582 0 0 21 0 12 0 258473533 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15212/statm: 207078 177268 1390 9 0 204440 0
[pid=15212/tid=15214] ppid=15210 vsize=828312 CPUtime=108.44
/proc/15212/task/15214/stat : 15214 (java) S 15210 15212 13247 0 -1 64 17837 0 1 0 10833 11 0 0 17 0 12 0 258473535 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15215] ppid=15210 vsize=828312 CPUtime=91.01
/proc/15212/task/15215/stat : 15215 (java) S 15210 15212 13247 0 -1 64 78523 0 0 0 9060 41 0 0 17 0 12 0 258473536 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15216] ppid=15210 vsize=828312 CPUtime=90.28
/proc/15212/task/15216/stat : 15216 (java) S 15210 15212 13247 0 -1 64 74461 0 0 0 8989 39 0 0 17 0 12 0 258473536 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15217] ppid=15210 vsize=828312 CPUtime=1159.48
/proc/15212/task/15217/stat : 15217 (java) R 15210 15212 13247 0 -1 64 745896 0 0 0 115477 471 0 0 25 0 12 0 258473538 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 105852546 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15218] ppid=15210 vsize=828312 CPUtime=0
/proc/15212/task/15218/stat : 15218 (java) S 15210 15212 13247 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 258473538 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15219] ppid=15210 vsize=828312 CPUtime=0
/proc/15212/task/15219/stat : 15219 (java) S 15210 15212 13247 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 258473538 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15220] ppid=15210 vsize=828312 CPUtime=0
/proc/15212/task/15220/stat : 15220 (java) S 15210 15212 13247 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 258473542 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15221] ppid=15210 vsize=828312 CPUtime=6.92
/proc/15212/task/15221/stat : 15221 (java) S 15210 15212 13247 0 -1 64 16338 0 0 0 685 7 0 0 15 0 12 0 258473542 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15222] ppid=15210 vsize=828312 CPUtime=7.36
/proc/15212/task/15222/stat : 15222 (java) S 15210 15212 13247 0 -1 64 21081 0 0 0 726 10 0 0 16 0 12 0 258473542 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15223] ppid=15210 vsize=828312 CPUtime=0
/proc/15212/task/15223/stat : 15223 (java) S 15210 15212 13247 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 258473542 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15224] ppid=15210 vsize=828312 CPUtime=0
/proc/15212/task/15224/stat : 15224 (java) S 15210 15212 13247 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 258473542 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1463.54
Current children cumulated vsize (KiB) 828312

[startup+1475.9 s]
/proc/loadavg: 2.38 2.39 2.29 3/96 15232
/proc/meminfo: memFree=210392/2055920 swapFree=4180776/4192956
[pid=15212] ppid=15210 vsize=828312 CPUtime=1464.33
/proc/15212/stat : 15212 (java) S 15210 15212 13247 0 -1 0 954899 0 1 0 145851 582 0 0 21 0 12 0 258473533 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15212/statm: 207078 177268 1390 9 0 204440 0
[pid=15212/tid=15214] ppid=15210 vsize=828312 CPUtime=108.44
/proc/15212/task/15214/stat : 15214 (java) S 15210 15212 13247 0 -1 64 17837 0 1 0 10833 11 0 0 17 0 12 0 258473535 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15215] ppid=15210 vsize=828312 CPUtime=91.01
/proc/15212/task/15215/stat : 15215 (java) S 15210 15212 13247 0 -1 64 78523 0 0 0 9060 41 0 0 17 0 12 0 258473536 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15216] ppid=15210 vsize=828312 CPUtime=90.28
/proc/15212/task/15216/stat : 15216 (java) S 15210 15212 13247 0 -1 64 74461 0 0 0 8989 39 0 0 17 0 12 0 258473536 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15217] ppid=15210 vsize=828312 CPUtime=1160.27
/proc/15212/task/15217/stat : 15217 (java) R 15210 15212 13247 0 -1 64 745896 0 0 0 115556 471 0 0 25 0 12 0 258473538 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 106123783 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15218] ppid=15210 vsize=828312 CPUtime=0
/proc/15212/task/15218/stat : 15218 (java) S 15210 15212 13247 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 258473538 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15219] ppid=15210 vsize=828312 CPUtime=0
/proc/15212/task/15219/stat : 15219 (java) S 15210 15212 13247 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 258473538 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15220] ppid=15210 vsize=828312 CPUtime=0
/proc/15212/task/15220/stat : 15220 (java) S 15210 15212 13247 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 258473542 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15221] ppid=15210 vsize=828312 CPUtime=6.92
/proc/15212/task/15221/stat : 15221 (java) S 15210 15212 13247 0 -1 64 16338 0 0 0 685 7 0 0 15 0 12 0 258473542 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15222] ppid=15210 vsize=828312 CPUtime=7.36
/proc/15212/task/15222/stat : 15222 (java) S 15210 15212 13247 0 -1 64 21081 0 0 0 726 10 0 0 16 0 12 0 258473542 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15223] ppid=15210 vsize=828312 CPUtime=0
/proc/15212/task/15223/stat : 15223 (java) S 15210 15212 13247 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 258473542 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15224] ppid=15210 vsize=828312 CPUtime=0
/proc/15212/task/15224/stat : 15224 (java) S 15210 15212 13247 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 258473542 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1464.33
Current children cumulated vsize (KiB) 828312

[startup+1476.3 s]
/proc/loadavg: 2.38 2.39 2.29 5/96 15232
/proc/meminfo: memFree=210392/2055920 swapFree=4180776/4192956
[pid=15212] ppid=15210 vsize=828312 CPUtime=1464.72
/proc/15212/stat : 15212 (java) S 15210 15212 13247 0 -1 0 954899 0 1 0 145890 582 0 0 21 0 12 0 258473533 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15212/statm: 207078 177268 1390 9 0 204440 0
[pid=15212/tid=15214] ppid=15210 vsize=828312 CPUtime=108.44
/proc/15212/task/15214/stat : 15214 (java) S 15210 15212 13247 0 -1 64 17837 0 1 0 10833 11 0 0 17 0 12 0 258473535 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15215] ppid=15210 vsize=828312 CPUtime=91.01
/proc/15212/task/15215/stat : 15215 (java) S 15210 15212 13247 0 -1 64 78523 0 0 0 9060 41 0 0 17 0 12 0 258473536 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15216] ppid=15210 vsize=828312 CPUtime=90.28
/proc/15212/task/15216/stat : 15216 (java) S 15210 15212 13247 0 -1 64 74461 0 0 0 8989 39 0 0 17 0 12 0 258473536 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15217] ppid=15210 vsize=828312 CPUtime=1160.66
/proc/15212/task/15217/stat : 15217 (java) R 15210 15212 13247 0 -1 64 745896 0 0 0 115595 471 0 0 25 0 12 0 258473538 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 106123680 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15218] ppid=15210 vsize=828312 CPUtime=0
/proc/15212/task/15218/stat : 15218 (java) S 15210 15212 13247 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 258473538 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15219] ppid=15210 vsize=828312 CPUtime=0
/proc/15212/task/15219/stat : 15219 (java) S 15210 15212 13247 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 258473538 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15220] ppid=15210 vsize=828312 CPUtime=0
/proc/15212/task/15220/stat : 15220 (java) S 15210 15212 13247 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 258473542 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15221] ppid=15210 vsize=828312 CPUtime=6.92
/proc/15212/task/15221/stat : 15221 (java) S 15210 15212 13247 0 -1 64 16338 0 0 0 685 7 0 0 15 0 12 0 258473542 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15222] ppid=15210 vsize=828312 CPUtime=7.36
/proc/15212/task/15222/stat : 15222 (java) S 15210 15212 13247 0 -1 64 21081 0 0 0 726 10 0 0 16 0 12 0 258473542 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15223] ppid=15210 vsize=828312 CPUtime=0
/proc/15212/task/15223/stat : 15223 (java) S 15210 15212 13247 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 258473542 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15224] ppid=15210 vsize=828312 CPUtime=0
/proc/15212/task/15224/stat : 15224 (java) S 15210 15212 13247 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 258473542 848191488 177268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1464.72
Current children cumulated vsize (KiB) 828312

[startup+1476.7 s]
/proc/loadavg: 2.38 2.39 2.29 5/96 15232
/proc/meminfo: memFree=210392/2055920 swapFree=4180776/4192956
[pid=15212] ppid=15210 vsize=824632 CPUtime=1464.95
/proc/15212/stat : 15212 (java) S 15210 15212 13247 0 -1 0 954909 0 1 0 145913 582 0 0 21 0 12 0 258473533 844423168 176276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15212/statm: 206158 176276 1391 9 0 203520 0
[pid=15212/tid=15214] ppid=15210 vsize=824632 CPUtime=108.44
/proc/15212/task/15214/stat : 15214 (java) S 15210 15212 13247 0 -1 64 17842 0 1 0 10833 11 0 0 17 0 12 0 258473535 844423168 176276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15215] ppid=15210 vsize=824632 CPUtime=91.01
/proc/15212/task/15215/stat : 15215 (java) S 15210 15212 13247 0 -1 64 78523 0 0 0 9060 41 0 0 17 0 12 0 258473536 844423168 176276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15216] ppid=15210 vsize=824632 CPUtime=90.28
/proc/15212/task/15216/stat : 15216 (java) S 15210 15212 13247 0 -1 64 74461 0 0 0 8989 39 0 0 17 0 12 0 258473536 844423168 176276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15217] ppid=15210 vsize=824632 CPUtime=1160.89
/proc/15212/task/15217/stat : 15217 (java) S 15210 15212 13247 0 -1 64 745896 0 0 0 115618 471 0 0 25 0 12 0 258473538 844423168 176276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15218] ppid=15210 vsize=824632 CPUtime=0
/proc/15212/task/15218/stat : 15218 (java) S 15210 15212 13247 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 258473538 844423168 176276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15219] ppid=15210 vsize=824632 CPUtime=0
/proc/15212/task/15219/stat : 15219 (java) S 15210 15212 13247 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 258473538 844423168 176276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15212/tid=15220] ppid=15210 vsize=824632 CPUtime=0
/proc/15212/task/15220/stat : 15220 (java) S 15210 15212 13247 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 258473542 844423168 176276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15221] ppid=15210 vsize=824632 CPUtime=6.92
/proc/15212/task/15221/stat : 15221 (java) S 15210 15212 13247 0 -1 64 16338 0 0 0 685 7 0 0 15 0 12 0 258473542 844423168 176276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15222] ppid=15210 vsize=824632 CPUtime=7.36
/proc/15212/task/15222/stat : 15222 (java) S 15210 15212 13247 0 -1 64 21081 0 0 0 726 10 0 0 16 0 12 0 258473542 844423168 176276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15223] ppid=15210 vsize=824632 CPUtime=0
/proc/15212/task/15223/stat : 15223 (java) S 15210 15212 13247 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 258473542 844423168 176276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15212/tid=15224] ppid=15210 vsize=824632 CPUtime=0
/proc/15212/task/15224/stat : 15224 (java) S 15210 15212 13247 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 258473542 844423168 176276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1464.95
Current children cumulated vsize (KiB) 824632

[startup+1476.8 s]
/proc/loadavg: 2.38 2.39 2.29 5/96 15232
/proc/meminfo: memFree=210392/2055920 swapFree=4180776/4192956
[pid=15212] ppid=15210 vsize=0 CPUtime=1465.03
/proc/15212/stat : 15212 (java) Z 15210 15212 13247 0 -1 12 954913 0 1 0 145913 590 0 0 16 0 2 0 258473533 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15212/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1465.03
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1476.82
CPU time (s): 1465.07
CPU user time (s): 1459.14
CPU system time (s): 5.9281
CPU usage (%): 99.2039
Max. virtual memory (cumulated for all children) (KiB): 872316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1459.14
system time used= 5.9281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 954913
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= 33860
involuntary context switches= 55329

runsolver used 1.88071 second user time and 4.91725 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-04 14:41:48
IDJOB=1072604
IDBENCH=56271
IDSOLVER=344
FILE ID=node85/1072604-1215175308
PBS_JOBID= 7881463
Free space on /tmp= 126860 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/radar-8-30-3-0/normalized-radar-8-30-3-0-48.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-1072604-1215175308/watcher-1072604-1215175308 -o /tmp/evaluation-result-1072604-1215175308/solver-1072604-1215175308 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1072604-1215175308.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0def43839360d105f0e71e8872017ab1
RANDOM SEED=380423163

node85.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.272
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.272
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:       1050904 kB
Buffers:         66076 kB
Cached:         302264 kB
SwapCached:       7020 kB
Active:         714024 kB
Inactive:       241928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1050904 kB
SwapTotal:     4192956 kB
SwapFree:      4180776 kB
Dirty:            1444 kB
Writeback:           0 kB
Mapped:         598716 kB
Slab:            33476 kB
Committed_AS:  1314672 kB
PageTables:       2696 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= 126856 MiB
End job on node85 at 2008-07-04 15:06:25