Trace number 2071350

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? (exit code) 83.8133 83.5235

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-23-08.xml
MD5SUM56c23d6c4935063418a5d9e7e7a2b009
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 benchmark603.345
Satisfiable
(Un)Satisfiability was proved
Number of variables454
Number of constraints3246
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension172
Number of constraints which are defined in intension3074
Global constraints used (with number of constraints)

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.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.19/0.22	c c --- Begin Solver configuration ---
0.19/0.22	c Stops conflict analysis at the first Unique Implication Point
0.19/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.22	c Learn all clauses as in MiniSAT
0.19/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.22	c Expensive reason simplification
0.19/0.22	c MiniSAT restarts strategy
0.19/0.22	c Memory based learned constraints deletion strategy
0.19/0.22	c timeout=2147483s
0.19/0.22	c DB Simplification allowed=false
0.19/0.22	c --- End Solver configuration ---
0.19/0.22	c solving HOME/instance-2071350-1247353455.xml
0.19/0.22	c reading problem ... 
0.39/0.46	c reading problem named null
0.39/0.46	c reading domains done.
0.39/0.47	c reading variables done.
0.76/0.88	c reading relations done.
1.75/1.84	c reading predicates  done.
1.95/2.07	c reading constraints
68.99/68.55	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
68.99/68.56		at org.sat4j.core.Vec.ensure(Unknown Source)
68.99/68.56		at org.sat4j.core.Vec.push(Unknown Source)
68.99/68.56		at org.sat4j.minisat.constraints.cnf.Lits.watch(Unknown Source)
68.99/68.56		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(Unknown Source)
68.99/68.56		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
68.99/68.56		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
68.99/68.56		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
68.99/68.56		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
68.99/68.56		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
68.99/68.56		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
68.99/68.56		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
68.99/68.56		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
68.99/68.56		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
68.99/68.56		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
68.99/68.56		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
68.99/68.56		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
68.99/68.56		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
68.99/68.56		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
68.99/68.56		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
68.99/68.56		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
68.99/68.56		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
68.99/68.56		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
68.99/68.56		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
68.99/68.56		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
68.99/68.56		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
68.99/68.56		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
68.99/68.56		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
68.99/68.56		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
68.99/68.56		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
68.99/68.56		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
68.99/68.56		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
68.99/68.56		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
74.98/74.63	c starts		: 0
74.98/74.63	c conflicts		: 0
74.98/74.63	c decisions		: 0
74.98/74.63	c propagations		: 0
74.98/74.63	c inspects		: 0
74.98/74.63	c learnt literals	: 0
74.98/74.63	c learnt binary clauses	: 0
74.98/74.63	c learnt ternary clauses	: 0
74.98/74.63	c learnt clauses	: 0
74.98/74.63	c ignored clauses	: 0
74.98/74.63	c root simplifications	: 0
74.98/74.63	c removed literals (reason simplification)	: 0
74.98/74.63	c reason swapping (by a shorter reason)	: 0
74.98/74.63	c Calls to reduceDB	: 0
74.98/74.63	c speed (assignments/second)	: 0.0
74.98/74.63	c non guided choices	0
83.61/83.35	Exception in thread "Thread-0" java.lang.OutOfMemoryError: Java heap space
83.61/83.35		at java.lang.StringCoding$StringDecoder.decode(Unknown Source)
83.61/83.35		at java.lang.StringCoding.decode(Unknown Source)
83.61/83.35		at java.lang.String.<init>(Unknown Source)
83.61/83.35		at java.util.jar.Attributes.read(Unknown Source)
83.61/83.35		at java.util.jar.Manifest.read(Unknown Source)
83.61/83.35		at java.util.jar.Manifest.<init>(Unknown Source)
83.61/83.35		at java.util.jar.JarFile.getManifestFromReference(Unknown Source)
83.61/83.35		at java.util.jar.JarFile.getManifest(Unknown Source)
83.61/83.35		at sun.misc.URLClassPath$JarLoader$2.getManifest(Unknown Source)
83.61/83.35		at java.net.URLClassLoader.defineClass(Unknown Source)
83.61/83.35		at java.net.URLClassLoader.access$000(Unknown Source)
83.61/83.35		at java.net.URLClassLoader$1.run(Unknown Source)
83.61/83.35		at java.security.AccessController.doPrivileged(Native Method)
83.61/83.35		at java.net.URLClassLoader.findClass(Unknown Source)
83.61/83.35		at java.lang.ClassLoader.loadClass(Unknown Source)
83.61/83.35		at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
83.61/83.35		at java.lang.ClassLoader.loadClass(Unknown Source)
83.61/83.35		at java.lang.ClassLoader.loadClassInternal(Unknown Source)
83.61/83.35		at org.sat4j.core.Vec.iterator(Unknown Source)
83.61/83.35		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Unknown Source)
83.61/83.35		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
83.61/83.35		at org.sat4j.AbstractLauncher.displayResult(Unknown Source)
83.61/83.35		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071350-1247353455/watcher-2071350-1247353455 -o /tmp/evaluation-result-2071350-1247353455/solver-2071350-1247353455 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2071350-1247353455.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.03 2.12 2.05 4/83 19568
/proc/meminfo: memFree=1436760/2055920 swapFree=4192812/4192956
[pid=19568] ppid=19566 vsize=0 CPUtime=0
/proc/19568/stat : 19568 (java6) R 19566 19568 17932 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 22409675 0 0 996147200 0 0 0 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/19568/statm: 1 1 0 0 0 1 0

