Trace number 2077345

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? 88.5395 86.894

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg5-8_ext.xml
MD5SUMd448df7b768e7be8842dd4094eb7aad9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.2968
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints13
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension13
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

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

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-2077345-1247364323/watcher-2077345-1247364323 -o /tmp/evaluation-result-2077345-1247364323/solver-2077345-1247364323 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077345-1247364323.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.75 2.45 2.22 4/75 19780
/proc/meminfo: memFree=1727480/2055920 swapFree=4192812/4192956
[pid=19780] ppid=19778 vsize=1612 CPUtime=0
/proc/19780/stat : 19780 (java6) R 19778 19780 19085 0 -1 0 178 0 0 0 0 0 0 0 19 0 1 0 23497412 1650688 149 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/19780/statm: 403 150 114 9 0 45 0

[startup+0.100502 s]
/proc/loadavg: 2.75 2.45 2.22 4/75 19780
/proc/meminfo: memFree=1727480/2055920 swapFree=4192812/4192956
[pid=19780] ppid=19778 vsize=804560 CPUtime=0.08
/proc/19780/stat : 19780 (java) S 19778 19780 19085 0 -1 0 3047 0 1 0 6 2 0 0 19 0 12 0 23497412 823869440 2790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19780/statm: 201140 2792 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.201512 s]
/proc/loadavg: 2.75 2.45 2.22 4/75 19780
/proc/meminfo: memFree=1727480/2055920 swapFree=4192812/4192956
[pid=19780] ppid=19778 vsize=805716 CPUtime=0.18
/proc/19780/stat : 19780 (java) S 19778 19780 19085 0 -1 0 3945 0 1 0 15 3 0 0 19 0 12 0 23497412 825053184 3683 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19780/statm: 201429 3683 1348 9 0 198763 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 805716

[startup+0.301523 s]
/proc/loadavg: 2.75 2.45 2.22 4/75 19780
/proc/meminfo: memFree=1727480/2055920 swapFree=4192812/4192956
[pid=19780] ppid=19778 vsize=805808 CPUtime=0.28
/proc/19780/stat : 19780 (java) S 19778 19780 19085 0 -1 0 4370 0 1 0 24 4 0 0 19 0 12 0 23497412 825147392 4107 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19780/statm: 201452 4107 1359 9 0 198779 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805808

[startup+0.701565 s]
/proc/loadavg: 2.75 2.45 2.22 4/75 19780
/proc/meminfo: memFree=1727480/2055920 swapFree=4192812/4192956
[pid=19780] ppid=19778 vsize=807168 CPUtime=0.68
/proc/19780/stat : 19780 (java) S 19778 19780 19085 0 -1 0 9951 0 1 0 61 7 0 0 19 0 12 0 23497412 826540032 9405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19780/statm: 201792 9405 1387 9 0 199119 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807168

