Trace number 1047510

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? 97.7441 95.1591

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-4_ext.xml
MD5SUMa1955c99d83198bdf4f0a25418f83127
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.58576
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.29/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.30	c See www.sat4j.org for details.
0.29/0.30	c That software uses the Rhino library from the Mozilla project.
0.29/0.34	c version 9.9.9.token
0.29/0.34	c sun.arch.data.model	32
0.29/0.34	c java.version	1.6.0_06
0.29/0.34	c os.name	Linux
0.29/0.34	c os.version	2.6.9-22.EL.rootsmp
0.29/0.34	c os.arch	i386
0.29/0.34	c Free memory 669864272
0.29/0.34	c Max memory 672137216
0.29/0.34	c Total memory 672137216
0.29/0.34	c Number of processors 2
0.29/0.39	c c --- Begin Solver configuration ---
0.29/0.39	c Stops conflict analysis at the first Unique Implication Point
0.29/0.39	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.39	c Learn all clauses as in MiniSAT
0.29/0.39	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.39	c Expensive reason simplification
0.29/0.39	c MiniSAT restarts strategy
0.29/0.39	c timeout=2147483s
0.29/0.39	c DB Simplification allowed=false
0.29/0.39	c --- End Solver configuration ---
0.29/0.39	c solving HOME/instance-1047510-1215040320.xml
0.29/0.39	c reading problem ... 
0.58/0.64	c reading problem named null
0.58/0.64	c reading domains done.
0.58/0.64	c reading variables done.
0.58/0.67	c reading relations done.
1.47/1.53	c reading constraints
97.62/95.01	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
97.62/95.01		at org.sat4j.core.VecInt.ensure(VecInt.java:262)
97.62/95.01		at org.sat4j.minisat.core.Solver.dimacs2internal(Solver.java:181)
97.62/95.01		at org.sat4j.minisat.core.Solver.addClause(Solver.java:302)
97.62/95.01		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
97.62/95.01		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
97.62/95.01		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.62/95.01		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.62/95.01		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.62/95.01		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.62/95.01		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.62/95.01		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.62/95.01		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.62/95.01		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.62/95.01		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.62/95.01		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.62/95.01		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.62/95.01		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.62/95.01		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.62/95.01		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.62/95.01		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
97.62/95.01		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
97.62/95.01		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
97.62/95.01		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
97.62/95.01		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
97.62/95.01		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
97.62/95.01		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
97.62/95.01		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
97.62/95.01		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
97.62/95.01		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
97.62/95.01		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
97.62/95.01		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
97.62/95.01		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
97.62/95.01	c starts		: 0
97.62/95.01	c conflicts		: 0
97.62/95.01	c decisions		: 0
97.62/95.01	c propagations		: 0
97.62/95.02	c inspects		: 0
97.62/95.02	c learnt literals	: 0
97.62/95.02	c learnt binary clauses	: 0
97.62/95.02	c learnt ternary clauses	: 0
97.62/95.02	c learnt clauses	: 0
97.62/95.02	c ignored clauses	: 0
97.62/95.02	c root simplifications	: 0
97.62/95.02	c removed literals (reason simplification)	: 0
97.62/95.02	c reason swapping (by a shorter reason)	: 0
97.62/95.02	c Calls to reduceDB	: 0
97.62/95.02	c speed (assignments/second)	: 0.0
97.62/95.02	c non guided choices	0
97.62/95.02	s UNKNOWN
97.62/95.02	c Total wall clock time (in seconds) : 94.628

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-1047510-1215040320/watcher-1047510-1215040320 -o /tmp/evaluation-result-1047510-1215040320/solver-1047510-1215040320 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1047510-1215040320.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.12 1.91 1.16 4/82 23966
/proc/meminfo: memFree=752000/2055920 swapFree=4179560/4192956
[pid=23966] ppid=23964 vsize=18572 CPUtime=0
/proc/23966/stat : 23966 (runsolver) D 23964 23966 23761 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1983007036 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 228706544935 0 2147483391 4096 24578 18446744072099937270 0 0 17 0 0 0
/proc/23966/statm: 4643 292 257 25 0 2626 0

