Trace number 2076806

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? 80.4338 80.4465

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-21-03.xml
MD5SUM4017db100708ff15ef992f6d96e82e74
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 benchmark1.59176
Satisfiable
(Un)Satisfiability was proved
Number of variables362
Number of constraints2140
Maximum constraint arity22
Maximum domain size26
Number of constraints which are defined in extension144
Number of constraints which are defined in intension1996
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/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-2076806-1247363096.xml
0.18/0.23	c reading problem ... 
0.38/0.47	c reading problem named null
0.38/0.47	c reading domains done.
0.38/0.48	c reading variables done.
0.67/0.76	c reading relations done.
4.14/4.24	c reading predicates  done.
4.34/4.46	c reading constraints
80.30/80.32	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
80.30/80.32		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
80.30/80.32		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
80.30/80.32		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
80.30/80.32		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
80.30/80.32		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
80.30/80.32		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
80.30/80.32		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
80.30/80.32		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
80.30/80.32		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
80.30/80.32		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
80.30/80.32		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
80.30/80.32		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
80.30/80.32		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
80.30/80.32		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
80.30/80.32		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
80.30/80.32		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
80.30/80.32		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
80.30/80.32		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
80.30/80.32		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
80.30/80.32		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
80.30/80.32		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
80.30/80.32		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
80.30/80.32		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
80.30/80.32		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
80.30/80.32		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
80.30/80.32		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
80.30/80.32		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
80.30/80.32		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
80.30/80.32		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
80.30/80.32		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
80.30/80.32		at org.sat4j.AbstractLauncher.run(Unknown Source)
80.30/80.32		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
80.30/80.33	c starts		: 0
80.30/80.33	c conflicts		: 0
80.30/80.33	c decisions		: 0
80.30/80.33	c propagations		: 0
80.30/80.33	c inspects		: 0
80.30/80.33	c learnt literals	: 0
80.30/80.33	c learnt binary clauses	: 0
80.30/80.33	c learnt ternary clauses	: 0
80.30/80.33	c learnt clauses	: 0
80.30/80.33	c ignored clauses	: 0
80.30/80.33	c root simplifications	: 0
80.30/80.33	c removed literals (reason simplification)	: 0
80.30/80.33	c reason swapping (by a shorter reason)	: 0
80.30/80.33	c Calls to reduceDB	: 0
80.30/80.33	c speed (assignments/second)	: 0.0
80.30/80.33	c non guided choices	0
80.30/80.33	c learnt constraints type 
80.30/80.33	c constraints type 
80.30/80.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8376747
80.30/80.33	c org.sat4j.minisat.constraints.card.AtLeast => 362
80.30/80.33	s UNKNOWN
80.30/80.33	c Total wall clock time (in seconds) : 80.095

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-2076806-1247363096/watcher-2076806-1247363096 -o /tmp/evaluation-result-2076806-1247363096/solver-2076806-1247363096 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2076806-1247363096.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.17 2.08 2.02 4/81 21472
/proc/meminfo: memFree=1775096/2055920 swapFree=4192812/4192956
[pid=21472] ppid=21470 vsize=18576 CPUtime=0
/proc/21472/stat : 21472 (runsolver) R 21470 21472 17819 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 23374246 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 226686987559 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/21472/statm: 4644 284 249 26 0 2626 0

[startup+0.061937 s]
/proc/loadavg: 2.17 2.08 2.02 4/81 21472
/proc/meminfo: memFree=1775096/2055920 swapFree=4192812/4192956
[pid=21472] ppid=21470 vsize=802164 CPUtime=0.04
/proc/21472/stat : 21472 (java) S 21470 21472 17819 0 -1 0 2691 0 1 0 2 2 0 0 20 0 7 0 23374246 821415936 2436 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/21472/statm: 200541 2436 1029 9 0 197892 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802164

