Trace number 2068633

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? 83.5373 82.8441

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-15-10.xml
MD5SUM9bf0ebb26d908e54ae16e8d2bd4f0b7c
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.09883
Satisfiable
(Un)Satisfiability was proved
Number of variables190
Number of constraints964
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension72
Number of constraints which are defined in intension892
Global constraints used (with number of constraints)

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.96 2.14 2.13 4/81 15762
/proc/meminfo: memFree=1495648/2055920 swapFree=4192956/4192956
[pid=15762] ppid=15760 vsize=18576 CPUtime=0
/proc/15762/stat : 15762 (runsolver) R 15760 15762 15650 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 21862304 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 234045893927 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/15762/statm: 4644 284 249 26 0 2626 0

[startup+0.0824349 s]
/proc/loadavg: 1.96 2.14 2.13 4/81 15762
/proc/meminfo: memFree=1495648/2055920 swapFree=4192956/4192956
[pid=15762] ppid=15760 vsize=802164 CPUtime=0.05
/proc/15762/stat : 15762 (java) S 15760 15762 15650 0 -1 0 2706 0 1 0 4 1 0 0 20 0 7 0 21862304 821415936 2451 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/15762/statm: 200541 2451 1029 9 0 197892 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802164

[startup+0.101436 s]
/proc/loadavg: 1.96 2.14 2.13 4/81 15762
/proc/meminfo: memFree=1495648/2055920 swapFree=4192956/4192956
[pid=15762] ppid=15760 vsize=802164 CPUtime=0.07
/proc/15762/stat : 15762 (java) S 15760 15762 15650 0 -1 0 2850 0 1 0 6 1 0 0 20 0 7 0 21862304 821415936 2595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/15762/statm: 200541 2595 1040 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.301458 s]
/proc/loadavg: 1.96 2.14 2.13 4/81 15762
/proc/meminfo: memFree=1495648/2055920 swapFree=4192956/4192956
[pid=15762] ppid=15760 vsize=805896 CPUtime=0.26
/proc/15762/stat : 15762 (java) S 15760 15762 15650 0 -1 0 4363 0 1 0 24 2 0 0 20 0 12 0 21862304 825237504 4100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15762/statm: 201474 4100 1358 9 0 198801 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 805896

[startup+0.701499 s]
/proc/loadavg: 1.96 2.14 2.13 4/81 15762
/proc/meminfo: memFree=1495648/2055920 swapFree=4192956/4192956
[pid=15762] ppid=15760 vsize=807172 CPUtime=0.66
/proc/15762/stat : 15762 (java) S 15760 15762 15650 0 -1 0 6197 0 1 0 62 4 0 0 20 0 12 0 21862304 826544128 5198 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15762/statm: 201793 5198 1385 9 0 199120 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 807172