[startup+0.067254 s]
/proc/loadavg: 2.12 1.91 1.16 4/82 23966
/proc/meminfo: memFree=752000/2055920 swapFree=4179560/4192956
[pid=23966] ppid=23964 vsize=802236 CPUtime=0.05
/proc/23966/stat : 23966 (java) S 23964 23966 23761 0 -1 0 2746 0 1 0 3 2 0 0 20 0 7 0 1983007036 821489664 2481 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/23966/statm: 200559 2481 1003 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.101256 s]
/proc/loadavg: 2.12 1.91 1.16 4/82 23966
/proc/meminfo: memFree=752000/2055920 swapFree=4179560/4192956
[pid=23966] ppid=23964 vsize=804612 CPUtime=0.08
/proc/23966/stat : 23966 (java) S 23964 23966 23761 0 -1 0 3007 0 1 0 6 2 0 0 20 0 12 0 1983007036 823922688 2740 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23966/statm: 201153 2740 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301278 s]
/proc/loadavg: 2.12 1.91 1.16 4/82 23966
/proc/meminfo: memFree=752000/2055920 swapFree=4179560/4192956
[pid=23966] ppid=23964 vsize=807848 CPUtime=0.29
/proc/23966/stat : 23966 (java) S 23964 23966 23761 0 -1 0 4964 0 1 0 25 4 0 0 20 0 12 0 1983007036 827236352 4291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23966/statm: 201962 4291 1306 9 0 199331 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 807848

[startup+0.701314 s]
/proc/loadavg: 2.12 1.91 1.16 4/82 23966
/proc/meminfo: memFree=752000/2055920 swapFree=4179560/4192956
[pid=23966] ppid=23964 vsize=807876 CPUtime=0.68
/proc/23966/stat : 23966 (java) S 23964 23966 23761 0 -1 0 6132 0 1 0 63 5 0 0 20 0 12 0 1983007036 827265024 5457 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23966/statm: 201969 5457 1335 9 0 199331 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807876

[startup+1.50239 s]
/proc/loadavg: 2.12 1.91 1.16 4/94 23978
/proc/meminfo: memFree=729632/2055920 swapFree=4179560/4192956
[pid=23966] ppid=23964 vsize=812784 CPUtime=1.47
/proc/23966/stat : 23966 (java) S 23964 23966 23761 0 -1 0 11768 0 1 0 140 7 0 0 20 0 12 0 1983007036 832290816 9694 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23966/statm: 203196 9694 1349 9 0 200558 0
[pid=23966/tid=23968] ppid=23964 vsize=812784 CPUtime=0.69
/proc/23966/task/23968/stat : 23968 (java) R 23964 23966 23761 0 -1 64 6897 0 1 0 64 5 0 0 25 0 12 0 1983007037 832290816 9694 996147200 134512640 134550740 4294956032 18446744073709551615 4109185733 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23969] ppid=23964 vsize=812784 CPUtime=0
/proc/23966/task/23969/stat : 23969 (java) S 23964 23966 23761 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 1983007038 832290816 9694 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23970] ppid=23964 vsize=812784 CPUtime=0
/proc/23966/task/23970/stat : 23970 (java) S 23964 23966 23761 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1983007038 832290816 9694 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23971] ppid=23964 vsize=812784 CPUtime=0
/proc/23966/task/23971/stat : 23971 (java) S 23964 23966 23761 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1983007040 832290816 9694 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23972] ppid=23964 vsize=812784 CPUtime=0
/proc/23966/task/23972/stat : 23972 (java) S 23964 23966 23761 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 1983007040 832290816 9694 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23973] ppid=23964 vsize=812784 CPUtime=0
/proc/23966/task/23973/stat : 23973 (java) S 23964 23966 23761 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1983007040 832290816 9694 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23974] ppid=23964 vsize=812784 CPUtime=0
/proc/23966/task/23974/stat : 23974 (java) S 23964 23966 23761 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983007045 832290816 9694 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23975] ppid=23964 vsize=812784 CPUtime=0.35
/proc/23966/task/23975/stat : 23975 (java) S 23964 23966 23761 0 -1 64 1225 0 0 0 35 0 0 0 16 0 12 0 1983007045 832290816 9694 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23976] ppid=23964 vsize=812784 CPUtime=0.4
/proc/23966/task/23976/stat : 23976 (java) S 23964 23966 23761 0 -1 64 2880 0 0 0 40 0 0 0 16 0 12 0 1983007045 832290816 9694 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23977] ppid=23964 vsize=812784 CPUtime=0
/proc/23966/task/23977/stat : 23977 (java) S 23964 23966 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983007045 832290816 9694 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23978] ppid=23964 vsize=812784 CPUtime=0
/proc/23966/task/23978/stat : 23978 (java) S 23964 23966 23761 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983007045 832290816 9694 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 812784

