Trace number 1064209

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? 82.6904 81.5519

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-21-04.xml
MD5SUMfb68823f74496f8cd1134dc1665cc226
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.8881
Satisfiable
(Un)Satisfiability was proved
Number of variables378
Number of constraints2616
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension144
Number of constraints which are defined in intension2472
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.18/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.18/0.29	c See www.sat4j.org for details.
0.18/0.29	c That software uses the Rhino library from the Mozilla project.
0.28/0.34	c version 9.9.9.token
0.28/0.34	c sun.arch.data.model	32
0.28/0.34	c java.version	1.6.0_06
0.28/0.34	c os.name	Linux
0.28/0.34	c os.version	2.6.9-22.EL.rootsmp
0.28/0.34	c os.arch	i386
0.28/0.34	c Free memory 669864272
0.28/0.34	c Max memory 672137216
0.28/0.34	c Total memory 672137216
0.28/0.34	c Number of processors 2
0.28/0.38	c c --- Begin Solver configuration ---
0.28/0.38	c Stops conflict analysis at the first Unique Implication Point
0.28/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.38	c Learn all clauses as in MiniSAT
0.28/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.38	c Expensive reason simplification
0.28/0.38	c MiniSAT restarts strategy
0.28/0.38	c timeout=2147483s
0.28/0.38	c DB Simplification allowed=false
0.28/0.38	c --- End Solver configuration ---
0.28/0.38	c solving HOME/instance-1064209-1215140137.xml
0.28/0.38	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.98/1.05	c reading relations done.
3.10/3.41	c reading predicates  done.
3.30/3.60	c reading constraints
76.50/75.39	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
82.48/81.40		at org.sat4j.core.Vec.ensure(Vec.java:175)
82.58/81.41		at org.sat4j.core.Vec.push(Vec.java:182)
82.58/81.41		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:222)
82.58/81.41		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(OriginalWLClause.java:53)
82.58/81.41		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:79)
82.58/81.41		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
82.58/81.41		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
82.58/81.41		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
82.58/81.41		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
82.58/81.41		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
82.58/81.41		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
82.58/81.41		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
82.58/81.41		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
82.58/81.41		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
82.58/81.41		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
82.58/81.41		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
82.58/81.41		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
82.58/81.41		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
82.58/81.41		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
82.58/81.41		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
82.58/81.41		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
82.58/81.41		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
82.58/81.41		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
82.58/81.41		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
82.58/81.41		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
82.58/81.41		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
82.58/81.41		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
82.58/81.41		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
82.58/81.41		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
82.58/81.41		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
82.58/81.41		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
82.58/81.41		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
82.58/81.41	c starts		: 0
82.58/81.41	c conflicts		: 0
82.58/81.41	c decisions		: 0
82.58/81.41	c propagations		: 0
82.58/81.41	c inspects		: 0
82.58/81.41	c learnt literals	: 0
82.58/81.41	c learnt binary clauses	: 0
82.58/81.41	c learnt ternary clauses	: 0
82.58/81.41	c learnt clauses	: 0
82.58/81.41	c ignored clauses	: 0
82.58/81.41	c root simplifications	: 0
82.58/81.41	c removed literals (reason simplification)	: 0
82.58/81.41	c reason swapping (by a shorter reason)	: 0
82.58/81.41	c Calls to reduceDB	: 0
82.58/81.41	c speed (assignments/second)	: 0.0
82.58/81.41	c non guided choices	0
82.58/81.41	s UNKNOWN
82.58/81.41	c Total wall clock time (in seconds) : 81.026

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-1064209-1215140137/watcher-1064209-1215140137 -o /tmp/evaluation-result-1064209-1215140137/solver-1064209-1215140137 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1064209-1215140137.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: 3.46 2.80 2.32 4/88 24132
/proc/meminfo: memFree=694860/2055920 swapFree=4045952/4192956
[pid=24132] ppid=24130 vsize=18572 CPUtime=0
/proc/24132/stat : 24132 (runsolver) R 24130 24132 21995 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 669740504 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 256364834087 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/24132/statm: 4643 292 257 25 0 2626 0