[startup+0.101939 s]
/proc/loadavg: 2.17 2.08 2.02 4/81 21472
/proc/meminfo: memFree=1775096/2055920 swapFree=4192812/4192956
[pid=21472] ppid=21470 vsize=804560 CPUtime=0.08
/proc/21472/stat : 21472 (java) S 21470 21472 17819 0 -1 0 3019 0 1 0 6 2 0 0 20 0 12 0 23374246 823869440 2762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21472/statm: 201140 2762 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.30198 s]
/proc/loadavg: 2.17 2.08 2.02 4/81 21472
/proc/meminfo: memFree=1775096/2055920 swapFree=4192812/4192956
[pid=21472] ppid=21470 vsize=805888 CPUtime=0.27
/proc/21472/stat : 21472 (java) S 21470 21472 17819 0 -1 0 4382 0 1 0 24 3 0 0 20 0 12 0 23374246 825229312 4120 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21472/statm: 201472 4120 1359 9 0 198799 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805888

[startup+0.701063 s]
/proc/loadavg: 2.17 2.08 2.02 4/81 21472
/proc/meminfo: memFree=1775096/2055920 swapFree=4192812/4192956
[pid=21472] ppid=21470 vsize=807168 CPUtime=0.67
/proc/21472/stat : 21472 (java) S 21470 21472 17819 0 -1 0 6163 0 1 0 62 5 0 0 20 0 12 0 23374246 826540032 5193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21472/statm: 201792 5193 1387 9 0 199119 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807168

[startup+1.50223 s]
/proc/loadavg: 2.17 2.08 2.02 4/93 21484
/proc/meminfo: memFree=1757336/2055920 swapFree=4192812/4192956
[pid=21472] ppid=21470 vsize=812840 CPUtime=1.46
/proc/21472/stat : 21472 (java) S 21470 21472 17819 0 -1 0 10854 0 1 0 139 7 0 0 20 0 12 0 23374246 832348160 8425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21472/statm: 203210 8425 1407 9 0 200537 0
[pid=21472/tid=21474] ppid=21470 vsize=812840 CPUtime=0.63
/proc/21472/task/21474/stat : 21474 (java) R 21470 21472 17819 0 -1 64 5674 0 1 0 58 5 0 0 25 0 12 0 23374248 832348160 8425 996147200 134512640 134550932 4294956016 18446744073709551615 4109169967 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21475] ppid=21470 vsize=812840 CPUtime=0
/proc/21472/task/21475/stat : 21475 (java) S 21470 21472 17819 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 23374249 832348160 8425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21476] ppid=21470 vsize=812840 CPUtime=0
/proc/21472/task/21476/stat : 21476 (java) S 21470 21472 17819 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 23374249 832348160 8425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21477] ppid=21470 vsize=812840 CPUtime=0
/proc/21472/task/21477/stat : 21477 (java) S 21470 21472 17819 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23374251 832348160 8425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21478] ppid=21470 vsize=812840 CPUtime=0
/proc/21472/task/21478/stat : 21478 (java) S 21470 21472 17819 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 23374251 832348160 8425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21479] ppid=21470 vsize=812840 CPUtime=0
/proc/21472/task/21479/stat : 21479 (java) S 21470 21472 17819 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 23374251 832348160 8425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21480] ppid=21470 vsize=812840 CPUtime=0
/proc/21472/task/21480/stat : 21480 (java) S 21470 21472 17819 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23374256 832348160 8425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21481] ppid=21470 vsize=812840 CPUtime=0.04
/proc/21472/task/21481/stat : 21481 (java) S 21470 21472 17819 0 -1 64 260 0 0 0 4 0 0 0 18 0 12 0 23374256 832348160 8425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21482] ppid=21470 vsize=812840 CPUtime=0.77
/proc/21472/task/21482/stat : 21482 (java) S 21470 21472 17819 0 -1 64 4180 0 0 0 76 1 0 0 17 0 12 0 23374256 832348160 8425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21483] ppid=21470 vsize=812840 CPUtime=0
/proc/21472/task/21483/stat : 21483 (java) S 21470 21472 17819 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23374256 832348160 8425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21484] ppid=21470 vsize=812840 CPUtime=0
/proc/21472/task/21484/stat : 21484 (java) S 21470 21472 17819 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23374256 832348160 8425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 812840

