Trace number 1047280

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? 85.767 84.0634

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-20_ext.xml
MD5SUMd17694413f5053e664fee054371c1eab
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark20.7178
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension2713
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.18/0.25	c This is free software under the dual EPL/GNU LGPL licenses.
0.18/0.25	c See www.sat4j.org for details.
0.18/0.25	c That software uses the Rhino library from the Mozilla project.
0.18/0.28	c version 9.9.9.token
0.18/0.28	c sun.arch.data.model	32
0.18/0.28	c java.version	1.6.0_06
0.18/0.28	c os.name	Linux
0.18/0.28	c os.version	2.6.9-22.EL.rootsmp
0.18/0.28	c os.arch	i386
0.18/0.28	c Free memory 669864272
0.18/0.28	c Max memory 672137216
0.18/0.28	c Total memory 672137216
0.18/0.28	c Number of processors 2
0.34/0.32	c c --- Begin Solver configuration ---
0.34/0.32	c Stops conflict analysis at the first Unique Implication Point
0.34/0.32	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.34/0.32	c Learn all clauses as in MiniSAT
0.34/0.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.32	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.34/0.32	c Expensive reason simplification
0.34/0.32	c MiniSAT restarts strategy
0.34/0.32	c timeout=2147483s
0.34/0.32	c DB Simplification allowed=false
0.34/0.32	c --- End Solver configuration ---
0.34/0.32	c solving HOME/instance-1047280-1215039600.xml
0.34/0.32	c reading problem ... 
0.54/0.59	c reading problem named null
0.54/0.59	c reading domains done.
0.54/0.59	c reading variables done.
0.65/0.62	c reading relations done.
1.43/1.44	c reading constraints
85.61/83.94	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
85.61/83.94		at org.sat4j.core.VecInt.ensure(VecInt.java:262)
85.61/83.94		at org.sat4j.minisat.core.Solver.dimacs2internal(Solver.java:181)
85.61/83.94		at org.sat4j.minisat.core.Solver.addClause(Solver.java:302)
85.61/83.94		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
85.61/83.94		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
85.61/83.94		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.61/83.94		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.61/83.94		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.61/83.94		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.61/83.94		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.61/83.94		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.61/83.94		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.61/83.94		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.61/83.94		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.61/83.94		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.61/83.95		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.61/83.95		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.61/83.95		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.61/83.95		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.61/83.95		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.61/83.95		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
85.61/83.95		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
85.61/83.95		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
85.61/83.95		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
85.61/83.95		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
85.61/83.95		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
85.61/83.95		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
85.61/83.95		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
85.61/83.95		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
85.61/83.95		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
85.61/83.95		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
85.61/83.95		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
85.61/83.95	c starts		: 0
85.61/83.95	c conflicts		: 0
85.61/83.95	c decisions		: 0
85.61/83.95	c propagations		: 0
85.61/83.95	c inspects		: 0
85.61/83.95	c learnt literals	: 0
85.61/83.95	c learnt binary clauses	: 0
85.61/83.95	c learnt ternary clauses	: 0
85.61/83.95	c learnt clauses	: 0
85.61/83.95	c ignored clauses	: 0
85.61/83.95	c root simplifications	: 0
85.61/83.95	c removed literals (reason simplification)	: 0
85.61/83.95	c reason swapping (by a shorter reason)	: 0
85.61/83.95	c Calls to reduceDB	: 0
85.61/83.95	c speed (assignments/second)	: 0.0
85.61/83.95	c non guided choices	0
85.61/83.95	s UNKNOWN
85.61/83.95	c Total wall clock time (in seconds) : 83.625

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

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


[startup+0 s]
/proc/loadavg: 1.88 0.79 0.29 4/82 13776
/proc/meminfo: memFree=1800152/2055920 swapFree=4179400/4192956
[pid=13776] ppid=13774 vsize=18572 CPUtime=0
/proc/13776/stat : 13776 (runsolver) R 13774 13776 12734 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 616215679 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 254613712167 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/13776/statm: 4643 292 257 25 0 2626 0

[startup+0.0401799 s]
/proc/loadavg: 1.88 0.79 0.29 4/82 13776
/proc/meminfo: memFree=1800152/2055920 swapFree=4179400/4192956
[pid=13776] ppid=13774 vsize=800744 CPUtime=0.02
/proc/13776/stat : 13776 (java) S 13774 13776 12734 0 -1 0 2370 0 1 0 1 1 0 0 21 0 4 0 616215679 819961856 2108 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/13776/statm: 200186 2108 912 9 0 197569 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800744

