Trace number 2076828

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 2.1.1? 83.5933 81.4121

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-05-01.xml
MD5SUMe1b490498f3ff471ba21761182e48b82
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.05799
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints55
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension10
Number of constraints which are defined in intension45
Global constraints used (with number of constraints)

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.15	c Total memory 672137216
0.09/0.15	c Number of processors 2
0.18/0.23	c c --- Begin Solver configuration ---
0.18/0.23	c Stops conflict analysis at the first Unique Implication Point
0.18/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.23	c Learn all clauses as in MiniSAT
0.18/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.23	c Expensive reason simplification
0.18/0.23	c MiniSAT restarts strategy
0.18/0.23	c Memory based learned constraints deletion strategy
0.18/0.23	c timeout=2147483s
0.18/0.23	c DB Simplification allowed=false
0.18/0.23	c --- End Solver configuration ---
0.18/0.23	c solving HOME/instance-2076828-1247363120.xml
0.18/0.23	c reading problem ... 
0.38/0.46	c reading problem named null
0.38/0.46	c reading domains done.
0.38/0.47	c reading variables done.
0.38/0.48	c reading relations done.
1.18/1.21	c reading predicates  done.
1.38/1.42	c reading constraints
83.39/81.28	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
83.39/81.28		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
83.39/81.28		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
83.39/81.28		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
83.39/81.28		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
83.39/81.28		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
83.39/81.28		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
83.39/81.29		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
83.39/81.29		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
83.39/81.29		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
83.39/81.29		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
83.39/81.29		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
83.39/81.29		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
83.39/81.29		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
83.39/81.29		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
83.39/81.29		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
83.39/81.29		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
83.39/81.29		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
83.39/81.29		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
83.39/81.29		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
83.39/81.29		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
83.39/81.29		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
83.39/81.29		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
83.39/81.29		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
83.39/81.29		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
83.39/81.29		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
83.39/81.29		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
83.39/81.29		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
83.39/81.29		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
83.39/81.29		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
83.39/81.29		at org.sat4j.AbstractLauncher.run(Unknown Source)
83.39/81.29		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
83.39/81.29	c starts		: 0
83.39/81.29	c conflicts		: 0
83.39/81.29	c decisions		: 0
83.39/81.29	c propagations		: 0
83.39/81.29	c inspects		: 0
83.39/81.29	c learnt literals	: 0
83.39/81.29	c learnt binary clauses	: 0
83.39/81.29	c learnt ternary clauses	: 0
83.39/81.29	c learnt clauses	: 0
83.39/81.29	c ignored clauses	: 0
83.39/81.29	c root simplifications	: 0
83.39/81.29	c removed literals (reason simplification)	: 0
83.39/81.29	c reason swapping (by a shorter reason)	: 0
83.39/81.29	c Calls to reduceDB	: 0
83.39/81.29	c speed (assignments/second)	: 0.0
83.39/81.29	c non guided choices	0
83.39/81.29	c learnt constraints type 
83.39/81.29	c constraints type 
83.39/81.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8524547
83.39/81.29	c org.sat4j.minisat.constraints.card.AtLeast => 25
83.39/81.29	s UNKNOWN
83.39/81.29	c Total wall clock time (in seconds) : 81.062

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2076828-1247363120/watcher-2076828-1247363120 -o /tmp/evaluation-result-2076828-1247363120/solver-2076828-1247363120 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2076828-1247363120.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.08 2.02 4/73 17048
/proc/meminfo: memFree=1747936/2055920 swapFree=4192812/4192956
[pid=17048] ppid=17046 vsize=1612 CPUtime=0
/proc/17048/stat : 17048 (java6) R 17046 17048 15248 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 23376070 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/17048/statm: 0 0 0 0 0 0 0

[startup+0.0371619 s]
/proc/loadavg: 2.07 2.08 2.02 4/73 17048
/proc/meminfo: memFree=1747936/2055920 swapFree=4192812/4192956
[pid=17048] ppid=17046 vsize=800696 CPUtime=0.02
/proc/17048/stat : 17048 (java) S 17046 17048 15248 0 -1 0 2434 0 1 0 1 1 0 0 18 0 4 0 23376070 819912704 2181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/17048/statm: 200174 2183 944 9 0 197525 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800696

