Trace number 1075246

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? 98.717 98.8447

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-15-02.xml
MD5SUM8345036d237c01352338a89cada9123b
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.91286
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of constraints944
Maximum constraint arity30
Maximum domain size26
Number of constraints which are defined in extension80
Number of constraints which are defined in intension864
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.31	c See www.sat4j.org for details.
0.29/0.31	c That software uses the Rhino library from the Mozilla project.
0.29/0.35	c version 9.9.9.token
0.29/0.35	c sun.arch.data.model	32
0.29/0.35	c java.version	1.6.0_06
0.29/0.35	c os.name	Linux
0.29/0.35	c os.version	2.6.9-22.EL.rootsmp
0.29/0.35	c os.arch	i386
0.29/0.35	c Free memory 669864272
0.29/0.35	c Max memory 672137216
0.29/0.35	c Total memory 672137216
0.29/0.35	c Number of processors 2
0.38/0.40	c c --- Begin Solver configuration ---
0.38/0.40	c Stops conflict analysis at the first Unique Implication Point
0.38/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.40	c Learn all clauses as in MiniSAT
0.38/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.40	c Expensive reason simplification
0.38/0.40	c MiniSAT restarts strategy
0.38/0.40	c timeout=2147483s
0.38/0.40	c DB Simplification allowed=false
0.38/0.40	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-1075246-1215180384.xml
0.38/0.40	c reading problem ... 
0.58/0.66	c reading problem named null
0.58/0.66	c reading domains done.
0.58/0.67	c reading variables done.
0.88/0.90	c reading relations done.
3.35/3.46	c reading predicates  done.
3.55/3.65	c reading constraints
98.57/98.73	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
98.57/98.73		at java.lang.Integer.valueOf(Unknown Source)
98.57/98.73		at org.sat4j.minisat.core.Solver.addConstr(Solver.java:1196)
98.57/98.73		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
98.57/98.73		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
98.57/98.73		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
98.57/98.73		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
98.57/98.73		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
98.57/98.73		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
98.57/98.73		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
98.57/98.73		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
98.57/98.73		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
98.57/98.73		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
98.57/98.73		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
98.57/98.73		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
98.57/98.73		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
98.57/98.73		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
98.57/98.73		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
98.57/98.73		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
98.57/98.73		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
98.57/98.73		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
98.57/98.73		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
98.57/98.73		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
98.57/98.73		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
98.57/98.73		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
98.57/98.73		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
98.57/98.73		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
98.57/98.73		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
98.57/98.73		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
98.57/98.73		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
98.57/98.73		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
98.57/98.73	c starts		: 0
98.57/98.73	c conflicts		: 0
98.57/98.73	c decisions		: 0
98.57/98.73	c propagations		: 0
98.57/98.73	c inspects		: 0
98.57/98.73	c learnt literals	: 0
98.57/98.74	c learnt binary clauses	: 0
98.57/98.74	c learnt ternary clauses	: 0
98.57/98.74	c learnt clauses	: 0
98.57/98.74	c ignored clauses	: 0
98.57/98.74	c root simplifications	: 0
98.57/98.74	c removed literals (reason simplification)	: 0
98.57/98.74	c reason swapping (by a shorter reason)	: 0
98.57/98.74	c Calls to reduceDB	: 0
98.57/98.74	c speed (assignments/second)	: 0.0
98.57/98.74	c non guided choices	0
98.57/98.74	s UNKNOWN
98.57/98.74	c Total wall clock time (in seconds) : 98.334

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1075246-1215180384/watcher-1075246-1215180384 -o /tmp/evaluation-result-1075246-1215180384/solver-1075246-1215180384 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1075246-1215180384.xml 

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


[startup+0 s]
/proc/loadavg: 1.94 2.00 1.99 4/82 13530
/proc/meminfo: memFree=871040/2055920 swapFree=4180412/4192956
[pid=13530] ppid=13528 vsize=18572 CPUtime=0
/proc/13530/stat : 13530 (runsolver) R 13528 13530 10877 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1997012695 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 221236489511 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/13530/statm: 4643 292 257 25 0 2626 0

[startup+0.0825139 s]
/proc/loadavg: 1.94 2.00 1.99 4/82 13530
/proc/meminfo: memFree=871040/2055920 swapFree=4180412/4192956
[pid=13530] ppid=13528 vsize=802236 CPUtime=0.07
/proc/13530/stat : 13530 (java) S 13528 13530 10877 0 -1 0 2835 0 1 0 5 2 0 0 18 0 7 0 1997012695 821489664 2570 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/13530/statm: 200559 2570 1011 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.102518 s]
/proc/loadavg: 1.94 2.00 1.99 4/82 13530
/proc/meminfo: memFree=871040/2055920 swapFree=4180412/4192956
[pid=13530] ppid=13528 vsize=805636 CPUtime=0.08
/proc/13530/stat : 13530 (java) S 13528 13530 10877 0 -1 0 3005 0 1 0 6 2 0 0 18 0 12 0 1997012695 824971264 2738 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13530/statm: 201409 2738 1048 9 0 198778 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 805636