[startup+1.50265 s]
/proc/loadavg: 2.75 2.45 2.22 4/87 19792
/proc/meminfo: memFree=1688856/2055920 swapFree=4192812/4192956
[pid=19780] ppid=19778 vsize=807380 CPUtime=1.47
/proc/19780/stat : 19780 (java) S 19778 19780 19085 0 -1 0 13479 0 1 0 139 8 0 0 19 0 12 0 23497412 826757120 12468 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19780/statm: 201845 12469 1406 9 0 199172 0
[pid=19780/tid=19782] ppid=19778 vsize=807380 CPUtime=0.81
/proc/19780/task/19782/stat : 19782 (java) R 19778 19780 19085 0 -1 64 10971 0 1 0 75 6 0 0 25 0 12 0 23497413 826757120 12469 996147200 134512640 134550932 4294956016 18446744073709551615 4109588372 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19783] ppid=19778 vsize=807380 CPUtime=0
/proc/19780/task/19783/stat : 19783 (java) S 19778 19780 19085 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 23497414 826757120 12470 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19784] ppid=19778 vsize=807380 CPUtime=0
/proc/19780/task/19784/stat : 19784 (java) S 19778 19780 19085 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 23497414 826757120 12471 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19785] ppid=19778 vsize=807380 CPUtime=0
/proc/19780/task/19785/stat : 19785 (java) S 19778 19780 19085 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23497416 826757120 12471 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19786] ppid=19778 vsize=807380 CPUtime=0
/proc/19780/task/19786/stat : 19786 (java) S 19778 19780 19085 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 23497417 826757120 12472 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19787] ppid=19778 vsize=807380 CPUtime=0
/proc/19780/task/19787/stat : 19787 (java) S 19778 19780 19085 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 23497417 826757120 12472 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19788] ppid=19778 vsize=807380 CPUtime=0
/proc/19780/task/19788/stat : 19788 (java) S 19778 19780 19085 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23497421 826757120 12473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19789] ppid=19778 vsize=807380 CPUtime=0.02
/proc/19780/task/19789/stat : 19789 (java) S 19778 19780 19085 0 -1 64 238 0 0 0 2 0 0 0 17 0 12 0 23497421 826757120 12474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19790] ppid=19778 vsize=807380 CPUtime=0.61
/proc/19780/task/19790/stat : 19790 (java) S 19778 19780 19085 0 -1 64 1528 0 0 0 61 0 0 0 16 0 12 0 23497421 826757120 12474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19791] ppid=19778 vsize=807380 CPUtime=0
/proc/19780/task/19791/stat : 19791 (java) S 19778 19780 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23497421 826757120 12475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19792] ppid=19778 vsize=807380 CPUtime=0
/proc/19780/task/19792/stat : 19792 (java) S 19778 19780 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23497421 826757120 12475 996147200 134512640 134550932 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) 807380

[startup+3.10282 s]
/proc/loadavg: 2.75 2.45 2.22 4/87 19792
/proc/meminfo: memFree=1642904/2055920 swapFree=4192812/4192956
[pid=19780] ppid=19778 vsize=809124 CPUtime=3.13
/proc/19780/stat : 19780 (java) S 19778 19780 19085 0 -1 0 30284 0 1 0 298 15 0 0 19 0 12 0 23497412 828542976 28288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19780/statm: 202281 28288 1422 9 0 199608 0
[pid=19780/tid=19782] ppid=19778 vsize=809124 CPUtime=1.72
/proc/19780/task/19782/stat : 19782 (java) R 19778 19780 19085 0 -1 64 16898 0 1 0 163 9 0 0 25 0 12 0 23497413 828542976 28288 996147200 134512640 134550932 4294956016 18446744073709551615 4109689894 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19780/tid=19783] ppid=19778 vsize=809124 CPUtime=0.13
/proc/19780/task/19783/stat : 19783 (java) S 19778 19780 19085 0 -1 64 5415 0 0 0 12 1 0 0 17 0 12 0 23497414 828542976 28288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19780/tid=19784] ppid=19778 vsize=809124 CPUtime=0.11
/proc/19780/task/19784/stat : 19784 (java) S 19778 19780 19085 0 -1 64 4407 0 0 0 10 1 0 0 16 0 12 0 23497414 828542976 28288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19780/tid=19785] ppid=19778 vsize=809124 CPUtime=0
/proc/19780/task/19785/stat : 19785 (java) S 19778 19780 19085 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 23497416 828542976 28288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19780/tid=19786] ppid=19778 vsize=809124 CPUtime=0
/proc/19780/task/19786/stat : 19786 (java) S 19778 19780 19085 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23497417 828542976 28288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19787] ppid=19778 vsize=809124 CPUtime=0
/proc/19780/task/19787/stat : 19787 (java) S 19778 19780 19085 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23497417 828542976 28288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19788] ppid=19778 vsize=809124 CPUtime=0
/proc/19780/task/19788/stat : 19788 (java) S 19778 19780 19085 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23497421 828542976 28288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19789] ppid=19778 vsize=809124 CPUtime=0.02
/proc/19780/task/19789/stat : 19789 (java) S 19778 19780 19085 0 -1 64 238 0 0 0 2 0 0 0 17 0 12 0 23497421 828542976 28288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19790] ppid=19778 vsize=809124 CPUtime=1.09
/proc/19780/task/19790/stat : 19790 (java) S 19778 19780 19085 0 -1 64 2572 0 0 0 108 1 0 0 16 0 12 0 23497421 828542976 28288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19791] ppid=19778 vsize=809124 CPUtime=0
/proc/19780/task/19791/stat : 19791 (java) S 19778 19780 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23497421 828542976 28288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19792] ppid=19778 vsize=809124 CPUtime=0
/proc/19780/task/19792/stat : 19792 (java) S 19778 19780 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23497421 828542976 28288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 809124