[startup+0.102165 s]
/proc/loadavg: 2.07 2.08 2.02 4/73 17048
/proc/meminfo: memFree=1747936/2055920 swapFree=4192812/4192956
[pid=17048] ppid=17046 vsize=804560 CPUtime=0.09
/proc/17048/stat : 17048 (java) S 17046 17048 15248 0 -1 0 3063 0 1 0 7 2 0 0 18 0 12 0 23376070 823869440 2806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17048/statm: 201140 2806 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.302179 s]
/proc/loadavg: 2.07 2.08 2.02 4/73 17048
/proc/meminfo: memFree=1747936/2055920 swapFree=4192812/4192956
[pid=17048] ppid=17046 vsize=805720 CPUtime=0.29
/proc/17048/stat : 17048 (java) S 17046 17048 15248 0 -1 0 4344 0 1 0 26 3 0 0 18 0 12 0 23376070 825057280 4081 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17048/statm: 201430 4081 1363 9 0 198757 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805720

[startup+0.701205 s]
/proc/loadavg: 2.07 2.08 2.02 4/73 17048
/proc/meminfo: memFree=1747936/2055920 swapFree=4192812/4192956
[pid=17048] ppid=17046 vsize=807184 CPUtime=0.68
/proc/17048/stat : 17048 (java) S 17046 17048 15248 0 -1 0 6045 0 1 0 64 4 0 0 18 0 12 0 23376070 826556416 5472 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17048/statm: 201796 5472 1398 9 0 199123 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50126 s]
/proc/loadavg: 2.07 2.08 2.02 3/85 17060
/proc/meminfo: memFree=1726272/2055920 swapFree=4192812/4192956
[pid=17048] ppid=17046 vsize=811776 CPUtime=1.48
/proc/17048/stat : 17048 (java) S 17046 17048 15248 0 -1 0 10828 0 1 0 141 7 0 0 18 0 12 0 23376070 831258624 9219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17048/statm: 202944 9219 1411 9 0 200271 0
[pid=17048/tid=17050] ppid=17046 vsize=811776 CPUtime=0.8
/proc/17048/task/17050/stat : 17050 (java) R 17046 17048 15248 0 -1 64 6752 0 1 0 74 6 0 0 25 0 12 0 23376071 831258624 9219 996147200 134512640 134550932 4294956016 18446744073709551615 4109170534 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17051] ppid=17046 vsize=811776 CPUtime=0
/proc/17048/task/17051/stat : 17051 (java) S 17046 17048 15248 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 23376072 831258624 9219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17052] ppid=17046 vsize=811776 CPUtime=0
/proc/17048/task/17052/stat : 17052 (java) S 17046 17048 15248 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 23376072 831258624 9219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17053] ppid=17046 vsize=811776 CPUtime=0
/proc/17048/task/17053/stat : 17053 (java) S 17046 17048 15248 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23376074 831258624 9219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17054] ppid=17046 vsize=811776 CPUtime=0
/proc/17048/task/17054/stat : 17054 (java) S 17046 17048 15248 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 23376074 831258624 9219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17055] ppid=17046 vsize=811776 CPUtime=0
/proc/17048/task/17055/stat : 17055 (java) S 17046 17048 15248 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 23376074 831258624 9219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17056] ppid=17046 vsize=811776 CPUtime=0
/proc/17048/task/17056/stat : 17056 (java) S 17046 17048 15248 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23376079 831258624 9219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17057] ppid=17046 vsize=811776 CPUtime=0
/proc/17048/task/17057/stat : 17057 (java) S 17046 17048 15248 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23376079 831258624 9219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17058] ppid=17046 vsize=811776 CPUtime=0.67
/proc/17048/task/17058/stat : 17058 (java) S 17046 17048 15248 0 -1 64 3323 0 0 0 66 1 0 0 16 0 12 0 23376079 831258624 9220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17059] ppid=17046 vsize=811776 CPUtime=0
/proc/17048/task/17059/stat : 17059 (java) S 17046 17048 15248 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23376079 831258624 9220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17060] ppid=17046 vsize=811776 CPUtime=0
/proc/17048/task/17060/stat : 17060 (java) S 17046 17048 15248 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23376079 831258624 9220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 811776