[startup+0.302557 s]
/proc/loadavg: 1.94 2.00 1.99 4/82 13530
/proc/meminfo: memFree=871040/2055920 swapFree=4180412/4192956
[pid=13530] ppid=13528 vsize=809384 CPUtime=0.29
/proc/13530/stat : 13530 (java) S 13528 13530 10877 0 -1 0 5012 0 1 0 25 4 0 0 18 0 12 0 1997012695 828809216 4340 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13530/statm: 202346 4340 1298 9 0 199715 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 809384

[startup+0.70263 s]
/proc/loadavg: 1.94 2.00 1.99 4/82 13530
/proc/meminfo: memFree=871040/2055920 swapFree=4180412/4192956
[pid=13530] ppid=13528 vsize=809412 CPUtime=0.67
/proc/13530/stat : 13530 (java) S 13528 13530 10877 0 -1 0 6367 0 1 0 62 5 0 0 18 0 12 0 1997012695 828837888 5548 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13530/statm: 202353 5548 1335 9 0 199715 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 809412

[startup+1.50178 s]
/proc/loadavg: 2.03 2.02 2.00 5/94 13542
/proc/meminfo: memFree=798048/2055920 swapFree=4180412/4192956
[pid=13530] ppid=13528 vsize=813224 CPUtime=1.47
/proc/13530/stat : 13530 (java) S 13528 13530 10877 0 -1 0 10257 0 1 0 139 8 0 0 18 0 12 0 1997012695 832741376 7730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13530/statm: 203306 7730 1352 9 0 200668 0
[pid=13530/tid=13532] ppid=13528 vsize=813224 CPUtime=0.62
/proc/13530/task/13532/stat : 13532 (java) R 13528 13530 10877 0 -1 64 5141 0 1 0 58 4 0 0 25 0 12 0 1997012697 832741376 7730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13533] ppid=13528 vsize=813224 CPUtime=0
/proc/13530/task/13533/stat : 13533 (java) S 13528 13530 10877 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1997012698 832741376 7730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13534] ppid=13528 vsize=813224 CPUtime=0
/proc/13530/task/13534/stat : 13534 (java) S 13528 13530 10877 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1997012698 832741376 7730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13535] ppid=13528 vsize=813224 CPUtime=0
/proc/13530/task/13535/stat : 13535 (java) S 13528 13530 10877 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1997012699 832741376 7730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13536] ppid=13528 vsize=813224 CPUtime=0
/proc/13530/task/13536/stat : 13536 (java) S 13528 13530 10877 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 1997012700 832741376 7730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13537] ppid=13528 vsize=813224 CPUtime=0
/proc/13530/task/13537/stat : 13537 (java) S 13528 13530 10877 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1997012700 832741376 7730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13538] ppid=13528 vsize=813224 CPUtime=0
/proc/13530/task/13538/stat : 13538 (java) S 13528 13530 10877 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1997012704 832741376 7730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13539] ppid=13528 vsize=813224 CPUtime=0.43
/proc/13530/task/13539/stat : 13539 (java) R 13528 13530 10877 0 -1 64 2557 0 0 0 42 1 0 0 16 0 12 0 1997012704 832741376 7730 996147200 134512640 134550740 4294956016 18446744073709551615 106084162 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13540] ppid=13528 vsize=813224 CPUtime=0.38
/proc/13530/task/13540/stat : 13540 (java) S 13528 13530 10877 0 -1 64 1796 0 0 0 37 1 0 0 16 0 12 0 1997012704 832741376 7730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13541] ppid=13528 vsize=813224 CPUtime=0
/proc/13530/task/13541/stat : 13541 (java) S 13528 13530 10877 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1997012704 832741376 7730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13542] ppid=13528 vsize=813224 CPUtime=0
/proc/13530/task/13542/stat : 13542 (java) S 13528 13530 10877 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997012704 832741376 7730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 813224