[startup+0.0356711 s]
/proc/loadavg: 3.46 2.80 2.32 4/88 24132
/proc/meminfo: memFree=694860/2055920 swapFree=4045952/4192956
[pid=24132] ppid=24130 vsize=800744 CPUtime=0.01
/proc/24132/stat : 24132 (java) S 24130 24132 21995 0 -1 0 2331 0 1 0 1 0 0 0 20 0 4 0 669740504 819961856 2069 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/24132/statm: 200186 2069 911 9 0 197569 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800744

[startup+0.10164 s]
/proc/loadavg: 3.46 2.80 2.32 4/88 24132
/proc/meminfo: memFree=694860/2055920 swapFree=4045952/4192956
[pid=24132] ppid=24130 vsize=804612 CPUtime=0.08
/proc/24132/stat : 24132 (java) S 24130 24132 21995 0 -1 0 3003 0 1 0 7 1 0 0 20 0 12 0 669740504 823922688 2736 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24132/statm: 201153 2736 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301653 s]
/proc/loadavg: 3.46 2.80 2.32 4/88 24132
/proc/meminfo: memFree=694860/2055920 swapFree=4045952/4192956
[pid=24132] ppid=24130 vsize=809300 CPUtime=0.28
/proc/24132/stat : 24132 (java) S 24130 24132 21995 0 -1 0 5098 0 1 0 26 2 0 0 20 0 12 0 669740504 828723200 4425 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24132/statm: 202325 4425 1308 9 0 199694 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 809300

[startup+0.7017 s]
/proc/loadavg: 3.46 2.80 2.32 4/88 24132
/proc/meminfo: memFree=694860/2055920 swapFree=4045952/4192956
[pid=24132] ppid=24130 vsize=809328 CPUtime=0.68
/proc/24132/stat : 24132 (java) S 24130 24132 21995 0 -1 0 6434 0 1 0 64 4 0 0 20 0 12 0 669740504 828751872 5581 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24132/statm: 202332 5581 1336 9 0 199694 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 809328

[startup+1.50278 s]
/proc/loadavg: 3.46 2.80 2.32 4/100 24144
/proc/meminfo: memFree=675308/2055920 swapFree=4045952/4192956
[pid=24132] ppid=24130 vsize=809328 CPUtime=1.48
/proc/24132/stat : 24132 (java) S 24130 24132 21995 0 -1 0 10425 0 1 0 142 6 0 0 20 0 12 0 669740504 828751872 8931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24132/statm: 202332 8931 1349 9 0 199694 0
[pid=24132/tid=24134] ppid=24130 vsize=809328 CPUtime=0.66
/proc/24132/task/24134/stat : 24134 (java) R 24130 24132 21995 0 -1 64 7185 0 1 0 62 4 0 0 25 0 12 0 669740505 828751872 8931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24135] ppid=24130 vsize=809328 CPUtime=0
/proc/24132/task/24135/stat : 24135 (java) S 24130 24132 21995 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 669740506 828751872 8931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24136] ppid=24130 vsize=809328 CPUtime=0
/proc/24132/task/24136/stat : 24136 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 669740506 828751872 8931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24137] ppid=24130 vsize=809328 CPUtime=0
/proc/24132/task/24137/stat : 24137 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 669740508 828751872 8931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24138] ppid=24130 vsize=809328 CPUtime=0
/proc/24132/task/24138/stat : 24138 (java) S 24130 24132 21995 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 669740508 828751872 8931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24139] ppid=24130 vsize=809328 CPUtime=0
/proc/24132/task/24139/stat : 24139 (java) S 24130 24132 21995 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 669740508 828751872 8931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24140] ppid=24130 vsize=809328 CPUtime=0
/proc/24132/task/24140/stat : 24140 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 669740513 828751872 8931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24141] ppid=24130 vsize=809328 CPUtime=0.44
/proc/24132/task/24141/stat : 24141 (java) S 24130 24132 21995 0 -1 64 1066 0 0 0 44 0 0 0 16 0 12 0 669740513 828751872 8931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24142] ppid=24130 vsize=809328 CPUtime=0.34
/proc/24132/task/24142/stat : 24142 (java) R 24130 24132 21995 0 -1 64 1410 0 0 0 34 0 0 0 16 0 12 0 669740513 828751872 8931 996147200 134512640 134550740 4294956032 18446744073709551615 102244976 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24143] ppid=24130 vsize=809328 CPUtime=0
/proc/24132/task/24143/stat : 24143 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 669740513 828751872 8931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24144] ppid=24130 vsize=809328 CPUtime=0
/proc/24132/task/24144/stat : 24144 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 669740513 828751872 8931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 809328