[startup+3.10254 s]
/proc/loadavg: 2.17 2.08 2.02 3/93 21484
/proc/meminfo: memFree=1707288/2055920 swapFree=4192812/4192956
[pid=21472] ppid=21470 vsize=812840 CPUtime=3.06
/proc/21472/stat : 21472 (java) S 21470 21472 17819 0 -1 0 28886 0 1 0 292 14 0 0 20 0 12 0 23374246 832348160 26453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21472/statm: 203210 26453 1419 9 0 200537 0
[pid=21472/tid=21474] ppid=21470 vsize=812840 CPUtime=1.91
/proc/21472/task/21474/stat : 21474 (java) R 21470 21472 17819 0 -1 64 16909 0 1 0 182 9 0 0 25 0 12 0 23374248 832348160 26453 996147200 134512640 134550932 4294956016 18446744073709551615 4109641943 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21475] ppid=21470 vsize=812840 CPUtime=0.08
/proc/21472/task/21475/stat : 21475 (java) S 21470 21472 17819 0 -1 64 4494 0 0 0 7 1 0 0 16 0 12 0 23374249 832348160 26453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21476] ppid=21470 vsize=812840 CPUtime=0.04
/proc/21472/task/21476/stat : 21476 (java) S 21470 21472 17819 0 -1 64 2280 0 0 0 4 0 0 0 16 0 12 0 23374249 832348160 26453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21477] ppid=21470 vsize=812840 CPUtime=0
/proc/21472/task/21477/stat : 21477 (java) S 21470 21472 17819 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23374251 832348160 26453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21478] ppid=21470 vsize=812840 CPUtime=0
/proc/21472/task/21478/stat : 21478 (java) S 21470 21472 17819 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23374251 832348160 26453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21479] ppid=21470 vsize=812840 CPUtime=0
/proc/21472/task/21479/stat : 21479 (java) S 21470 21472 17819 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23374251 832348160 26453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21480] ppid=21470 vsize=812840 CPUtime=0
/proc/21472/task/21480/stat : 21480 (java) S 21470 21472 17819 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23374256 832348160 26453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21481] ppid=21470 vsize=812840 CPUtime=0.04
/proc/21472/task/21481/stat : 21481 (java) S 21470 21472 17819 0 -1 64 260 0 0 0 4 0 0 0 18 0 12 0 23374256 832348160 26453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21482] ppid=21470 vsize=812840 CPUtime=0.94
/proc/21472/task/21482/stat : 21482 (java) S 21470 21472 17819 0 -1 64 4194 0 0 0 93 1 0 0 16 0 12 0 23374256 832348160 26453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21483] ppid=21470 vsize=812840 CPUtime=0
/proc/21472/task/21483/stat : 21483 (java) S 21470 21472 17819 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23374256 832348160 26453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21484] ppid=21470 vsize=812840 CPUtime=0
/proc/21472/task/21484/stat : 21484 (java) S 21470 21472 17819 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23374256 832348160 26453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 812840

