Trace number 2077598

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? 87.0728 87.6823

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-04.xml
MD5SUM8223b3be8400c707a14e61e5793f2bd8
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 benchmark12.0622
Satisfiable
(Un)Satisfiability was proved
Number of variables296
Number of constraints2314
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension132
Number of constraints which are defined in intension2182
Global constraints used (with number of constraints)

Solver Data

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

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-2077598-1247365293/watcher-2077598-1247365293 -o /tmp/evaluation-result-2077598-1247365293/solver-2077598-1247365293 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077598-1247365293.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: 1.97 2.06 2.08 4/73 23531
/proc/meminfo: memFree=1814240/2055920 swapFree=4192812/4192956
[pid=23531] ppid=23529 vsize=1612 CPUtime=0
/proc/23531/stat : 23531 (java6) D 23529 23531 23333 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 23592938 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/23531/statm: 403 150 114 9 0 45 0

[startup+0.0257331 s]
/proc/loadavg: 1.97 2.06 2.08 4/73 23531
/proc/meminfo: memFree=1814240/2055920 swapFree=4192812/4192956
[pid=23531] ppid=23529 vsize=798736 CPUtime=0.01
/proc/23531/stat : 23531 (java) S 23529 23531 23333 0 -1 0 1820 0 1 0 0 1 0 0 18 0 4 0 23592938 817905664 1567 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/23531/statm: 199684 1567 512 9 0 197436 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798736

[startup+0.106538 s]
/proc/loadavg: 1.97 2.06 2.08 4/73 23531
/proc/meminfo: memFree=1814240/2055920 swapFree=4192812/4192956
[pid=23531] ppid=23529 vsize=804560 CPUtime=0.09
/proc/23531/stat : 23531 (java) S 23529 23531 23333 0 -1 0 3050 0 1 0 7 2 0 0 18 0 12 0 23592938 823869440 2793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23531/statm: 201140 2793 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.302555 s]
/proc/loadavg: 1.97 2.06 2.08 4/73 23531
/proc/meminfo: memFree=1814240/2055920 swapFree=4192812/4192956
[pid=23531] ppid=23529 vsize=805628 CPUtime=0.28
/proc/23531/stat : 23531 (java) S 23529 23531 23333 0 -1 0 4310 0 1 0 25 3 0 0 18 0 12 0 23592938 824963072 4047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23531/statm: 201407 4047 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.70259 s]
/proc/loadavg: 1.97 2.06 2.08 4/73 23531
/proc/meminfo: memFree=1814240/2055920 swapFree=4192812/4192956
[pid=23531] ppid=23529 vsize=808080 CPUtime=0.68
/proc/23531/stat : 23531 (java) S 23529 23531 23333 0 -1 0 6129 0 1 0 64 4 0 0 18 0 12 0 23592938 827473920 5316 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23531/statm: 202020 5316 1386 9 0 199347 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808080

[startup+1.50267 s]
/proc/loadavg: 1.97 2.06 2.08 3/85 23543
/proc/meminfo: memFree=1796928/2055920 swapFree=4192812/4192956
[pid=23531] ppid=23529 vsize=811776 CPUtime=1.47
/proc/23531/stat : 23531 (java) S 23529 23531 23333 0 -1 0 10146 0 1 0 141 6 0 0 18 0 12 0 23592938 831258624 8049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23531/statm: 202944 8049 1407 9 0 200271 0
[pid=23531/tid=23533] ppid=23529 vsize=811776 CPUtime=0.64
/proc/23531/task/23533/stat : 23533 (java) R 23529 23531 23333 0 -1 64 5576 0 1 0 60 4 0 0 21 0 12 0 23592939 831258624 8049 996147200 134512640 134550932 4294956016 18446744073709551615 4109638688 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23534] ppid=23529 vsize=811776 CPUtime=0
/proc/23531/task/23534/stat : 23534 (java) S 23529 23531 23333 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23592940 831258624 8049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23535] ppid=23529 vsize=811776 CPUtime=0
/proc/23531/task/23535/stat : 23535 (java) S 23529 23531 23333 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23592940 831258624 8049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23536] ppid=23529 vsize=811776 CPUtime=0
/proc/23531/task/23536/stat : 23536 (java) S 23529 23531 23333 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 23592942 831258624 8049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23537] ppid=23529 vsize=811776 CPUtime=0
/proc/23531/task/23537/stat : 23537 (java) S 23529 23531 23333 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 23592943 831258624 8049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23538] ppid=23529 vsize=811776 CPUtime=0
/proc/23531/task/23538/stat : 23538 (java) S 23529 23531 23333 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23592943 831258624 8049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23539] ppid=23529 vsize=811776 CPUtime=0
/proc/23531/task/23539/stat : 23539 (java) S 23529 23531 23333 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23592947 831258624 8049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23540] ppid=23529 vsize=811776 CPUtime=0
/proc/23531/task/23540/stat : 23540 (java) S 23529 23531 23333 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23592947 831258624 8049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23541] ppid=23529 vsize=811776 CPUtime=0.81
/proc/23531/task/23541/stat : 23541 (java) S 23529 23531 23333 0 -1 64 3818 0 0 0 80 1 0 0 17 0 12 0 23592947 831258624 8049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23542] ppid=23529 vsize=811776 CPUtime=0
/proc/23531/task/23542/stat : 23542 (java) S 23529 23531 23333 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23592947 831258624 8049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23543] ppid=23529 vsize=811776 CPUtime=0
/proc/23531/task/23543/stat : 23543 (java) S 23529 23531 23333 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23592947 831258624 8049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 811776