[startup+3.10195 s]
/proc/loadavg: 3.46 2.80 2.32 4/100 24144
/proc/meminfo: memFree=649964/2055920 swapFree=4045952/4192956
[pid=24132] ppid=24130 vsize=809328 CPUtime=2.81
/proc/24132/stat : 24132 (java) S 24130 24132 21995 0 -1 0 22196 0 1 0 262 19 0 0 20 0 12 0 669740504 828751872 20429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24132/statm: 202332 20429 1357 9 0 199694 0
[pid=24132/tid=24134] ppid=24130 vsize=809328 CPUtime=1.55
/proc/24132/task/24134/stat : 24134 (java) R 24130 24132 21995 0 -1 64 17050 0 1 0 139 16 0 0 25 0 12 0 669740505 828751872 20429 996147200 134512640 134550740 4294956032 18446744073709551615 4109801396 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24135] ppid=24130 vsize=809328 CPUtime=0.01
/proc/24132/task/24135/stat : 24135 (java) S 24130 24132 21995 0 -1 64 1028 0 0 0 1 0 0 0 17 0 12 0 669740506 828751872 20429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24136] ppid=24130 vsize=809328 CPUtime=0.01
/proc/24132/task/24136/stat : 24136 (java) S 24130 24132 21995 0 -1 64 544 0 0 0 1 0 0 0 17 0 12 0 669740506 828751872 20429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24137] ppid=24130 vsize=809328 CPUtime=0
/proc/24132/task/24137/stat : 24137 (java) S 24130 24132 21995 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 669740508 828751872 20429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24138] ppid=24130 vsize=809328 CPUtime=0
/proc/24132/task/24138/stat : 24138 (java) S 24130 24132 21995 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 669740508 828751872 20429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24139] ppid=24130 vsize=809328 CPUtime=0
/proc/24132/task/24139/stat : 24139 (java) S 24130 24132 21995 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 669740508 828751872 20429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24140] ppid=24130 vsize=809328 CPUtime=0
/proc/24132/task/24140/stat : 24140 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 669740513 828751872 20429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24141] ppid=24130 vsize=809328 CPUtime=0.62
/proc/24132/task/24141/stat : 24141 (java) S 24130 24132 21995 0 -1 64 1154 0 0 0 62 0 0 0 16 0 12 0 669740513 828751872 20429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24142] ppid=24130 vsize=809328 CPUtime=0.56
/proc/24132/task/24142/stat : 24142 (java) S 24130 24132 21995 0 -1 64 1627 0 0 0 56 0 0 0 16 0 12 0 669740513 828751872 20429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24143] ppid=24130 vsize=809328 CPUtime=0
/proc/24132/task/24143/stat : 24143 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 669740513 828751872 20429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24144] ppid=24130 vsize=809328 CPUtime=0
/proc/24132/task/24144/stat : 24144 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 669740513 828751872 20429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 809328