[startup+3.10137 s]
/proc/loadavg: 2.07 2.08 2.02 3/85 17060
/proc/meminfo: memFree=1679808/2055920 swapFree=4192812/4192956
[pid=17048] ppid=17046 vsize=811776 CPUtime=3.29
/proc/17048/stat : 17048 (java) S 17046 17048 15248 0 -1 0 42791 0 1 0 309 20 0 0 18 0 12 0 23376070 831258624 38233 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17048/statm: 202944 38233 1420 9 0 200271 0
[pid=17048/tid=17050] ppid=17046 vsize=811776 CPUtime=1.68
/proc/17048/task/17050/stat : 17050 (java) R 17046 17048 15248 0 -1 64 16657 0 1 0 158 10 0 0 20 0 12 0 23376071 831258624 38233 996147200 134512640 134550932 4294956016 18446744073709551615 4109642963 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17051] ppid=17046 vsize=811776 CPUtime=0.35
/proc/17048/task/17051/stat : 17051 (java) S 17046 17048 15248 0 -1 64 12545 0 0 0 31 4 0 0 18 0 12 0 23376072 831258624 38233 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17052] ppid=17046 vsize=811776 CPUtime=0.3
/proc/17048/task/17052/stat : 17052 (java) S 17046 17048 15248 0 -1 64 9174 0 0 0 27 3 0 0 17 0 12 0 23376072 831258624 38233 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17053] ppid=17046 vsize=811776 CPUtime=0
/proc/17048/task/17053/stat : 17053 (java) S 17046 17048 15248 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23376074 831258624 38233 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17054] ppid=17046 vsize=811776 CPUtime=0
/proc/17048/task/17054/stat : 17054 (java) S 17046 17048 15248 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23376074 831258624 38233 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17055] ppid=17046 vsize=811776 CPUtime=0
/proc/17048/task/17055/stat : 17055 (java) S 17046 17048 15248 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 23376074 831258624 38233 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17056] ppid=17046 vsize=811776 CPUtime=0
/proc/17048/task/17056/stat : 17056 (java) S 17046 17048 15248 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23376079 831258624 38233 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17057] ppid=17046 vsize=811776 CPUtime=0
/proc/17048/task/17057/stat : 17057 (java) S 17046 17048 15248 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23376079 831258624 38233 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17058] ppid=17046 vsize=811776 CPUtime=0.92
/proc/17048/task/17058/stat : 17058 (java) S 17046 17048 15248 0 -1 64 3660 0 0 0 91 1 0 0 16 0 12 0 23376079 831258624 38233 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17059] ppid=17046 vsize=811776 CPUtime=0
/proc/17048/task/17059/stat : 17059 (java) S 17046 17048 15248 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23376079 831258624 38233 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17060] ppid=17046 vsize=811776 CPUtime=0
/proc/17048/task/17060/stat : 17060 (java) S 17046 17048 15248 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23376079 831258624 38233 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 811776

[startup+6.3026 s]
/proc/loadavg: 2.22 2.11 2.03 3/85 17060
/proc/meminfo: memFree=1469824/2055920 swapFree=4192812/4192956
[pid=17048] ppid=17046 vsize=811260 CPUtime=7.34
/proc/17048/stat : 17048 (java) S 17046 17048 15248 0 -1 0 95665 0 1 0 690 44 0 0 18 0 12 0 23376070 830730240 88164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17048/statm: 202815 88164 1420 9 0 200142 0
[pid=17048/tid=17050] ppid=17046 vsize=811260 CPUtime=3.04
/proc/17048/task/17050/stat : 17050 (java) R 17046 17048 15248 0 -1 64 23359 0 1 0 291 13 0 0 20 0 12 0 23376071 830730240 88164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17051] ppid=17046 vsize=811260 CPUtime=1.66
/proc/17048/task/17051/stat : 17051 (java) R 17046 17048 15248 0 -1 64 35790 0 0 0 151 15 0 0 17 0 12 0 23376072 830730240 88164 996147200 134512640 134550932 4294956016 18446744073709551615 103111750 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17052] ppid=17046 vsize=811260 CPUtime=1.68
/proc/17048/task/17052/stat : 17052 (java) R 17046 17048 15248 0 -1 64 32101 0 0 0 155 13 0 0 17 0 12 0 23376072 830730240 88164 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17048/tid=17053] ppid=17046 vsize=811260 CPUtime=0
/proc/17048/task/17053/stat : 17053 (java) S 17046 17048 15248 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23376074 830730240 88164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17054] ppid=17046 vsize=811260 CPUtime=0
/proc/17048/task/17054/stat : 17054 (java) S 17046 17048 15248 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23376074 830730240 88164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17055] ppid=17046 vsize=811260 CPUtime=0
/proc/17048/task/17055/stat : 17055 (java) S 17046 17048 15248 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 23376074 830730240 88164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17056] ppid=17046 vsize=811260 CPUtime=0
/proc/17048/task/17056/stat : 17056 (java) S 17046 17048 15248 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23376079 830730240 88164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17057] ppid=17046 vsize=811260 CPUtime=0
/proc/17048/task/17057/stat : 17057 (java) S 17046 17048 15248 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23376079 830730240 88164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17058] ppid=17046 vsize=811260 CPUtime=0.92
/proc/17048/task/17058/stat : 17058 (java) S 17046 17048 15248 0 -1 64 3660 0 0 0 91 1 0 0 16 0 12 0 23376079 830730240 88164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17059] ppid=17046 vsize=811260 CPUtime=0
/proc/17048/task/17059/stat : 17059 (java) S 17046 17048 15248 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23376079 830730240 88164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17060] ppid=17046 vsize=811260 CPUtime=0
/proc/17048/task/17060/stat : 17060 (java) S 17046 17048 15248 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23376079 830730240 88164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.34
Current children cumulated vsize (KiB) 811260