[startup+3.10208 s]
/proc/loadavg: 2.03 2.02 2.00 3/94 13542
/proc/meminfo: memFree=758880/2055920 swapFree=4180412/4192956
[pid=13530] ppid=13528 vsize=813548 CPUtime=3.05
/proc/13530/stat : 13530 (java) S 13528 13530 10877 0 -1 0 31214 0 1 0 286 19 0 0 18 0 12 0 1997012695 833073152 28684 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13530/statm: 203387 28684 1357 9 0 200749 0
[pid=13530/tid=13532] ppid=13528 vsize=813548 CPUtime=1.8
/proc/13530/task/13532/stat : 13532 (java) R 13528 13530 10877 0 -1 64 17002 0 1 0 169 11 0 0 25 0 12 0 1997012697 833073152 28684 996147200 134512640 134550740 4294956016 18446744073709551615 4109711238 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13533] ppid=13528 vsize=813548 CPUtime=0.08
/proc/13530/task/13533/stat : 13533 (java) S 13528 13530 10877 0 -1 64 3760 0 0 0 7 1 0 0 16 0 12 0 1997012698 833073152 28684 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13534] ppid=13528 vsize=813548 CPUtime=0.05
/proc/13530/task/13534/stat : 13534 (java) S 13528 13530 10877 0 -1 64 5251 0 0 0 3 2 0 0 16 0 12 0 1997012698 833073152 28684 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13535] ppid=13528 vsize=813548 CPUtime=0
/proc/13530/task/13535/stat : 13535 (java) S 13528 13530 10877 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 1997012699 833073152 28684 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13536] ppid=13528 vsize=813548 CPUtime=0
/proc/13530/task/13536/stat : 13536 (java) S 13528 13530 10877 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997012700 833073152 28684 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13537] ppid=13528 vsize=813548 CPUtime=0
/proc/13530/task/13537/stat : 13537 (java) S 13528 13530 10877 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997012700 833073152 28684 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13538] ppid=13528 vsize=813548 CPUtime=0
/proc/13530/task/13538/stat : 13538 (java) S 13528 13530 10877 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1997012704 833073152 28684 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13539] ppid=13528 vsize=813548 CPUtime=0.56
/proc/13530/task/13539/stat : 13539 (java) S 13528 13530 10877 0 -1 64 2575 0 0 0 55 1 0 0 16 0 12 0 1997012704 833073152 28684 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13540] ppid=13528 vsize=813548 CPUtime=0.49
/proc/13530/task/13540/stat : 13540 (java) S 13528 13530 10877 0 -1 64 1807 0 0 0 48 1 0 0 16 0 12 0 1997012704 833073152 28684 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13541] ppid=13528 vsize=813548 CPUtime=0
/proc/13530/task/13541/stat : 13541 (java) S 13528 13530 10877 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1997012704 833073152 28684 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13542] ppid=13528 vsize=813548 CPUtime=0
/proc/13530/task/13542/stat : 13542 (java) S 13528 13530 10877 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997012704 833073152 28684 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 813548

[startup+6.3017 s]
/proc/loadavg: 2.02 2.02 2.00 5/94 13542
/proc/meminfo: memFree=603680/2055920 swapFree=4180412/4192956
[pid=13530] ppid=13528 vsize=819696 CPUtime=6.8
/proc/13530/stat : 13530 (java) S 13528 13530 10877 0 -1 0 62695 0 1 0 647 33 0 0 18 0 12 0 1997012695 839368704 53525 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13530/statm: 204924 53525 1368 9 0 202286 0
[pid=13530/tid=13532] ppid=13528 vsize=819696 CPUtime=3.4
/proc/13530/task/13532/stat : 13532 (java) R 13528 13530 10877 0 -1 64 17265 0 1 0 328 12 0 0 16 0 12 0 1997012697 839368704 53525 996147200 134512640 134550740 4294956016 18446744073709551615 4109341143 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13533] ppid=13528 vsize=819696 CPUtime=1.18
/proc/13530/task/13533/stat : 13533 (java) S 13528 13530 10877 0 -1 64 18538 0 0 0 110 8 0 0 19 0 12 0 1997012698 839368704 53525 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13534] ppid=13528 vsize=819696 CPUtime=0.8
/proc/13530/task/13534/stat : 13534 (java) R 13528 13530 10877 0 -1 64 20825 0 0 0 72 8 0 0 19 0 12 0 1997012698 839368704 53525 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13535] ppid=13528 vsize=819696 CPUtime=0
/proc/13530/task/13535/stat : 13535 (java) S 13528 13530 10877 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1997012699 839368704 53525 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13536] ppid=13528 vsize=819696 CPUtime=0
/proc/13530/task/13536/stat : 13536 (java) S 13528 13530 10877 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997012700 839368704 53525 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13537] ppid=13528 vsize=819696 CPUtime=0
/proc/13530/task/13537/stat : 13537 (java) S 13528 13530 10877 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997012700 839368704 53525 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13538] ppid=13528 vsize=819696 CPUtime=0
/proc/13530/task/13538/stat : 13538 (java) S 13528 13530 10877 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1997012704 839368704 53525 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13539] ppid=13528 vsize=819696 CPUtime=0.79
/proc/13530/task/13539/stat : 13539 (java) S 13528 13530 10877 0 -1 64 3433 0 0 0 77 2 0 0 16 0 12 0 1997012704 839368704 53525 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13540] ppid=13528 vsize=819696 CPUtime=0.58
/proc/13530/task/13540/stat : 13540 (java) S 13528 13530 10877 0 -1 64 1814 0 0 0 57 1 0 0 16 0 12 0 1997012704 839368704 53525 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13541] ppid=13528 vsize=819696 CPUtime=0
/proc/13530/task/13541/stat : 13541 (java) S 13528 13530 10877 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1997012704 839368704 53525 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13542] ppid=13528 vsize=819696 CPUtime=0
/proc/13530/task/13542/stat : 13542 (java) S 13528 13530 10877 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997012704 839368704 53525 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 819696