[startup+3.1018 s]
/proc/loadavg: 1.97 2.06 2.08 3/85 23543
/proc/meminfo: memFree=1764160/2055920 swapFree=4192812/4192956
[pid=23531] ppid=23529 vsize=811776 CPUtime=3.09
/proc/23531/stat : 23531 (java) S 23529 23531 23333 0 -1 0 29957 0 1 0 293 16 0 0 18 0 12 0 23592938 831258624 27125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23531/statm: 202944 27125 1422 9 0 200271 0
[pid=23531/tid=23533] ppid=23529 vsize=811776 CPUtime=1.57
/proc/23531/task/23533/stat : 23533 (java) R 23529 23531 23333 0 -1 64 17205 0 1 0 146 11 0 0 23 0 12 0 23592939 831258624 27125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23534] ppid=23529 vsize=811776 CPUtime=0.16
/proc/23531/task/23534/stat : 23534 (java) R 23529 23531 23333 0 -1 64 5216 0 0 0 14 2 0 0 16 0 12 0 23592940 831258624 27125 996147200 134512640 134550932 4294956016 18446744073709551615 104188406 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23535] ppid=23529 vsize=811776 CPUtime=0.07
/proc/23531/task/23535/stat : 23535 (java) R 23529 23531 23333 0 -1 64 2395 0 0 0 7 0 0 0 17 0 12 0 23592940 831258624 27125 996147200 134512640 134550932 4294956016 18446744073709551615 106195552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23536] ppid=23529 vsize=811776 CPUtime=0
/proc/23531/task/23536/stat : 23536 (java) S 23529 23531 23333 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 23592942 831258624 27125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23537] ppid=23529 vsize=811776 CPUtime=0
/proc/23531/task/23537/stat : 23537 (java) S 23529 23531 23333 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23592943 831258624 27125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23538] ppid=23529 vsize=811776 CPUtime=0
/proc/23531/task/23538/stat : 23538 (java) S 23529 23531 23333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23592943 831258624 27125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23539] ppid=23529 vsize=811776 CPUtime=0
/proc/23531/task/23539/stat : 23539 (java) S 23529 23531 23333 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23592947 831258624 27125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23540] ppid=23529 vsize=811776 CPUtime=0
/proc/23531/task/23540/stat : 23540 (java) S 23529 23531 23333 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23592947 831258624 27125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23541] ppid=23529 vsize=811776 CPUtime=1.25
/proc/23531/task/23541/stat : 23541 (java) S 23529 23531 23333 0 -1 64 4378 0 0 0 124 1 0 0 16 0 12 0 23592947 831258624 27125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23542] ppid=23529 vsize=811776 CPUtime=0
/proc/23531/task/23542/stat : 23542 (java) S 23529 23531 23333 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23592947 831258624 27125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23543] ppid=23529 vsize=811776 CPUtime=0
/proc/23531/task/23543/stat : 23543 (java) S 23529 23531 23333 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23592947 831258624 27125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 811776