[startup+1.50158 s]
/proc/loadavg: 1.96 2.14 2.13 3/93 15774
/proc/meminfo: memFree=1477760/2055920 swapFree=4192956/4192956
[pid=15762] ppid=15760 vsize=812848 CPUtime=1.45
/proc/15762/stat : 15762 (java) S 15760 15762 15650 0 -1 0 11391 0 1 0 139 6 0 0 20 0 12 0 21862304 832356352 8958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15762/statm: 203212 8958 1408 9 0 200539 0
[pid=15762/tid=15764] ppid=15760 vsize=812848 CPUtime=0.65
/proc/15762/task/15764/stat : 15764 (java) R 15760 15762 15650 0 -1 64 6216 0 1 0 62 3 0 0 25 0 12 0 21862306 832356352 8958 996147200 134512640 134550932 4294956016 18446744073709551615 4109146531 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15765] ppid=15760 vsize=812848 CPUtime=0
/proc/15762/task/15765/stat : 15765 (java) S 15760 15762 15650 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 21862307 832356352 8958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15766] ppid=15760 vsize=812848 CPUtime=0
/proc/15762/task/15766/stat : 15766 (java) S 15760 15762 15650 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 21862307 832356352 8958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15767] ppid=15760 vsize=812848 CPUtime=0
/proc/15762/task/15767/stat : 15767 (java) S 15760 15762 15650 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 21862308 832356352 8958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15768] ppid=15760 vsize=812848 CPUtime=0
/proc/15762/task/15768/stat : 15768 (java) S 15760 15762 15650 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 21862309 832356352 8958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15769] ppid=15760 vsize=812848 CPUtime=0
/proc/15762/task/15769/stat : 15769 (java) S 15760 15762 15650 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21862309 832356352 8958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15770] ppid=15760 vsize=812848 CPUtime=0
/proc/15762/task/15770/stat : 15770 (java) S 15760 15762 15650 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21862315 832356352 8958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15771] ppid=15760 vsize=812848 CPUtime=0.04
/proc/15762/task/15771/stat : 15771 (java) S 15760 15762 15650 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 21862315 832356352 8958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15772] ppid=15760 vsize=812848 CPUtime=0.73
/proc/15762/task/15772/stat : 15772 (java) S 15760 15762 15650 0 -1 64 4173 0 0 0 72 1 0 0 16 0 12 0 21862315 832356352 8958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15773] ppid=15760 vsize=812848 CPUtime=0
/proc/15762/task/15773/stat : 15773 (java) S 15760 15762 15650 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21862315 832356352 8958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15774] ppid=15760 vsize=812848 CPUtime=0
/proc/15762/task/15774/stat : 15774 (java) S 15760 15762 15650 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21862315 832356352 8958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 812848

[startup+3.10275 s]
/proc/loadavg: 1.96 2.14 2.13 3/93 15774
/proc/meminfo: memFree=1411264/2055920 swapFree=4192956/4192956
[pid=15762] ppid=15760 vsize=812848 CPUtime=3.05
/proc/15762/stat : 15762 (java) S 15760 15762 15650 0 -1 0 27895 0 1 0 292 13 0 0 20 0 12 0 21862304 832356352 25456 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15762/statm: 203212 25456 1422 9 0 200539 0
[pid=15762/tid=15764] ppid=15760 vsize=812848 CPUtime=1.93
/proc/15762/task/15764/stat : 15764 (java) R 15760 15762 15650 0 -1 64 17212 0 1 0 185 8 0 0 23 0 12 0 21862306 832356352 25456 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15762/tid=15765] ppid=15760 vsize=812848 CPUtime=0.04
/proc/15762/task/15765/stat : 15765 (java) S 15760 15762 15650 0 -1 64 2045 0 0 0 4 0 0 0 16 0 12 0 21862307 832356352 25456 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15762/tid=15766] ppid=15760 vsize=812848 CPUtime=0.03
/proc/15762/task/15766/stat : 15766 (java) S 15760 15762 15650 0 -1 64 3426 0 0 0 2 1 0 0 16 0 12 0 21862307 832356352 25456 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15762/tid=15767] ppid=15760 vsize=812848 CPUtime=0
/proc/15762/task/15767/stat : 15767 (java) S 15760 15762 15650 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21862308 832356352 25456 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15762/tid=15768] ppid=15760 vsize=812848 CPUtime=0
/proc/15762/task/15768/stat : 15768 (java) S 15760 15762 15650 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21862309 832356352 25456 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15762/tid=15769] ppid=15760 vsize=812848 CPUtime=0
/proc/15762/task/15769/stat : 15769 (java) S 15760 15762 15650 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21862309 832356352 25456 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15762/tid=15770] ppid=15760 vsize=812848 CPUtime=0
/proc/15762/task/15770/stat : 15770 (java) S 15760 15762 15650 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21862315 832356352 25456 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15771] ppid=15760 vsize=812848 CPUtime=0.04
/proc/15762/task/15771/stat : 15771 (java) S 15760 15762 15650 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 21862315 832356352 25456 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15772] ppid=15760 vsize=812848 CPUtime=0.95
/proc/15762/task/15772/stat : 15772 (java) R 15760 15762 15650 0 -1 64 4199 0 0 0 94 1 0 0 16 0 12 0 21862315 832356352 25456 996147200 134512640 134550932 4294956016 18446744073709551615 103218848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15762/tid=15773] ppid=15760 vsize=812848 CPUtime=0
/proc/15762/task/15773/stat : 15773 (java) S 15760 15762 15650 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21862315 832356352 25456 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15774] ppid=15760 vsize=812848 CPUtime=0
/proc/15762/task/15774/stat : 15774 (java) S 15760 15762 15650 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21862315 832356352 25456 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) 812848