[startup+12.7029 s]
/proc/loadavg: 2.10 2.03 2.00 4/94 13542
/proc/meminfo: memFree=308960/2055920 swapFree=4180412/4192956
[pid=13530] ppid=13528 vsize=820976 CPUtime=13.13
/proc/13530/stat : 13530 (java) S 13528 13530 10877 0 -1 0 130176 0 1 0 1244 69 0 0 18 0 12 0 1997012695 840679424 120672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13530/statm: 205244 120672 1368 9 0 202606 0
[pid=13530/tid=13532] ppid=13528 vsize=820976 CPUtime=5.62
/proc/13530/task/13532/stat : 13532 (java) R 13528 13530 10877 0 -1 64 23422 0 1 0 547 15 0 0 17 0 12 0 1997012697 840679424 120672 996147200 134512640 134550740 4294956016 18446744073709551615 4109602050 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13533] ppid=13528 vsize=820976 CPUtime=4.86
/proc/13530/task/13533/stat : 13533 (java) S 13528 13530 10877 0 -1 64 74476 0 0 0 448 38 0 0 18 0 12 0 1997012698 840679424 120672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13534] ppid=13528 vsize=820976 CPUtime=1.2
/proc/13530/task/13534/stat : 13534 (java) R 13528 13530 10877 0 -1 64 26211 0 0 0 109 11 0 0 19 0 12 0 1997012698 840679424 120672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13535] ppid=13528 vsize=820976 CPUtime=0
/proc/13530/task/13535/stat : 13535 (java) S 13528 13530 10877 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1997012699 840679424 120672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13536] ppid=13528 vsize=820976 CPUtime=0
/proc/13530/task/13536/stat : 13536 (java) S 13528 13530 10877 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997012700 840679424 120672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13537] ppid=13528 vsize=820976 CPUtime=0
/proc/13530/task/13537/stat : 13537 (java) S 13528 13530 10877 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997012700 840679424 120672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13538] ppid=13528 vsize=820976 CPUtime=0
/proc/13530/task/13538/stat : 13538 (java) S 13528 13530 10877 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1997012704 840679424 120672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13539] ppid=13528 vsize=820976 CPUtime=0.81
/proc/13530/task/13539/stat : 13539 (java) S 13528 13530 10877 0 -1 64 3433 0 0 0 79 2 0 0 16 0 12 0 1997012704 840679424 120672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13540] ppid=13528 vsize=820976 CPUtime=0.58
/proc/13530/task/13540/stat : 13540 (java) S 13528 13530 10877 0 -1 64 1814 0 0 0 57 1 0 0 16 0 12 0 1997012704 840679424 120672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13541] ppid=13528 vsize=820976 CPUtime=0
/proc/13530/task/13541/stat : 13541 (java) S 13528 13530 10877 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1997012704 840679424 120672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13542] ppid=13528 vsize=820976 CPUtime=0
/proc/13530/task/13542/stat : 13542 (java) S 13528 13530 10877 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997012704 840679424 120672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.13
Current children cumulated vsize (KiB) 820976