[startup+6.30217 s]
/proc/loadavg: 2.85 2.48 2.23 5/87 19792
/proc/meminfo: memFree=1451608/2055920 swapFree=4192812/4192956
[pid=19780] ppid=19778 vsize=807648 CPUtime=6.92
/proc/19780/stat : 19780 (java) S 19778 19780 19085 0 -1 0 77915 0 1 0 654 38 0 0 19 0 12 0 23497412 827031552 73106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19780/statm: 201912 73106 1422 9 0 199239 0
[pid=19780/tid=19782] ppid=19778 vsize=807648 CPUtime=3.06
/proc/19780/task/19782/stat : 19782 (java) R 19778 19780 19085 0 -1 64 16904 0 1 0 297 9 0 0 25 0 12 0 23497413 827031552 73106 996147200 134512640 134550932 4294956016 18446744073709551615 4109713547 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19783] ppid=19778 vsize=807648 CPUtime=1.46
/proc/19780/task/19783/stat : 19783 (java) S 19778 19780 19085 0 -1 64 33148 0 0 0 132 14 0 0 18 0 12 0 23497414 827031552 73106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19784] ppid=19778 vsize=807648 CPUtime=1.23
/proc/19780/task/19784/stat : 19784 (java) S 19778 19780 19085 0 -1 64 24299 0 0 0 112 11 0 0 17 0 12 0 23497414 827031552 73106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19785] ppid=19778 vsize=807648 CPUtime=0
/proc/19780/task/19785/stat : 19785 (java) S 19778 19780 19085 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 23497416 827031552 73106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19786] ppid=19778 vsize=807648 CPUtime=0
/proc/19780/task/19786/stat : 19786 (java) S 19778 19780 19085 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23497417 827031552 73106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19787] ppid=19778 vsize=807648 CPUtime=0
/proc/19780/task/19787/stat : 19787 (java) S 19778 19780 19085 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23497417 827031552 73106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19788] ppid=19778 vsize=807648 CPUtime=0
/proc/19780/task/19788/stat : 19788 (java) S 19778 19780 19085 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23497421 827031552 73106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19789] ppid=19778 vsize=807648 CPUtime=0.02
/proc/19780/task/19789/stat : 19789 (java) S 19778 19780 19085 0 -1 64 238 0 0 0 2 0 0 0 17 0 12 0 23497421 827031552 73106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19790] ppid=19778 vsize=807648 CPUtime=1.09
/proc/19780/task/19790/stat : 19790 (java) S 19778 19780 19085 0 -1 64 2572 0 0 0 108 1 0 0 16 0 12 0 23497421 827031552 73106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19791] ppid=19778 vsize=807648 CPUtime=0
/proc/19780/task/19791/stat : 19791 (java) S 19778 19780 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23497421 827031552 73106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19792] ppid=19778 vsize=807648 CPUtime=0
/proc/19780/task/19792/stat : 19792 (java) S 19778 19780 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23497421 827031552 73106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 807648