[startup+0.102009 s]
/proc/loadavg: 1.88 0.79 0.29 4/82 13776
/proc/meminfo: memFree=1800152/2055920 swapFree=4179400/4192956
[pid=13776] ppid=13774 vsize=804612 CPUtime=0.08
/proc/13776/stat : 13776 (java) S 13774 13776 12734 0 -1 0 3002 0 1 0 6 2 0 0 21 0 12 0 616215679 823922688 2735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13776/statm: 201153 2735 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.30103 s]
/proc/loadavg: 1.88 0.79 0.29 4/82 13776
/proc/meminfo: memFree=1800152/2055920 swapFree=4179400/4192956
[pid=13776] ppid=13774 vsize=808524 CPUtime=0.34
/proc/13776/stat : 13776 (java) S 13774 13776 12734 0 -1 0 5246 0 1 0 31 3 0 0 21 0 12 0 616215679 827928576 4597 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13776/statm: 202131 4597 1310 9 0 199500 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 808524

[startup+0.701079 s]
/proc/loadavg: 1.88 0.79 0.29 4/82 13776
/proc/meminfo: memFree=1800152/2055920 swapFree=4179400/4192956
[pid=13776] ppid=13774 vsize=808552 CPUtime=0.75
/proc/13776/stat : 13776 (java) S 13774 13776 12734 0 -1 0 6284 0 1 0 70 5 0 0 21 0 12 0 616215679 827957248 5559 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13776/statm: 202138 5559 1336 9 0 199500 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 808552

[startup+1.50217 s]
/proc/loadavg: 1.88 0.79 0.29 5/94 13788
/proc/meminfo: memFree=1778872/2055920 swapFree=4179400/4192956
[pid=13776] ppid=13774 vsize=813108 CPUtime=1.53
/proc/13776/stat : 13776 (java) S 13774 13776 12734 0 -1 0 11609 0 1 0 146 7 0 0 21 0 12 0 616215679 832622592 9790 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13776/statm: 203277 9790 1349 9 0 200639 0
[pid=13776/tid=13778] ppid=13774 vsize=813108 CPUtime=0.75
/proc/13776/task/13778/stat : 13778 (java) R 13774 13776 12734 0 -1 64 7180 0 1 0 70 5 0 0 21 0 12 0 616215681 832622592 9790 996147200 134512640 134550740 4294956032 18446744073709551615 4109219422 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13779] ppid=13774 vsize=813108 CPUtime=0
/proc/13776/task/13779/stat : 13779 (java) S 13774 13776 12734 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 616215681 832622592 9790 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13780] ppid=13774 vsize=813108 CPUtime=0
/proc/13776/task/13780/stat : 13780 (java) S 13774 13776 12734 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 616215681 832622592 9790 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13781] ppid=13774 vsize=813108 CPUtime=0
/proc/13776/task/13781/stat : 13781 (java) S 13774 13776 12734 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 616215684 832622592 9790 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13782] ppid=13774 vsize=813108 CPUtime=0
/proc/13776/task/13782/stat : 13782 (java) S 13774 13776 12734 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 616215684 832622592 9790 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13783] ppid=13774 vsize=813108 CPUtime=0
/proc/13776/task/13783/stat : 13783 (java) S 13774 13776 12734 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 616215684 832622592 9790 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13784] ppid=13774 vsize=813108 CPUtime=0
/proc/13776/task/13784/stat : 13784 (java) S 13774 13776 12734 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 616215688 832622592 9790 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13785] ppid=13774 vsize=813108 CPUtime=0.09
/proc/13776/task/13785/stat : 13785 (java) S 13774 13776 12734 0 -1 64 542 0 0 0 9 0 0 0 16 0 12 0 616215688 832622592 9790 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13786] ppid=13774 vsize=813108 CPUtime=0.67
/proc/13776/task/13786/stat : 13786 (java) S 13774 13776 12734 0 -1 64 3125 0 0 0 66 1 0 0 16 0 12 0 616215688 832622592 9790 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13787] ppid=13774 vsize=813108 CPUtime=0
/proc/13776/task/13787/stat : 13787 (java) S 13774 13776 12734 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 616215688 832622592 9790 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13788] ppid=13774 vsize=813108 CPUtime=0
/proc/13776/task/13788/stat : 13788 (java) S 13774 13776 12734 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 616215688 832622592 9790 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 813108