[startup+25.5023 s]
/proc/loadavg: 2.23 2.06 2.01 3/94 13542
/proc/meminfo: memFree=90272/2055920 swapFree=4180412/4192956
[pid=13530] ppid=13528 vsize=824456 CPUtime=26.14
/proc/13530/stat : 13530 (java) S 13528 13530 10877 0 -1 0 181863 0 1 0 2515 99 0 0 18 0 12 0 1997012695 844242944 170097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13530/statm: 206114 170097 1387 9 0 203476 0
[pid=13530/tid=13532] ppid=13528 vsize=824456 CPUtime=9.45
/proc/13530/task/13532/stat : 13532 (java) S 13528 13530 10877 0 -1 64 35732 0 1 0 921 24 0 0 25 0 12 0 1997012697 844242944 170097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13533] ppid=13528 vsize=824456 CPUtime=7.46
/proc/13530/task/13533/stat : 13533 (java) S 13528 13530 10877 0 -1 64 106639 0 0 0 691 55 0 0 16 0 12 0 1997012698 844242944 170097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13534] ppid=13528 vsize=824456 CPUtime=2.1
/proc/13530/task/13534/stat : 13534 (java) S 13528 13530 10877 0 -1 64 31751 0 0 0 197 13 0 0 16 0 12 0 1997012698 844242944 170097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13535] ppid=13528 vsize=824456 CPUtime=5.15
/proc/13530/task/13535/stat : 13535 (java) R 13528 13530 10877 0 -1 64 60 0 0 0 515 0 0 0 17 0 12 0 1997012699 844242944 170097 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13536] ppid=13528 vsize=824456 CPUtime=0
/proc/13530/task/13536/stat : 13536 (java) S 13528 13530 10877 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997012700 844242944 170097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13537] ppid=13528 vsize=824456 CPUtime=0
/proc/13530/task/13537/stat : 13537 (java) S 13528 13530 10877 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997012700 844242944 170097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13538] ppid=13528 vsize=824456 CPUtime=0
/proc/13530/task/13538/stat : 13538 (java) S 13528 13530 10877 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1997012704 844242944 170097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=13530/tid=13541] ppid=13528 vsize=887540 CPUtime=0
/proc/13530/task/13541/stat : 13541 (java) S 13528 13530 10877 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1997012704 908840960 191227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13542] ppid=13528 vsize=887540 CPUtime=0
/proc/13530/task/13542/stat : 13542 (java) S 13528 13530 10877 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997012704 908840960 191227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 89.45
Current children cumulated vsize (KiB) 887540

[startup+92.702 s]
/proc/loadavg: 2.15 2.08 2.02 3/93 13543
/proc/meminfo: memFree=78168/2055920 swapFree=4180412/4192956
[pid=13530] ppid=13528 vsize=887540 CPUtime=92.63
/proc/13530/stat : 13530 (java) S 13528 13530 10877 0 -1 0 711092 0 1 0 8879 384 0 0 18 0 12 0 1997012695 908840960 191227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13530/statm: 221885 191227 1387 9 0 219247 0
[pid=13530/tid=13532] ppid=13528 vsize=887540 CPUtime=10.06
/proc/13530/task/13532/stat : 13532 (java) S 13528 13530 10877 0 -1 64 35744 0 1 0 982 24 0 0 17 0 12 0 1997012697 908840960 191227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13533] ppid=13528 vsize=887540 CPUtime=7.46
/proc/13530/task/13533/stat : 13533 (java) S 13528 13530 10877 0 -1 64 106639 0 0 0 691 55 0 0 16 0 12 0 1997012698 908840960 191227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13534] ppid=13528 vsize=887540 CPUtime=2.1
/proc/13530/task/13534/stat : 13534 (java) S 13528 13530 10877 0 -1 64 31751 0 0 0 197 13 0 0 16 0 12 0 1997012698 908840960 191227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13535] ppid=13528 vsize=887540 CPUtime=71.02
/proc/13530/task/13535/stat : 13535 (java) R 13528 13530 10877 0 -1 64 529277 0 0 0 6818 284 0 0 25 0 12 0 1997012699 908840960 191227 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13536] ppid=13528 vsize=887540 CPUtime=0
/proc/13530/task/13536/stat : 13536 (java) S 13528 13530 10877 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997012700 908840960 191227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13537] ppid=13528 vsize=887540 CPUtime=0
/proc/13530/task/13537/stat : 13537 (java) S 13528 13530 10877 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997012700 908840960 191227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13538] ppid=13528 vsize=887540 CPUtime=0
/proc/13530/task/13538/stat : 13538 (java) S 13528 13530 10877 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1997012704 908840960 191227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13539] ppid=13528 vsize=887540 CPUtime=0.94
/proc/13530/task/13539/stat : 13539 (java) S 13528 13530 10877 0 -1 64 3497 0 0 0 92 2 0 0 16 0 12 0 1997012704 908840960 191227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13540] ppid=13528 vsize=887540 CPUtime=0.97
/proc/13530/task/13540/stat : 13540 (java) S 13528 13530 10877 0 -1 64 3421 0 0 0 95 2 0 0 19 0 12 0 1997012704 908840960 191227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13541] ppid=13528 vsize=887540 CPUtime=0
/proc/13530/task/13541/stat : 13541 (java) S 13528 13530 10877 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1997012704 908840960 191227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13542] ppid=13528 vsize=887540 CPUtime=0
/proc/13530/task/13542/stat : 13542 (java) S 13528 13530 10877 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997012704 908840960 191227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 92.63
Current children cumulated vsize (KiB) 887540