[startup+12.7019 s]
/proc/loadavg: 2.78 2.47 2.23 5/87 19792
/proc/meminfo: memFree=1181856/2055920 swapFree=4192812/4192956
[pid=19780] ppid=19778 vsize=812776 CPUtime=14.35
/proc/19780/stat : 19780 (java) S 19778 19780 19085 0 -1 0 153474 0 1 0 1363 72 0 0 19 0 12 0 23497412 832282624 145382 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19780/statm: 203194 145382 1422 9 0 200521 0
[pid=19780/tid=19782] ppid=19778 vsize=812776 CPUtime=5.34
/proc/19780/task/19782/stat : 19782 (java) R 19778 19780 19085 0 -1 64 23062 0 1 0 522 12 0 0 25 0 12 0 23497413 832282624 145382 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19783] ppid=19778 vsize=812776 CPUtime=4.08
/proc/19780/task/19783/stat : 19783 (java) R 19778 19780 19085 0 -1 64 65972 0 0 0 379 29 0 0 17 0 12 0 23497414 832282624 145382 996147200 134512640 134550932 4294956016 18446744073709551615 106195212 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19784] ppid=19778 vsize=812776 CPUtime=3.76
/proc/19780/task/19784/stat : 19784 (java) R 19778 19780 19085 0 -1 64 60876 0 0 0 349 27 0 0 17 0 12 0 23497414 832282624 145382 996147200 134512640 134550932 4294956016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19780/tid=19785] ppid=19778 vsize=812776 CPUtime=0
/proc/19780/task/19785/stat : 19785 (java) S 19778 19780 19085 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 23497416 832282624 145382 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19786] ppid=19778 vsize=812776 CPUtime=0
/proc/19780/task/19786/stat : 19786 (java) S 19778 19780 19085 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23497417 832282624 145382 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19787] ppid=19778 vsize=812776 CPUtime=0
/proc/19780/task/19787/stat : 19787 (java) S 19778 19780 19085 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23497417 832282624 145382 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19788] ppid=19778 vsize=812776 CPUtime=0
/proc/19780/task/19788/stat : 19788 (java) S 19778 19780 19085 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23497421 832282624 145382 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19789] ppid=19778 vsize=812776 CPUtime=0.02
/proc/19780/task/19789/stat : 19789 (java) S 19778 19780 19085 0 -1 64 238 0 0 0 2 0 0 0 17 0 12 0 23497421 832282624 145382 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19790] ppid=19778 vsize=812776 CPUtime=1.09
/proc/19780/task/19790/stat : 19790 (java) S 19778 19780 19085 0 -1 64 2572 0 0 0 108 1 0 0 16 0 12 0 23497421 832282624 145382 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19791] ppid=19778 vsize=812776 CPUtime=0
/proc/19780/task/19791/stat : 19791 (java) S 19778 19780 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23497421 832282624 145382 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19792] ppid=19778 vsize=812776 CPUtime=0
/proc/19780/task/19792/stat : 19792 (java) S 19778 19780 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23497421 832282624 145382 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.35
Current children cumulated vsize (KiB) 812776

[startup+25.5022 s]
/proc/loadavg: 2.68 2.46 2.23 3/87 19792
/proc/meminfo: memFree=1009568/2055920 swapFree=4192812/4192956
[pid=19780] ppid=19778 vsize=844780 CPUtime=27.44
/proc/19780/stat : 19780 (java) S 19778 19780 19085 0 -1 0 229261 0 1 0 2639 105 0 0 19 0 12 0 23497412 865054720 180359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19780/statm: 211195 180359 1424 9 0 208522 0
[pid=19780/tid=19782] ppid=19778 vsize=844780 CPUtime=6.79
/proc/19780/task/19782/stat : 19782 (java) S 19778 19780 19085 0 -1 64 35356 0 1 0 662 17 0 0 18 0 12 0 23497413 865054720 180359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19783] ppid=19778 vsize=844780 CPUtime=4.97
/proc/19780/task/19783/stat : 19783 (java) S 19778 19780 19085 0 -1 64 69766 0 0 0 467 30 0 0 18 0 12 0 23497414 865054720 180359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19784] ppid=19778 vsize=844780 CPUtime=4.44
/proc/19780/task/19784/stat : 19784 (java) S 19778 19780 19085 0 -1 64 64822 0 0 0 415 29 0 0 16 0 12 0 23497414 865054720 180359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19785] ppid=19778 vsize=844780 CPUtime=10.08
/proc/19780/task/19785/stat : 19785 (java) R 19778 19780 19085 0 -1 64 55766 0 0 0 983 25 0 0 25 0 12 0 23497416 865054720 180359 996147200 134512640 134550932 4294956016 18446744073709551615 104187862 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19786] ppid=19778 vsize=844780 CPUtime=0
/proc/19780/task/19786/stat : 19786 (java) S 19778 19780 19085 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23497417 865054720 180359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19787] ppid=19778 vsize=844780 CPUtime=0
/proc/19780/task/19787/stat : 19787 (java) S 19778 19780 19085 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23497417 865054720 180359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19788] ppid=19778 vsize=844780 CPUtime=0
/proc/19780/task/19788/stat : 19788 (java) S 19778 19780 19085 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23497421 865054720 180359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19789] ppid=19778 vsize=844780 CPUtime=0.02

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