[startup+6.30208 s]
/proc/loadavg: 2.13 2.10 2.09 3/85 23543
/proc/meminfo: memFree=1558976/2055920 swapFree=4192812/4192956
[pid=23531] ppid=23529 vsize=812800 CPUtime=7.25
/proc/23531/stat : 23531 (java) S 23529 23531 23333 0 -1 0 89380 0 1 0 681 44 0 0 18 0 12 0 23592938 832307200 81148 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23531/statm: 203200 81148 1422 9 0 200527 0
[pid=23531/tid=23533] ppid=23529 vsize=812800 CPUtime=3
/proc/23531/task/23533/stat : 23533 (java) R 23529 23531 23333 0 -1 64 23355 0 1 0 286 14 0 0 21 0 12 0 23592939 832307200 81148 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23534] ppid=23529 vsize=812800 CPUtime=1.43
/proc/23531/task/23534/stat : 23534 (java) R 23529 23531 23333 0 -1 64 28757 0 0 0 131 12 0 0 16 0 12 0 23592940 832307200 81148 996147200 134512640 134550932 4294956016 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23535] ppid=23529 vsize=812800 CPUtime=1.52
/proc/23531/task/23535/stat : 23535 (java) R 23529 23531 23333 0 -1 64 32127 0 0 0 137 15 0 0 16 0 12 0 23592940 832307200 81148 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23536] ppid=23529 vsize=812800 CPUtime=0
/proc/23531/task/23536/stat : 23536 (java) S 23529 23531 23333 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 23592942 832307200 81148 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23537] ppid=23529 vsize=812800 CPUtime=0
/proc/23531/task/23537/stat : 23537 (java) S 23529 23531 23333 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23592943 832307200 81148 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23538] ppid=23529 vsize=812800 CPUtime=0
/proc/23531/task/23538/stat : 23538 (java) S 23529 23531 23333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23592943 832307200 81148 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23539] ppid=23529 vsize=812800 CPUtime=0
/proc/23531/task/23539/stat : 23539 (java) S 23529 23531 23333 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23592947 832307200 81148 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23540] ppid=23529 vsize=812800 CPUtime=0
/proc/23531/task/23540/stat : 23540 (java) S 23529 23531 23333 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23592947 832307200 81148 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23541] ppid=23529 vsize=812800 CPUtime=1.25
/proc/23531/task/23541/stat : 23541 (java) S 23529 23531 23333 0 -1 64 4378 0 0 0 124 1 0 0 16 0 12 0 23592947 832307200 81148 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23542] ppid=23529 vsize=812800 CPUtime=0
/proc/23531/task/23542/stat : 23542 (java) S 23529 23531 23333 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23592947 832307200 81148 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23543] ppid=23529 vsize=812800 CPUtime=0
/proc/23531/task/23543/stat : 23543 (java) S 23529 23531 23333 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23592947 832307200 81148 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.25
Current children cumulated vsize (KiB) 812800

[startup+12.7026 s]
/proc/loadavg: 2.12 2.09 2.09 5/85 23543
/proc/meminfo: memFree=1400576/2055920 swapFree=4192812/4192956
[pid=23531] ppid=23529 vsize=815620 CPUtime=14.44
/proc/23531/stat : 23531 (java) S 23529 23531 23333 0 -1 0 119936 0 1 0 1387 57 0 0 18 0 12 0 23592938 835194880 108890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23531/statm: 203905 108890 1434 9 0 201232 0
[pid=23531/tid=23533] ppid=23529 vsize=815620 CPUtime=6.69
/proc/23531/task/23533/stat : 23533 (java) R 23529 23531 23333 0 -1 64 23376 0 1 0 655 14 0 0 18 0 12 0 23592939 835194880 108890 996147200 134512640 134550932 4294956016 18446744073709551615 4109794483 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23531/tid=23534] ppid=23529 vsize=815620 CPUtime=2.95
/proc/23531/task/23534/stat : 23534 (java) S 23529 23531 23333 0 -1 64 44811 0 0 0 277 18 0 0 17 0 12 0 23592940 835194880 108890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23531/tid=23535] ppid=23529 vsize=815620 CPUtime=3.18
/proc/23531/task/23535/stat : 23535 (java) S 23529 23531 23333 0 -1 64 46406 0 0 0 296 22 0 0 17 0 12 0 23592940 835194880 108890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23531/tid=23536] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23536/stat : 23536 (java) S 23529 23531 23333 0 -1 64 12 0 0 0 0 0 0 0 17 0 12 0 23592942 835194880 108890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23531/tid=23537] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23537/stat : 23537 (java) S 23529 23531 23333 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23592943 835194880 108890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23538] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23538/stat : 23538 (java) S 23529 23531 23333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23592943 835194880 108890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23539] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23539/stat : 23539 (java) S 23529 23531 23333 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23592947 835194880 108890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23540] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23540/stat : 23540 (java) S 23529 23531 23333 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23592947 835194880 108890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23541] ppid=23529 vsize=815620 CPUtime=1.58
/proc/23531/task/23541/stat : 23541 (java) S 23529 23531 23333 0 -1 64 4580 0 0 0 157 1 0 0 17 0 12 0 23592947 835194880 108890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23542] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23542/stat : 23542 (java) S 23529 23531 23333 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23592947 835194880 108890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23543] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23543/stat : 23543 (java) S 23529 23531 23333 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23592947 835194880 108890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.44
Current children cumulated vsize (KiB) 815620