[startup+6.30209 s]
/proc/loadavg: 1.97 2.14 2.12 5/93 15774
/proc/meminfo: memFree=1281344/2055920 swapFree=4192956/4192956
[pid=15762] ppid=15760 vsize=812424 CPUtime=6.68
/proc/15762/stat : 15762 (java) S 15760 15762 15650 0 -1 0 67201 0 1 0 638 30 0 0 20 0 12 0 21862304 831922176 63298 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15762/statm: 203106 63298 1423 9 0 200433 0
[pid=15762/tid=15764] ppid=15760 vsize=812424 CPUtime=3.25
/proc/15762/task/15764/stat : 15764 (java) R 15760 15762 15650 0 -1 64 17219 0 1 0 317 8 0 0 24 0 12 0 21862306 831922176 63298 996147200 134512640 134550932 4294956016 18446744073709551615 4109525201 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15765] ppid=15760 vsize=812424 CPUtime=1.12
/proc/15762/task/15765/stat : 15765 (java) S 15760 15762 15650 0 -1 64 22040 0 0 0 104 8 0 0 17 0 12 0 21862307 831922176 63298 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15766] ppid=15760 vsize=812424 CPUtime=1.04
/proc/15762/task/15766/stat : 15766 (java) S 15760 15762 15650 0 -1 64 22657 0 0 0 95 9 0 0 17 0 12 0 21862307 831922176 63298 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15767] ppid=15760 vsize=812424 CPUtime=0
/proc/15762/task/15767/stat : 15767 (java) S 15760 15762 15650 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 21862308 831922176 63298 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15768] ppid=15760 vsize=812424 CPUtime=0
/proc/15762/task/15768/stat : 15768 (java) S 15760 15762 15650 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21862309 831922176 63298 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15762/tid=15769] ppid=15760 vsize=812424 CPUtime=0
/proc/15762/task/15769/stat : 15769 (java) S 15760 15762 15650 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21862309 831922176 63298 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15762/tid=15770] ppid=15760 vsize=812424 CPUtime=0
/proc/15762/task/15770/stat : 15770 (java) S 15760 15762 15650 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21862315 831922176 63298 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15771] ppid=15760 vsize=812424 CPUtime=0.04
/proc/15762/task/15771/stat : 15771 (java) S 15760 15762 15650 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 21862315 831922176 63298 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15772] ppid=15760 vsize=812424 CPUtime=1.15
/proc/15762/task/15772/stat : 15772 (java) S 15760 15762 15650 0 -1 64 4270 0 0 0 114 1 0 0 16 0 12 0 21862315 831922176 63298 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15762/tid=15773] ppid=15760 vsize=812424 CPUtime=0
/proc/15762/task/15773/stat : 15773 (java) S 15760 15762 15650 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21862315 831922176 63298 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15774] ppid=15760 vsize=812424 CPUtime=0
/proc/15762/task/15774/stat : 15774 (java) S 15760 15762 15650 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21862315 831922176 63298 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 812424