[pid=19780/tid=19791] ppid=19778 vsize=876780 CPUtime=0
/proc/19780/task/19791/stat : 19791 (java) S 19778 19780 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23497421 897822720 188359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19792] ppid=19778 vsize=876780 CPUtime=0
/proc/19780/task/19792/stat : 19792 (java) S 19778 19780 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23497421 897822720 188359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 65.77
Current children cumulated vsize (KiB) 876780

[startup+76.8027 s]
/proc/loadavg: 2.30 2.39 2.22 3/87 19792
/proc/meminfo: memFree=1039584/2055920 swapFree=4192812/4192956
[pid=19780] ppid=19778 vsize=814780 CPUtime=78.51
/proc/19780/stat : 19780 (java) S 19778 19780 19085 0 -1 0 614115 0 1 0 7563 288 0 0 19 0 12 0 23497412 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19780/statm: 203695 172859 1424 9 0 201022 0
[pid=19780/tid=19782] ppid=19778 vsize=814780 CPUtime=7.15
/proc/19780/task/19782/stat : 19782 (java) S 19778 19780 19085 0 -1 64 35366 0 1 0 698 17 0 0 17 0 12 0 23497413 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19783] ppid=19778 vsize=814780 CPUtime=4.97
/proc/19780/task/19783/stat : 19783 (java) S 19778 19780 19085 0 -1 64 69766 0 0 0 467 30 0 0 18 0 12 0 23497414 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19784] ppid=19778 vsize=814780 CPUtime=4.44
/proc/19780/task/19784/stat : 19784 (java) S 19778 19780 19085 0 -1 64 64822 0 0 0 415 29 0 0 16 0 12 0 23497414 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19785] ppid=19778 vsize=814780 CPUtime=60.79
/proc/19780/task/19785/stat : 19785 (java) R 19778 19780 19085 0 -1 64 440610 0 0 0 5871 208 0 0 25 0 12 0 23497416 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 104187712 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19786] ppid=19778 vsize=814780 CPUtime=0
/proc/19780/task/19786/stat : 19786 (java) S 19778 19780 19085 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23497417 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19787] ppid=19778 vsize=814780 CPUtime=0
/proc/19780/task/19787/stat : 19787 (java) S 19778 19780 19085 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23497417 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19788] ppid=19778 vsize=814780 CPUtime=0
/proc/19780/task/19788/stat : 19788 (java) S 19778 19780 19085 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23497421 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19789] ppid=19778 vsize=814780 CPUtime=0.02
/proc/19780/task/19789/stat : 19789 (java) S 19778 19780 19085 0 -1 64 238 0 0 0 2 0 0 0 17 0 12 0 23497421 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19790] ppid=19778 vsize=814780 CPUtime=1.09
/proc/19780/task/19790/stat : 19790 (java) S 19778 19780 19085 0 -1 64 2572 0 0 0 108 1 0 0 16 0 12 0 23497421 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19791] ppid=19778 vsize=814780 CPUtime=0
/proc/19780/task/19791/stat : 19791 (java) S 19778 19780 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23497421 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19792] ppid=19778 vsize=814780 CPUtime=0
/proc/19780/task/19792/stat : 19792 (java) S 19778 19780 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23497421 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.51
Current children cumulated vsize (KiB) 814780