[startup+25.5028 s]
/proc/loadavg: 2.09 2.09 2.08 3/85 23543
/proc/meminfo: memFree=1122816/2055920 swapFree=4192812/4192956
[pid=23531] ppid=23529 vsize=847624 CPUtime=27.86
/proc/23531/stat : 23531 (java) S 23529 23531 23333 0 -1 0 193118 0 1 0 2698 88 0 0 18 0 12 0 23592938 867966976 173717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23531/statm: 211906 173717 1436 9 0 209233 0
[pid=23531/tid=23533] ppid=23529 vsize=847624 CPUtime=11.32
/proc/23531/task/23533/stat : 23533 (java) S 23529 23531 23333 0 -1 64 35686 0 1 0 1113 19 0 0 17 0 12 0 23592939 867966976 173717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23531/tid=23534] ppid=23529 vsize=847624 CPUtime=5.43
/proc/23531/task/23534/stat : 23534 (java) S 23529 23531 23333 0 -1 64 70472 0 0 0 515 28 0 0 15 0 12 0 23592940 867966976 173717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23531/tid=23535] ppid=23529 vsize=847624 CPUtime=5.65
/proc/23531/task/23535/stat : 23535 (java) S 23529 23531 23333 0 -1 64 66110 0 0 0 535 30 0 0 17 0 12 0 23592940 867966976 173717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23531/tid=23536] ppid=23529 vsize=847624 CPUtime=3.82
/proc/23531/task/23536/stat : 23536 (java) R 23529 23531 23333 0 -1 64 15519 0 0 0 376 6 0 0 18 0 12 0 23592942 867966976 173717 996147200 134512640 134550932 4294956016 18446744073709551615 105696663 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23531/tid=23537] ppid=23529 vsize=847624 CPUtime=0
/proc/23531/task/23537/stat : 23537 (java) S 23529 23531 23333 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23592943 867966976 173717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23538] ppid=23529 vsize=847624 CPUtime=0
/proc/23531/task/23538/stat : 23538 (java) S 23529 23531 23333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23592943 867966976 173717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23539] ppid=23529 vsize=847624 CPUtime=0
/proc/23531/task/23539/stat : 23539 (java) S 23529 23531 23333 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23592947 867966976 173717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23540] ppid=23529 vsize=847624 CPUtime=0

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

[pid=23531/tid=23542] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23542/stat : 23542 (java) S 23529 23531 23333 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23592947 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23543] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23543/stat : 23543 (java) S 23529 23531 23333 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23592947 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.41
Current children cumulated vsize (KiB) 815620