[startup+12.7028 s]
/proc/loadavg: 2.13 2.17 2.13 5/93 15774
/proc/meminfo: memFree=975232/2055920 swapFree=4192956/4192956
[pid=15762] ppid=15760 vsize=817552 CPUtime=13.76
/proc/15762/stat : 15762 (java) S 15760 15762 15650 0 -1 0 143901 0 1 0 1315 61 0 0 20 0 12 0 21862304 837173248 138810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15762/statm: 204388 138810 1423 9 0 201715 0
[pid=15762/tid=15764] ppid=15760 vsize=817552 CPUtime=5.56
/proc/15762/task/15764/stat : 15764 (java) R 15760 15762 15650 0 -1 64 23379 0 1 0 545 11 0 0 25 0 12 0 21862306 837173248 138810 996147200 134512640 134550932 4294956016 18446744073709551615 4109720639 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15762/tid=15765] ppid=15760 vsize=817552 CPUtime=3.48
/proc/15762/task/15765/stat : 15765 (java) S 15760 15762 15650 0 -1 64 62435 0 0 0 324 24 0 0 17 0 12 0 21862307 837173248 138810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15762/tid=15766] ppid=15760 vsize=817552 CPUtime=3.46
/proc/15762/task/15766/stat : 15766 (java) S 15760 15762 15650 0 -1 64 52802 0 0 0 324 22 0 0 17 0 12 0 21862307 837173248 138810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15762/tid=15767] ppid=15760 vsize=817552 CPUtime=0
/proc/15762/task/15767/stat : 15767 (java) S 15760 15762 15650 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 21862308 837173248 138810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15762/tid=15768] ppid=15760 vsize=817552 CPUtime=0
/proc/15762/task/15768/stat : 15768 (java) S 15760 15762 15650 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21862309 837173248 138810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15762/tid=15769] ppid=15760 vsize=817552 CPUtime=0
/proc/15762/task/15769/stat : 15769 (java) S 15760 15762 15650 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21862309 837173248 138810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15762/tid=15770] ppid=15760 vsize=817552 CPUtime=0
/proc/15762/task/15770/stat : 15770 (java) S 15760 15762 15650 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21862315 837173248 138810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15771] ppid=15760 vsize=817552 CPUtime=0.04
/proc/15762/task/15771/stat : 15771 (java) S 15760 15762 15650 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 21862315 837173248 138810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15772] ppid=15760 vsize=817552 CPUtime=1.16
/proc/15762/task/15772/stat : 15772 (java) S 15760 15762 15650 0 -1 64 4270 0 0 0 115 1 0 0 17 0 12 0 21862315 837173248 138810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15773] ppid=15760 vsize=817552 CPUtime=0
/proc/15762/task/15773/stat : 15773 (java) S 15760 15762 15650 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21862315 837173248 138810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15774] ppid=15760 vsize=817552 CPUtime=0
/proc/15762/task/15774/stat : 15774 (java) S 15760 15762 15650 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21862315 837173248 138810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.76
Current children cumulated vsize (KiB) 817552

[startup+25.5011 s]
/proc/loadavg: 2.33 2.21 2.15 3/93 15774
/proc/meminfo: memFree=771584/2055920 swapFree=4192956/4192956
[pid=15762] ppid=15760 vsize=849556 CPUtime=26.75
/proc/15762/stat : 15762 (java) S 15760 15762 15650 0 -1 0 241441 0 1 0 2571 104 0 0 20 0 12 0 21862304 869945344 181823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15762/statm: 212389 181823 1425 9 0 209716 0
[pid=15762/tid=15764] ppid=15760 vsize=849556 CPUtime=6.66
/proc/15762/task/15764/stat : 15764 (java) S 15760 15762 15650 0 -1 64 35673 0 1 0 649 17 0 0 17 0 12 0 21862306 869945344 181823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15765] ppid=15760 vsize=849556 CPUtime=4.27
/proc/15762/task/15765/stat : 15765 (java) S 15760 15762 15650 0 -1 64 71541 0 0 0 400 27 0 0 17 0 12 0 21862307 869945344 181823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15766] ppid=15760 vsize=849556 CPUtime=4.22
/proc/15762/task/15766/stat : 15766 (java) S 15760 15762 15650 0 -1 64 59247 0 0 0 398 24 0 0 17 0 12 0 21862307 869945344 181823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15767] ppid=15760 vsize=849556 CPUtime=10.34
/proc/15762/task/15767/stat : 15767 (java) R 15760 15762 15650 0 -1 64 69708 0 0 0 1003 31 0 0 25 0 12 0 21862308 869945344 181823 996147200 134512640 134550932 4294956016 18446744073709551615 104187785 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15768] ppid=15760 vsize=849556 CPUtime=0
/proc/15762/task/15768/stat : 15768 (java) S 15760 15762 15650 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21862309 869945344 181823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15769] ppid=15760 vsize=849556 CPUtime=0
/proc/15762/task/15769/stat : 15769 (java) S 15760 15762 15650 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21862309 869945344 181823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15770] ppid=15760 vsize=849556 CPUtime=0
/proc/15762/task/15770/stat : 15770 (java) S 15760 15762 15650 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21862315 869945344 181823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15771] ppid=15760 vsize=849556 CPUtime=0.04

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