[startup+3.10135 s]
/proc/loadavg: 1.88 0.79 0.29 3/94 13788
/proc/meminfo: memFree=1743224/2055920 swapFree=4179400/4192956
[pid=13776] ppid=13774 vsize=815676 CPUtime=3.29
/proc/13776/stat : 13776 (java) S 13774 13776 12734 0 -1 0 35424 0 1 0 314 15 0 0 21 0 12 0 616215679 835252224 32042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13776/statm: 203919 32046 1360 9 0 201281 0
[pid=13776/tid=13778] ppid=13774 vsize=815676 CPUtime=1.74
/proc/13776/task/13778/stat : 13778 (java) R 13774 13776 12734 0 -1 64 17104 0 1 0 165 9 0 0 25 0 12 0 616215681 835252224 32048 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13776/tid=13779] ppid=13774 vsize=815676 CPUtime=0.23
/proc/13776/task/13779/stat : 13779 (java) R 13774 13776 12734 0 -1 64 5538 0 0 0 22 1 0 0 16 0 12 0 616215681 835252224 32051 996147200 134512640 134550740 4294956032 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13780] ppid=13774 vsize=815676 CPUtime=0.23
/proc/13776/task/13780/stat : 13780 (java) R 13774 13776 12734 0 -1 64 7406 0 0 0 21 2 0 0 16 0 12 0 616215681 835252224 32054 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13776/tid=13781] ppid=13774 vsize=815676 CPUtime=0
/proc/13776/task/13781/stat : 13781 (java) S 13774 13776 12734 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 616215684 835252224 32056 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13776/tid=13782] ppid=13774 vsize=815676 CPUtime=0
/proc/13776/task/13782/stat : 13782 (java) S 13774 13776 12734 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 616215684 835252224 32059 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13776/tid=13783] ppid=13774 vsize=815676 CPUtime=0
/proc/13776/task/13783/stat : 13783 (java) S 13774 13776 12734 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 616215684 835252224 32062 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13776/tid=13784] ppid=13774 vsize=815676 CPUtime=0
/proc/13776/task/13784/stat : 13784 (java) S 13774 13776 12734 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 616215688 835252224 32065 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13785] ppid=13774 vsize=815676 CPUtime=0.19
/proc/13776/task/13785/stat : 13785 (java) S 13774 13776 12734 0 -1 64 549 0 0 0 19 0 0 0 16 0 12 0 616215688 835252224 32068 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13786] ppid=13774 vsize=815676 CPUtime=0.85
/proc/13776/task/13786/stat : 13786 (java) S 13774 13776 12734 0 -1 64 4048 0 0 0 84 1 0 0 16 0 12 0 616215688 835252224 32071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13787] ppid=13774 vsize=815676 CPUtime=0
/proc/13776/task/13787/stat : 13787 (java) S 13774 13776 12734 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 616215688 835252224 32073 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13788] ppid=13774 vsize=815676 CPUtime=0
/proc/13776/task/13788/stat : 13788 (java) S 13774 13776 12734 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 616215688 835252224 32076 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 815676

[startup+6.3027 s]
/proc/loadavg: 1.89 0.81 0.30 5/94 13788
/proc/meminfo: memFree=1601528/2055920 swapFree=4179400/4192956
[pid=13776] ppid=13774 vsize=820632 CPUtime=6.87
/proc/13776/stat : 13776 (java) S 13774 13776 12734 0 -1 0 62501 0 1 0 660 27 0 0 21 0 12 0 616215679 840327168 56928 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13776/statm: 205158 56928 1359 9 0 202520 0
[pid=13776/tid=13778] ppid=13774 vsize=820632 CPUtime=3.8
/proc/13776/task/13778/stat : 13778 (java) R 13774 13776 12734 0 -1 64 17110 0 1 0 371 9 0 0 24 0 12 0 616215681 840327168 56928 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13779] ppid=13774 vsize=820632 CPUtime=1.05
/proc/13776/task/13779/stat : 13779 (java) R 13774 13776 12734 0 -1 64 18580 0 0 0 98 7 0 0 16 0 12 0 616215681 840327168 56928 996147200 134512640 134550740 4294956032 18446744073709551615 103074464 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13780] ppid=13774 vsize=820632 CPUtime=0.94
/proc/13776/task/13780/stat : 13780 (java) R 13774 13776 12734 0 -1 64 21423 0 0 0 86 8 0 0 16 0 12 0 616215681 840327168 56928 996147200 134512640 134550740 4294956032 18446744073709551615 105852877 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13781] ppid=13774 vsize=820632 CPUtime=0
/proc/13776/task/13781/stat : 13781 (java) S 13774 13776 12734 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 616215684 840327168 56928 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13782] ppid=13774 vsize=820632 CPUtime=0
/proc/13776/task/13782/stat : 13782 (java) S 13774 13776 12734 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 616215684 840327168 56928 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13776/tid=13783] ppid=13774 vsize=820632 CPUtime=0
/proc/13776/task/13783/stat : 13783 (java) S 13774 13776 12734 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 616215684 840327168 56928 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13776/tid=13784] ppid=13774 vsize=820632 CPUtime=0
/proc/13776/task/13784/stat : 13784 (java) S 13774 13776 12734 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 616215688 840327168 56928 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13785] ppid=13774 vsize=820632 CPUtime=0.19
/proc/13776/task/13785/stat : 13785 (java) S 13774 13776 12734 0 -1 64 549 0 0 0 19 0 0 0 16 0 12 0 616215688 840327168 56928 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13786] ppid=13774 vsize=820632 CPUtime=0.85
/proc/13776/task/13786/stat : 13786 (java) S 13774 13776 12734 0 -1 64 4048 0 0 0 84 1 0 0 16 0 12 0 616215688 840327168 56928 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13787] ppid=13774 vsize=820632 CPUtime=0
/proc/13776/task/13787/stat : 13787 (java) S 13774 13776 12734 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 616215688 840327168 56928 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13788] ppid=13774 vsize=820632 CPUtime=0
/proc/13776/task/13788/stat : 13788 (java) S 13774 13776 12734 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 616215688 840327168 56928 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 820632