[startup+95.9026 s]
/proc/loadavg: 2.13 2.07 2.02 3/93 13543
/proc/meminfo: memFree=142424/2055920 swapFree=4180412/4192956
[pid=13530] ppid=13528 vsize=823536 CPUtime=95.8
/proc/13530/stat : 13530 (java) S 13528 13530 10877 0 -1 0 711095 0 1 0 9195 385 0 0 18 0 12 0 1997012695 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13530/statm: 205884 175227 1388 9 0 203246 0
[pid=13530/tid=13532] ppid=13528 vsize=823536 CPUtime=10.06
/proc/13530/task/13532/stat : 13532 (java) S 13528 13530 10877 0 -1 64 35747 0 1 0 982 24 0 0 17 0 12 0 1997012697 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13533] ppid=13528 vsize=823536 CPUtime=7.46
/proc/13530/task/13533/stat : 13533 (java) S 13528 13530 10877 0 -1 64 106639 0 0 0 691 55 0 0 16 0 12 0 1997012698 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13534] ppid=13528 vsize=823536 CPUtime=2.1
/proc/13530/task/13534/stat : 13534 (java) S 13528 13530 10877 0 -1 64 31751 0 0 0 197 13 0 0 16 0 12 0 1997012698 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13535] ppid=13528 vsize=823536 CPUtime=74.19
/proc/13530/task/13535/stat : 13535 (java) R 13528 13530 10877 0 -1 64 529277 0 0 0 7134 285 0 0 25 0 12 0 1997012699 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13536] ppid=13528 vsize=823536 CPUtime=0
/proc/13530/task/13536/stat : 13536 (java) S 13528 13530 10877 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997012700 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13537] ppid=13528 vsize=823536 CPUtime=0
/proc/13530/task/13537/stat : 13537 (java) S 13528 13530 10877 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997012700 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13538] ppid=13528 vsize=823536 CPUtime=0
/proc/13530/task/13538/stat : 13538 (java) S 13528 13530 10877 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1997012704 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13539] ppid=13528 vsize=823536 CPUtime=0.94
/proc/13530/task/13539/stat : 13539 (java) S 13528 13530 10877 0 -1 64 3497 0 0 0 92 2 0 0 16 0 12 0 1997012704 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13540] ppid=13528 vsize=823536 CPUtime=0.97
/proc/13530/task/13540/stat : 13540 (java) S 13528 13530 10877 0 -1 64 3421 0 0 0 95 2 0 0 19 0 12 0 1997012704 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13541] ppid=13528 vsize=823536 CPUtime=0
/proc/13530/task/13541/stat : 13541 (java) S 13528 13530 10877 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1997012704 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13542] ppid=13528 vsize=823536 CPUtime=0
/proc/13530/task/13542/stat : 13542 (java) S 13528 13530 10877 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997012704 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 95.8
Current children cumulated vsize (KiB) 823536