[startup+83.1028 s]
/proc/loadavg: 2.75 2.27 2.14 4/91 28083
/proc/meminfo: memFree=1114840/2055920 swapFree=4192812/4192956
[pid=23531] ppid=23529 vsize=815620 CPUtime=83.44
/proc/23531/stat : 23531 (java) S 23529 23531 23333 0 -1 0 547390 0 1 0 8099 245 0 0 18 0 12 0 23592938 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23531/statm: 203905 173407 1435 9 0 201232 0
[pid=23531/tid=23533] ppid=23529 vsize=815620 CPUtime=11.79
/proc/23531/task/23533/stat : 23533 (java) S 23529 23531 23333 0 -1 64 35701 0 1 0 1160 19 0 0 16 0 12 0 23592939 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23531/tid=23534] ppid=23529 vsize=815620 CPUtime=5.43
/proc/23531/task/23534/stat : 23534 (java) S 23529 23531 23333 0 -1 64 70472 0 0 0 515 28 0 0 15 0 12 0 23592940 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23531/tid=23535] ppid=23529 vsize=815620 CPUtime=5.65
/proc/23531/task/23535/stat : 23535 (java) S 23529 23531 23333 0 -1 64 66110 0 0 0 535 30 0 0 17 0 12 0 23592940 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23531/tid=23536] ppid=23529 vsize=815620 CPUtime=58.93
/proc/23531/task/23536/stat : 23536 (java) R 23529 23531 23333 0 -1 64 369776 0 0 0 5730 163 0 0 25 0 12 0 23592942 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 105697732 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23537] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23537/stat : 23537 (java) S 23529 23531 23333 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23592943 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23531/tid=23538] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23538/stat : 23538 (java) S 23529 23531 23333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23592943 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23539] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23539/stat : 23539 (java) S 23529 23531 23333 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23592947 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23540] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23540/stat : 23540 (java) S 23529 23531 23333 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23592947 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23541] ppid=23529 vsize=815620 CPUtime=1.58
/proc/23531/task/23541/stat : 23541 (java) S 23529 23531 23333 0 -1 64 4580 0 0 0 157 1 0 0 17 0 12 0 23592947 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23542] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23542/stat : 23542 (java) S 23529 23531 23333 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23592947 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23543] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23543/stat : 23543 (java) S 23529 23531 23333 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23592947 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 83.44
Current children cumulated vsize (KiB) 815620

[startup+84.708 s]
/proc/loadavg: 2.77 2.28 2.15 4/92 28196
/proc/meminfo: memFree=1114208/2055920 swapFree=4192812/4192956
[pid=23531] ppid=23529 vsize=815620 CPUtime=84.84
/proc/23531/stat : 23531 (java) S 23529 23531 23333 0 -1 0 547390 0 1 0 8239 245 0 0 18 0 12 0 23592938 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23531/statm: 203905 173407 1435 9 0 201232 0
[pid=23531/tid=23533] ppid=23529 vsize=815620 CPUtime=11.79
/proc/23531/task/23533/stat : 23533 (java) S 23529 23531 23333 0 -1 64 35701 0 1 0 1160 19 0 0 16 0 12 0 23592939 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23531/tid=23534] ppid=23529 vsize=815620 CPUtime=5.43
/proc/23531/task/23534/stat : 23534 (java) S 23529 23531 23333 0 -1 64 70472 0 0 0 515 28 0 0 15 0 12 0 23592940 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23531/tid=23535] ppid=23529 vsize=815620 CPUtime=5.65
/proc/23531/task/23535/stat : 23535 (java) S 23529 23531 23333 0 -1 64 66110 0 0 0 535 30 0 0 17 0 12 0 23592940 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23531/tid=23536] ppid=23529 vsize=815620 CPUtime=60.34
/proc/23531/task/23536/stat : 23536 (java) R 23529 23531 23333 0 -1 64 369776 0 0 0 5870 164 0 0 25 0 12 0 23592942 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 106157701 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23537] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23537/stat : 23537 (java) S 23529 23531 23333 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23592943 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23531/tid=23538] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23538/stat : 23538 (java) S 23529 23531 23333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23592943 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23539] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23539/stat : 23539 (java) S 23529 23531 23333 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23592947 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23540] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23540/stat : 23540 (java) S 23529 23531 23333 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23592947 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23541] ppid=23529 vsize=815620 CPUtime=1.58
/proc/23531/task/23541/stat : 23541 (java) S 23529 23531 23333 0 -1 64 4580 0 0 0 157 1 0 0 17 0 12 0 23592947 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23542] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23542/stat : 23542 (java) S 23529 23531 23333 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23592947 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23543] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23543/stat : 23543 (java) S 23529 23531 23333 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23592947 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 84.84
Current children cumulated vsize (KiB) 815620