[startup+12.7014 s]
/proc/loadavg: 1.98 0.85 0.32 4/94 13788
/proc/meminfo: memFree=1403320/2055920 swapFree=4179400/4192956
[pid=13776] ppid=13774 vsize=823192 CPUtime=13.49
/proc/13776/stat : 13776 (java) S 13774 13776 12734 0 -1 0 113209 0 1 0 1301 48 0 0 21 0 12 0 616215679 842948608 105756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13776/statm: 205798 105756 1359 9 0 203160 0
[pid=13776/tid=13778] ppid=13774 vsize=823192 CPUtime=6.93
/proc/13776/task/13778/stat : 13778 (java) R 13774 13776 12734 0 -1 64 17125 0 1 0 684 9 0 0 16 0 12 0 616215681 842948608 105756 996147200 134512640 134550740 4294956032 18446744073709551615 4109711790 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13776/tid=13779] ppid=13774 vsize=823192 CPUtime=1.39
/proc/13776/task/13779/stat : 13779 (java) R 13774 13776 12734 0 -1 64 21791 0 0 0 130 9 0 0 19 0 12 0 616215681 842948608 105756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13776/tid=13780] ppid=13774 vsize=823192 CPUtime=4.07
/proc/13776/task/13780/stat : 13780 (java) S 13774 13776 12734 0 -1 64 68905 0 0 0 381 26 0 0 17 0 12 0 616215681 842948608 105756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13776/tid=13781] ppid=13774 vsize=823192 CPUtime=0
/proc/13776/task/13781/stat : 13781 (java) S 13774 13776 12734 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 616215684 842948608 105756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13776/tid=13782] ppid=13774 vsize=823192 CPUtime=0
/proc/13776/task/13782/stat : 13782 (java) S 13774 13776 12734 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 616215684 842948608 105756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13776/tid=13783] ppid=13774 vsize=823192 CPUtime=0
/proc/13776/task/13783/stat : 13783 (java) S 13774 13776 12734 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 616215684 842948608 105756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13776/tid=13784] ppid=13774 vsize=823192 CPUtime=0
/proc/13776/task/13784/stat : 13784 (java) S 13774 13776 12734 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 616215688 842948608 105756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13785] ppid=13774 vsize=823192 CPUtime=0.2
/proc/13776/task/13785/stat : 13785 (java) S 13774 13776 12734 0 -1 64 549 0 0 0 20 0 0 0 16 0 12 0 616215688 842948608 105756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13776/tid=13786] ppid=13774 vsize=823192 CPUtime=0.85
/proc/13776/task/13786/stat : 13786 (java) S 13774 13776 12734 0 -1 64 4048 0 0 0 84 1 0 0 16 0 12 0 616215688 842948608 105756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13787] ppid=13774 vsize=823192 CPUtime=0
/proc/13776/task/13787/stat : 13787 (java) S 13774 13776 12734 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 616215688 842948608 105756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13788] ppid=13774 vsize=823192 CPUtime=0
/proc/13776/task/13788/stat : 13788 (java) S 13774 13776 12734 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 616215688 842948608 105756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.49
Current children cumulated vsize (KiB) 823192