[startup+6.30235 s]
/proc/loadavg: 2.24 2.09 2.02 5/93 21484
/proc/meminfo: memFree=1627608/2055920 swapFree=4192812/4192956
[pid=21472] ppid=21470 vsize=812416 CPUtime=6.49
/proc/21472/stat : 21472 (java) S 21470 21472 17819 0 -1 0 53656 0 1 0 624 25 0 0 20 0 12 0 23374246 831913984 50589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21472/statm: 203104 50589 1422 9 0 200431 0
[pid=21472/tid=21474] ppid=21470 vsize=812416 CPUtime=3.7
/proc/21472/task/21474/stat : 21474 (java) R 21470 21472 17819 0 -1 64 17216 0 1 0 361 9 0 0 25 0 12 0 23374248 831913984 50589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21475] ppid=21470 vsize=812416 CPUtime=0.77
/proc/21472/task/21475/stat : 21475 (java) R 21470 21472 17819 0 -1 64 19298 0 0 0 70 7 0 0 17 0 12 0 23374249 831913984 50589 996147200 134512640 134550932 4294956016 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21476] ppid=21470 vsize=812416 CPUtime=0.74
/proc/21472/task/21476/stat : 21476 (java) R 21470 21472 17819 0 -1 64 11859 0 0 0 69 5 0 0 17 0 12 0 23374249 831913984 50589 996147200 134512640 134550932 4294956016 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21477] ppid=21470 vsize=812416 CPUtime=0
/proc/21472/task/21477/stat : 21477 (java) S 21470 21472 17819 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23374251 831913984 50589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21478] ppid=21470 vsize=812416 CPUtime=0
/proc/21472/task/21478/stat : 21478 (java) S 21470 21472 17819 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23374251 831913984 50589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21479] ppid=21470 vsize=812416 CPUtime=0
/proc/21472/task/21479/stat : 21479 (java) S 21470 21472 17819 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23374251 831913984 50589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21480] ppid=21470 vsize=812416 CPUtime=0
/proc/21472/task/21480/stat : 21480 (java) S 21470 21472 17819 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23374256 831913984 50589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21481] ppid=21470 vsize=812416 CPUtime=0.04
/proc/21472/task/21481/stat : 21481 (java) S 21470 21472 17819 0 -1 64 260 0 0 0 4 0 0 0 18 0 12 0 23374256 831913984 50589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21482] ppid=21470 vsize=812416 CPUtime=1.19
/proc/21472/task/21482/stat : 21482 (java) S 21470 21472 17819 0 -1 64 4274 0 0 0 118 1 0 0 16 0 12 0 23374256 831913984 50589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21483] ppid=21470 vsize=812416 CPUtime=0
/proc/21472/task/21483/stat : 21483 (java) S 21470 21472 17819 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23374256 831913984 50589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21484] ppid=21470 vsize=812416 CPUtime=0
/proc/21472/task/21484/stat : 21484 (java) S 21470 21472 17819 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23374256 831913984 50589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.49
Current children cumulated vsize (KiB) 812416

[startup+12.7027 s]
/proc/loadavg: 2.30 2.11 2.03 4/93 21484
/proc/meminfo: memFree=1303320/2055920 swapFree=4192812/4192956
[pid=21472] ppid=21470 vsize=817544 CPUtime=12.97
/proc/21472/stat : 21472 (java) S 21470 21472 17819 0 -1 0 131374 0 1 0 1238 59 0 0 20 0 12 0 23374246 837165056 128142 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21472/statm: 204386 128142 1422 9 0 201713 0
[pid=21472/tid=21474] ppid=21470 vsize=817544 CPUtime=5.85
/proc/21472/task/21474/stat : 21474 (java) S 21470 21472 17819 0 -1 64 23377 0 1 0 573 12 0 0 17 0 12 0 23374248 837165056 128142 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21475] ppid=21470 vsize=817544 CPUtime=2.84
/proc/21472/task/21475/stat : 21475 (java) R 21470 21472 17819 0 -1 64 52737 0 0 0 262 22 0 0 19 0 12 0 23374249 837165056 128142 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21476] ppid=21470 vsize=817544 CPUtime=2.99
/proc/21472/task/21476/stat : 21476 (java) R 21470 21472 17819 0 -1 64 49977 0 0 0 278 21 0 0 17 0 12 0 23374249 837165056 128142 996147200 134512640 134550932 4294956016 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21477] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21477/stat : 21477 (java) S 21470 21472 17819 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 23374251 837165056 128142 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21478] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21478/stat : 21478 (java) S 21470 21472 17819 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23374251 837165056 128142 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21479] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21479/stat : 21479 (java) S 21470 21472 17819 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23374251 837165056 128142 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21480] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21480/stat : 21480 (java) S 21470 21472 17819 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23374256 837165056 128142 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21481] ppid=21470 vsize=817544 CPUtime=0.04
/proc/21472/task/21481/stat : 21481 (java) S 21470 21472 17819 0 -1 64 260 0 0 0 4 0 0 0 18 0 12 0 23374256 837165056 128142 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21482] ppid=21470 vsize=817544 CPUtime=1.19
/proc/21472/task/21482/stat : 21482 (java) S 21470 21472 17819 0 -1 64 4274 0 0 0 118 1 0 0 16 0 12 0 23374256 837165056 128142 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21483] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21483/stat : 21483 (java) S 21470 21472 17819 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23374256 837165056 128142 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21484] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21484/stat : 21484 (java) S 21470 21472 17819 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23374256 837165056 128142 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.97
Current children cumulated vsize (KiB) 817544