[pid=15762/tid=15773] ppid=15760 vsize=882580 CPUtime=0
/proc/15762/task/15773/stat : 15773 (java) S 15760 15762 15650 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21862315 903761920 189824 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15774] ppid=15760 vsize=882580 CPUtime=0
/proc/15762/task/15774/stat : 15774 (java) S 15760 15762 15650 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21862315 903761920 189824 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 71.11
Current children cumulated vsize (KiB) 882580

[startup+76.7015 s]
/proc/loadavg: 2.14 2.18 2.14 3/93 15774
/proc/meminfo: memFree=739200/2055920 swapFree=4192956/4192956
[pid=15762] ppid=15760 vsize=818576 CPUtime=77.45
/proc/15762/stat : 15762 (java) S 15760 15762 15650 0 -1 0 556518 0 1 0 7489 256 0 0 20 0 12 0 21862304 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15762/statm: 204644 173823 1424 9 0 201971 0
[pid=15762/tid=15764] ppid=15760 vsize=818576 CPUtime=6.95
/proc/15762/task/15764/stat : 15764 (java) S 15760 15762 15650 0 -1 64 35689 0 1 0 678 17 0 0 17 0 12 0 21862306 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15765] ppid=15760 vsize=818576 CPUtime=4.27
/proc/15762/task/15765/stat : 15765 (java) S 15760 15762 15650 0 -1 64 71541 0 0 0 400 27 0 0 17 0 12 0 21862307 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15766] ppid=15760 vsize=818576 CPUtime=4.22
/proc/15762/task/15766/stat : 15766 (java) S 15760 15762 15650 0 -1 64 59247 0 0 0 398 24 0 0 17 0 12 0 21862307 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15767] ppid=15760 vsize=818576 CPUtime=60.75
/proc/15762/task/15767/stat : 15767 (java) R 15760 15762 15650 0 -1 64 384768 0 0 0 5892 183 0 0 25 0 12 0 21862308 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 105696733 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15768] ppid=15760 vsize=818576 CPUtime=0
/proc/15762/task/15768/stat : 15768 (java) S 15760 15762 15650 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21862309 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15769] ppid=15760 vsize=818576 CPUtime=0
/proc/15762/task/15769/stat : 15769 (java) S 15760 15762 15650 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21862309 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15770] ppid=15760 vsize=818576 CPUtime=0
/proc/15762/task/15770/stat : 15770 (java) S 15760 15762 15650 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21862315 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15771] ppid=15760 vsize=818576 CPUtime=0.04
/proc/15762/task/15771/stat : 15771 (java) S 15760 15762 15650 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 21862315 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15772] ppid=15760 vsize=818576 CPUtime=1.16
/proc/15762/task/15772/stat : 15772 (java) S 15760 15762 15650 0 -1 64 4270 0 0 0 115 1 0 0 17 0 12 0 21862315 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15773] ppid=15760 vsize=818576 CPUtime=0
/proc/15762/task/15773/stat : 15773 (java) S 15760 15762 15650 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21862315 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15774] ppid=15760 vsize=818576 CPUtime=0
/proc/15762/task/15774/stat : 15774 (java) S 15760 15762 15650 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21862315 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.45
Current children cumulated vsize (KiB) 818576