[startup+25.5028 s]
/proc/loadavg: 2.20 0.95 0.36 5/94 13788
/proc/meminfo: memFree=1123512/2055920 swapFree=4179400/4192956
[pid=13776] ppid=13774 vsize=823192 CPUtime=27.51
/proc/13776/stat : 13776 (java) S 13774 13776 12734 0 -1 0 198096 0 1 0 2670 81 0 0 21 0 12 0 616215679 842948608 169951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13776/statm: 205798 169951 1365 9 0 203160 0
[pid=13776/tid=13778] ppid=13774 vsize=823192 CPUtime=11.81
/proc/13776/task/13778/stat : 13778 (java) R 13774 13776 12734 0 -1 64 23291 0 1 0 1169 12 0 0 16 0 12 0 616215681 842948608 169951 996147200 134512640 134550740 4294956032 18446744073709551615 4109683109 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13779] ppid=13774 vsize=823192 CPUtime=3.77
/proc/13776/task/13779/stat : 13779 (java) R 13774 13776 12734 0 -1 64 40286 0 0 0 360 17 0 0 17 0 12 0 616215681 842948608 169951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13780] ppid=13774 vsize=823192 CPUtime=8.32
/proc/13776/task/13780/stat : 13780 (java) S 13774 13776 12734 0 -1 64 113603 0 0 0 789 43 0 0 16 0 12 0 616215681 842948608 169951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13781] ppid=13774 vsize=823192 CPUtime=2.42
/proc/13776/task/13781/stat : 13781 (java) S 13774 13776 12734 0 -1 64 15550 0 0 0 237 5 0 0 16 0 12 0 616215684 842948608 169951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13782] ppid=13774 vsize=823192 CPUtime=0
/proc/13776/task/13782/stat : 13782 (java) S 13774 13776 12734 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 616215684 842948608 169951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13776/tid=13783] ppid=13774 vsize=823192 CPUtime=0
/proc/13776/task/13783/stat : 13783 (java) S 13774 13776 12734 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 616215684 842948608 169951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13776/tid=13784] ppid=13774 vsize=823192 CPUtime=0
/proc/13776/task/13784/stat : 13784 (java) S 13774 13776 12734 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 616215688 842948608 169951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=13776/tid=13787] ppid=13774 vsize=855196 CPUtime=0
/proc/13776/task/13787/stat : 13787 (java) S 13774 13776 12734 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 616215688 875720704 182963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13788] ppid=13774 vsize=855196 CPUtime=0
/proc/13776/task/13788/stat : 13788 (java) S 13774 13776 12734 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 616215688 875720704 182963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 78.44
Current children cumulated vsize (KiB) 855196

[startup+79.9019 s]
/proc/loadavg: 2.11 1.14 0.46 3/94 13794
/proc/meminfo: memFree=1087160/2055920 swapFree=4179400/4192956
[pid=13776] ppid=13774 vsize=839196 CPUtime=81.63
/proc/13776/stat : 13776 (java) S 13774 13776 12734 0 -1 0 480225 0 1 0 7964 199 0 0 21 0 12 0 616215679 859336704 178963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13776/statm: 209799 178963 1365 9 0 207161 0
[pid=13776/tid=13778] ppid=13774 vsize=839196 CPUtime=13.62
/proc/13776/task/13778/stat : 13778 (java) S 13774 13776 12734 0 -1 64 23307 0 1 0 1350 12 0 0 17 0 12 0 616215681 859336704 178963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13779] ppid=13774 vsize=839196 CPUtime=3.89
/proc/13776/task/13779/stat : 13779 (java) S 13774 13776 12734 0 -1 64 40286 0 0 0 372 17 0 0 16 0 12 0 616215681 859336704 178963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13780] ppid=13774 vsize=839196 CPUtime=8.48
/proc/13776/task/13780/stat : 13780 (java) S 13774 13776 12734 0 -1 64 113680 0 0 0 805 43 0 0 16 0 12 0 616215681 859336704 178963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13781] ppid=13774 vsize=839196 CPUtime=54.45
/proc/13776/task/13781/stat : 13781 (java) R 13774 13776 12734 0 -1 64 297586 0 0 0 5322 123 0 0 25 0 12 0 616215684 859336704 178963 996147200 134512640 134550740 4294956032 18446744073709551615 106122420 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13782] ppid=13774 vsize=839196 CPUtime=0
/proc/13776/task/13782/stat : 13782 (java) S 13774 13776 12734 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 616215684 859336704 178963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13783] ppid=13774 vsize=839196 CPUtime=0
/proc/13776/task/13783/stat : 13783 (java) S 13774 13776 12734 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 616215684 859336704 178963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13776/tid=13784] ppid=13774 vsize=839196 CPUtime=0
/proc/13776/task/13784/stat : 13784 (java) S 13774 13776 12734 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 616215688 859336704 178963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13785] ppid=13774 vsize=839196 CPUtime=0.26
/proc/13776/task/13785/stat : 13785 (java) S 13774 13776 12734 0 -1 64 555 0 0 0 26 0 0 0 16 0 12 0 616215688 859336704 178963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13776/tid=13786] ppid=13774 vsize=839196 CPUtime=0.88
/proc/13776/task/13786/stat : 13786 (java) S 13774 13776 12734 0 -1 64 4050 0 0 0 87 1 0 0 16 0 12 0 616215688 859336704 178963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13787] ppid=13774 vsize=839196 CPUtime=0
/proc/13776/task/13787/stat : 13787 (java) S 13774 13776 12734 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 616215688 859336704 178963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13788] ppid=13774 vsize=839196 CPUtime=0
/proc/13776/task/13788/stat : 13788 (java) S 13774 13776 12734 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 616215688 859336704 178963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 81.63
Current children cumulated vsize (KiB) 839196