[startup+0.0444881 s]
/proc/loadavg: 2.03 2.12 2.05 4/83 19568
/proc/meminfo: memFree=1436760/2055920 swapFree=4192812/4192956
[pid=19568] ppid=19566 vsize=802032 CPUtime=0.03
/proc/19568/stat : 19568 (java) S 19566 19568 17932 0 -1 0 2558 0 1 0 2 1 0 0 18 0 7 0 22409675 821280768 2304 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/19568/statm: 200508 2304 995 9 0 197859 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802032

[startup+0.102025 s]
/proc/loadavg: 2.03 2.12 2.05 4/83 19568
/proc/meminfo: memFree=1436760/2055920 swapFree=4192812/4192956
[pid=19568] ppid=19566 vsize=804560 CPUtime=0.09
/proc/19568/stat : 19568 (java) S 19566 19568 17932 0 -1 0 3062 0 1 0 7 2 0 0 18 0 12 0 22409675 823869440 2805 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19568/statm: 201140 2805 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301064 s]
/proc/loadavg: 2.03 2.12 2.05 4/83 19568
/proc/meminfo: memFree=1436760/2055920 swapFree=4192812/4192956
[pid=19568] ppid=19566 vsize=805840 CPUtime=0.28
/proc/19568/stat : 19568 (java) S 19566 19568 17932 0 -1 0 4379 0 1 0 25 3 0 0 18 0 12 0 22409675 825180160 4116 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19568/statm: 201460 4116 1363 9 0 198787 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805840

[startup+0.701141 s]
/proc/loadavg: 2.03 2.12 2.05 4/83 19568
/proc/meminfo: memFree=1436760/2055920 swapFree=4192812/4192956
[pid=19568] ppid=19566 vsize=807916 CPUtime=0.66
/proc/19568/stat : 19568 (java) S 19566 19568 17932 0 -1 0 6092 0 1 0 61 5 0 0 18 0 12 0 22409675 827305984 5279 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19568/statm: 201979 5279 1386 9 0 199306 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 807916

[startup+1.50229 s]
/proc/loadavg: 2.03 2.12 2.05 4/95 19580
/proc/meminfo: memFree=1417912/2055920 swapFree=4192812/4192956
[pid=19568] ppid=19566 vsize=811772 CPUtime=1.46
/proc/19568/stat : 19568 (java) S 19566 19568 17932 0 -1 0 10016 0 1 0 139 7 0 0 18 0 12 0 22409675 831254528 7852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19568/statm: 202943 7852 1407 9 0 200270 0
[pid=19568/tid=19570] ppid=19566 vsize=811772 CPUtime=0.59
/proc/19568/task/19570/stat : 19570 (java) R 19566 19568 17932 0 -1 64 5384 0 1 0 55 4 0 0 25 0 12 0 22409676 831254528 7852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19571] ppid=19566 vsize=811772 CPUtime=0
/proc/19568/task/19571/stat : 19571 (java) S 19566 19568 17932 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 22409677 831254528 7852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19572] ppid=19566 vsize=811772 CPUtime=0
/proc/19568/task/19572/stat : 19572 (java) S 19566 19568 17932 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22409677 831254528 7852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19573] ppid=19566 vsize=811772 CPUtime=0
/proc/19568/task/19573/stat : 19573 (java) S 19566 19568 17932 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22409679 831254528 7852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19574] ppid=19566 vsize=811772 CPUtime=0
/proc/19568/task/19574/stat : 19574 (java) S 19566 19568 17932 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 22409679 831254528 7852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19575] ppid=19566 vsize=811772 CPUtime=0
/proc/19568/task/19575/stat : 19575 (java) S 19566 19568 17932 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 22409679 831254528 7852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19576] ppid=19566 vsize=811772 CPUtime=0
/proc/19568/task/19576/stat : 19576 (java) S 19566 19568 17932 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22409683 831254528 7852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19577] ppid=19566 vsize=811772 CPUtime=0.03
/proc/19568/task/19577/stat : 19577 (java) S 19566 19568 17932 0 -1 64 244 0 0 0 3 0 0 0 17 0 12 0 22409683 831254528 7852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19578] ppid=19566 vsize=811772 CPUtime=0.81
/proc/19568/task/19578/stat : 19578 (java) R 19566 19568 17932 0 -1 64 3647 0 0 0 80 1 0 0 17 0 12 0 22409684 831254528 7852 996147200 134512640 134550932 4294956016 18446744073709551615 106261934 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19579] ppid=19566 vsize=811772 CPUtime=0
/proc/19568/task/19579/stat : 19579 (java) S 19566 19568 17932 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22409684 831254528 7852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19580] ppid=19566 vsize=811772 CPUtime=0
/proc/19568/task/19580/stat : 19580 (java) S 19566 19568 17932 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22409684 831254528 7852 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 811772