[startup+12.703 s]
/proc/loadavg: 2.36 2.14 2.04 4/85 17060
/proc/meminfo: memFree=1176896/2055920 swapFree=4192812/4192956
[pid=17048] ppid=17046 vsize=816388 CPUtime=14.63
/proc/17048/stat : 17048 (java) S 17046 17048 15248 0 -1 0 171368 0 1 0 1391 72 0 0 18 0 12 0 23376070 835981312 160953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17048/statm: 204097 160953 1420 9 0 201424 0
[pid=17048/tid=17050] ppid=17046 vsize=816388 CPUtime=5.5
/proc/17048/task/17050/stat : 17050 (java) S 17046 17048 15248 0 -1 64 35661 0 1 0 532 18 0 0 18 0 12 0 23376071 835981312 160953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17051] ppid=17046 vsize=816388 CPUtime=4.22
/proc/17048/task/17051/stat : 17051 (java) R 17046 17048 15248 0 -1 64 73476 0 0 0 394 28 0 0 16 0 12 0 23376072 835981312 160953 996147200 134512640 134550932 4294956016 18446744073709551615 105886435 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17052] ppid=17046 vsize=816388 CPUtime=3.94
/proc/17048/task/17052/stat : 17052 (java) R 17046 17048 15248 0 -1 64 57816 0 0 0 372 22 0 0 19 0 12 0 23376072 835981312 160953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17053] ppid=17046 vsize=816388 CPUtime=0
/proc/17048/task/17053/stat : 17053 (java) S 17046 17048 15248 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23376074 835981312 160953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17054] ppid=17046 vsize=816388 CPUtime=0
/proc/17048/task/17054/stat : 17054 (java) S 17046 17048 15248 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23376074 835981312 160953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17055] ppid=17046 vsize=816388 CPUtime=0
/proc/17048/task/17055/stat : 17055 (java) S 17046 17048 15248 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 23376074 835981312 160953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17056] ppid=17046 vsize=816388 CPUtime=0
/proc/17048/task/17056/stat : 17056 (java) S 17046 17048 15248 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23376079 835981312 160953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17057] ppid=17046 vsize=816388 CPUtime=0
/proc/17048/task/17057/stat : 17057 (java) S 17046 17048 15248 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23376079 835981312 160953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17058] ppid=17046 vsize=816388 CPUtime=0.92
/proc/17048/task/17058/stat : 17058 (java) S 17046 17048 15248 0 -1 64 3660 0 0 0 91 1 0 0 16 0 12 0 23376079 835981312 160953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17059] ppid=17046 vsize=816388 CPUtime=0
/proc/17048/task/17059/stat : 17059 (java) S 17046 17048 15248 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23376079 835981312 160953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17060] ppid=17046 vsize=816388 CPUtime=0
/proc/17048/task/17060/stat : 17060 (java) S 17046 17048 15248 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23376079 835981312 160953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.63
Current children cumulated vsize (KiB) 816388