[startup+81.501 s]
/proc/loadavg: 2.11 1.14 0.46 3/94 13794
/proc/meminfo: memFree=1087096/2055920 swapFree=4179400/4192956
[pid=13776] ppid=13774 vsize=839196 CPUtime=83.22
/proc/13776/stat : 13776 (java) S 13774 13776 12734 0 -1 0 487732 0 1 0 8120 202 0 0 21 0 12 0 616215679 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13776/statm: 209799 178964 1366 9 0 207161 0
[pid=13776/tid=13778] ppid=13774 vsize=839196 CPUtime=13.62
/proc/13776/task/13778/stat : 13778 (java) S 13774 13776 12734 0 -1 64 23310 0 1 0 1350 12 0 0 17 0 12 0 616215681 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13779] ppid=13774 vsize=839196 CPUtime=3.89
/proc/13776/task/13779/stat : 13779 (java) S 13774 13776 12734 0 -1 64 40286 0 0 0 372 17 0 0 16 0 12 0 616215681 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13780] ppid=13774 vsize=839196 CPUtime=8.48
/proc/13776/task/13780/stat : 13780 (java) S 13774 13776 12734 0 -1 64 113680 0 0 0 805 43 0 0 16 0 12 0 616215681 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13781] ppid=13774 vsize=839196 CPUtime=56.03
/proc/13776/task/13781/stat : 13781 (java) R 13774 13776 12734 0 -1 64 305090 0 0 0 5477 126 0 0 25 0 12 0 616215684 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 103550469 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13782] ppid=13774 vsize=839196 CPUtime=0
/proc/13776/task/13782/stat : 13782 (java) S 13774 13776 12734 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 616215684 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13783] ppid=13774 vsize=839196 CPUtime=0
/proc/13776/task/13783/stat : 13783 (java) S 13774 13776 12734 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 616215684 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13776/tid=13784] ppid=13774 vsize=839196 CPUtime=0
/proc/13776/task/13784/stat : 13784 (java) S 13774 13776 12734 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 616215688 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13785] ppid=13774 vsize=839196 CPUtime=0.26
/proc/13776/task/13785/stat : 13785 (java) S 13774 13776 12734 0 -1 64 555 0 0 0 26 0 0 0 16 0 12 0 616215688 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13776/tid=13786] ppid=13774 vsize=839196 CPUtime=0.88
/proc/13776/task/13786/stat : 13786 (java) S 13774 13776 12734 0 -1 64 4050 0 0 0 87 1 0 0 16 0 12 0 616215688 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13787] ppid=13774 vsize=839196 CPUtime=0
/proc/13776/task/13787/stat : 13787 (java) S 13774 13776 12734 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 616215688 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13788] ppid=13774 vsize=839196 CPUtime=0
/proc/13776/task/13788/stat : 13788 (java) S 13774 13776 12734 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 616215688 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 83.22
Current children cumulated vsize (KiB) 839196