[startup+25.5023 s]
/proc/loadavg: 2.30 2.12 2.03 3/93 21484
/proc/meminfo: memFree=1050904/2055920 swapFree=4192812/4192956
[pid=21472] ppid=21470 vsize=849548 CPUtime=25.77
/proc/21472/stat : 21472 (java) S 21470 21472 17819 0 -1 0 208086 0 1 0 2486 91 0 0 20 0 12 0 23374246 869937152 181836 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21472/statm: 212387 181836 1424 9 0 209714 0
[pid=21472/tid=21474] ppid=21470 vsize=849548 CPUtime=7.38
/proc/21472/task/21474/stat : 21474 (java) S 21470 21472 17819 0 -1 64 35674 0 1 0 721 17 0 0 18 0 12 0 23374248 869937152 181836 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21475] ppid=21470 vsize=849548 CPUtime=3.08
/proc/21472/task/21475/stat : 21475 (java) S 21470 21472 17819 0 -1 64 52737 0 0 0 286 22 0 0 17 0 12 0 23374249 869937152 181836 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21476] ppid=21470 vsize=849548 CPUtime=4.96
/proc/21472/task/21476/stat : 21476 (java) S 21470 21472 17819 0 -1 64 76258 0 0 0 464 32 0 0 17 0 12 0 23374249 869937152 181836 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21477] ppid=21470 vsize=849548 CPUtime=9.06
/proc/21472/task/21477/stat : 21477 (java) R 21470 21472 17819 0 -1 64 38143 0 0 0 890 16 0 0 25 0 12 0 23374251 869937152 181836 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21478] ppid=21470 vsize=849548 CPUtime=0
/proc/21472/task/21478/stat : 21478 (java) S 21470 21472 17819 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23374251 869937152 181836 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21479] ppid=21470 vsize=849548 CPUtime=0
/proc/21472/task/21479/stat : 21479 (java) S 21470 21472 17819 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23374251 869937152 181836 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21480] ppid=21470 vsize=849548 CPUtime=0
/proc/21472/task/21480/stat : 21480 (java) S 21470 21472 17819 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23374256 869937152 181836 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21481] ppid=21470 vsize=849548 CPUtime=0.04

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

[pid=21472/tid=21483] ppid=21470 vsize=913552 CPUtime=0
/proc/21472/task/21483/stat : 21483 (java) S 21470 21472 17819 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23374256 935477248 192380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21484] ppid=21470 vsize=913552 CPUtime=0
/proc/21472/task/21484/stat : 21484 (java) S 21470 21472 17819 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23374256 935477248 192380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.34
Current children cumulated vsize (KiB) 913552

[startup+76.7027 s]
/proc/loadavg: 2.17 2.11 2.03 3/93 21484
/proc/meminfo: memFree=1082840/2055920 swapFree=4192812/4192956
[pid=21472] ppid=21470 vsize=817544 CPUtime=76.71
/proc/21472/stat : 21472 (java) S 21470 21472 17819 0 -1 0 617680 0 1 0 7395 276 0 0 20 0 12 0 23374246 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21472/statm: 204386 173835 1423 9 0 201713 0
[pid=21472/tid=21474] ppid=21470 vsize=817544 CPUtime=7.66
/proc/21472/task/21474/stat : 21474 (java) S 21470 21472 17819 0 -1 64 35690 0 1 0 749 17 0 0 17 0 12 0 23374248 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21475] ppid=21470 vsize=817544 CPUtime=3.08
/proc/21472/task/21475/stat : 21475 (java) S 21470 21472 17819 0 -1 64 52737 0 0 0 286 22 0 0 17 0 12 0 23374249 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21476] ppid=21470 vsize=817544 CPUtime=4.96
/proc/21472/task/21476/stat : 21476 (java) S 21470 21472 17819 0 -1 64 76258 0 0 0 464 32 0 0 17 0 12 0 23374249 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21477] ppid=21470 vsize=817544 CPUtime=59.73
/proc/21472/task/21477/stat : 21477 (java) R 21470 21472 17819 0 -1 64 447721 0 0 0 5772 201 0 0 25 0 12 0 23374251 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 106158875 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21478] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21478/stat : 21478 (java) S 21470 21472 17819 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23374251 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21479] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21479/stat : 21479 (java) S 21470 21472 17819 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23374251 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21480] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21480/stat : 21480 (java) S 21470 21472 17819 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23374256 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21481] ppid=21470 vsize=817544 CPUtime=0.04
/proc/21472/task/21481/stat : 21481 (java) S 21470 21472 17819 0 -1 64 260 0 0 0 4 0 0 0 18 0 12 0 23374256 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21482] ppid=21470 vsize=817544 CPUtime=1.19
/proc/21472/task/21482/stat : 21482 (java) S 21470 21472 17819 0 -1 64 4274 0 0 0 118 1 0 0 16 0 12 0 23374256 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21483] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21483/stat : 21483 (java) S 21470 21472 17819 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23374256 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21484] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21484/stat : 21484 (java) S 21470 21472 17819 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23374256 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 76.71
Current children cumulated vsize (KiB) 817544