[startup+3.1016 s]
/proc/loadavg: 2.11 2.14 2.05 4/95 19580
/proc/meminfo: memFree=1389944/2055920 swapFree=4192812/4192956
[pid=19568] ppid=19566 vsize=811772 CPUtime=3.05
/proc/19568/stat : 19568 (java) S 19566 19568 17932 0 -1 0 30019 0 1 0 289 16 0 0 18 0 12 0 22409675 831254528 27393 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19568/statm: 202943 27393 1422 9 0 200270 0
[pid=19568/tid=19570] ppid=19566 vsize=811772 CPUtime=1.52
/proc/19568/task/19570/stat : 19570 (java) R 19566 19568 17932 0 -1 64 17193 0 1 0 143 9 0 0 19 0 12 0 22409676 831254528 27393 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19571] ppid=19566 vsize=811772 CPUtime=0.13
/proc/19568/task/19571/stat : 19571 (java) R 19566 19568 17932 0 -1 64 4192 0 0 0 11 2 0 0 16 0 12 0 22409677 831254528 27393 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19572] ppid=19566 vsize=811772 CPUtime=0.12
/proc/19568/task/19572/stat : 19572 (java) R 19566 19568 17932 0 -1 64 3415 0 0 0 11 1 0 0 16 0 12 0 22409677 831254528 27393 996147200 134512640 134550932 4294956016 18446744073709551615 103111747 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19573] ppid=19566 vsize=811772 CPUtime=0
/proc/19568/task/19573/stat : 19573 (java) S 19566 19568 17932 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 22409679 831254528 27393 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19574] ppid=19566 vsize=811772 CPUtime=0
/proc/19568/task/19574/stat : 19574 (java) S 19566 19568 17932 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22409679 831254528 27393 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19575] ppid=19566 vsize=811772 CPUtime=0
/proc/19568/task/19575/stat : 19575 (java) S 19566 19568 17932 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 22409679 831254528 27393 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19576] ppid=19566 vsize=811772 CPUtime=0
/proc/19568/task/19576/stat : 19576 (java) S 19566 19568 17932 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22409683 831254528 27393 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19577] ppid=19566 vsize=811772 CPUtime=0.03
/proc/19568/task/19577/stat : 19577 (java) S 19566 19568 17932 0 -1 64 244 0 0 0 3 0 0 0 17 0 12 0 22409683 831254528 27393 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19578] ppid=19566 vsize=811772 CPUtime=1.21
/proc/19568/task/19578/stat : 19578 (java) S 19566 19568 17932 0 -1 64 4224 0 0 0 120 1 0 0 16 0 12 0 22409684 831254528 27393 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19579] ppid=19566 vsize=811772 CPUtime=0
/proc/19568/task/19579/stat : 19579 (java) S 19566 19568 17932 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22409684 831254528 27393 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19580] ppid=19566 vsize=811772 CPUtime=0
/proc/19568/task/19580/stat : 19580 (java) S 19566 19568 17932 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22409684 831254528 27393 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 811772