[startup+83.2024 s]
/proc/loadavg: 2.27 2.38 2.22 3/87 19792
/proc/meminfo: memFree=1039456/2055920 swapFree=4192812/4192956
[pid=19780] ppid=19778 vsize=814780 CPUtime=84.88
/proc/19780/stat : 19780 (java) S 19778 19780 19085 0 -1 0 616374 0 1 0 8199 289 0 0 19 0 12 0 23497412 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19780/statm: 203695 172859 1423 9 0 201022 0
[pid=19780/tid=19782] ppid=19778 vsize=814780 CPUtime=7.15
/proc/19780/task/19782/stat : 19782 (java) S 19778 19780 19085 0 -1 64 35369 0 1 0 698 17 0 0 17 0 12 0 23497413 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19783] ppid=19778 vsize=814780 CPUtime=4.97
/proc/19780/task/19783/stat : 19783 (java) S 19778 19780 19085 0 -1 64 69766 0 0 0 467 30 0 0 18 0 12 0 23497414 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19784] ppid=19778 vsize=814780 CPUtime=4.44
/proc/19780/task/19784/stat : 19784 (java) S 19778 19780 19085 0 -1 64 64822 0 0 0 415 29 0 0 16 0 12 0 23497414 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19785] ppid=19778 vsize=814780 CPUtime=67.15
/proc/19780/task/19785/stat : 19785 (java) R 19778 19780 19085 0 -1 64 442866 0 0 0 6506 209 0 0 25 0 12 0 23497416 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 105696700 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19786] ppid=19778 vsize=814780 CPUtime=0
/proc/19780/task/19786/stat : 19786 (java) S 19778 19780 19085 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23497417 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19787] ppid=19778 vsize=814780 CPUtime=0
/proc/19780/task/19787/stat : 19787 (java) S 19778 19780 19085 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23497417 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19788] ppid=19778 vsize=814780 CPUtime=0
/proc/19780/task/19788/stat : 19788 (java) S 19778 19780 19085 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23497421 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19789] ppid=19778 vsize=814780 CPUtime=0.02
/proc/19780/task/19789/stat : 19789 (java) S 19778 19780 19085 0 -1 64 238 0 0 0 2 0 0 0 17 0 12 0 23497421 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19790] ppid=19778 vsize=814780 CPUtime=1.09
/proc/19780/task/19790/stat : 19790 (java) S 19778 19780 19085 0 -1 64 2572 0 0 0 108 1 0 0 16 0 12 0 23497421 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19791] ppid=19778 vsize=814780 CPUtime=0
/proc/19780/task/19791/stat : 19791 (java) S 19778 19780 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23497421 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19792] ppid=19778 vsize=814780 CPUtime=0
/proc/19780/task/19792/stat : 19792 (java) S 19778 19780 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23497421 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 84.88
Current children cumulated vsize (KiB) 814780

[startup+84.8076 s]
/proc/loadavg: 2.25 2.38 2.22 3/87 19792
/proc/meminfo: memFree=1039456/2055920 swapFree=4192812/4192956
[pid=19780] ppid=19778 vsize=814780 CPUtime=86.48
/proc/19780/stat : 19780 (java) S 19778 19780 19085 0 -1 0 616374 0 1 0 8359 289 0 0 19 0 12 0 23497412 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19780/statm: 203695 172859 1423 9 0 201022 0
[pid=19780/tid=19782] ppid=19778 vsize=814780 CPUtime=7.15
/proc/19780/task/19782/stat : 19782 (java) S 19778 19780 19085 0 -1 64 35369 0 1 0 698 17 0 0 17 0 12 0 23497413 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19783] ppid=19778 vsize=814780 CPUtime=4.97
/proc/19780/task/19783/stat : 19783 (java) S 19778 19780 19085 0 -1 64 69766 0 0 0 467 30 0 0 18 0 12 0 23497414 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19784] ppid=19778 vsize=814780 CPUtime=4.44
/proc/19780/task/19784/stat : 19784 (java) S 19778 19780 19085 0 -1 64 64822 0 0 0 415 29 0 0 16 0 12 0 23497414 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19785] ppid=19778 vsize=814780 CPUtime=68.75
/proc/19780/task/19785/stat : 19785 (java) R 19778 19780 19085 0 -1 64 442866 0 0 0 6666 209 0 0 25 0 12 0 23497416 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 104187826 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19786] ppid=19778 vsize=814780 CPUtime=0
/proc/19780/task/19786/stat : 19786 (java) S 19778 19780 19085 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23497417 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19787] ppid=19778 vsize=814780 CPUtime=0
/proc/19780/task/19787/stat : 19787 (java) S 19778 19780 19085 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23497417 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19788] ppid=19778 vsize=814780 CPUtime=0
/proc/19780/task/19788/stat : 19788 (java) S 19778 19780 19085 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23497421 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19789] ppid=19778 vsize=814780 CPUtime=0.02
/proc/19780/task/19789/stat : 19789 (java) S 19778 19780 19085 0 -1 64 238 0 0 0 2 0 0 0 17 0 12 0 23497421 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19790] ppid=19778 vsize=814780 CPUtime=1.09
/proc/19780/task/19790/stat : 19790 (java) S 19778 19780 19085 0 -1 64 2572 0 0 0 108 1 0 0 16 0 12 0 23497421 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19791] ppid=19778 vsize=814780 CPUtime=0
/proc/19780/task/19791/stat : 19791 (java) S 19778 19780 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23497421 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19792] ppid=19778 vsize=814780 CPUtime=0
/proc/19780/task/19792/stat : 19792 (java) S 19778 19780 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23497421 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 86.48
Current children cumulated vsize (KiB) 814780