[startup+83.1022 s]
/proc/loadavg: 2.11 1.14 0.46 3/94 13794
/proc/meminfo: memFree=1087096/2055920 swapFree=4179400/4192956
[pid=13776] ppid=13774 vsize=839196 CPUtime=84.81
/proc/13776/stat : 13776 (java) S 13774 13776 12734 0 -1 0 487732 0 1 0 8279 202 0 0 21 0 12 0 616215679 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13776/statm: 209799 178964 1366 9 0 207161 0
[pid=13776/tid=13778] ppid=13774 vsize=839196 CPUtime=13.62
/proc/13776/task/13778/stat : 13778 (java) S 13774 13776 12734 0 -1 64 23310 0 1 0 1350 12 0 0 17 0 12 0 616215681 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13779] ppid=13774 vsize=839196 CPUtime=3.89
/proc/13776/task/13779/stat : 13779 (java) S 13774 13776 12734 0 -1 64 40286 0 0 0 372 17 0 0 16 0 12 0 616215681 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13780] ppid=13774 vsize=839196 CPUtime=8.48
/proc/13776/task/13780/stat : 13780 (java) S 13774 13776 12734 0 -1 64 113680 0 0 0 805 43 0 0 16 0 12 0 616215681 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13781] ppid=13774 vsize=839196 CPUtime=57.63
/proc/13776/task/13781/stat : 13781 (java) R 13774 13776 12734 0 -1 64 305090 0 0 0 5637 126 0 0 25 0 12 0 616215684 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 105852573 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13782] ppid=13774 vsize=839196 CPUtime=0
/proc/13776/task/13782/stat : 13782 (java) S 13774 13776 12734 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 616215684 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13783] ppid=13774 vsize=839196 CPUtime=0
/proc/13776/task/13783/stat : 13783 (java) S 13774 13776 12734 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 616215684 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13776/tid=13784] ppid=13774 vsize=839196 CPUtime=0
/proc/13776/task/13784/stat : 13784 (java) S 13774 13776 12734 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 616215688 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13785] ppid=13774 vsize=839196 CPUtime=0.26
/proc/13776/task/13785/stat : 13785 (java) S 13774 13776 12734 0 -1 64 555 0 0 0 26 0 0 0 16 0 12 0 616215688 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13776/tid=13786] ppid=13774 vsize=839196 CPUtime=0.88
/proc/13776/task/13786/stat : 13786 (java) S 13774 13776 12734 0 -1 64 4050 0 0 0 87 1 0 0 16 0 12 0 616215688 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13787] ppid=13774 vsize=839196 CPUtime=0
/proc/13776/task/13787/stat : 13787 (java) S 13774 13776 12734 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 616215688 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13788] ppid=13774 vsize=839196 CPUtime=0
/proc/13776/task/13788/stat : 13788 (java) S 13774 13776 12734 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 616215688 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 84.81
Current children cumulated vsize (KiB) 839196

[startup+83.5023 s]
/proc/loadavg: 2.10 1.16 0.46 3/94 13794
/proc/meminfo: memFree=1087096/2055920 swapFree=4179400/4192956
[pid=13776] ppid=13774 vsize=839196 CPUtime=85.21
/proc/13776/stat : 13776 (java) S 13774 13776 12734 0 -1 0 487732 0 1 0 8319 202 0 0 21 0 12 0 616215679 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13776/statm: 209799 178964 1366 9 0 207161 0
[pid=13776/tid=13778] ppid=13774 vsize=839196 CPUtime=13.62
/proc/13776/task/13778/stat : 13778 (java) S 13774 13776 12734 0 -1 64 23310 0 1 0 1350 12 0 0 17 0 12 0 616215681 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13779] ppid=13774 vsize=839196 CPUtime=3.89
/proc/13776/task/13779/stat : 13779 (java) S 13774 13776 12734 0 -1 64 40286 0 0 0 372 17 0 0 16 0 12 0 616215681 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13780] ppid=13774 vsize=839196 CPUtime=8.48
/proc/13776/task/13780/stat : 13780 (java) S 13774 13776 12734 0 -1 64 113680 0 0 0 805 43 0 0 16 0 12 0 616215681 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13781] ppid=13774 vsize=839196 CPUtime=58.03
/proc/13776/task/13781/stat : 13781 (java) R 13774 13776 12734 0 -1 64 305090 0 0 0 5677 126 0 0 25 0 12 0 616215684 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13782] ppid=13774 vsize=839196 CPUtime=0
/proc/13776/task/13782/stat : 13782 (java) S 13774 13776 12734 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 616215684 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13783] ppid=13774 vsize=839196 CPUtime=0
/proc/13776/task/13783/stat : 13783 (java) S 13774 13776 12734 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 616215684 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13776/tid=13784] ppid=13774 vsize=839196 CPUtime=0
/proc/13776/task/13784/stat : 13784 (java) S 13774 13776 12734 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 616215688 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13785] ppid=13774 vsize=839196 CPUtime=0.26
/proc/13776/task/13785/stat : 13785 (java) S 13774 13776 12734 0 -1 64 555 0 0 0 26 0 0 0 16 0 12 0 616215688 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13776/tid=13786] ppid=13774 vsize=839196 CPUtime=0.88
/proc/13776/task/13786/stat : 13786 (java) S 13774 13776 12734 0 -1 64 4050 0 0 0 87 1 0 0 16 0 12 0 616215688 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13787] ppid=13774 vsize=839196 CPUtime=0
/proc/13776/task/13787/stat : 13787 (java) S 13774 13776 12734 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 616215688 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13788] ppid=13774 vsize=839196 CPUtime=0
/proc/13776/task/13788/stat : 13788 (java) S 13774 13776 12734 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 616215688 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 85.21
Current children cumulated vsize (KiB) 839196