[startup+3.10254 s]
/proc/loadavg: 2.12 1.91 1.16 3/94 23978
/proc/meminfo: memFree=700384/2055920 swapFree=4179560/4192956
[pid=23966] ppid=23964 vsize=816376 CPUtime=3.24
/proc/23966/stat : 23966 (java) S 23964 23966 23761 0 -1 0 32527 0 1 0 307 17 0 0 20 0 12 0 1983007036 835969024 29639 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23966/statm: 204094 29642 1358 9 0 201456 0
[pid=23966/tid=23968] ppid=23964 vsize=816376 CPUtime=1.73
/proc/23966/task/23968/stat : 23968 (java) R 23964 23966 23761 0 -1 64 17005 0 1 0 164 9 0 0 25 0 12 0 1983007037 835969024 29644 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23966/tid=23969] ppid=23964 vsize=816376 CPUtime=0.19
/proc/23966/task/23969/stat : 23969 (java) R 23964 23966 23761 0 -1 64 6205 0 0 0 16 3 0 0 16 0 12 0 1983007038 835969024 29647 996147200 134512640 134550740 4294956032 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23970] ppid=23964 vsize=816376 CPUtime=0.19
/proc/23966/task/23970/stat : 23970 (java) R 23964 23966 23761 0 -1 64 4296 0 0 0 18 1 0 0 16 0 12 0 1983007038 835969024 29649 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23966/tid=23971] ppid=23964 vsize=816376 CPUtime=0
/proc/23966/task/23971/stat : 23971 (java) S 23964 23966 23761 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1983007040 835969024 29652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23966/tid=23972] ppid=23964 vsize=816376 CPUtime=0
/proc/23966/task/23972/stat : 23972 (java) S 23964 23966 23761 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983007040 835969024 29655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23966/tid=23973] ppid=23964 vsize=816376 CPUtime=0
/proc/23966/task/23973/stat : 23973 (java) S 23964 23966 23761 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1983007040 835969024 29658 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23974] ppid=23964 vsize=816376 CPUtime=0
/proc/23966/task/23974/stat : 23974 (java) S 23964 23966 23761 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983007045 835969024 29661 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23975] ppid=23964 vsize=816376 CPUtime=0.47
/proc/23966/task/23975/stat : 23975 (java) S 23964 23966 23761 0 -1 64 1237 0 0 0 47 0 0 0 16 0 12 0 1983007045 835969024 29663 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23976] ppid=23964 vsize=816376 CPUtime=0.6
/proc/23966/task/23976/stat : 23976 (java) S 23964 23966 23761 0 -1 64 3004 0 0 0 60 0 0 0 16 0 12 0 1983007045 835969024 29666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23977] ppid=23964 vsize=816376 CPUtime=0
/proc/23966/task/23977/stat : 23977 (java) S 23964 23966 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983007045 835969024 29669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23978] ppid=23964 vsize=816376 CPUtime=0
/proc/23966/task/23978/stat : 23978 (java) S 23964 23966 23761 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983007045 835969024 29672 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 816376

[startup+6.31183 s]
/proc/loadavg: 2.27 1.95 1.18 5/94 23978
/proc/meminfo: memFree=550944/2055920 swapFree=4179560/4192956
[pid=23966] ppid=23964 vsize=823892 CPUtime=7.08
/proc/23966/stat : 23966 (java) S 23964 23966 23761 0 -1 0 64598 0 1 0 677 31 0 0 20 0 12 0 1983007036 843665408 58133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23966/statm: 205973 58133 1358 9 0 203335 0
[pid=23966/tid=23968] ppid=23964 vsize=823892 CPUtime=3.78
/proc/23966/task/23968/stat : 23968 (java) R 23964 23966 23761 0 -1 64 17011 0 1 0 369 9 0 0 23 0 12 0 1983007037 843665408 58133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23969] ppid=23964 vsize=823892 CPUtime=1.05
/proc/23966/task/23969/stat : 23969 (java) R 23964 23966 23761 0 -1 64 23120 0 0 0 94 11 0 0 16 0 12 0 1983007038 843665408 58133 996147200 134512640 134550740 4294956032 18446744073709551615 103074583 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23970] ppid=23964 vsize=823892 CPUtime=1.13
/proc/23966/task/23970/stat : 23970 (java) R 23964 23966 23761 0 -1 64 19435 0 0 0 106 7 0 0 16 0 12 0 1983007038 843665408 58133 996147200 134512640 134550740 4294956032 18446744073709551615 103074608 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23971] ppid=23964 vsize=823892 CPUtime=0
/proc/23966/task/23971/stat : 23971 (java) R 23964 23966 23761 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1983007040 843665408 58133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23972] ppid=23964 vsize=823892 CPUtime=0
/proc/23966/task/23972/stat : 23972 (java) S 23964 23966 23761 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983007040 843665408 58133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23966/tid=23973] ppid=23964 vsize=823892 CPUtime=0
/proc/23966/task/23973/stat : 23973 (java) S 23964 23966 23761 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1983007040 843665408 58133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23974] ppid=23964 vsize=823892 CPUtime=0
/proc/23966/task/23974/stat : 23974 (java) S 23964 23966 23761 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983007045 843665408 58133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23975] ppid=23964 vsize=823892 CPUtime=0.47
/proc/23966/task/23975/stat : 23975 (java) S 23964 23966 23761 0 -1 64 1237 0 0 0 47 0 0 0 16 0 12 0 1983007045 843665408 58133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23976] ppid=23964 vsize=823892 CPUtime=0.6
/proc/23966/task/23976/stat : 23976 (java) S 23964 23966 23761 0 -1 64 3004 0 0 0 60 0 0 0 16 0 12 0 1983007045 843665408 58133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23977] ppid=23964 vsize=823892 CPUtime=0
/proc/23966/task/23977/stat : 23977 (java) S 23964 23966 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983007045 843665408 58133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23978] ppid=23964 vsize=823892 CPUtime=0
/proc/23966/task/23978/stat : 23978 (java) S 23964 23966 23761 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983007045 843665408 58133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 823892