[startup+6.30221 s]
/proc/loadavg: 2.11 2.14 2.05 5/95 19580
/proc/meminfo: memFree=1168120/2055920 swapFree=4192812/4192956
[pid=19568] ppid=19566 vsize=814240 CPUtime=7.08
/proc/19568/stat : 19568 (java) S 19566 19568 17932 0 -1 0 92124 0 1 0 665 43 0 0 18 0 12 0 22409675 833781760 84913 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19568/statm: 203560 84913 1422 9 0 200887 0
[pid=19568/tid=19570] ppid=19566 vsize=814240 CPUtime=2.89
/proc/19568/task/19570/stat : 19570 (java) R 19566 19568 17932 0 -1 64 23343 0 1 0 278 11 0 0 25 0 12 0 22409676 833781760 84913 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19571] ppid=19566 vsize=814240 CPUtime=1.53
/proc/19568/task/19571/stat : 19571 (java) R 19566 19568 17932 0 -1 64 32203 0 0 0 140 13 0 0 16 0 12 0 22409677 833781760 84913 996147200 134512640 134550932 4294956016 18446744073709551615 106195216 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19572] ppid=19566 vsize=814240 CPUtime=1.37
/proc/19568/task/19572/stat : 19572 (java) R 19566 19568 17932 0 -1 64 31359 0 0 0 122 15 0 0 16 0 12 0 22409677 833781760 84913 996147200 134512640 134550932 4294956016 18446744073709551615 104188527 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19573] ppid=19566 vsize=814240 CPUtime=0
/proc/19568/task/19573/stat : 19573 (java) S 19566 19568 17932 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 22409679 833781760 84913 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19574] ppid=19566 vsize=814240 CPUtime=0
/proc/19568/task/19574/stat : 19574 (java) S 19566 19568 17932 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22409679 833781760 84913 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19575] ppid=19566 vsize=814240 CPUtime=0
/proc/19568/task/19575/stat : 19575 (java) S 19566 19568 17932 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 22409679 833781760 84913 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19576] ppid=19566 vsize=814240 CPUtime=0
/proc/19568/task/19576/stat : 19576 (java) S 19566 19568 17932 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22409683 833781760 84913 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19577] ppid=19566 vsize=814240 CPUtime=0.03
/proc/19568/task/19577/stat : 19577 (java) S 19566 19568 17932 0 -1 64 244 0 0 0 3 0 0 0 17 0 12 0 22409683 833781760 84913 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19578] ppid=19566 vsize=814240 CPUtime=1.21
/proc/19568/task/19578/stat : 19578 (java) S 19566 19568 17932 0 -1 64 4224 0 0 0 120 1 0 0 16 0 12 0 22409684 833781760 84913 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19579] ppid=19566 vsize=814240 CPUtime=0
/proc/19568/task/19579/stat : 19579 (java) S 19566 19568 17932 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22409684 833781760 84913 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19580] ppid=19566 vsize=814240 CPUtime=0
/proc/19568/task/19580/stat : 19580 (java) S 19566 19568 17932 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22409684 833781760 84913 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 814240

[startup+12.7014 s]
/proc/loadavg: 2.17 2.15 2.06 4/95 19580
/proc/meminfo: memFree=863352/2055920 swapFree=4192812/4192956
[pid=19568] ppid=19566 vsize=814240 CPUtime=13.64
/proc/19568/stat : 19568 (java) S 19566 19568 17932 0 -1 0 160707 0 1 0 1291 73 0 0 18 0 12 0 22409675 833781760 153399 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19568/statm: 203560 153399 1422 9 0 200887 0
[pid=19568/tid=19570] ppid=19566 vsize=814240 CPUtime=4.82
/proc/19568/task/19570/stat : 19570 (java) S 19566 19568 17932 0 -1 64 35644 0 1 0 465 17 0 0 17 0 12 0 22409676 833781760 153399 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19571] ppid=19566 vsize=814240 CPUtime=4.94
/proc/19568/task/19571/stat : 19571 (java) R 19566 19568 17932 0 -1 64 76269 0 0 0 461 33 0 0 19 0 12 0 22409677 833781760 153399 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19572] ppid=19566 vsize=814240 CPUtime=2.59
/proc/19568/task/19572/stat : 19572 (java) R 19566 19568 17932 0 -1 64 43575 0 0 0 240 19 0 0 16 0 12 0 22409677 833781760 153399 996147200 134512640 134550932 4294956016 18446744073709551615 106193990 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19573] ppid=19566 vsize=814240 CPUtime=0
/proc/19568/task/19573/stat : 19573 (java) S 19566 19568 17932 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 22409679 833781760 153399 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19574] ppid=19566 vsize=814240 CPUtime=0
/proc/19568/task/19574/stat : 19574 (java) S 19566 19568 17932 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22409679 833781760 153399 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19575] ppid=19566 vsize=814240 CPUtime=0
/proc/19568/task/19575/stat : 19575 (java) S 19566 19568 17932 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 22409679 833781760 153399 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19576] ppid=19566 vsize=814240 CPUtime=0
/proc/19568/task/19576/stat : 19576 (java) S 19566 19568 17932 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22409683 833781760 153399 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19577] ppid=19566 vsize=814240 CPUtime=0.03
/proc/19568/task/19577/stat : 19577 (java) S 19566 19568 17932 0 -1 64 244 0 0 0 3 0 0 0 17 0 12 0 22409683 833781760 153399 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19578] ppid=19566 vsize=814240 CPUtime=1.21
/proc/19568/task/19578/stat : 19578 (java) S 19566 19568 17932 0 -1 64 4224 0 0 0 120 1 0 0 16 0 12 0 22409684 833781760 153399 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19579] ppid=19566 vsize=814240 CPUtime=0
/proc/19568/task/19579/stat : 19579 (java) S 19566 19568 17932 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22409684 833781760 153399 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19580] ppid=19566 vsize=814240 CPUtime=0
/proc/19568/task/19580/stat : 19580 (java) S 19566 19568 17932 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22409684 833781760 153399 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.64
Current children cumulated vsize (KiB) 814240