[startup+97.5019 s]
/proc/loadavg: 2.13 2.07 2.02 3/93 13543
/proc/meminfo: memFree=142424/2055920 swapFree=4180412/4192956
[pid=13530] ppid=13528 vsize=823536 CPUtime=97.38
/proc/13530/stat : 13530 (java) S 13528 13530 10877 0 -1 0 711095 0 1 0 9353 385 0 0 18 0 12 0 1997012695 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13530/statm: 205884 175227 1388 9 0 203246 0
[pid=13530/tid=13532] ppid=13528 vsize=823536 CPUtime=10.06
/proc/13530/task/13532/stat : 13532 (java) S 13528 13530 10877 0 -1 64 35747 0 1 0 982 24 0 0 17 0 12 0 1997012697 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13533] ppid=13528 vsize=823536 CPUtime=7.46
/proc/13530/task/13533/stat : 13533 (java) S 13528 13530 10877 0 -1 64 106639 0 0 0 691 55 0 0 16 0 12 0 1997012698 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13534] ppid=13528 vsize=823536 CPUtime=2.1
/proc/13530/task/13534/stat : 13534 (java) S 13528 13530 10877 0 -1 64 31751 0 0 0 197 13 0 0 16 0 12 0 1997012698 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13535] ppid=13528 vsize=823536 CPUtime=75.77
/proc/13530/task/13535/stat : 13535 (java) R 13528 13530 10877 0 -1 64 529277 0 0 0 7292 285 0 0 25 0 12 0 1997012699 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 106123322 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13536] ppid=13528 vsize=823536 CPUtime=0
/proc/13530/task/13536/stat : 13536 (java) S 13528 13530 10877 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997012700 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13537] ppid=13528 vsize=823536 CPUtime=0
/proc/13530/task/13537/stat : 13537 (java) S 13528 13530 10877 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997012700 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13538] ppid=13528 vsize=823536 CPUtime=0
/proc/13530/task/13538/stat : 13538 (java) S 13528 13530 10877 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1997012704 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13539] ppid=13528 vsize=823536 CPUtime=0.94
/proc/13530/task/13539/stat : 13539 (java) S 13528 13530 10877 0 -1 64 3497 0 0 0 92 2 0 0 16 0 12 0 1997012704 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13540] ppid=13528 vsize=823536 CPUtime=0.97
/proc/13530/task/13540/stat : 13540 (java) S 13528 13530 10877 0 -1 64 3421 0 0 0 95 2 0 0 19 0 12 0 1997012704 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13541] ppid=13528 vsize=823536 CPUtime=0
/proc/13530/task/13541/stat : 13541 (java) S 13528 13530 10877 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1997012704 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13542] ppid=13528 vsize=823536 CPUtime=0
/proc/13530/task/13542/stat : 13542 (java) S 13528 13530 10877 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997012704 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 97.38
Current children cumulated vsize (KiB) 823536

[startup+98.301 s]
/proc/loadavg: 2.13 2.07 2.02 3/93 13543
/proc/meminfo: memFree=142424/2055920 swapFree=4180412/4192956
[pid=13530] ppid=13528 vsize=823536 CPUtime=98.17
/proc/13530/stat : 13530 (java) S 13528 13530 10877 0 -1 0 711095 0 1 0 9432 385 0 0 18 0 12 0 1997012695 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13530/statm: 205884 175227 1388 9 0 203246 0
[pid=13530/tid=13532] ppid=13528 vsize=823536 CPUtime=10.06
/proc/13530/task/13532/stat : 13532 (java) S 13528 13530 10877 0 -1 64 35747 0 1 0 982 24 0 0 17 0 12 0 1997012697 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13533] ppid=13528 vsize=823536 CPUtime=7.46
/proc/13530/task/13533/stat : 13533 (java) S 13528 13530 10877 0 -1 64 106639 0 0 0 691 55 0 0 16 0 12 0 1997012698 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13534] ppid=13528 vsize=823536 CPUtime=2.1
/proc/13530/task/13534/stat : 13534 (java) S 13528 13530 10877 0 -1 64 31751 0 0 0 197 13 0 0 16 0 12 0 1997012698 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13535] ppid=13528 vsize=823536 CPUtime=76.56
/proc/13530/task/13535/stat : 13535 (java) R 13528 13530 10877 0 -1 64 529277 0 0 0 7371 285 0 0 25 0 12 0 1997012699 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 106123656 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13536] ppid=13528 vsize=823536 CPUtime=0
/proc/13530/task/13536/stat : 13536 (java) S 13528 13530 10877 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997012700 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13537] ppid=13528 vsize=823536 CPUtime=0
/proc/13530/task/13537/stat : 13537 (java) S 13528 13530 10877 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997012700 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13538] ppid=13528 vsize=823536 CPUtime=0
/proc/13530/task/13538/stat : 13538 (java) S 13528 13530 10877 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1997012704 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13539] ppid=13528 vsize=823536 CPUtime=0.94
/proc/13530/task/13539/stat : 13539 (java) S 13528 13530 10877 0 -1 64 3497 0 0 0 92 2 0 0 16 0 12 0 1997012704 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13540] ppid=13528 vsize=823536 CPUtime=0.97
/proc/13530/task/13540/stat : 13540 (java) S 13528 13530 10877 0 -1 64 3421 0 0 0 95 2 0 0 19 0 12 0 1997012704 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13541] ppid=13528 vsize=823536 CPUtime=0
/proc/13530/task/13541/stat : 13541 (java) S 13528 13530 10877 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1997012704 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13542] ppid=13528 vsize=823536 CPUtime=0
/proc/13530/task/13542/stat : 13542 (java) S 13528 13530 10877 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997012704 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 98.17
Current children cumulated vsize (KiB) 823536