[startup+25.5029 s]
/proc/loadavg: 2.42 2.17 2.05 3/85 17060
/proc/meminfo: memFree=1055488/2055920 swapFree=4192812/4192956
[pid=17048] ppid=17046 vsize=818392 CPUtime=27.71
/proc/17048/stat : 17048 (java) S 17046 17048 15248 0 -1 0 215925 0 1 0 2683 88 0 0 18 0 12 0 23376070 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17048/statm: 204598 173994 1424 9 0 201925 0
[pid=17048/tid=17050] ppid=17046 vsize=818392 CPUtime=6.48
/proc/17048/task/17050/stat : 17050 (java) S 17046 17048 15248 0 -1 64 35666 0 1 0 630 18 0 0 17 0 12 0 23376071 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17051] ppid=17046 vsize=818392 CPUtime=5.23
/proc/17048/task/17051/stat : 17051 (java) S 17046 17048 15248 0 -1 64 78323 0 0 0 493 30 0 0 17 0 12 0 23376072 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17052] ppid=17046 vsize=818392 CPUtime=4.57
/proc/17048/task/17052/stat : 17052 (java) S 17046 17048 15248 0 -1 64 58765 0 0 0 434 23 0 0 17 0 12 0 23376072 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17053] ppid=17046 vsize=818392 CPUtime=10.47
/proc/17048/task/17053/stat : 17053 (java) R 17046 17048 15248 0 -1 64 38759 0 0 0 1033 14 0 0 25 0 12 0 23376074 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17054] ppid=17046 vsize=818392 CPUtime=0
/proc/17048/task/17054/stat : 17054 (java) S 17046 17048 15248 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23376074 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17055] ppid=17046 vsize=818392 CPUtime=0
/proc/17048/task/17055/stat : 17055 (java) S 17046 17048 15248 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23376074 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17056] ppid=17046 vsize=818392 CPUtime=0
/proc/17048/task/17056/stat : 17056 (java) S 17046 17048 15248 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23376079 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17057] ppid=17046 vsize=818392 CPUtime=0

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

[pid=17048/tid=17059] ppid=17046 vsize=824392 CPUtime=0
/proc/17048/task/17059/stat : 17059 (java) S 17046 17048 15248 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23376079 844177408 175494 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17060] ppid=17046 vsize=824392 CPUtime=0
/proc/17048/task/17060/stat : 17060 (java) S 17046 17048 15248 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23376079 844177408 175494 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 72.5
Current children cumulated vsize (KiB) 824392

[startup+76.7023 s]
/proc/loadavg: 2.18 2.14 2.05 3/85 17060
/proc/meminfo: memFree=1055424/2055920 swapFree=4192812/4192956
[pid=17048] ppid=17046 vsize=818392 CPUtime=78.89
/proc/17048/stat : 17048 (java) S 17046 17048 15248 0 -1 0 659533 0 1 0 7618 271 0 0 18 0 12 0 23376070 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17048/statm: 204598 173994 1424 9 0 201925 0
[pid=17048/tid=17050] ppid=17046 vsize=818392 CPUtime=6.75
/proc/17048/task/17050/stat : 17050 (java) S 17046 17048 15248 0 -1 64 35685 0 1 0 657 18 0 0 17 0 12 0 23376071 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17051] ppid=17046 vsize=818392 CPUtime=5.23
/proc/17048/task/17051/stat : 17051 (java) S 17046 17048 15248 0 -1 64 78323 0 0 0 493 30 0 0 17 0 12 0 23376072 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17052] ppid=17046 vsize=818392 CPUtime=4.57
/proc/17048/task/17052/stat : 17052 (java) S 17046 17048 15248 0 -1 64 58765 0 0 0 434 23 0 0 17 0 12 0 23376072 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17053] ppid=17046 vsize=818392 CPUtime=61.38
/proc/17048/task/17053/stat : 17053 (java) R 17046 17048 15248 0 -1 64 482348 0 0 0 5941 197 0 0 25 0 12 0 23376074 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 106157990 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17054] ppid=17046 vsize=818392 CPUtime=0
/proc/17048/task/17054/stat : 17054 (java) S 17046 17048 15248 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23376074 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17055] ppid=17046 vsize=818392 CPUtime=0
/proc/17048/task/17055/stat : 17055 (java) S 17046 17048 15248 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23376074 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17056] ppid=17046 vsize=818392 CPUtime=0
/proc/17048/task/17056/stat : 17056 (java) S 17046 17048 15248 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23376079 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17057] ppid=17046 vsize=818392 CPUtime=0
/proc/17048/task/17057/stat : 17057 (java) S 17046 17048 15248 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23376079 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17058] ppid=17046 vsize=818392 CPUtime=0.92
/proc/17048/task/17058/stat : 17058 (java) S 17046 17048 15248 0 -1 64 3660 0 0 0 91 1 0 0 16 0 12 0 23376079 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17059] ppid=17046 vsize=818392 CPUtime=0
/proc/17048/task/17059/stat : 17059 (java) S 17046 17048 15248 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23376079 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17060] ppid=17046 vsize=818392 CPUtime=0
/proc/17048/task/17060/stat : 17060 (java) S 17046 17048 15248 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23376079 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.89
Current children cumulated vsize (KiB) 818392