[startup+79.9028 s]
/proc/loadavg: 2.14 2.18 2.14 3/93 15774
/proc/meminfo: memFree=803456/2055920 swapFree=4192956/4192956
[pid=15762] ppid=15760 vsize=818576 CPUtime=80.62
/proc/15762/stat : 15762 (java) S 15760 15762 15650 0 -1 0 556518 0 1 0 7806 256 0 0 20 0 12 0 21862304 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15762/statm: 204644 173823 1424 9 0 201971 0
[pid=15762/tid=15764] ppid=15760 vsize=818576 CPUtime=6.95
/proc/15762/task/15764/stat : 15764 (java) S 15760 15762 15650 0 -1 64 35689 0 1 0 678 17 0 0 17 0 12 0 21862306 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15765] ppid=15760 vsize=818576 CPUtime=4.27
/proc/15762/task/15765/stat : 15765 (java) S 15760 15762 15650 0 -1 64 71541 0 0 0 400 27 0 0 17 0 12 0 21862307 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15766] ppid=15760 vsize=818576 CPUtime=4.22
/proc/15762/task/15766/stat : 15766 (java) S 15760 15762 15650 0 -1 64 59247 0 0 0 398 24 0 0 17 0 12 0 21862307 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15767] ppid=15760 vsize=818576 CPUtime=63.92
/proc/15762/task/15767/stat : 15767 (java) R 15760 15762 15650 0 -1 64 384768 0 0 0 6209 183 0 0 25 0 12 0 21862308 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 104177892 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15768] ppid=15760 vsize=818576 CPUtime=0
/proc/15762/task/15768/stat : 15768 (java) S 15760 15762 15650 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21862309 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15769] ppid=15760 vsize=818576 CPUtime=0
/proc/15762/task/15769/stat : 15769 (java) S 15760 15762 15650 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21862309 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15770] ppid=15760 vsize=818576 CPUtime=0
/proc/15762/task/15770/stat : 15770 (java) S 15760 15762 15650 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21862315 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15771] ppid=15760 vsize=818576 CPUtime=0.04
/proc/15762/task/15771/stat : 15771 (java) S 15760 15762 15650 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 21862315 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15772] ppid=15760 vsize=818576 CPUtime=1.16
/proc/15762/task/15772/stat : 15772 (java) S 15760 15762 15650 0 -1 64 4270 0 0 0 115 1 0 0 17 0 12 0 21862315 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15773] ppid=15760 vsize=818576 CPUtime=0
/proc/15762/task/15773/stat : 15773 (java) S 15760 15762 15650 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21862315 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15774] ppid=15760 vsize=818576 CPUtime=0
/proc/15762/task/15774/stat : 15774 (java) S 15760 15762 15650 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21862315 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 80.62
Current children cumulated vsize (KiB) 818576

[startup+81.503 s]
/proc/loadavg: 2.21 2.19 2.14 3/93 15774
/proc/meminfo: memFree=803456/2055920 swapFree=4192956/4192956
[pid=15762] ppid=15760 vsize=818576 CPUtime=82.2
/proc/15762/stat : 15762 (java) S 15760 15762 15650 0 -1 0 556518 0 1 0 7964 256 0 0 20 0 12 0 21862304 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15762/statm: 204644 173823 1424 9 0 201971 0
[pid=15762/tid=15764] ppid=15760 vsize=818576 CPUtime=6.95
/proc/15762/task/15764/stat : 15764 (java) S 15760 15762 15650 0 -1 64 35689 0 1 0 678 17 0 0 17 0 12 0 21862306 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15765] ppid=15760 vsize=818576 CPUtime=4.27
/proc/15762/task/15765/stat : 15765 (java) S 15760 15762 15650 0 -1 64 71541 0 0 0 400 27 0 0 17 0 12 0 21862307 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15766] ppid=15760 vsize=818576 CPUtime=4.22
/proc/15762/task/15766/stat : 15766 (java) S 15760 15762 15650 0 -1 64 59247 0 0 0 398 24 0 0 17 0 12 0 21862307 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15767] ppid=15760 vsize=818576 CPUtime=65.5
/proc/15762/task/15767/stat : 15767 (java) R 15760 15762 15650 0 -1 64 384768 0 0 0 6367 183 0 0 25 0 12 0 21862308 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 104187830 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15768] ppid=15760 vsize=818576 CPUtime=0
/proc/15762/task/15768/stat : 15768 (java) S 15760 15762 15650 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21862309 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15769] ppid=15760 vsize=818576 CPUtime=0
/proc/15762/task/15769/stat : 15769 (java) S 15760 15762 15650 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21862309 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15770] ppid=15760 vsize=818576 CPUtime=0
/proc/15762/task/15770/stat : 15770 (java) S 15760 15762 15650 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21862315 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15771] ppid=15760 vsize=818576 CPUtime=0.04
/proc/15762/task/15771/stat : 15771 (java) S 15760 15762 15650 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 21862315 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15772] ppid=15760 vsize=818576 CPUtime=1.16
/proc/15762/task/15772/stat : 15772 (java) S 15760 15762 15650 0 -1 64 4270 0 0 0 115 1 0 0 17 0 12 0 21862315 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15773] ppid=15760 vsize=818576 CPUtime=0
/proc/15762/task/15773/stat : 15773 (java) S 15760 15762 15650 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21862315 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15774] ppid=15760 vsize=818576 CPUtime=0
/proc/15762/task/15774/stat : 15774 (java) S 15760 15762 15650 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21862315 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 82.2
Current children cumulated vsize (KiB) 818576