[startup+98.7011 s]
/proc/loadavg: 2.13 2.07 2.02 3/93 13543
/proc/meminfo: memFree=142424/2055920 swapFree=4180412/4192956
[pid=13530] ppid=13528 vsize=823536 CPUtime=98.57
/proc/13530/stat : 13530 (java) S 13528 13530 10877 0 -1 0 711095 0 1 0 9472 385 0 0 18 0 12 0 1997012695 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13530/statm: 205884 175227 1388 9 0 203246 0
[pid=13530/tid=13532] ppid=13528 vsize=823536 CPUtime=10.06
/proc/13530/task/13532/stat : 13532 (java) S 13528 13530 10877 0 -1 64 35747 0 1 0 982 24 0 0 17 0 12 0 1997012697 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13533] ppid=13528 vsize=823536 CPUtime=7.46
/proc/13530/task/13533/stat : 13533 (java) S 13528 13530 10877 0 -1 64 106639 0 0 0 691 55 0 0 16 0 12 0 1997012698 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13534] ppid=13528 vsize=823536 CPUtime=2.1
/proc/13530/task/13534/stat : 13534 (java) S 13528 13530 10877 0 -1 64 31751 0 0 0 197 13 0 0 16 0 12 0 1997012698 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13535] ppid=13528 vsize=823536 CPUtime=76.96
/proc/13530/task/13535/stat : 13535 (java) R 13528 13530 10877 0 -1 64 529277 0 0 0 7411 285 0 0 25 0 12 0 1997012699 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13536] ppid=13528 vsize=823536 CPUtime=0
/proc/13530/task/13536/stat : 13536 (java) S 13528 13530 10877 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997012700 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13537] ppid=13528 vsize=823536 CPUtime=0
/proc/13530/task/13537/stat : 13537 (java) S 13528 13530 10877 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997012700 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13538] ppid=13528 vsize=823536 CPUtime=0
/proc/13530/task/13538/stat : 13538 (java) S 13528 13530 10877 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1997012704 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13539] ppid=13528 vsize=823536 CPUtime=0.94
/proc/13530/task/13539/stat : 13539 (java) S 13528 13530 10877 0 -1 64 3497 0 0 0 92 2 0 0 16 0 12 0 1997012704 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13540] ppid=13528 vsize=823536 CPUtime=0.97
/proc/13530/task/13540/stat : 13540 (java) S 13528 13530 10877 0 -1 64 3421 0 0 0 95 2 0 0 19 0 12 0 1997012704 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13541] ppid=13528 vsize=823536 CPUtime=0
/proc/13530/task/13541/stat : 13541 (java) S 13528 13530 10877 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1997012704 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13530/tid=13542] ppid=13528 vsize=823536 CPUtime=0
/proc/13530/task/13542/stat : 13542 (java) S 13528 13530 10877 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1997012704 843300864 175227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 98.57
Current children cumulated vsize (KiB) 823536

[startup+98.8015 s]
/proc/loadavg: 2.13 2.07 2.02 3/93 13543
/proc/meminfo: memFree=142424/2055920 swapFree=4180412/4192956
[pid=13530] ppid=13528 vsize=0 CPUtime=98.67
/proc/13530/stat : 13530 (java) Z 13528 13530 10877 0 -1 12 711108 0 1 0 9476 391 0 0 16 0 2 0 1997012695 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13530/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 98.67
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 98.8447
CPU time (s): 98.717
CPU user time (s): 94.7626
CPU system time (s): 3.9544
CPU usage (%): 99.8708
Max. virtual memory (cumulated for all children) (KiB): 919544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 94.7626
system time used= 3.9544
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 711108
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= 2972
involuntary context switches= 5337

runsolver used 0.136979 second user time and 0.342947 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-04 16:06:24
IDJOB=1075246
IDBENCH=56494
IDSOLVER=344
FILE ID=node21/1075246-1215180384
PBS_JOBID= 7881410
Free space on /tmp= 66552 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-15-02.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1075246-1215180384/watcher-1075246-1215180384 -o /tmp/evaluation-result-1075246-1215180384/solver-1075246-1215180384 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1075246-1215180384.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8345036d237c01352338a89cada9123b
RANDOM SEED=210038809

node21.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.263
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.263
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:        871520 kB
Buffers:         88340 kB
Cached:         329440 kB
SwapCached:       6608 kB
Active:         924088 kB
Inactive:       192920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        871520 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            8908 kB
Writeback:           0 kB
Mapped:         715320 kB
Slab:            51344 kB
Committed_AS:  4266664 kB
PageTables:       3212 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= 66552 MiB
End job on node21 at 2008-07-04 16:08:03