[startup+25.5028 s]
/proc/loadavg: 2.45 2.21 2.08 3/95 19580
/proc/meminfo: memFree=707896/2055920 swapFree=4192812/4192956
[pid=19568] ppid=19566 vsize=846244 CPUtime=26.28
/proc/19568/stat : 19568 (java) S 19566 19568 17932 0 -1 0 226837 0 1 0 2526 102 0 0 18 0 12 0 22409675 866553856 181010 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19568/statm: 211561 181010 1424 9 0 208888 0
[pid=19568/tid=19570] ppid=19566 vsize=846244 CPUtime=5.65
/proc/19568/task/19570/stat : 19570 (java) S 19566 19568 17932 0 -1 64 35649 0 1 0 548 17 0 0 17 0 12 0 22409676 866553856 181010 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19568/tid=19571] ppid=19566 vsize=846244 CPUtime=5.28
/proc/19568/task/19571/stat : 19571 (java) S 19566 19568 17932 0 -1 64 79063 0 0 0 494 34 0 0 16 0 12 0 22409677 866553856 181010 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19572] ppid=19566 vsize=846244 CPUtime=3.75
/proc/19568/task/19572/stat : 19572 (java) S 19566 19568 17932 0 -1 64 52817 0 0 0 352 23 0 0 17 0 12 0 22409677 866553856 181010 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19573] ppid=19566 vsize=846244 CPUtime=10.28
/proc/19568/task/19573/stat : 19573 (java) R 19566 19568 17932 0 -1 64 54101 0 0 0 1005 23 0 0 25 0 12 0 22409679 866553856 181010 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19568/tid=19574] ppid=19566 vsize=846244 CPUtime=0
/proc/19568/task/19574/stat : 19574 (java) S 19566 19568 17932 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22409679 866553856 181010 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19575] ppid=19566 vsize=846244 CPUtime=0
/proc/19568/task/19575/stat : 19575 (java) S 19566 19568 17932 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 22409679 866553856 181010 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19576] ppid=19566 vsize=846244 CPUtime=0
/proc/19568/task/19576/stat : 19576 (java) S 19566 19568 17932 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22409683 866553856 181010 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19577] ppid=19566 vsize=846244 CPUtime=0.03

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