[startup+82.3021 s]
/proc/loadavg: 2.21 2.19 2.14 3/93 15774
/proc/meminfo: memFree=803456/2055920 swapFree=4192956/4192956
[pid=15762] ppid=15760 vsize=818576 CPUtime=83
/proc/15762/stat : 15762 (java) S 15760 15762 15650 0 -1 0 556518 0 1 0 8044 256 0 0 20 0 12 0 21862304 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15762/statm: 204644 173823 1424 9 0 201971 0
[pid=15762/tid=15764] ppid=15760 vsize=818576 CPUtime=6.95
/proc/15762/task/15764/stat : 15764 (java) S 15760 15762 15650 0 -1 64 35689 0 1 0 678 17 0 0 17 0 12 0 21862306 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15765] ppid=15760 vsize=818576 CPUtime=4.27
/proc/15762/task/15765/stat : 15765 (java) S 15760 15762 15650 0 -1 64 71541 0 0 0 400 27 0 0 17 0 12 0 21862307 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15766] ppid=15760 vsize=818576 CPUtime=4.22
/proc/15762/task/15766/stat : 15766 (java) S 15760 15762 15650 0 -1 64 59247 0 0 0 398 24 0 0 17 0 12 0 21862307 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15767] ppid=15760 vsize=818576 CPUtime=66.3
/proc/15762/task/15767/stat : 15767 (java) R 15760 15762 15650 0 -1 64 384768 0 0 0 6447 183 0 0 25 0 12 0 21862308 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 106159249 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15768] ppid=15760 vsize=818576 CPUtime=0
/proc/15762/task/15768/stat : 15768 (java) S 15760 15762 15650 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21862309 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15769] ppid=15760 vsize=818576 CPUtime=0
/proc/15762/task/15769/stat : 15769 (java) S 15760 15762 15650 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21862309 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15770] ppid=15760 vsize=818576 CPUtime=0
/proc/15762/task/15770/stat : 15770 (java) S 15760 15762 15650 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21862315 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15771] ppid=15760 vsize=818576 CPUtime=0.04
/proc/15762/task/15771/stat : 15771 (java) S 15760 15762 15650 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 21862315 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15772] ppid=15760 vsize=818576 CPUtime=1.16
/proc/15762/task/15772/stat : 15772 (java) S 15760 15762 15650 0 -1 64 4270 0 0 0 115 1 0 0 17 0 12 0 21862315 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15773] ppid=15760 vsize=818576 CPUtime=0
/proc/15762/task/15773/stat : 15773 (java) S 15760 15762 15650 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21862315 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15774] ppid=15760 vsize=818576 CPUtime=0
/proc/15762/task/15774/stat : 15774 (java) S 15760 15762 15650 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21862315 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 83
Current children cumulated vsize (KiB) 818576