[startup+12.7024 s]
/proc/loadavg: 2.40 1.98 1.19 3/94 23978
/proc/meminfo: memFree=346400/2055920 swapFree=4179560/4192956
[pid=23966] ppid=23964 vsize=823892 CPUtime=14.25
/proc/23966/stat : 23966 (java) S 23964 23966 23761 0 -1 0 113478 0 1 0 1370 55 0 0 20 0 12 0 1983007036 843665408 103796 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23966/statm: 205973 103800 1358 9 0 203335 0
[pid=23966/tid=23968] ppid=23964 vsize=823892 CPUtime=6.8
/proc/23966/task/23968/stat : 23968 (java) R 23964 23966 23761 0 -1 64 17026 0 1 0 671 9 0 0 25 0 12 0 1983007037 843665408 103803 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23969] ppid=23964 vsize=823892 CPUtime=3.13
/proc/23966/task/23969/stat : 23969 (java) R 23964 23966 23761 0 -1 64 49511 0 0 0 289 24 0 0 16 0 12 0 1983007038 843665408 103806 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23966/tid=23970] ppid=23964 vsize=823892 CPUtime=3.19
/proc/23966/task/23970/stat : 23970 (java) R 23964 23966 23761 0 -1 64 41920 0 0 0 300 19 0 0 16 0 12 0 1983007038 843665408 103809 996147200 134512640 134550740 4294956032 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23971] ppid=23964 vsize=823892 CPUtime=0
/proc/23966/task/23971/stat : 23971 (java) S 23964 23966 23761 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1983007040 843665408 103812 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23972] ppid=23964 vsize=823892 CPUtime=0
/proc/23966/task/23972/stat : 23972 (java) S 23964 23966 23761 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983007040 843665408 103815 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23966/tid=23973] ppid=23964 vsize=823892 CPUtime=0
/proc/23966/task/23973/stat : 23973 (java) S 23964 23966 23761 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1983007040 843665408 103818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23974] ppid=23964 vsize=823892 CPUtime=0
/proc/23966/task/23974/stat : 23974 (java) S 23964 23966 23761 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983007045 843665408 103821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23975] ppid=23964 vsize=823892 CPUtime=0.48
/proc/23966/task/23975/stat : 23975 (java) S 23964 23966 23761 0 -1 64 1237 0 0 0 48 0 0 0 16 0 12 0 1983007045 843665408 103824 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23976] ppid=23964 vsize=823892 CPUtime=0.6
/proc/23966/task/23976/stat : 23976 (java) S 23964 23966 23761 0 -1 64 3004 0 0 0 60 0 0 0 16 0 12 0 1983007045 843665408 103827 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23977] ppid=23964 vsize=823892 CPUtime=0
/proc/23966/task/23977/stat : 23977 (java) S 23964 23966 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983007045 843665408 103830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23978] ppid=23964 vsize=823892 CPUtime=0
/proc/23966/task/23978/stat : 23978 (java) S 23964 23966 23761 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983007045 843665408 103833 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.25
Current children cumulated vsize (KiB) 823892