[startup+6.30228 s]
/proc/loadavg: 3.43 2.80 2.32 4/100 24144
/proc/meminfo: memFree=531308/2055920 swapFree=4045952/4192956
[pid=24132] ppid=24130 vsize=819836 CPUtime=6.12
/proc/24132/stat : 24132 (java) S 24130 24132 21995 0 -1 0 59006 0 1 0 579 33 0 0 20 0 12 0 669740504 839512064 53588 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24132/statm: 204959 53588 1368 9 0 202321 0
[pid=24132/tid=24134] ppid=24130 vsize=819836 CPUtime=3.34
/proc/24132/task/24134/stat : 24134 (java) R 24130 24132 21995 0 -1 64 17491 0 1 0 317 17 0 0 25 0 12 0 669740505 839512064 53588 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24135] ppid=24130 vsize=819836 CPUtime=0.63
/proc/24132/task/24135/stat : 24135 (java) R 24130 24132 21995 0 -1 64 17313 0 0 0 57 6 0 0 16 0 12 0 669740506 839512064 53588 996147200 134512640 134550740 4294956032 18446744073709551615 104136961 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24136] ppid=24130 vsize=819836 CPUtime=0.7
/proc/24132/task/24136/stat : 24136 (java) R 24130 24132 21995 0 -1 64 19854 0 0 0 64 6 0 0 16 0 12 0 669740506 839512064 53588 996147200 134512640 134550740 4294956032 18446744073709551615 105852852 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24137] ppid=24130 vsize=819836 CPUtime=0
/proc/24132/task/24137/stat : 24137 (java) S 24130 24132 21995 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 669740508 839512064 53588 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24138] ppid=24130 vsize=819836 CPUtime=0
/proc/24132/task/24138/stat : 24138 (java) S 24130 24132 21995 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 669740508 839512064 53588 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24139] ppid=24130 vsize=819836 CPUtime=0
/proc/24132/task/24139/stat : 24139 (java) S 24130 24132 21995 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 669740508 839512064 53588 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24140] ppid=24130 vsize=819836 CPUtime=0
/proc/24132/task/24140/stat : 24140 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 669740513 839512064 53588 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24141] ppid=24130 vsize=819836 CPUtime=0.76
/proc/24132/task/24141/stat : 24141 (java) S 24130 24132 21995 0 -1 64 1892 0 0 0 76 0 0 0 16 0 12 0 669740513 839512064 53588 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24142] ppid=24130 vsize=819836 CPUtime=0.63
/proc/24132/task/24142/stat : 24142 (java) S 24130 24132 21995 0 -1 64 1636 0 0 0 63 0 0 0 16 0 12 0 669740513 839512064 53588 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24143] ppid=24130 vsize=819836 CPUtime=0
/proc/24132/task/24143/stat : 24143 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 669740513 839512064 53588 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24144] ppid=24130 vsize=819836 CPUtime=0
/proc/24132/task/24144/stat : 24144 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 669740513 839512064 53588 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 819836

[startup+12.7109 s]
/proc/loadavg: 3.47 2.82 2.33 5/100 24144
/proc/meminfo: memFree=236780/2055920 swapFree=4045952/4192956
[pid=24132] ppid=24130 vsize=824956 CPUtime=14.02
/proc/24132/stat : 24132 (java) S 24130 24132 21995 0 -1 0 130965 0 1 0 1337 65 0 0 20 0 12 0 669740504 844754944 122943 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24132/statm: 206239 122943 1368 9 0 203601 0
[pid=24132/tid=24134] ppid=24130 vsize=824956 CPUtime=5.54
/proc/24132/task/24134/stat : 24134 (java) R 24130 24132 21995 0 -1 64 23648 0 1 0 535 19 0 0 25 0 12 0 669740505 844754944 122943 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24135] ppid=24130 vsize=824956 CPUtime=3.42
/proc/24132/task/24135/stat : 24135 (java) R 24130 24132 21995 0 -1 64 50687 0 0 0 321 21 0 0 15 0 12 0 669740506 844754944 122943 996147200 134512640 134550740 4294956032 18446744073709551615 105852863 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24136] ppid=24130 vsize=824956 CPUtime=3.61
/proc/24132/task/24136/stat : 24136 (java) R 24130 24132 21995 0 -1 64 52282 0 0 0 339 22 0 0 15 0 12 0 669740506 844754944 122943 996147200 134512640 134550740 4294956032 18446744073709551615 105852854 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24137] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24137/stat : 24137 (java) R 24130 24132 21995 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 669740508 844754944 122943 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24138] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24138/stat : 24138 (java) S 24130 24132 21995 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 669740508 844754944 122943 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24139] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24139/stat : 24139 (java) S 24130 24132 21995 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 669740508 844754944 122943 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24140] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24140/stat : 24140 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 669740513 844754944 122943 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24141] ppid=24130 vsize=824956 CPUtime=0.76
/proc/24132/task/24141/stat : 24141 (java) S 24130 24132 21995 0 -1 64 1892 0 0 0 76 0 0 0 16 0 12 0 669740513 844754944 122943 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24142] ppid=24130 vsize=824956 CPUtime=0.63
/proc/24132/task/24142/stat : 24142 (java) S 24130 24132 21995 0 -1 64 1636 0 0 0 63 0 0 0 16 0 12 0 669740513 844754944 122943 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24143] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24143/stat : 24143 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 669740513 844754944 122943 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24144] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24144/stat : 24144 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 669740513 844754944 122943 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.02
Current children cumulated vsize (KiB) 824956