[startup+85.6027 s]
/proc/loadavg: 2.25 2.38 2.22 3/87 19792
/proc/meminfo: memFree=1039456/2055920 swapFree=4192812/4192956
[pid=19780] ppid=19778 vsize=814780 CPUtime=87.27
/proc/19780/stat : 19780 (java) S 19778 19780 19085 0 -1 0 616374 0 1 0 8438 289 0 0 19 0 12 0 23497412 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19780/statm: 203695 172859 1423 9 0 201022 0
[pid=19780/tid=19782] ppid=19778 vsize=814780 CPUtime=7.15
/proc/19780/task/19782/stat : 19782 (java) S 19778 19780 19085 0 -1 64 35369 0 1 0 698 17 0 0 17 0 12 0 23497413 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19783] ppid=19778 vsize=814780 CPUtime=4.97
/proc/19780/task/19783/stat : 19783 (java) S 19778 19780 19085 0 -1 64 69766 0 0 0 467 30 0 0 18 0 12 0 23497414 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19784] ppid=19778 vsize=814780 CPUtime=4.44
/proc/19780/task/19784/stat : 19784 (java) S 19778 19780 19085 0 -1 64 64822 0 0 0 415 29 0 0 16 0 12 0 23497414 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19785] ppid=19778 vsize=814780 CPUtime=69.54
/proc/19780/task/19785/stat : 19785 (java) R 19778 19780 19085 0 -1 64 442866 0 0 0 6745 209 0 0 25 0 12 0 23497416 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19786] ppid=19778 vsize=814780 CPUtime=0
/proc/19780/task/19786/stat : 19786 (java) S 19778 19780 19085 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23497417 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19787] ppid=19778 vsize=814780 CPUtime=0
/proc/19780/task/19787/stat : 19787 (java) S 19778 19780 19085 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23497417 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19788] ppid=19778 vsize=814780 CPUtime=0
/proc/19780/task/19788/stat : 19788 (java) S 19778 19780 19085 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23497421 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19789] ppid=19778 vsize=814780 CPUtime=0.02
/proc/19780/task/19789/stat : 19789 (java) S 19778 19780 19085 0 -1 64 238 0 0 0 2 0 0 0 17 0 12 0 23497421 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19790] ppid=19778 vsize=814780 CPUtime=1.09
/proc/19780/task/19790/stat : 19790 (java) S 19778 19780 19085 0 -1 64 2572 0 0 0 108 1 0 0 16 0 12 0 23497421 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19791] ppid=19778 vsize=814780 CPUtime=0
/proc/19780/task/19791/stat : 19791 (java) S 19778 19780 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23497421 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19792] ppid=19778 vsize=814780 CPUtime=0
/proc/19780/task/19792/stat : 19792 (java) S 19778 19780 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23497421 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 87.27
Current children cumulated vsize (KiB) 814780