[startup+25.5026 s]
/proc/loadavg: 2.46 2.01 1.21 3/94 23978
/proc/meminfo: memFree=59808/2055920 swapFree=4179560/4192956
[pid=23966] ppid=23964 vsize=823892 CPUtime=28.39
/proc/23966/stat : 23966 (java) S 23964 23966 23761 0 -1 0 195277 0 1 0 2749 90 0 0 20 0 12 0 1983007036 843665408 170163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23966/statm: 205973 170163 1365 9 0 203335 0
[pid=23966/tid=23968] ppid=23964 vsize=823892 CPUtime=11.64
/proc/23966/task/23968/stat : 23968 (java) R 23964 23966 23761 0 -1 64 23192 0 1 0 1153 11 0 0 22 0 12 0 1983007037 843665408 170163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23969] ppid=23964 vsize=823892 CPUtime=6.45
/proc/23966/task/23969/stat : 23969 (java) R 23964 23966 23761 0 -1 64 82302 0 0 0 607 38 0 0 15 0 12 0 1983007038 843665408 170163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23966/tid=23970] ppid=23964 vsize=823892 CPUtime=6.51
/proc/23966/task/23970/stat : 23970 (java) R 23964 23966 23761 0 -1 64 77729 0 0 0 617 34 0 0 17 0 12 0 1983007038 843665408 170163 996147200 134512640 134550740 4294956032 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23971] ppid=23964 vsize=823892 CPUtime=2.57
/proc/23966/task/23971/stat : 23971 (java) S 23964 23966 23761 0 -1 64 7045 0 0 0 254 3 0 0 15 0 12 0 1983007040 843665408 170163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23972] ppid=23964 vsize=823892 CPUtime=0
/proc/23966/task/23972/stat : 23972 (java) S 23964 23966 23761 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983007040 843665408 170163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23973] ppid=23964 vsize=823892 CPUtime=0
/proc/23966/task/23973/stat : 23973 (java) S 23964 23966 23761 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983007040 843665408 170163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23974] ppid=23964 vsize=823892 CPUtime=0
/proc/23966/task/23974/stat : 23974 (java) S 23964 23966 23761 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983007045 843665408 170163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=23966/tid=23977] ppid=23964 vsize=855896 CPUtime=0
/proc/23966/task/23977/stat : 23977 (java) S 23964 23966 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983007045 876437504 183030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23978] ppid=23964 vsize=855896 CPUtime=0
/proc/23966/task/23978/stat : 23978 (java) S 23964 23966 23761 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983007045 876437504 183030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 79.41
Current children cumulated vsize (KiB) 855896

[startup+83.102 s]
/proc/loadavg: 2.22 2.02 1.26 3/94 23978
/proc/meminfo: memFree=45024/2055920 swapFree=4179560/4192956
[pid=23966] ppid=23964 vsize=839896 CPUtime=85.78
/proc/23966/stat : 23966 (java) S 23964 23966 23761 0 -1 0 482241 0 1 0 8369 209 0 0 20 0 12 0 1983007036 860053504 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23966/statm: 209974 179030 1365 9 0 207336 0
[pid=23966/tid=23968] ppid=23964 vsize=839896 CPUtime=13.58
/proc/23966/task/23968/stat : 23968 (java) S 23964 23966 23761 0 -1 64 23208 0 1 0 1347 11 0 0 17 0 12 0 1983007037 860053504 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23969] ppid=23964 vsize=839896 CPUtime=6.76
/proc/23966/task/23969/stat : 23969 (java) S 23964 23966 23761 0 -1 64 82302 0 0 0 638 38 0 0 19 0 12 0 1983007038 860053504 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23966/tid=23970] ppid=23964 vsize=839896 CPUtime=6.68
/proc/23966/task/23970/stat : 23970 (java) S 23964 23966 23761 0 -1 64 77729 0 0 0 634 34 0 0 15 0 12 0 1983007038 860053504 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23966/tid=23971] ppid=23964 vsize=839896 CPUtime=57.53
/proc/23966/task/23971/stat : 23971 (java) R 23964 23966 23761 0 -1 64 293993 0 0 0 5631 122 0 0 25 0 12 0 1983007040 860053504 179030 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23972] ppid=23964 vsize=839896 CPUtime=0
/proc/23966/task/23972/stat : 23972 (java) S 23964 23966 23761 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983007040 860053504 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23973] ppid=23964 vsize=839896 CPUtime=0
/proc/23966/task/23973/stat : 23973 (java) S 23964 23966 23761 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983007040 860053504 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23974] ppid=23964 vsize=839896 CPUtime=0
/proc/23966/task/23974/stat : 23974 (java) S 23964 23966 23761 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983007045 860053504 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23975] ppid=23964 vsize=839896 CPUtime=0.53
/proc/23966/task/23975/stat : 23975 (java) S 23964 23966 23761 0 -1 64 1240 0 0 0 53 0 0 0 17 0 12 0 1983007045 860053504 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23976] ppid=23964 vsize=839896 CPUtime=0.64
/proc/23966/task/23976/stat : 23976 (java) S 23964 23966 23761 0 -1 64 3006 0 0 0 63 1 0 0 16 0 12 0 1983007045 860053504 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23977] ppid=23964 vsize=839896 CPUtime=0
/proc/23966/task/23977/stat : 23977 (java) S 23964 23966 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983007045 860053504 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23978] ppid=23964 vsize=839896 CPUtime=0
/proc/23966/task/23978/stat : 23978 (java) S 23964 23966 23761 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983007045 860053504 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 85.78
Current children cumulated vsize (KiB) 839896