[startup+79.9015 s]
/proc/loadavg: 2.17 2.14 2.05 3/85 17060
/proc/meminfo: memFree=1055424/2055920 swapFree=4192812/4192956
[pid=17048] ppid=17046 vsize=818392 CPUtime=82.09
/proc/17048/stat : 17048 (java) S 17046 17048 15248 0 -1 0 660037 0 1 0 7938 271 0 0 18 0 12 0 23376070 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17048/statm: 204598 173994 1423 9 0 201925 0
[pid=17048/tid=17050] ppid=17046 vsize=818392 CPUtime=6.75
/proc/17048/task/17050/stat : 17050 (java) S 17046 17048 15248 0 -1 64 35688 0 1 0 657 18 0 0 16 0 12 0 23376071 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17051] ppid=17046 vsize=818392 CPUtime=5.23
/proc/17048/task/17051/stat : 17051 (java) S 17046 17048 15248 0 -1 64 78323 0 0 0 493 30 0 0 17 0 12 0 23376072 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17052] ppid=17046 vsize=818392 CPUtime=4.57
/proc/17048/task/17052/stat : 17052 (java) S 17046 17048 15248 0 -1 64 58765 0 0 0 434 23 0 0 17 0 12 0 23376072 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17053] ppid=17046 vsize=818392 CPUtime=64.57
/proc/17048/task/17053/stat : 17053 (java) R 17046 17048 15248 0 -1 64 482849 0 0 0 6260 197 0 0 25 0 12 0 23376074 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 104187832 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17054] ppid=17046 vsize=818392 CPUtime=0
/proc/17048/task/17054/stat : 17054 (java) S 17046 17048 15248 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23376074 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17055] ppid=17046 vsize=818392 CPUtime=0
/proc/17048/task/17055/stat : 17055 (java) S 17046 17048 15248 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23376074 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17056] ppid=17046 vsize=818392 CPUtime=0
/proc/17048/task/17056/stat : 17056 (java) S 17046 17048 15248 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23376079 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17057] ppid=17046 vsize=818392 CPUtime=0
/proc/17048/task/17057/stat : 17057 (java) S 17046 17048 15248 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23376079 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17058] ppid=17046 vsize=818392 CPUtime=0.92
/proc/17048/task/17058/stat : 17058 (java) S 17046 17048 15248 0 -1 64 3660 0 0 0 91 1 0 0 16 0 12 0 23376079 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17059] ppid=17046 vsize=818392 CPUtime=0
/proc/17048/task/17059/stat : 17059 (java) S 17046 17048 15248 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23376079 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17060] ppid=17046 vsize=818392 CPUtime=0
/proc/17048/task/17060/stat : 17060 (java) S 17046 17048 15248 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23376079 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 82.09
Current children cumulated vsize (KiB) 818392

[startup+80.7016 s]
/proc/loadavg: 2.17 2.14 2.05 3/85 17060
/proc/meminfo: memFree=1055424/2055920 swapFree=4192812/4192956
[pid=17048] ppid=17046 vsize=818392 CPUtime=82.89
/proc/17048/stat : 17048 (java) S 17046 17048 15248 0 -1 0 660037 0 1 0 8018 271 0 0 18 0 12 0 23376070 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17048/statm: 204598 173994 1423 9 0 201925 0
[pid=17048/tid=17050] ppid=17046 vsize=818392 CPUtime=6.75
/proc/17048/task/17050/stat : 17050 (java) S 17046 17048 15248 0 -1 64 35688 0 1 0 657 18 0 0 16 0 12 0 23376071 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17051] ppid=17046 vsize=818392 CPUtime=5.23
/proc/17048/task/17051/stat : 17051 (java) S 17046 17048 15248 0 -1 64 78323 0 0 0 493 30 0 0 17 0 12 0 23376072 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17052] ppid=17046 vsize=818392 CPUtime=4.57
/proc/17048/task/17052/stat : 17052 (java) S 17046 17048 15248 0 -1 64 58765 0 0 0 434 23 0 0 17 0 12 0 23376072 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17053] ppid=17046 vsize=818392 CPUtime=65.37
/proc/17048/task/17053/stat : 17053 (java) R 17046 17048 15248 0 -1 64 482849 0 0 0 6340 197 0 0 25 0 12 0 23376074 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17054] ppid=17046 vsize=818392 CPUtime=0
/proc/17048/task/17054/stat : 17054 (java) S 17046 17048 15248 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23376074 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17055] ppid=17046 vsize=818392 CPUtime=0
/proc/17048/task/17055/stat : 17055 (java) S 17046 17048 15248 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23376074 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17056] ppid=17046 vsize=818392 CPUtime=0
/proc/17048/task/17056/stat : 17056 (java) S 17046 17048 15248 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23376079 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17057] ppid=17046 vsize=818392 CPUtime=0
/proc/17048/task/17057/stat : 17057 (java) S 17046 17048 15248 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23376079 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17058] ppid=17046 vsize=818392 CPUtime=0.92
/proc/17048/task/17058/stat : 17058 (java) S 17046 17048 15248 0 -1 64 3660 0 0 0 91 1 0 0 16 0 12 0 23376079 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17059] ppid=17046 vsize=818392 CPUtime=0
/proc/17048/task/17059/stat : 17059 (java) S 17046 17048 15248 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23376079 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17060] ppid=17046 vsize=818392 CPUtime=0
/proc/17048/task/17060/stat : 17060 (java) S 17046 17048 15248 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23376079 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 82.89
Current children cumulated vsize (KiB) 818392