[startup+25.5023 s]
/proc/loadavg: 3.28 2.81 2.34 3/100 24144
/proc/meminfo: memFree=31084/2055920 swapFree=4111996/4192956
[pid=24132] ppid=24130 vsize=856960 CPUtime=27.01
/proc/24132/stat : 24132 (java) S 24130 24132 21995 0 -1 0 216740 0 1 0 2601 100 0 0 20 0 12 0 669740504 877527040 183681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24132/statm: 214240 183681 1372 9 0 211602 0
[pid=24132/tid=24134] ppid=24130 vsize=856960 CPUtime=7.26
/proc/24132/task/24134/stat : 24134 (java) S 24130 24132 21995 0 -1 64 35945 0 1 0 702 24 0 0 17 0 12 0 669740505 877527040 183681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24135] ppid=24130 vsize=856960 CPUtime=4.73
/proc/24132/task/24135/stat : 24135 (java) S 24130 24132 21995 0 -1 64 65408 0 0 0 447 26 0 0 17 0 12 0 669740506 877527040 183681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24136] ppid=24130 vsize=856960 CPUtime=4.92
/proc/24132/task/24136/stat : 24136 (java) S 24130 24132 21995 0 -1 64 74550 0 0 0 462 30 0 0 17 0 12 0 669740506 877527040 183681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24137] ppid=24130 vsize=856960 CPUtime=8.65
/proc/24132/task/24137/stat : 24137 (java) R 24130 24132 21995 0 -1 64 36546 0 0 0 849 16 0 0 25 0 12 0 669740508 877527040 183681 996147200 134512640 134550740 4294956032 18446744073709551615 105677206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24138] ppid=24130 vsize=856960 CPUtime=0
/proc/24132/task/24138/stat : 24138 (java) S 24130 24132 21995 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 669740508 877527040 183681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24139] ppid=24130 vsize=856960 CPUtime=0
/proc/24132/task/24139/stat : 24139 (java) S 24130 24132 21995 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 669740508 877527040 183681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24140] ppid=24130 vsize=856960 CPUtime=0
/proc/24132/task/24140/stat : 24140 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 669740513 877527040 183681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=24132/tid=24143] ppid=24130 vsize=888960 CPUtime=0
/proc/24132/task/24143/stat : 24143 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 669740513 910295040 191681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24144] ppid=24130 vsize=888960 CPUtime=0
/proc/24132/task/24144/stat : 24144 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 669740513 910295040 191681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 65.16
Current children cumulated vsize (KiB) 888960

[startup+70.3029 s]
/proc/loadavg: 2.60 2.70 2.32 3/100 24144
/proc/meminfo: memFree=112812/2055920 swapFree=4146776/4192956
[pid=24132] ppid=24130 vsize=824956 CPUtime=71.53
/proc/24132/stat : 24132 (java) S 24130 24132 21995 0 -1 0 531810 0 1 0 6892 261 0 0 20 0 12 0 669740504 844754944 175680 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24132/statm: 206239 175680 1372 9 0 203601 0
[pid=24132/tid=24134] ppid=24130 vsize=824956 CPUtime=7.59
/proc/24132/task/24134/stat : 24134 (java) S 24130 24132 21995 0 -1 64 35955 0 1 0 735 24 0 0 17 0 12 0 669740505 844754944 175680 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24135] ppid=24130 vsize=824956 CPUtime=4.73
/proc/24132/task/24135/stat : 24135 (java) S 24130 24132 21995 0 -1 64 65408 0 0 0 447 26 0 0 17 0 12 0 669740506 844754944 175680 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24136] ppid=24130 vsize=824956 CPUtime=4.92
/proc/24132/task/24136/stat : 24136 (java) S 24130 24132 21995 0 -1 64 74550 0 0 0 462 30 0 0 17 0 12 0 669740506 844754944 175680 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24137] ppid=24130 vsize=824956 CPUtime=52.83
/proc/24132/task/24137/stat : 24137 (java) R 24130 24132 21995 0 -1 64 351606 0 0 0 5107 176 0 0 25 0 12 0 669740508 844754944 175680 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24138] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24138/stat : 24138 (java) S 24130 24132 21995 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 669740508 844754944 175680 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24139] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24139/stat : 24139 (java) S 24130 24132 21995 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 669740508 844754944 175680 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24140] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24140/stat : 24140 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 669740513 844754944 175680 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24141] ppid=24130 vsize=824956 CPUtime=0.76
/proc/24132/task/24141/stat : 24141 (java) S 24130 24132 21995 0 -1 64 1892 0 0 0 76 0 0 0 16 0 12 0 669740513 844754944 175680 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24142] ppid=24130 vsize=824956 CPUtime=0.63
/proc/24132/task/24142/stat : 24142 (java) S 24130 24132 21995 0 -1 64 1636 0 0 0 63 0 0 0 16 0 12 0 669740513 844754944 175680 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24143] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24143/stat : 24143 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 669740513 844754944 175680 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24144] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24144/stat : 24144 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 669740513 844754944 175680 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.53
Current children cumulated vsize (KiB) 824956