[startup+89.5026 s]
/proc/loadavg: 2.18 2.02 1.27 3/94 23978
/proc/meminfo: memFree=40672/2055920 swapFree=4179560/4192956
[pid=23966] ppid=23964 vsize=831896 CPUtime=92.15
/proc/23966/stat : 23966 (java) S 23964 23966 23761 0 -1 0 499253 0 1 0 8998 217 0 0 20 0 12 0 1983007036 851861504 177031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23966/statm: 207974 177031 1366 9 0 205336 0
[pid=23966/tid=23968] ppid=23964 vsize=831896 CPUtime=13.58
/proc/23966/task/23968/stat : 23968 (java) S 23964 23966 23761 0 -1 64 23212 0 1 0 1347 11 0 0 17 0 12 0 1983007037 851861504 177031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23969] ppid=23964 vsize=831896 CPUtime=6.76
/proc/23966/task/23969/stat : 23969 (java) S 23964 23966 23761 0 -1 64 82302 0 0 0 638 38 0 0 19 0 12 0 1983007038 851861504 177031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23966/tid=23970] ppid=23964 vsize=831896 CPUtime=6.68
/proc/23966/task/23970/stat : 23970 (java) S 23964 23966 23761 0 -1 64 77729 0 0 0 634 34 0 0 15 0 12 0 1983007038 851861504 177031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23966/tid=23971] ppid=23964 vsize=831896 CPUtime=63.89
/proc/23966/task/23971/stat : 23971 (java) R 23964 23966 23761 0 -1 64 311001 0 0 0 6260 129 0 0 25 0 12 0 1983007040 851861504 177031 996147200 134512640 134550740 4294956032 18446744073709551615 104126442 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23972] ppid=23964 vsize=831896 CPUtime=0
/proc/23966/task/23972/stat : 23972 (java) S 23964 23966 23761 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983007040 851861504 177031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23973] ppid=23964 vsize=831896 CPUtime=0
/proc/23966/task/23973/stat : 23973 (java) S 23964 23966 23761 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983007040 851861504 177031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23974] ppid=23964 vsize=831896 CPUtime=0
/proc/23966/task/23974/stat : 23974 (java) S 23964 23966 23761 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983007045 851861504 177031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23975] ppid=23964 vsize=831896 CPUtime=0.53
/proc/23966/task/23975/stat : 23975 (java) S 23964 23966 23761 0 -1 64 1240 0 0 0 53 0 0 0 17 0 12 0 1983007045 851861504 177031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23976] ppid=23964 vsize=831896 CPUtime=0.64
/proc/23966/task/23976/stat : 23976 (java) S 23964 23966 23761 0 -1 64 3006 0 0 0 63 1 0 0 16 0 12 0 1983007045 851861504 177031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23977] ppid=23964 vsize=831896 CPUtime=0
/proc/23966/task/23977/stat : 23977 (java) S 23964 23966 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983007045 851861504 177031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23978] ppid=23964 vsize=831896 CPUtime=0
/proc/23966/task/23978/stat : 23978 (java) S 23964 23966 23761 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983007045 851861504 177031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 92.15
Current children cumulated vsize (KiB) 831896