[startup+78.303 s]
/proc/loadavg: 2.17 2.11 2.03 3/93 21484
/proc/meminfo: memFree=1082840/2055920 swapFree=4192812/4192956
[pid=21472] ppid=21470 vsize=817544 CPUtime=78.3
/proc/21472/stat : 21472 (java) S 21470 21472 17819 0 -1 0 617681 0 1 0 7554 276 0 0 20 0 12 0 23374246 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21472/statm: 204386 173835 1423 9 0 201713 0
[pid=21472/tid=21474] ppid=21470 vsize=817544 CPUtime=7.66
/proc/21472/task/21474/stat : 21474 (java) S 21470 21472 17819 0 -1 64 35691 0 1 0 749 17 0 0 17 0 12 0 23374248 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21475] ppid=21470 vsize=817544 CPUtime=3.08
/proc/21472/task/21475/stat : 21475 (java) S 21470 21472 17819 0 -1 64 52737 0 0 0 286 22 0 0 17 0 12 0 23374249 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21476] ppid=21470 vsize=817544 CPUtime=4.96
/proc/21472/task/21476/stat : 21476 (java) S 21470 21472 17819 0 -1 64 76258 0 0 0 464 32 0 0 17 0 12 0 23374249 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21477] ppid=21470 vsize=817544 CPUtime=61.32
/proc/21472/task/21477/stat : 21477 (java) R 21470 21472 17819 0 -1 64 447721 0 0 0 5931 201 0 0 25 0 12 0 23374251 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 106157810 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21478] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21478/stat : 21478 (java) S 21470 21472 17819 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23374251 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21479] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21479/stat : 21479 (java) S 21470 21472 17819 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23374251 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21480] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21480/stat : 21480 (java) S 21470 21472 17819 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23374256 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21481] ppid=21470 vsize=817544 CPUtime=0.04
/proc/21472/task/21481/stat : 21481 (java) S 21470 21472 17819 0 -1 64 260 0 0 0 4 0 0 0 18 0 12 0 23374256 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21482] ppid=21470 vsize=817544 CPUtime=1.19
/proc/21472/task/21482/stat : 21482 (java) S 21470 21472 17819 0 -1 64 4274 0 0 0 118 1 0 0 16 0 12 0 23374256 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21483] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21483/stat : 21483 (java) S 21470 21472 17819 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23374256 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21484] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21484/stat : 21484 (java) S 21470 21472 17819 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23374256 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 78.3
Current children cumulated vsize (KiB) 817544