[startup+86.3036 s]
/proc/loadavg: 2.77 2.28 2.15 5/92 28350
/proc/meminfo: memFree=1114256/2055920 swapFree=4192812/4192956
[pid=23531] ppid=23529 vsize=815620 CPUtime=86.04
/proc/23531/stat : 23531 (java) S 23529 23531 23333 0 -1 0 547390 0 1 0 8358 246 0 0 18 0 12 0 23592938 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23531/statm: 203905 173407 1435 9 0 201232 0
[pid=23531/tid=23533] ppid=23529 vsize=815620 CPUtime=11.79
/proc/23531/task/23533/stat : 23533 (java) S 23529 23531 23333 0 -1 64 35701 0 1 0 1160 19 0 0 16 0 12 0 23592939 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23531/tid=23534] ppid=23529 vsize=815620 CPUtime=5.43
/proc/23531/task/23534/stat : 23534 (java) S 23529 23531 23333 0 -1 64 70472 0 0 0 515 28 0 0 15 0 12 0 23592940 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23531/tid=23535] ppid=23529 vsize=815620 CPUtime=5.65
/proc/23531/task/23535/stat : 23535 (java) S 23529 23531 23333 0 -1 64 66110 0 0 0 535 30 0 0 17 0 12 0 23592940 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23531/tid=23536] ppid=23529 vsize=815620 CPUtime=61.53
/proc/23531/task/23536/stat : 23536 (java) R 23529 23531 23333 0 -1 64 369776 0 0 0 5989 164 0 0 25 0 12 0 23592942 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23537] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23537/stat : 23537 (java) S 23529 23531 23333 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23592943 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23531/tid=23538] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23538/stat : 23538 (java) S 23529 23531 23333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23592943 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23539] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23539/stat : 23539 (java) S 23529 23531 23333 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23592947 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23540] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23540/stat : 23540 (java) S 23529 23531 23333 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23592947 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23541] ppid=23529 vsize=815620 CPUtime=1.58
/proc/23531/task/23541/stat : 23541 (java) S 23529 23531 23333 0 -1 64 4580 0 0 0 157 1 0 0 17 0 12 0 23592947 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23542] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23542/stat : 23542 (java) S 23529 23531 23333 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23592947 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23543] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23543/stat : 23543 (java) S 23529 23531 23333 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23592947 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 86.04
Current children cumulated vsize (KiB) 815620

[startup+87.1022 s]
/proc/loadavg: 2.77 2.28 2.15 4/91 28467
/proc/meminfo: memFree=1114072/2055920 swapFree=4192812/4192956
[pid=23531] ppid=23529 vsize=815620 CPUtime=86.64
/proc/23531/stat : 23531 (java) S 23529 23531 23333 0 -1 0 547390 0 1 0 8418 246 0 0 18 0 12 0 23592938 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23531/statm: 203905 173407 1435 9 0 201232 0
[pid=23531/tid=23533] ppid=23529 vsize=815620 CPUtime=11.79
/proc/23531/task/23533/stat : 23533 (java) S 23529 23531 23333 0 -1 64 35701 0 1 0 1160 19 0 0 16 0 12 0 23592939 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23531/tid=23534] ppid=23529 vsize=815620 CPUtime=5.43
/proc/23531/task/23534/stat : 23534 (java) S 23529 23531 23333 0 -1 64 70472 0 0 0 515 28 0 0 15 0 12 0 23592940 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23531/tid=23535] ppid=23529 vsize=815620 CPUtime=5.65
/proc/23531/task/23535/stat : 23535 (java) S 23529 23531 23333 0 -1 64 66110 0 0 0 535 30 0 0 17 0 12 0 23592940 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23531/tid=23536] ppid=23529 vsize=815620 CPUtime=62.14
/proc/23531/task/23536/stat : 23536 (java) R 23529 23531 23333 0 -1 64 369776 0 0 0 6050 164 0 0 25 0 12 0 23592942 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23537] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23537/stat : 23537 (java) S 23529 23531 23333 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23592943 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23531/tid=23538] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23538/stat : 23538 (java) S 23529 23531 23333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23592943 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23539] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23539/stat : 23539 (java) S 23529 23531 23333 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23592947 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23540] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23540/stat : 23540 (java) S 23529 23531 23333 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23592947 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23541] ppid=23529 vsize=815620 CPUtime=1.58
/proc/23531/task/23541/stat : 23541 (java) S 23529 23531 23333 0 -1 64 4580 0 0 0 157 1 0 0 17 0 12 0 23592947 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23542] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23542/stat : 23542 (java) S 23529 23531 23333 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23592947 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23543] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23543/stat : 23543 (java) S 23529 23531 23333 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23592947 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 86.64
Current children cumulated vsize (KiB) 815620