[startup+81.1026 s]
/proc/loadavg: 2.17 2.14 2.05 3/85 17060
/proc/meminfo: memFree=1055424/2055920 swapFree=4192812/4192956
[pid=17048] ppid=17046 vsize=818392 CPUtime=83.29
/proc/17048/stat : 17048 (java) S 17046 17048 15248 0 -1 0 660037 0 1 0 8058 271 0 0 18 0 12 0 23376070 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17048/statm: 204598 173994 1423 9 0 201925 0
[pid=17048/tid=17050] ppid=17046 vsize=818392 CPUtime=6.75
/proc/17048/task/17050/stat : 17050 (java) S 17046 17048 15248 0 -1 64 35688 0 1 0 657 18 0 0 16 0 12 0 23376071 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17051] ppid=17046 vsize=818392 CPUtime=5.23
/proc/17048/task/17051/stat : 17051 (java) S 17046 17048 15248 0 -1 64 78323 0 0 0 493 30 0 0 17 0 12 0 23376072 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17052] ppid=17046 vsize=818392 CPUtime=4.57
/proc/17048/task/17052/stat : 17052 (java) S 17046 17048 15248 0 -1 64 58765 0 0 0 434 23 0 0 17 0 12 0 23376072 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17053] ppid=17046 vsize=818392 CPUtime=65.78
/proc/17048/task/17053/stat : 17053 (java) R 17046 17048 15248 0 -1 64 482849 0 0 0 6381 197 0 0 25 0 12 0 23376074 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 106159196 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17054] ppid=17046 vsize=818392 CPUtime=0
/proc/17048/task/17054/stat : 17054 (java) S 17046 17048 15248 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23376074 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17055] ppid=17046 vsize=818392 CPUtime=0
/proc/17048/task/17055/stat : 17055 (java) S 17046 17048 15248 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23376074 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17056] ppid=17046 vsize=818392 CPUtime=0
/proc/17048/task/17056/stat : 17056 (java) S 17046 17048 15248 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23376079 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17057] ppid=17046 vsize=818392 CPUtime=0
/proc/17048/task/17057/stat : 17057 (java) S 17046 17048 15248 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23376079 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17058] ppid=17046 vsize=818392 CPUtime=0.92
/proc/17048/task/17058/stat : 17058 (java) S 17046 17048 15248 0 -1 64 3660 0 0 0 91 1 0 0 16 0 12 0 23376079 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17059] ppid=17046 vsize=818392 CPUtime=0
/proc/17048/task/17059/stat : 17059 (java) S 17046 17048 15248 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23376079 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17060] ppid=17046 vsize=818392 CPUtime=0
/proc/17048/task/17060/stat : 17060 (java) S 17046 17048 15248 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23376079 838033408 173994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 83.29
Current children cumulated vsize (KiB) 818392