[startup+76.7026 s]
/proc/loadavg: 2.55 2.68 2.32 3/100 24144
/proc/meminfo: memFree=112812/2055920 swapFree=4146776/4192956
[pid=24132] ppid=24130 vsize=824956 CPUtime=77.9
/proc/24132/stat : 24132 (java) S 24130 24132 21995 0 -1 0 531813 0 1 0 7529 261 0 0 20 0 12 0 669740504 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24132/statm: 206239 175681 1373 9 0 203601 0
[pid=24132/tid=24134] ppid=24130 vsize=824956 CPUtime=7.59
/proc/24132/task/24134/stat : 24134 (java) S 24130 24132 21995 0 -1 64 35958 0 1 0 735 24 0 0 17 0 12 0 669740505 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24135] ppid=24130 vsize=824956 CPUtime=4.73
/proc/24132/task/24135/stat : 24135 (java) S 24130 24132 21995 0 -1 64 65408 0 0 0 447 26 0 0 17 0 12 0 669740506 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24136] ppid=24130 vsize=824956 CPUtime=4.92
/proc/24132/task/24136/stat : 24136 (java) S 24130 24132 21995 0 -1 64 74550 0 0 0 462 30 0 0 17 0 12 0 669740506 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24137] ppid=24130 vsize=824956 CPUtime=59.19
/proc/24132/task/24137/stat : 24137 (java) R 24130 24132 21995 0 -1 64 351606 0 0 0 5743 176 0 0 25 0 12 0 669740508 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24138] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24138/stat : 24138 (java) S 24130 24132 21995 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 669740508 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24139] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24139/stat : 24139 (java) S 24130 24132 21995 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 669740508 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24140] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24140/stat : 24140 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 669740513 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24141] ppid=24130 vsize=824956 CPUtime=0.76
/proc/24132/task/24141/stat : 24141 (java) S 24130 24132 21995 0 -1 64 1892 0 0 0 76 0 0 0 16 0 12 0 669740513 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24142] ppid=24130 vsize=824956 CPUtime=0.63
/proc/24132/task/24142/stat : 24142 (java) S 24130 24132 21995 0 -1 64 1636 0 0 0 63 0 0 0 16 0 12 0 669740513 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24143] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24143/stat : 24143 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 669740513 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24144] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24144/stat : 24144 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 669740513 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.9
Current children cumulated vsize (KiB) 824956