[startup+87.5012 s]
/proc/loadavg: 2.77 2.28 2.15 4/91 28467
/proc/meminfo: memFree=1114072/2055920 swapFree=4192812/4192956
[pid=23531] ppid=23529 vsize=815620 CPUtime=86.94
/proc/23531/stat : 23531 (java) S 23529 23531 23333 0 -1 0 547390 0 1 0 8448 246 0 0 18 0 12 0 23592938 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23531/statm: 203905 173407 1435 9 0 201232 0
[pid=23531/tid=23533] ppid=23529 vsize=815620 CPUtime=11.79
/proc/23531/task/23533/stat : 23533 (java) S 23529 23531 23333 0 -1 64 35701 0 1 0 1160 19 0 0 16 0 12 0 23592939 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23531/tid=23534] ppid=23529 vsize=815620 CPUtime=5.43
/proc/23531/task/23534/stat : 23534 (java) S 23529 23531 23333 0 -1 64 70472 0 0 0 515 28 0 0 15 0 12 0 23592940 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23531/tid=23535] ppid=23529 vsize=815620 CPUtime=5.65
/proc/23531/task/23535/stat : 23535 (java) S 23529 23531 23333 0 -1 64 66110 0 0 0 535 30 0 0 17 0 12 0 23592940 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23531/tid=23536] ppid=23529 vsize=815620 CPUtime=62.43
/proc/23531/task/23536/stat : 23536 (java) R 23529 23531 23333 0 -1 64 369776 0 0 0 6079 164 0 0 25 0 12 0 23592942 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 105697723 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23537] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23537/stat : 23537 (java) S 23529 23531 23333 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23592943 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23531/tid=23538] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23538/stat : 23538 (java) S 23529 23531 23333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23592943 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23539] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23539/stat : 23539 (java) S 23529 23531 23333 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23592947 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23540] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23540/stat : 23540 (java) S 23529 23531 23333 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23592947 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23541] ppid=23529 vsize=815620 CPUtime=1.58
/proc/23531/task/23541/stat : 23541 (java) S 23529 23531 23333 0 -1 64 4580 0 0 0 157 1 0 0 17 0 12 0 23592947 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23542] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23542/stat : 23542 (java) S 23529 23531 23333 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23592947 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23531/tid=23543] ppid=23529 vsize=815620 CPUtime=0
/proc/23531/task/23543/stat : 23543 (java) S 23529 23531 23333 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23592947 835194880 173407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 86.94
Current children cumulated vsize (KiB) 815620

[startup+87.6019 s]
/proc/loadavg: 2.77 2.28 2.15 4/91 28467
/proc/meminfo: memFree=1114072/2055920 swapFree=4192812/4192956
[pid=23531] ppid=23529 vsize=0 CPUtime=87.01
/proc/23531/stat : 23531 (java) Z 23529 23531 23333 0 -1 12 547406 0 1 0 8450 251 0 0 16 0 2 0 23592938 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23531/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 87.01
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 87.6823
CPU time (s): 87.0728
CPU user time (s): 84.5022
CPU system time (s): 2.57061
CPU usage (%): 99.3049
Max. virtual memory (cumulated for all children) (KiB): 911628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.5022
system time used= 2.57061
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 547406
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= 3143
involuntary context switches= 4490

runsolver used 0.155976 second user time and 0.32295 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-12 04:21:33
IDJOB=2077598
IDBENCH=56630
IDSOLVER=731
FILE ID=node50/2077598-1247365293
PBS_JOBID= 9507088
Free space on /tmp= 66424 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-19-04.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077598-1247365293/watcher-2077598-1247365293 -o /tmp/evaluation-result-2077598-1247365293/solver-2077598-1247365293 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077598-1247365293.xml

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

MD5SUM BENCH= 8223b3be8400c707a14e61e5793f2bd8
RANDOM SEED=1050934636

node50.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.231
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.231
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:       1814720 kB
Buffers:         23480 kB
Cached:         126664 kB
SwapCached:          0 kB
Active:         104428 kB
Inactive:        86500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1814720 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5108 kB
Writeback:           0 kB
Mapped:          51512 kB
Slab:            35492 kB
Committed_AS:   260552 kB
PageTables:       1872 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= 66424 MiB
End job on node50 at 2009-07-12 04:23:01