[startup+79.1022 s]
/proc/loadavg: 2.16 2.11 2.03 3/93 21484
/proc/meminfo: memFree=1082840/2055920 swapFree=4192812/4192956
[pid=21472] ppid=21470 vsize=817544 CPUtime=79.1
/proc/21472/stat : 21472 (java) S 21470 21472 17819 0 -1 0 617681 0 1 0 7634 276 0 0 20 0 12 0 23374246 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21472/statm: 204386 173835 1423 9 0 201713 0
[pid=21472/tid=21474] ppid=21470 vsize=817544 CPUtime=7.66
/proc/21472/task/21474/stat : 21474 (java) S 21470 21472 17819 0 -1 64 35691 0 1 0 749 17 0 0 17 0 12 0 23374248 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21475] ppid=21470 vsize=817544 CPUtime=3.08
/proc/21472/task/21475/stat : 21475 (java) S 21470 21472 17819 0 -1 64 52737 0 0 0 286 22 0 0 17 0 12 0 23374249 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21476] ppid=21470 vsize=817544 CPUtime=4.96
/proc/21472/task/21476/stat : 21476 (java) S 21470 21472 17819 0 -1 64 76258 0 0 0 464 32 0 0 17 0 12 0 23374249 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21477] ppid=21470 vsize=817544 CPUtime=62.12
/proc/21472/task/21477/stat : 21477 (java) R 21470 21472 17819 0 -1 64 447721 0 0 0 6011 201 0 0 25 0 12 0 23374251 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21478] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21478/stat : 21478 (java) S 21470 21472 17819 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23374251 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21479] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21479/stat : 21479 (java) S 21470 21472 17819 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23374251 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21480] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21480/stat : 21480 (java) S 21470 21472 17819 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23374256 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21481] ppid=21470 vsize=817544 CPUtime=0.04
/proc/21472/task/21481/stat : 21481 (java) S 21470 21472 17819 0 -1 64 260 0 0 0 4 0 0 0 18 0 12 0 23374256 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21482] ppid=21470 vsize=817544 CPUtime=1.19
/proc/21472/task/21482/stat : 21482 (java) S 21470 21472 17819 0 -1 64 4274 0 0 0 118 1 0 0 16 0 12 0 23374256 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21483] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21483/stat : 21483 (java) S 21470 21472 17819 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23374256 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21484] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21484/stat : 21484 (java) S 21470 21472 17819 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23374256 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 79.1
Current children cumulated vsize (KiB) 817544

[startup+79.9013 s]
/proc/loadavg: 2.16 2.11 2.03 3/93 21484
/proc/meminfo: memFree=1082840/2055920 swapFree=4192812/4192956
[pid=21472] ppid=21470 vsize=817544 CPUtime=79.9
/proc/21472/stat : 21472 (java) S 21470 21472 17819 0 -1 0 617681 0 1 0 7714 276 0 0 20 0 12 0 23374246 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21472/statm: 204386 173835 1423 9 0 201713 0
[pid=21472/tid=21474] ppid=21470 vsize=817544 CPUtime=7.66
/proc/21472/task/21474/stat : 21474 (java) S 21470 21472 17819 0 -1 64 35691 0 1 0 749 17 0 0 17 0 12 0 23374248 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21475] ppid=21470 vsize=817544 CPUtime=3.08
/proc/21472/task/21475/stat : 21475 (java) S 21470 21472 17819 0 -1 64 52737 0 0 0 286 22 0 0 17 0 12 0 23374249 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21476] ppid=21470 vsize=817544 CPUtime=4.96
/proc/21472/task/21476/stat : 21476 (java) S 21470 21472 17819 0 -1 64 76258 0 0 0 464 32 0 0 17 0 12 0 23374249 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21477] ppid=21470 vsize=817544 CPUtime=62.91
/proc/21472/task/21477/stat : 21477 (java) R 21470 21472 17819 0 -1 64 447721 0 0 0 6090 201 0 0 25 0 12 0 23374251 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 106159123 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21478] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21478/stat : 21478 (java) S 21470 21472 17819 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23374251 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21479] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21479/stat : 21479 (java) S 21470 21472 17819 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23374251 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21480] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21480/stat : 21480 (java) S 21470 21472 17819 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23374256 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21481] ppid=21470 vsize=817544 CPUtime=0.04
/proc/21472/task/21481/stat : 21481 (java) S 21470 21472 17819 0 -1 64 260 0 0 0 4 0 0 0 18 0 12 0 23374256 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21482] ppid=21470 vsize=817544 CPUtime=1.19
/proc/21472/task/21482/stat : 21482 (java) S 21470 21472 17819 0 -1 64 4274 0 0 0 118 1 0 0 16 0 12 0 23374256 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21483] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21483/stat : 21483 (java) S 21470 21472 17819 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23374256 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21484] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21484/stat : 21484 (java) S 21470 21472 17819 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23374256 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 79.9
Current children cumulated vsize (KiB) 817544