[pid=19568] ppid=19566 vsize=814564 CPUtime=77.07
/proc/19568/stat : 19568 (java) S 19566 19568 17932 0 -1 0 384407 0 1 0 7532 175 0 0 18 0 13 0 22409675 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19568/statm: 203641 173035 1423 9 0 200968 0
[pid=19568/tid=19570] ppid=19566 vsize=814564 CPUtime=5.92
/proc/19568/task/19570/stat : 19570 (java) S 19566 19568 17932 0 -1 64 35664 0 1 0 575 17 0 0 18 0 13 0 22409676 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19568/tid=19571] ppid=19566 vsize=814564 CPUtime=5.28
/proc/19568/task/19571/stat : 19571 (java) S 19566 19568 17932 0 -1 64 79063 0 0 0 494 34 0 0 16 0 13 0 22409677 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19572] ppid=19566 vsize=814564 CPUtime=3.75
/proc/19568/task/19572/stat : 19572 (java) S 19566 19568 17932 0 -1 64 52817 0 0 0 352 23 0 0 17 0 13 0 22409677 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19573] ppid=19566 vsize=814564 CPUtime=60.81
/proc/19568/task/19573/stat : 19573 (java) R 19566 19568 17932 0 -1 64 211650 0 0 0 5984 97 0 0 25 0 13 0 22409679 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 105886118 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19568/tid=19574] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19574/stat : 19574 (java) S 19566 19568 17932 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22409679 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19568/tid=19575] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19575/stat : 19575 (java) S 19566 19568 17932 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 22409679 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19568/tid=19576] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19576/stat : 19576 (java) S 19566 19568 17932 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22409683 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19577] ppid=19566 vsize=814564 CPUtime=0.03
/proc/19568/task/19577/stat : 19577 (java) S 19566 19568 17932 0 -1 64 244 0 0 0 3 0 0 0 17 0 13 0 22409683 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19578] ppid=19566 vsize=814564 CPUtime=1.22
/proc/19568/task/19578/stat : 19578 (java) S 19566 19568 17932 0 -1 64 4224 0 0 0 121 1 0 0 16 0 13 0 22409684 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19579] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19579/stat : 19579 (java) S 19566 19568 17932 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22409684 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19580] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19580/stat : 19580 (java) S 19566 19568 17932 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22409684 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19568/tid=19581] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19581/stat : 19581 (java) S 19566 19568 17932 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 22417138 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.07
Current children cumulated vsize (KiB) 814564

[startup+79.9012 s]
/proc/loadavg: 2.76 2.31 2.12 3/96 19581
/proc/meminfo: memFree=720432/2055920 swapFree=4192812/4192956
[pid=19568] ppid=19566 vsize=814564 CPUtime=80.25
/proc/19568/stat : 19568 (java) S 19566 19568 17932 0 -1 0 384408 0 1 0 7850 175 0 0 18 0 13 0 22409675 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19568/statm: 203641 173035 1423 9 0 200968 0
[pid=19568/tid=19570] ppid=19566 vsize=814564 CPUtime=5.92
/proc/19568/task/19570/stat : 19570 (java) S 19566 19568 17932 0 -1 64 35664 0 1 0 575 17 0 0 18 0 13 0 22409676 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19568/tid=19571] ppid=19566 vsize=814564 CPUtime=5.28
/proc/19568/task/19571/stat : 19571 (java) S 19566 19568 17932 0 -1 64 79063 0 0 0 494 34 0 0 16 0 13 0 22409677 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19572] ppid=19566 vsize=814564 CPUtime=3.75
/proc/19568/task/19572/stat : 19572 (java) S 19566 19568 17932 0 -1 64 52817 0 0 0 352 23 0 0 17 0 13 0 22409677 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19573] ppid=19566 vsize=814564 CPUtime=63.98
/proc/19568/task/19573/stat : 19573 (java) R 19566 19568 17932 0 -1 64 211650 0 0 0 6301 97 0 0 25 0 13 0 22409679 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19574] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19574/stat : 19574 (java) S 19566 19568 17932 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22409679 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19568/tid=19575] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19575/stat : 19575 (java) S 19566 19568 17932 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 22409679 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19568/tid=19576] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19576/stat : 19576 (java) S 19566 19568 17932 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22409683 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19577] ppid=19566 vsize=814564 CPUtime=0.03
/proc/19568/task/19577/stat : 19577 (java) S 19566 19568 17932 0 -1 64 244 0 0 0 3 0 0 0 17 0 13 0 22409683 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19578] ppid=19566 vsize=814564 CPUtime=1.22
/proc/19568/task/19578/stat : 19578 (java) S 19566 19568 17932 0 -1 64 4224 0 0 0 121 1 0 0 16 0 13 0 22409684 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19579] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19579/stat : 19579 (java) S 19566 19568 17932 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22409684 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19580] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19580/stat : 19580 (java) S 19566 19568 17932 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22409684 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19568/tid=19581] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19581/stat : 19581 (java) S 19566 19568 17932 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 22417138 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 80.25
Current children cumulated vsize (KiB) 814564