[startup+79.9029 s]
/proc/loadavg: 2.51 2.67 2.31 3/100 24144
/proc/meminfo: memFree=112812/2055920 swapFree=4146776/4192956
[pid=24132] ppid=24130 vsize=824956 CPUtime=81.08
/proc/24132/stat : 24132 (java) S 24130 24132 21995 0 -1 0 531813 0 1 0 7847 261 0 0 20 0 12 0 669740504 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24132/statm: 206239 175681 1373 9 0 203601 0
[pid=24132/tid=24134] ppid=24130 vsize=824956 CPUtime=7.59
/proc/24132/task/24134/stat : 24134 (java) S 24130 24132 21995 0 -1 64 35958 0 1 0 735 24 0 0 17 0 12 0 669740505 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24135] ppid=24130 vsize=824956 CPUtime=4.73
/proc/24132/task/24135/stat : 24135 (java) S 24130 24132 21995 0 -1 64 65408 0 0 0 447 26 0 0 17 0 12 0 669740506 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24136] ppid=24130 vsize=824956 CPUtime=4.92
/proc/24132/task/24136/stat : 24136 (java) S 24130 24132 21995 0 -1 64 74550 0 0 0 462 30 0 0 17 0 12 0 669740506 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24137] ppid=24130 vsize=824956 CPUtime=62.38
/proc/24132/task/24137/stat : 24137 (java) R 24130 24132 21995 0 -1 64 351606 0 0 0 6062 176 0 0 25 0 12 0 669740508 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 105852546 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24138] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24138/stat : 24138 (java) S 24130 24132 21995 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 669740508 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24139] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24139/stat : 24139 (java) S 24130 24132 21995 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 669740508 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24140] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24140/stat : 24140 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 669740513 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24141] ppid=24130 vsize=824956 CPUtime=0.76
/proc/24132/task/24141/stat : 24141 (java) S 24130 24132 21995 0 -1 64 1892 0 0 0 76 0 0 0 16 0 12 0 669740513 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24142] ppid=24130 vsize=824956 CPUtime=0.63
/proc/24132/task/24142/stat : 24142 (java) S 24130 24132 21995 0 -1 64 1636 0 0 0 63 0 0 0 16 0 12 0 669740513 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24143] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24143/stat : 24143 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 669740513 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24144] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24144/stat : 24144 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 669740513 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 81.08
Current children cumulated vsize (KiB) 824956

[startup+80.702 s]
/proc/loadavg: 2.51 2.67 2.31 3/100 24144
/proc/meminfo: memFree=112812/2055920 swapFree=4146776/4192956
[pid=24132] ppid=24130 vsize=824956 CPUtime=81.87
/proc/24132/stat : 24132 (java) S 24130 24132 21995 0 -1 0 531813 0 1 0 7926 261 0 0 20 0 12 0 669740504 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24132/statm: 206239 175681 1373 9 0 203601 0
[pid=24132/tid=24134] ppid=24130 vsize=824956 CPUtime=7.59
/proc/24132/task/24134/stat : 24134 (java) S 24130 24132 21995 0 -1 64 35958 0 1 0 735 24 0 0 17 0 12 0 669740505 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24135] ppid=24130 vsize=824956 CPUtime=4.73
/proc/24132/task/24135/stat : 24135 (java) S 24130 24132 21995 0 -1 64 65408 0 0 0 447 26 0 0 17 0 12 0 669740506 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24136] ppid=24130 vsize=824956 CPUtime=4.92
/proc/24132/task/24136/stat : 24136 (java) S 24130 24132 21995 0 -1 64 74550 0 0 0 462 30 0 0 17 0 12 0 669740506 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24137] ppid=24130 vsize=824956 CPUtime=63.17
/proc/24132/task/24137/stat : 24137 (java) R 24130 24132 21995 0 -1 64 351606 0 0 0 6141 176 0 0 25 0 12 0 669740508 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 106123388 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24138] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24138/stat : 24138 (java) S 24130 24132 21995 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 669740508 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24139] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24139/stat : 24139 (java) S 24130 24132 21995 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 669740508 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24140] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24140/stat : 24140 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 669740513 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24141] ppid=24130 vsize=824956 CPUtime=0.76
/proc/24132/task/24141/stat : 24141 (java) S 24130 24132 21995 0 -1 64 1892 0 0 0 76 0 0 0 16 0 12 0 669740513 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24142] ppid=24130 vsize=824956 CPUtime=0.63
/proc/24132/task/24142/stat : 24142 (java) S 24130 24132 21995 0 -1 64 1636 0 0 0 63 0 0 0 16 0 12 0 669740513 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24143] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24143/stat : 24143 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 669740513 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24144] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24144/stat : 24144 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 669740513 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 81.87
Current children cumulated vsize (KiB) 824956