[startup+80.3064 s]
/proc/loadavg: 2.16 2.11 2.03 3/93 21484
/proc/meminfo: memFree=1082840/2055920 swapFree=4192812/4192956
[pid=21472] ppid=21470 vsize=817544 CPUtime=80.3
/proc/21472/stat : 21472 (java) S 21470 21472 17819 0 -1 0 617681 0 1 0 7754 276 0 0 20 0 12 0 23374246 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21472/statm: 204386 173835 1423 9 0 201713 0
[pid=21472/tid=21474] ppid=21470 vsize=817544 CPUtime=7.66
/proc/21472/task/21474/stat : 21474 (java) S 21470 21472 17819 0 -1 64 35691 0 1 0 749 17 0 0 17 0 12 0 23374248 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21475] ppid=21470 vsize=817544 CPUtime=3.08
/proc/21472/task/21475/stat : 21475 (java) S 21470 21472 17819 0 -1 64 52737 0 0 0 286 22 0 0 17 0 12 0 23374249 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21476] ppid=21470 vsize=817544 CPUtime=4.96
/proc/21472/task/21476/stat : 21476 (java) S 21470 21472 17819 0 -1 64 76258 0 0 0 464 32 0 0 17 0 12 0 23374249 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21477] ppid=21470 vsize=817544 CPUtime=63.31
/proc/21472/task/21477/stat : 21477 (java) R 21470 21472 17819 0 -1 64 447721 0 0 0 6130 201 0 0 25 0 12 0 23374251 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 106159143 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21478] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21478/stat : 21478 (java) S 21470 21472 17819 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23374251 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21479] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21479/stat : 21479 (java) S 21470 21472 17819 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23374251 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21472/tid=21480] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21480/stat : 21480 (java) S 21470 21472 17819 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23374256 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21481] ppid=21470 vsize=817544 CPUtime=0.04
/proc/21472/task/21481/stat : 21481 (java) S 21470 21472 17819 0 -1 64 260 0 0 0 4 0 0 0 18 0 12 0 23374256 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21482] ppid=21470 vsize=817544 CPUtime=1.19
/proc/21472/task/21482/stat : 21482 (java) S 21470 21472 17819 0 -1 64 4274 0 0 0 118 1 0 0 16 0 12 0 23374256 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21483] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21483/stat : 21483 (java) S 21470 21472 17819 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23374256 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21472/tid=21484] ppid=21470 vsize=817544 CPUtime=0
/proc/21472/task/21484/stat : 21484 (java) S 21470 21472 17819 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23374256 837165056 173835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 80.3
Current children cumulated vsize (KiB) 817544

[startup+80.4016 s]
/proc/loadavg: 2.16 2.11 2.03 3/93 21484
/proc/meminfo: memFree=1082840/2055920 swapFree=4192812/4192956
[pid=21472] ppid=21470 vsize=0 CPUtime=80.38
/proc/21472/stat : 21472 (java) Z 21470 21472 17819 0 -1 12 617698 0 1 0 7756 282 0 0 16 0 2 0 23374246 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21472/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 80.38
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 80.4465
CPU time (s): 80.4338
CPU user time (s): 77.5672
CPU system time (s): 2.86656
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 913552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.5672
system time used= 2.86656
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 617698
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= 2757
involuntary context switches= 2643

runsolver used 0.094985 second user time and 0.296954 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-12 03:44:57
IDJOB=2076806
IDBENCH=56502
IDSOLVER=731
FILE ID=node80/2076806-1247363096
PBS_JOBID= 9506967
Free space on /tmp= 66248 MiB

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

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

MD5SUM BENCH= 4017db100708ff15ef992f6d96e82e74
RANDOM SEED=1464638218

node80.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.285
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.285
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:       1775576 kB
Buffers:         19456 kB
Cached:         103624 kB
SwapCached:          0 kB
Active:         179912 kB
Inactive:        56176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1775576 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6728 kB
Writeback:           0 kB
Mapped:         130792 kB
Slab:            29352 kB
Committed_AS:   934808 kB
PageTables:       1984 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= 66248 MiB
End job on node80 at 2009-07-12 03:46:17