[startup+81.5025 s]
/proc/loadavg: 2.70 2.31 2.12 3/96 19581
/proc/meminfo: memFree=719728/2055920 swapFree=4192812/4192956
[pid=19568] ppid=19566 vsize=814564 CPUtime=81.82
/proc/19568/stat : 19568 (java) S 19566 19568 17932 0 -1 0 384408 0 1 0 8007 175 0 0 18 0 13 0 22409675 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19568/statm: 203641 173035 1423 9 0 200968 0
[pid=19568/tid=19570] ppid=19566 vsize=814564 CPUtime=5.92
/proc/19568/task/19570/stat : 19570 (java) S 19566 19568 17932 0 -1 64 35664 0 1 0 575 17 0 0 18 0 13 0 22409676 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19568/tid=19571] ppid=19566 vsize=814564 CPUtime=5.28
/proc/19568/task/19571/stat : 19571 (java) S 19566 19568 17932 0 -1 64 79063 0 0 0 494 34 0 0 16 0 13 0 22409677 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19572] ppid=19566 vsize=814564 CPUtime=3.75
/proc/19568/task/19572/stat : 19572 (java) S 19566 19568 17932 0 -1 64 52817 0 0 0 352 23 0 0 17 0 13 0 22409677 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19573] ppid=19566 vsize=814564 CPUtime=65.56
/proc/19568/task/19573/stat : 19573 (java) R 19566 19568 17932 0 -1 64 211650 0 0 0 6459 97 0 0 25 0 13 0 22409679 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 104187877 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19568/tid=19574] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19574/stat : 19574 (java) S 19566 19568 17932 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22409679 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19568/tid=19575] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19575/stat : 19575 (java) S 19566 19568 17932 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 22409679 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19568/tid=19576] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19576/stat : 19576 (java) S 19566 19568 17932 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22409683 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19577] ppid=19566 vsize=814564 CPUtime=0.03
/proc/19568/task/19577/stat : 19577 (java) S 19566 19568 17932 0 -1 64 244 0 0 0 3 0 0 0 17 0 13 0 22409683 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19578] ppid=19566 vsize=814564 CPUtime=1.22
/proc/19568/task/19578/stat : 19578 (java) S 19566 19568 17932 0 -1 64 4224 0 0 0 121 1 0 0 16 0 13 0 22409684 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19579] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19579/stat : 19579 (java) S 19566 19568 17932 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22409684 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19580] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19580/stat : 19580 (java) S 19566 19568 17932 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22409684 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19568/tid=19581] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19581/stat : 19581 (java) S 19566 19568 17932 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 22417138 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 81.82
Current children cumulated vsize (KiB) 814564

[startup+82.3026 s]
/proc/loadavg: 2.70 2.31 2.12 3/96 19581
/proc/meminfo: memFree=719728/2055920 swapFree=4192812/4192956
[pid=19568] ppid=19566 vsize=814564 CPUtime=82.62
/proc/19568/stat : 19568 (java) S 19566 19568 17932 0 -1 0 384408 0 1 0 8087 175 0 0 18 0 13 0 22409675 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19568/statm: 203641 173035 1423 9 0 200968 0
[pid=19568/tid=19570] ppid=19566 vsize=814564 CPUtime=5.92
/proc/19568/task/19570/stat : 19570 (java) S 19566 19568 17932 0 -1 64 35664 0 1 0 575 17 0 0 18 0 13 0 22409676 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19568/tid=19571] ppid=19566 vsize=814564 CPUtime=5.28
/proc/19568/task/19571/stat : 19571 (java) S 19566 19568 17932 0 -1 64 79063 0 0 0 494 34 0 0 16 0 13 0 22409677 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19572] ppid=19566 vsize=814564 CPUtime=3.75
/proc/19568/task/19572/stat : 19572 (java) S 19566 19568 17932 0 -1 64 52817 0 0 0 352 23 0 0 17 0 13 0 22409677 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19573] ppid=19566 vsize=814564 CPUtime=66.36
/proc/19568/task/19573/stat : 19573 (java) R 19566 19568 17932 0 -1 64 211650 0 0 0 6539 97 0 0 25 0 13 0 22409679 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 105886141 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19568/tid=19574] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19574/stat : 19574 (java) S 19566 19568 17932 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22409679 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19568/tid=19575] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19575/stat : 19575 (java) S 19566 19568 17932 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 22409679 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19568/tid=19576] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19576/stat : 19576 (java) S 19566 19568 17932 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22409683 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19577] ppid=19566 vsize=814564 CPUtime=0.03
/proc/19568/task/19577/stat : 19577 (java) S 19566 19568 17932 0 -1 64 244 0 0 0 3 0 0 0 17 0 13 0 22409683 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19578] ppid=19566 vsize=814564 CPUtime=1.22
/proc/19568/task/19578/stat : 19578 (java) S 19566 19568 17932 0 -1 64 4224 0 0 0 121 1 0 0 16 0 13 0 22409684 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19579] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19579/stat : 19579 (java) S 19566 19568 17932 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22409684 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19580] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19580/stat : 19580 (java) S 19566 19568 17932 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22409684 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19568/tid=19581] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19581/stat : 19581 (java) S 19566 19568 17932 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 22417138 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 82.62
Current children cumulated vsize (KiB) 814564