[startup+82.7021 s]
/proc/loadavg: 2.21 2.19 2.14 3/93 15774
/proc/meminfo: memFree=803456/2055920 swapFree=4192956/4192956
[pid=15762] ppid=15760 vsize=818576 CPUtime=83.39
/proc/15762/stat : 15762 (java) S 15760 15762 15650 0 -1 0 556518 0 1 0 8083 256 0 0 20 0 12 0 21862304 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15762/statm: 204644 173823 1424 9 0 201971 0
[pid=15762/tid=15764] ppid=15760 vsize=818576 CPUtime=6.95
/proc/15762/task/15764/stat : 15764 (java) S 15760 15762 15650 0 -1 64 35689 0 1 0 678 17 0 0 17 0 12 0 21862306 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15765] ppid=15760 vsize=818576 CPUtime=4.27
/proc/15762/task/15765/stat : 15765 (java) S 15760 15762 15650 0 -1 64 71541 0 0 0 400 27 0 0 17 0 12 0 21862307 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15766] ppid=15760 vsize=818576 CPUtime=4.22
/proc/15762/task/15766/stat : 15766 (java) S 15760 15762 15650 0 -1 64 59247 0 0 0 398 24 0 0 17 0 12 0 21862307 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15767] ppid=15760 vsize=818576 CPUtime=66.69
/proc/15762/task/15767/stat : 15767 (java) R 15760 15762 15650 0 -1 64 384768 0 0 0 6486 183 0 0 25 0 12 0 21862308 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 105697723 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15768] ppid=15760 vsize=818576 CPUtime=0
/proc/15762/task/15768/stat : 15768 (java) S 15760 15762 15650 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21862309 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15769] ppid=15760 vsize=818576 CPUtime=0
/proc/15762/task/15769/stat : 15769 (java) S 15760 15762 15650 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21862309 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15770] ppid=15760 vsize=818576 CPUtime=0
/proc/15762/task/15770/stat : 15770 (java) S 15760 15762 15650 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21862315 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15771] ppid=15760 vsize=818576 CPUtime=0.04
/proc/15762/task/15771/stat : 15771 (java) S 15760 15762 15650 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 21862315 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15772] ppid=15760 vsize=818576 CPUtime=1.16
/proc/15762/task/15772/stat : 15772 (java) S 15760 15762 15650 0 -1 64 4270 0 0 0 115 1 0 0 17 0 12 0 21862315 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15773] ppid=15760 vsize=818576 CPUtime=0
/proc/15762/task/15773/stat : 15773 (java) S 15760 15762 15650 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21862315 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15762/tid=15774] ppid=15760 vsize=818576 CPUtime=0
/proc/15762/task/15774/stat : 15774 (java) S 15760 15762 15650 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21862315 838221824 173823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 83.39
Current children cumulated vsize (KiB) 818576

[startup+82.8023 s]
/proc/loadavg: 2.21 2.19 2.14 3/93 15774
/proc/meminfo: memFree=803456/2055920 swapFree=4192956/4192956
[pid=15762] ppid=15760 vsize=0 CPUtime=83.49
/proc/15762/stat : 15762 (java) Z 15760 15762 15650 0 -1 12 556535 0 1 0 8087 262 0 0 16 0 2 0 21862304 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15762/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 83.49
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 82.8441
CPU time (s): 83.5373
CPU user time (s): 80.8717
CPU system time (s): 2.66559
CPU usage (%): 100.837
Max. virtual memory (cumulated for all children) (KiB): 914584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.8717
system time used= 2.66559
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 556535
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= 2648
involuntary context switches= 5482

runsolver used 0.114982 second user time and 0.283956 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-11 23:32:47
IDJOB=2068633
IDBENCH=54903
IDSOLVER=731
FILE ID=node79/2068633-1247347967
PBS_JOBID= 9506825
Free space on /tmp= 66256 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-15-10.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068633-1247347967/watcher-2068633-1247347967 -o /tmp/evaluation-result-2068633-1247347967/solver-2068633-1247347967 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068633-1247347967.xml

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

MD5SUM BENCH= 9bf0ebb26d908e54ae16e8d2bd4f0b7c
RANDOM SEED=836896331

node79.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.229
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.229
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:       1496128 kB
Buffers:         55952 kB
Cached:         324984 kB
SwapCached:          0 kB
Active:         204180 kB
Inactive:       288264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1496128 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3800 kB
Writeback:           0 kB
Mapped:         129260 kB
Slab:            52508 kB
Committed_AS:   916484 kB
PageTables:       1980 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= 66252 MiB
End job on node79 at 2009-07-11 23:34:10