[startup+92.7019 s]
/proc/loadavg: 2.18 2.02 1.27 3/94 23978
/proc/meminfo: memFree=38368/2055920 swapFree=4179560/4192956
[pid=23966] ppid=23964 vsize=839896 CPUtime=95.33
/proc/23966/stat : 23966 (java) S 23964 23966 23761 0 -1 0 510257 0 1 0 9311 222 0 0 20 0 12 0 1983007036 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23966/statm: 209974 179031 1366 9 0 207336 0
[pid=23966/tid=23968] ppid=23964 vsize=839896 CPUtime=13.58
/proc/23966/task/23968/stat : 23968 (java) S 23964 23966 23761 0 -1 64 23212 0 1 0 1347 11 0 0 17 0 12 0 1983007037 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23969] ppid=23964 vsize=839896 CPUtime=6.76
/proc/23966/task/23969/stat : 23969 (java) S 23964 23966 23761 0 -1 64 82302 0 0 0 638 38 0 0 19 0 12 0 1983007038 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23966/tid=23970] ppid=23964 vsize=839896 CPUtime=6.68
/proc/23966/task/23970/stat : 23970 (java) S 23964 23966 23761 0 -1 64 77729 0 0 0 634 34 0 0 15 0 12 0 1983007038 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23966/tid=23971] ppid=23964 vsize=839896 CPUtime=67.08
/proc/23966/task/23971/stat : 23971 (java) R 23964 23966 23761 0 -1 64 322005 0 0 0 6573 135 0 0 25 0 12 0 1983007040 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23972] ppid=23964 vsize=839896 CPUtime=0
/proc/23966/task/23972/stat : 23972 (java) S 23964 23966 23761 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983007040 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23973] ppid=23964 vsize=839896 CPUtime=0
/proc/23966/task/23973/stat : 23973 (java) S 23964 23966 23761 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983007040 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23974] ppid=23964 vsize=839896 CPUtime=0
/proc/23966/task/23974/stat : 23974 (java) S 23964 23966 23761 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983007045 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23975] ppid=23964 vsize=839896 CPUtime=0.53
/proc/23966/task/23975/stat : 23975 (java) S 23964 23966 23761 0 -1 64 1240 0 0 0 53 0 0 0 17 0 12 0 1983007045 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23976] ppid=23964 vsize=839896 CPUtime=0.64
/proc/23966/task/23976/stat : 23976 (java) S 23964 23966 23761 0 -1 64 3006 0 0 0 63 1 0 0 16 0 12 0 1983007045 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23977] ppid=23964 vsize=839896 CPUtime=0
/proc/23966/task/23977/stat : 23977 (java) S 23964 23966 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983007045 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23978] ppid=23964 vsize=839896 CPUtime=0
/proc/23966/task/23978/stat : 23978 (java) S 23964 23966 23761 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983007045 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 95.33
Current children cumulated vsize (KiB) 839896

[startup+94.302 s]
/proc/loadavg: 2.18 2.02 1.27 3/94 23978
/proc/meminfo: memFree=37792/2055920 swapFree=4179560/4192956
[pid=23966] ppid=23964 vsize=839896 CPUtime=96.92
/proc/23966/stat : 23966 (java) S 23964 23966 23761 0 -1 0 510257 0 1 0 9470 222 0 0 20 0 12 0 1983007036 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23966/statm: 209974 179031 1366 9 0 207336 0
[pid=23966/tid=23968] ppid=23964 vsize=839896 CPUtime=13.58
/proc/23966/task/23968/stat : 23968 (java) S 23964 23966 23761 0 -1 64 23212 0 1 0 1347 11 0 0 17 0 12 0 1983007037 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23969] ppid=23964 vsize=839896 CPUtime=6.76
/proc/23966/task/23969/stat : 23969 (java) S 23964 23966 23761 0 -1 64 82302 0 0 0 638 38 0 0 19 0 12 0 1983007038 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23966/tid=23970] ppid=23964 vsize=839896 CPUtime=6.68
/proc/23966/task/23970/stat : 23970 (java) S 23964 23966 23761 0 -1 64 77729 0 0 0 634 34 0 0 15 0 12 0 1983007038 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23966/tid=23971] ppid=23964 vsize=839896 CPUtime=68.67
/proc/23966/task/23971/stat : 23971 (java) R 23964 23966 23761 0 -1 64 322005 0 0 0 6732 135 0 0 25 0 12 0 1983007040 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 106736532 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23972] ppid=23964 vsize=839896 CPUtime=0
/proc/23966/task/23972/stat : 23972 (java) S 23964 23966 23761 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983007040 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23973] ppid=23964 vsize=839896 CPUtime=0
/proc/23966/task/23973/stat : 23973 (java) S 23964 23966 23761 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983007040 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23974] ppid=23964 vsize=839896 CPUtime=0
/proc/23966/task/23974/stat : 23974 (java) S 23964 23966 23761 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983007045 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23975] ppid=23964 vsize=839896 CPUtime=0.53
/proc/23966/task/23975/stat : 23975 (java) S 23964 23966 23761 0 -1 64 1240 0 0 0 53 0 0 0 17 0 12 0 1983007045 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23976] ppid=23964 vsize=839896 CPUtime=0.64
/proc/23966/task/23976/stat : 23976 (java) S 23964 23966 23761 0 -1 64 3006 0 0 0 63 1 0 0 16 0 12 0 1983007045 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23977] ppid=23964 vsize=839896 CPUtime=0
/proc/23966/task/23977/stat : 23977 (java) S 23964 23966 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983007045 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23978] ppid=23964 vsize=839896 CPUtime=0
/proc/23966/task/23978/stat : 23978 (java) S 23964 23966 23761 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983007045 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 96.92
Current children cumulated vsize (KiB) 839896