[startup+81.3026 s]
/proc/loadavg: 2.17 2.14 2.05 2/85 17061
/proc/meminfo: memFree=1057152/2055920 swapFree=4192812/4192956
[pid=17048] ppid=17046 vsize=816712 CPUtime=83.48
/proc/17048/stat : 17048 (java) S 17046 17048 15248 0 -1 0 660050 0 1 0 8077 271 0 0 18 0 12 0 23376070 836313088 173505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17048/statm: 204178 173505 1424 9 0 201505 0
[pid=17048/tid=17050] ppid=17046 vsize=816712 CPUtime=6.75
/proc/17048/task/17050/stat : 17050 (java) S 17046 17048 15248 0 -1 64 35693 0 1 0 657 18 0 0 17 0 12 0 23376071 836313088 173505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17051] ppid=17046 vsize=816712 CPUtime=5.23
/proc/17048/task/17051/stat : 17051 (java) S 17046 17048 15248 0 -1 64 78323 0 0 0 493 30 0 0 17 0 12 0 23376072 836313088 173505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17052] ppid=17046 vsize=816712 CPUtime=4.57
/proc/17048/task/17052/stat : 17052 (java) S 17046 17048 15248 0 -1 64 58765 0 0 0 434 23 0 0 17 0 12 0 23376072 836313088 173505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17053] ppid=17046 vsize=816712 CPUtime=65.96
/proc/17048/task/17053/stat : 17053 (java) S 17046 17048 15248 0 -1 64 482849 0 0 0 6399 197 0 0 25 0 12 0 23376074 836313088 173505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17054] ppid=17046 vsize=816712 CPUtime=0
/proc/17048/task/17054/stat : 17054 (java) S 17046 17048 15248 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23376074 836313088 173505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17055] ppid=17046 vsize=816712 CPUtime=0
/proc/17048/task/17055/stat : 17055 (java) S 17046 17048 15248 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23376074 836313088 173505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17056] ppid=17046 vsize=816712 CPUtime=0
/proc/17048/task/17056/stat : 17056 (java) S 17046 17048 15248 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23376079 836313088 173505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17057] ppid=17046 vsize=816712 CPUtime=0
/proc/17048/task/17057/stat : 17057 (java) S 17046 17048 15248 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23376079 836313088 173505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17058] ppid=17046 vsize=816712 CPUtime=0.92
/proc/17048/task/17058/stat : 17058 (java) S 17046 17048 15248 0 -1 64 3660 0 0 0 91 1 0 0 16 0 12 0 23376079 836313088 173505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17059] ppid=17046 vsize=816712 CPUtime=0
/proc/17048/task/17059/stat : 17059 (java) S 17046 17048 15248 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23376079 836313088 173505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17060] ppid=17046 vsize=816712 CPUtime=0
/proc/17048/task/17060/stat : 17060 (java) S 17046 17048 15248 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23376079 836313088 173505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 83.48
Current children cumulated vsize (KiB) 816712

[startup+81.4066 s]
/proc/loadavg: 2.17 2.14 2.05 2/85 17061
/proc/meminfo: memFree=1057152/2055920 swapFree=4192812/4192956
[pid=17048] ppid=17046 vsize=0 CPUtime=83.58
/proc/17048/stat : 17048 (java) Z 17046 17048 15248 0 -1 12 660053 0 1 0 8077 281 0 0 16 0 2 0 23376070 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17048/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 83.58
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 81.4121
CPU time (s): 83.5933
CPU user time (s): 80.7767
CPU system time (s): 2.81657
CPU usage (%): 102.679
Max. virtual memory (cumulated for all children) (KiB): 912396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.7767
system time used= 2.81657
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 660053
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= 2490
involuntary context switches= 3042

runsolver used 0.115982 second user time and 0.272958 second system time

The end

Launcher Data

Begin job on node39 at 2009-07-12 03:45:20
IDJOB=2076828
IDBENCH=56506
IDSOLVER=731
FILE ID=node39/2076828-1247363120
PBS_JOBID= 9506957
Free space on /tmp= 66384 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-05-01.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2076828-1247363120/watcher-2076828-1247363120 -o /tmp/evaluation-result-2076828-1247363120/solver-2076828-1247363120 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2076828-1247363120.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= e1b490498f3ff471ba21761182e48b82
RANDOM SEED=1061643787

node39.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1748416 kB
Buffers:         27700 kB
Cached:         108776 kB
SwapCached:          0 kB
Active:         210096 kB
Inactive:        48596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1748416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1308 kB
Writeback:           0 kB
Mapped:         132884 kB
Slab:            33812 kB
Committed_AS:   331408 kB
PageTables:       2068 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= 66380 MiB
End job on node39 at 2009-07-12 03:46:42