[startup+83.1028 s]
/proc/loadavg: 2.70 2.31 2.12 3/96 19581
/proc/meminfo: memFree=719472/2055920 swapFree=4192812/4192956
[pid=19568] ppid=19566 vsize=814564 CPUtime=83.41
/proc/19568/stat : 19568 (java) S 19566 19568 17932 0 -1 0 384408 0 1 0 8166 175 0 0 18 0 13 0 22409675 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19568/statm: 203641 173035 1423 9 0 200968 0
[pid=19568/tid=19570] ppid=19566 vsize=814564 CPUtime=5.92
/proc/19568/task/19570/stat : 19570 (java) S 19566 19568 17932 0 -1 64 35664 0 1 0 575 17 0 0 18 0 13 0 22409676 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19568/tid=19571] ppid=19566 vsize=814564 CPUtime=5.28
/proc/19568/task/19571/stat : 19571 (java) S 19566 19568 17932 0 -1 64 79063 0 0 0 494 34 0 0 16 0 13 0 22409677 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19572] ppid=19566 vsize=814564 CPUtime=3.75
/proc/19568/task/19572/stat : 19572 (java) S 19566 19568 17932 0 -1 64 52817 0 0 0 352 23 0 0 17 0 13 0 22409677 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19573] ppid=19566 vsize=814564 CPUtime=67.15
/proc/19568/task/19573/stat : 19573 (java) R 19566 19568 17932 0 -1 64 211650 0 0 0 6618 97 0 0 25 0 13 0 22409679 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19568/tid=19574] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19574/stat : 19574 (java) S 19566 19568 17932 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22409679 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19568/tid=19575] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19575/stat : 19575 (java) S 19566 19568 17932 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 22409679 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19568/tid=19576] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19576/stat : 19576 (java) S 19566 19568 17932 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22409683 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19577] ppid=19566 vsize=814564 CPUtime=0.03
/proc/19568/task/19577/stat : 19577 (java) S 19566 19568 17932 0 -1 64 244 0 0 0 3 0 0 0 17 0 13 0 22409683 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19578] ppid=19566 vsize=814564 CPUtime=1.22
/proc/19568/task/19578/stat : 19578 (java) S 19566 19568 17932 0 -1 64 4224 0 0 0 121 1 0 0 16 0 13 0 22409684 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19579] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19579/stat : 19579 (java) S 19566 19568 17932 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22409684 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19568/tid=19580] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19580/stat : 19580 (java) S 19566 19568 17932 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22409684 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19568/tid=19581] ppid=19566 vsize=814564 CPUtime=0
/proc/19568/task/19581/stat : 19581 (java) S 19566 19568 17932 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 22417138 834113536 173035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 83.41
Current children cumulated vsize (KiB) 814564

[startup+83.5028 s]
/proc/loadavg: 2.70 2.31 2.12 3/85 19581
/proc/meminfo: memFree=1278320/2055920 swapFree=4192812/4192956
[pid=19568] ppid=19566 vsize=0 CPUtime=83.79
/proc/19568/stat : 19568 (java) Z 19566 19568 17932 0 -1 12 384415 0 1 0 8195 184 0 0 16 0 2 0 22409675 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19568/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 83.79
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 83.5235
CPU time (s): 83.8133
CPU user time (s): 81.9515
CPU system time (s): 1.86172
CPU usage (%): 100.347
Max. virtual memory (cumulated for all children) (KiB): 910248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.9515
system time used= 1.86172
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 384415
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= 2633
involuntary context switches= 3937

runsolver used 0.090986 second user time and 0.307953 second system time

The end

Launcher Data

Begin job on node37 at 2009-07-12 01:04:15
IDJOB=2071350
IDBENCH=55482
IDSOLVER=731
FILE ID=node37/2071350-1247353455
PBS_JOBID= 9506897
Free space on /tmp= 66392 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-23-08.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071350-1247353455/watcher-2071350-1247353455 -o /tmp/evaluation-result-2071350-1247353455/solver-2071350-1247353455 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2071350-1247353455.xml

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

MD5SUM BENCH= 56c23d6c4935063418a5d9e7e7a2b009
RANDOM SEED=208543924

node37.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.260
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.260
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:       1437240 kB
Buffers:         13620 kB
Cached:          84640 kB
SwapCached:          0 kB
Active:         550116 kB
Inactive:        21360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1437240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2264 kB
Writeback:           0 kB
Mapped:         488848 kB
Slab:            31712 kB
Committed_AS:   876260 kB
PageTables:       2648 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= 66392 MiB
End job on node37 at 2009-07-12 01:05:39