[startup+81.101 s]
/proc/loadavg: 2.51 2.67 2.31 3/100 24144
/proc/meminfo: memFree=112812/2055920 swapFree=4146776/4192956
[pid=24132] ppid=24130 vsize=824956 CPUtime=82.27
/proc/24132/stat : 24132 (java) S 24130 24132 21995 0 -1 0 531813 0 1 0 7966 261 0 0 20 0 12 0 669740504 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24132/statm: 206239 175681 1373 9 0 203601 0
[pid=24132/tid=24134] ppid=24130 vsize=824956 CPUtime=7.59
/proc/24132/task/24134/stat : 24134 (java) S 24130 24132 21995 0 -1 64 35958 0 1 0 735 24 0 0 17 0 12 0 669740505 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24135] ppid=24130 vsize=824956 CPUtime=4.73
/proc/24132/task/24135/stat : 24135 (java) S 24130 24132 21995 0 -1 64 65408 0 0 0 447 26 0 0 17 0 12 0 669740506 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24136] ppid=24130 vsize=824956 CPUtime=4.92
/proc/24132/task/24136/stat : 24136 (java) S 24130 24132 21995 0 -1 64 74550 0 0 0 462 30 0 0 17 0 12 0 669740506 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24137] ppid=24130 vsize=824956 CPUtime=63.57
/proc/24132/task/24137/stat : 24137 (java) R 24130 24132 21995 0 -1 64 351606 0 0 0 6181 176 0 0 25 0 12 0 669740508 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 106123536 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24138] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24138/stat : 24138 (java) S 24130 24132 21995 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 669740508 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24132/tid=24139] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24139/stat : 24139 (java) S 24130 24132 21995 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 669740508 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24140] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24140/stat : 24140 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 669740513 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24141] ppid=24130 vsize=824956 CPUtime=0.76
/proc/24132/task/24141/stat : 24141 (java) S 24130 24132 21995 0 -1 64 1892 0 0 0 76 0 0 0 16 0 12 0 669740513 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24142] ppid=24130 vsize=824956 CPUtime=0.63
/proc/24132/task/24142/stat : 24142 (java) S 24130 24132 21995 0 -1 64 1636 0 0 0 63 0 0 0 16 0 12 0 669740513 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24143] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24143/stat : 24143 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 669740513 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24132/tid=24144] ppid=24130 vsize=824956 CPUtime=0
/proc/24132/task/24144/stat : 24144 (java) S 24130 24132 21995 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 669740513 844754944 175681 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 82.27
Current children cumulated vsize (KiB) 824956

[startup+81.5011 s]
/proc/loadavg: 2.51 2.67 2.31 3/100 24144
/proc/meminfo: memFree=112812/2055920 swapFree=4146776/4192956
[pid=24132] ppid=24130 vsize=0 CPUtime=82.63
/proc/24132/stat : 24132 (java) Z 24130 24132 21995 0 -1 12 531827 0 1 0 7997 266 0 0 16 0 2 0 669740504 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24132/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 82.63
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 81.5519
CPU time (s): 82.6904
CPU user time (s): 79.9778
CPU system time (s): 2.71259
CPU usage (%): 101.396
Max. virtual memory (cumulated for all children) (KiB): 920964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.9778
system time used= 2.71259
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 531827
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= 2589
involuntary context switches= 4448

runsolver used 0.166974 second user time and 0.422935 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-04 04:55:39
IDJOB=1064209
IDBENCH=54923
IDSOLVER=344
FILE ID=node90/1064209-1215140137
PBS_JOBID= 7877348
Free space on /tmp= 66556 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-21-04.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-1064209-1215140137/watcher-1064209-1215140137 -o /tmp/evaluation-result-1064209-1215140137/solver-1064209-1215140137 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1064209-1215140137.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fb68823f74496f8cd1134dc1665cc226
RANDOM SEED=1588015052

node90.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.236
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.236
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:        695148 kB
Buffers:         41284 kB
Cached:         268672 kB
SwapCached:     138912 kB
Active:         992936 kB
Inactive:       305956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        695148 kB
SwapTotal:     4192956 kB
SwapFree:      4045952 kB
Dirty:            3712 kB
Writeback:           0 kB
Mapped:         851032 kB
Slab:            44776 kB
Committed_AS:  1694668 kB
PageTables:       3944 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node90 at 2008-07-04 04:57:01