[startup+86.4028 s]
/proc/loadavg: 2.25 2.38 2.22 3/87 19792
/proc/meminfo: memFree=1039456/2055920 swapFree=4192812/4192956
[pid=19780] ppid=19778 vsize=814780 CPUtime=88.07
/proc/19780/stat : 19780 (java) S 19778 19780 19085 0 -1 0 616374 0 1 0 8518 289 0 0 19 0 12 0 23497412 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19780/statm: 203695 172859 1423 9 0 201022 0
[pid=19780/tid=19782] ppid=19778 vsize=814780 CPUtime=7.15
/proc/19780/task/19782/stat : 19782 (java) S 19778 19780 19085 0 -1 64 35369 0 1 0 698 17 0 0 17 0 12 0 23497413 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19783] ppid=19778 vsize=814780 CPUtime=4.97
/proc/19780/task/19783/stat : 19783 (java) S 19778 19780 19085 0 -1 64 69766 0 0 0 467 30 0 0 18 0 12 0 23497414 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19784] ppid=19778 vsize=814780 CPUtime=4.44
/proc/19780/task/19784/stat : 19784 (java) S 19778 19780 19085 0 -1 64 64822 0 0 0 415 29 0 0 16 0 12 0 23497414 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19785] ppid=19778 vsize=814780 CPUtime=70.34
/proc/19780/task/19785/stat : 19785 (java) R 19778 19780 19085 0 -1 64 442866 0 0 0 6825 209 0 0 25 0 12 0 23497416 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19786] ppid=19778 vsize=814780 CPUtime=0
/proc/19780/task/19786/stat : 19786 (java) S 19778 19780 19085 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23497417 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19787] ppid=19778 vsize=814780 CPUtime=0
/proc/19780/task/19787/stat : 19787 (java) S 19778 19780 19085 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23497417 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19788] ppid=19778 vsize=814780 CPUtime=0
/proc/19780/task/19788/stat : 19788 (java) S 19778 19780 19085 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23497421 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19789] ppid=19778 vsize=814780 CPUtime=0.02
/proc/19780/task/19789/stat : 19789 (java) S 19778 19780 19085 0 -1 64 238 0 0 0 2 0 0 0 17 0 12 0 23497421 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19790] ppid=19778 vsize=814780 CPUtime=1.09
/proc/19780/task/19790/stat : 19790 (java) S 19778 19780 19085 0 -1 64 2572 0 0 0 108 1 0 0 16 0 12 0 23497421 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19791] ppid=19778 vsize=814780 CPUtime=0
/proc/19780/task/19791/stat : 19791 (java) S 19778 19780 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23497421 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19780/tid=19792] ppid=19778 vsize=814780 CPUtime=0
/proc/19780/task/19792/stat : 19792 (java) S 19778 19780 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23497421 834334720 172859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 88.07
Current children cumulated vsize (KiB) 814780

[startup+86.8028 s]
/proc/loadavg: 2.25 2.38 2.22 3/87 19792
/proc/meminfo: memFree=1039456/2055920 swapFree=4192812/4192956
[pid=19780] ppid=19778 vsize=0 CPUtime=88.44
/proc/19780/stat : 19780 (java) Z 19778 19780 19085 0 -1 12 616392 0 1 0 8553 291 0 0 16 0 2 0 23497412 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19780/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 88.44
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 86.894
CPU time (s): 88.5395
CPU user time (s): 85.537
CPU system time (s): 3.00254
CPU usage (%): 101.894
Max. virtual memory (cumulated for all children) (KiB): 908784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.537
system time used= 3.00254
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 616392
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= 2725
involuntary context switches= 4219

runsolver used 0.116982 second user time and 0.298954 second system time

The end

Launcher Data

Begin job on node81 at 2009-07-12 04:05:23
IDJOB=2077345
IDBENCH=56585
IDSOLVER=731
FILE ID=node81/2077345-1247364323
PBS_JOBID= 9507040
Free space on /tmp= 126676 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg5-8_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077345-1247364323/watcher-2077345-1247364323 -o /tmp/evaluation-result-2077345-1247364323/solver-2077345-1247364323 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077345-1247364323.xml

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

MD5SUM BENCH= d448df7b768e7be8842dd4094eb7aad9
RANDOM SEED=1630923308

node81.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.233
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.233
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1727960 kB
Buffers:         47292 kB
Cached:         140796 kB
SwapCached:        136 kB
Active:         132652 kB
Inactive:       121892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727960 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5152 kB
Writeback:           0 kB
Mapped:          77028 kB
Slab:            58540 kB
Committed_AS:   266148 kB
PageTables:       1932 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126676 MiB
End job on node81 at 2009-07-12 04:06:50