[startup+83.9023 s]
/proc/loadavg: 2.10 1.16 0.46 3/94 13794
/proc/meminfo: memFree=1087096/2055920 swapFree=4179400/4192956
[pid=13776] ppid=13774 vsize=839196 CPUtime=85.61
/proc/13776/stat : 13776 (java) S 13774 13776 12734 0 -1 0 487732 0 1 0 8359 202 0 0 21 0 12 0 616215679 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13776/statm: 209799 178964 1366 9 0 207161 0
[pid=13776/tid=13778] ppid=13774 vsize=839196 CPUtime=13.62
/proc/13776/task/13778/stat : 13778 (java) S 13774 13776 12734 0 -1 64 23310 0 1 0 1350 12 0 0 17 0 12 0 616215681 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13779] ppid=13774 vsize=839196 CPUtime=3.89
/proc/13776/task/13779/stat : 13779 (java) S 13774 13776 12734 0 -1 64 40286 0 0 0 372 17 0 0 16 0 12 0 616215681 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13780] ppid=13774 vsize=839196 CPUtime=8.48
/proc/13776/task/13780/stat : 13780 (java) S 13774 13776 12734 0 -1 64 113680 0 0 0 805 43 0 0 16 0 12 0 616215681 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13781] ppid=13774 vsize=839196 CPUtime=58.43
/proc/13776/task/13781/stat : 13781 (java) R 13774 13776 12734 0 -1 64 305090 0 0 0 5717 126 0 0 25 0 12 0 616215684 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13782] ppid=13774 vsize=839196 CPUtime=0
/proc/13776/task/13782/stat : 13782 (java) S 13774 13776 12734 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 616215684 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13783] ppid=13774 vsize=839196 CPUtime=0
/proc/13776/task/13783/stat : 13783 (java) S 13774 13776 12734 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 616215684 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13776/tid=13784] ppid=13774 vsize=839196 CPUtime=0
/proc/13776/task/13784/stat : 13784 (java) S 13774 13776 12734 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 616215688 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13785] ppid=13774 vsize=839196 CPUtime=0.26
/proc/13776/task/13785/stat : 13785 (java) S 13774 13776 12734 0 -1 64 555 0 0 0 26 0 0 0 16 0 12 0 616215688 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13776/tid=13786] ppid=13774 vsize=839196 CPUtime=0.88
/proc/13776/task/13786/stat : 13786 (java) S 13774 13776 12734 0 -1 64 4050 0 0 0 87 1 0 0 16 0 12 0 616215688 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13787] ppid=13774 vsize=839196 CPUtime=0
/proc/13776/task/13787/stat : 13787 (java) S 13774 13776 12734 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 616215688 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13776/tid=13788] ppid=13774 vsize=839196 CPUtime=0
/proc/13776/task/13788/stat : 13788 (java) S 13774 13776 12734 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 616215688 859336704 178964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 85.61
Current children cumulated vsize (KiB) 839196

[startup+84.0027 s]
/proc/loadavg: 2.10 1.16 0.46 3/94 13794
/proc/meminfo: memFree=1087096/2055920 swapFree=4179400/4192956
[pid=13776] ppid=13774 vsize=0 CPUtime=85.7
/proc/13776/stat : 13776 (java) Z 13774 13776 12734 0 -1 12 487746 0 1 0 8364 206 0 0 16 0 2 0 616215679 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13776/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 85.7
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 84.0634
CPU time (s): 85.767
CPU user time (s): 83.6413
CPU system time (s): 2.12568
CPU usage (%): 102.027
Max. virtual memory (cumulated for all children) (KiB): 871200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.6413
system time used= 2.12568
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 487746
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= 2682
involuntary context switches= 3813

runsolver used 0.100984 second user time and 0.297954 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-03 01:00:00
IDJOB=1047280
IDBENCH=54140
IDSOLVER=344
FILE ID=node87/1047280-1215039600
PBS_JOBID= 7875004
Free space on /tmp= 66532 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-20_ext.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-1047280-1215039600/watcher-1047280-1215039600 -o /tmp/evaluation-result-1047280-1215039600/solver-1047280-1215039600 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1047280-1215039600.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d17694413f5053e664fee054371c1eab
RANDOM SEED=22435254

node87.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.232
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.232
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:       1800632 kB
Buffers:         29500 kB
Cached:         138156 kB
SwapCached:       7648 kB
Active:         137700 kB
Inactive:        49804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1800632 kB
SwapTotal:     4192956 kB
SwapFree:      4179400 kB
Dirty:            2260 kB
Writeback:           0 kB
Mapped:          35872 kB
Slab:            52832 kB
Committed_AS:  1494844 kB
PageTables:       1952 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66532 MiB
End job on node87 at 2008-07-03 01:01:24