[startup+94.7021 s]
/proc/loadavg: 2.17 2.02 1.27 3/94 23978
/proc/meminfo: memFree=37024/2055920 swapFree=4179560/4192956
[pid=23966] ppid=23964 vsize=839896 CPUtime=97.32
/proc/23966/stat : 23966 (java) S 23964 23966 23761 0 -1 0 510257 0 1 0 9510 222 0 0 20 0 12 0 1983007036 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23966/statm: 209974 179031 1366 9 0 207336 0
[pid=23966/tid=23968] ppid=23964 vsize=839896 CPUtime=13.58
/proc/23966/task/23968/stat : 23968 (java) S 23964 23966 23761 0 -1 64 23212 0 1 0 1347 11 0 0 17 0 12 0 1983007037 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23969] ppid=23964 vsize=839896 CPUtime=6.76
/proc/23966/task/23969/stat : 23969 (java) S 23964 23966 23761 0 -1 64 82302 0 0 0 638 38 0 0 19 0 12 0 1983007038 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23966/tid=23970] ppid=23964 vsize=839896 CPUtime=6.68
/proc/23966/task/23970/stat : 23970 (java) S 23964 23966 23761 0 -1 64 77729 0 0 0 634 34 0 0 15 0 12 0 1983007038 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23966/tid=23971] ppid=23964 vsize=839896 CPUtime=69.07
/proc/23966/task/23971/stat : 23971 (java) R 23964 23966 23761 0 -1 64 322005 0 0 0 6772 135 0 0 25 0 12 0 1983007040 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23972] ppid=23964 vsize=839896 CPUtime=0
/proc/23966/task/23972/stat : 23972 (java) S 23964 23966 23761 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983007040 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23973] ppid=23964 vsize=839896 CPUtime=0
/proc/23966/task/23973/stat : 23973 (java) S 23964 23966 23761 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983007040 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23974] ppid=23964 vsize=839896 CPUtime=0
/proc/23966/task/23974/stat : 23974 (java) S 23964 23966 23761 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983007045 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23975] ppid=23964 vsize=839896 CPUtime=0.53
/proc/23966/task/23975/stat : 23975 (java) S 23964 23966 23761 0 -1 64 1240 0 0 0 53 0 0 0 17 0 12 0 1983007045 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23976] ppid=23964 vsize=839896 CPUtime=0.64
/proc/23966/task/23976/stat : 23976 (java) S 23964 23966 23761 0 -1 64 3006 0 0 0 63 1 0 0 16 0 12 0 1983007045 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23977] ppid=23964 vsize=839896 CPUtime=0
/proc/23966/task/23977/stat : 23977 (java) S 23964 23966 23761 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983007045 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23966/tid=23978] ppid=23964 vsize=839896 CPUtime=0
/proc/23966/task/23978/stat : 23978 (java) S 23964 23966 23761 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983007045 860053504 179031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 97.32
Current children cumulated vsize (KiB) 839896

[startup+95.1025 s]
/proc/loadavg: 2.17 2.02 1.27 3/94 23978
/proc/meminfo: memFree=37024/2055920 swapFree=4179560/4192956
[pid=23966] ppid=23964 vsize=0 CPUtime=97.68
/proc/23966/stat : 23966 (java) Z 23964 23966 23761 0 -1 12 510271 0 1 0 9541 227 0 0 16 0 2 0 1983007036 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23966/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 97.68
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 95.1591
CPU time (s): 97.7441
CPU user time (s): 95.4135
CPU system time (s): 2.33065
CPU usage (%): 102.717
Max. virtual memory (cumulated for all children) (KiB): 871900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 95.4135
system time used= 2.33065
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 510271
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= 2951
involuntary context switches= 4842

runsolver used 0.117982 second user time and 0.334949 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-03 01:12:00
IDJOB=1047510
IDBENCH=54150
IDSOLVER=344
FILE ID=node8/1047510-1215040320
PBS_JOBID= 7875157
Free space on /tmp= 66036 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a1955c99d83198bdf4f0a25418f83127
RANDOM SEED=1509562803

node8.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.222
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.222
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:        752480 kB
Buffers:         72360 kB
Cached:        1047712 kB
SwapCached:       6756 kB
Active:         505048 kB
Inactive:       703076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        752480 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:           83876 kB
Writeback:           0 kB
Mapped:         101800 kB
Slab:            80160 kB
Committed_AS:  3956592 kB
PageTables:       1976 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65976 MiB
End job on node8 at 2008-07-03 01:13:35