Trace number 2069953

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) 85.795 84.7174

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg16-16_ext.xml
MD5SUMaad17b556fb7a525b689cc4b64c38144
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.021996
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints32
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension32
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.14	c That software uses the Rhino library from the Mozilla project.
0.09/0.15	c version 2.1.1.v20090622
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version	1.6.0_12
0.09/0.16	c os.name	Linux
0.09/0.16	c os.version	2.6.9-22.EL.rootsmp
0.09/0.16	c os.arch	i386
0.09/0.16	c Free memory 671000808
0.09/0.16	c Max memory 672137216
0.09/0.16	c Total memory 672137216
0.09/0.16	c Number of processors 2
0.18/0.24	c c --- Begin Solver configuration ---
0.18/0.24	c Stops conflict analysis at the first Unique Implication Point
0.18/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.24	c Learn all clauses as in MiniSAT
0.18/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.24	c Expensive reason simplification
0.18/0.24	c MiniSAT restarts strategy
0.18/0.24	c Memory based learned constraints deletion strategy
0.18/0.24	c timeout=2147483s
0.18/0.24	c DB Simplification allowed=false
0.18/0.24	c --- End Solver configuration ---
0.18/0.24	c solving HOME/instance-2069953-1247350922.xml
0.18/0.24	c reading problem ... 
0.38/0.49	c reading problem named null
0.38/0.50	c reading domains done.
0.49/0.50	c reading variables done.
0.68/0.75	c reading relations done.
0.78/0.80	c reading constraints
69.55/68.31	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
69.55/68.31		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
69.55/68.31		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
69.55/68.31		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
69.55/68.31		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
69.55/68.31		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
69.55/68.31		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
69.55/68.31		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
69.55/68.31		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
69.55/68.31		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
69.55/68.31		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
69.55/68.31		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
69.55/68.31		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
69.55/68.31		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
69.55/68.31		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
69.55/68.31		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
69.55/68.32		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
69.55/68.32		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
69.55/68.32		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
69.55/68.32		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
69.55/68.32		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
69.55/68.32		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
69.55/68.32		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
69.55/68.32		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
69.55/68.32		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
69.55/68.32		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
69.55/68.32		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
69.55/68.32		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
69.55/68.32		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
69.55/68.32		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
69.55/68.32		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
69.55/68.32		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
69.55/68.32		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
85.38/84.38	Exception in thread "Thread-0" java.lang.OutOfMemoryError: Java heap space
85.38/84.38		at java.lang.AbstractStringBuilder.<init>(Unknown Source)
85.38/84.38		at java.lang.StringBuffer.<init>(Unknown Source)
85.38/84.38		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
85.38/84.38		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
85.38/84.38		at org.sat4j.AbstractLauncher.displayResult(Unknown Source)
85.38/84.38		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-2069953-1247350922/watcher-2069953-1247350922 -o /tmp/evaluation-result-2069953-1247350922/solver-2069953-1247350922 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2069953-1247350922.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

[startup+0 s]
/proc/loadavg: 1.15 1.79 2.09 4/82 17144
/proc/meminfo: memFree=1491720/2055920 swapFree=4192812/4192956
[pid=17144] ppid=17142 vsize=18576 CPUtime=0
/proc/17144/stat : 17144 (runsolver) R 17142 16353 16353 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 1 0 22158819 19021824 282 996147200 4194304 4302564 548682068448 18446744073709551615 227848809154 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17144/statm: 4644 282 247 26 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.0331579 s]
/proc/loadavg: 1.15 1.79 2.09 4/82 17144
/proc/meminfo: memFree=1491720/2055920 swapFree=4192812/4192956
[pid=17144] ppid=17142 vsize=800696 CPUtime=0.01
/proc/17144/stat : 17144 (java) S 17142 17144 16353 0 -1 0 2314 0 1 0 0 1 0 0 18 0 4 0 22158819 819912704 2061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/17144/statm: 200174 2061 938 9 0 197525 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800696

[startup+0.101165 s]
/proc/loadavg: 1.15 1.79 2.09 4/82 17144
/proc/meminfo: memFree=1491720/2055920 swapFree=4192812/4192956
[pid=17144] ppid=17142 vsize=804560 CPUtime=0.09
/proc/17144/stat : 17144 (java) S 17142 17144 16353 0 -1 0 3006 0 1 0 7 2 0 0 18 0 12 0 22158819 823869440 2749 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17144/statm: 201140 2749 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301185 s]
/proc/loadavg: 1.15 1.79 2.09 4/82 17144
/proc/meminfo: memFree=1491720/2055920 swapFree=4192812/4192956
[pid=17144] ppid=17142 vsize=805628 CPUtime=0.29
/proc/17144/stat : 17144 (java) S 17142 17144 16353 0 -1 0 4306 0 1 0 26 3 0 0 18 0 12 0 22158819 824963072 4043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17144/statm: 201407 4043 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805628

[startup+0.701223 s]
/proc/loadavg: 1.15 1.79 2.09 4/82 17144
/proc/meminfo: memFree=1491720/2055920 swapFree=4192812/4192956
[pid=17144] ppid=17142 vsize=807184 CPUtime=0.68
/proc/17144/stat : 17144 (java) S 17142 17144 16353 0 -1 0 6138 0 1 0 64 4 0 0 18 0 12 0 22158819 826556416 5164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17144/statm: 201796 5164 1386 9 0 199123 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.5023 s]
/proc/loadavg: 1.15 1.79 2.09 4/94 17156
/proc/meminfo: memFree=1473192/2055920 swapFree=4192812/4192956
[pid=17144] ppid=17142 vsize=809024 CPUtime=1.47
/proc/17144/stat : 17144 (java) S 17142 17144 16353 0 -1 0 13868 0 1 0 140 7 0 0 18 0 12 0 22158819 828440576 12281 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17144/statm: 202256 12281 1396 9 0 199583 0
[pid=17144/tid=17146] ppid=17142 vsize=809024 CPUtime=0.89
/proc/17144/task/17146/stat : 17146 (java) R 17142 17144 16353 0 -1 64 10435 0 1 0 83 6 0 0 25 0 12 0 22158820 828440576 12281 996147200 134512640 134550932 4294956016 18446744073709551615 4109499238 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17147] ppid=17142 vsize=809024 CPUtime=0
/proc/17144/task/17147/stat : 17147 (java) S 17142 17144 16353 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 22158821 828440576 12281 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17148] ppid=17142 vsize=809024 CPUtime=0
/proc/17144/task/17148/stat : 17148 (java) S 17142 17144 16353 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 22158821 828440576 12281 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17149] ppid=17142 vsize=809024 CPUtime=0
/proc/17144/task/17149/stat : 17149 (java) S 17142 17144 16353 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22158823 828440576 12281 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17150] ppid=17142 vsize=809024 CPUtime=0
/proc/17144/task/17150/stat : 17150 (java) S 17142 17144 16353 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 22158823 828440576 12281 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17151] ppid=17142 vsize=809024 CPUtime=0
/proc/17144/task/17151/stat : 17151 (java) S 17142 17144 16353 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 22158823 828440576 12281 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17152] ppid=17142 vsize=809024 CPUtime=0
/proc/17144/task/17152/stat : 17152 (java) S 17142 17144 16353 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22158828 828440576 12281 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17153] ppid=17142 vsize=809024 CPUtime=0
/proc/17144/task/17153/stat : 17153 (java) S 17142 17144 16353 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22158828 828440576 12281 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17154] ppid=17142 vsize=809024 CPUtime=0.57
/proc/17144/task/17154/stat : 17154 (java) S 17142 17144 16353 0 -1 64 2679 0 0 0 57 0 0 0 17 0 12 0 22158828 828440576 12281 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17155] ppid=17142 vsize=809024 CPUtime=0
/proc/17144/task/17155/stat : 17155 (java) S 17142 17144 16353 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22158828 828440576 12281 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17156] ppid=17142 vsize=809024 CPUtime=0
/proc/17144/task/17156/stat : 17156 (java) S 17142 17144 16353 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22158828 828440576 12281 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 809024

[startup+3.10245 s]
/proc/loadavg: 1.37 1.82 2.10 5/94 17156
/proc/meminfo: memFree=1378728/2055920 swapFree=4192812/4192956
[pid=17144] ppid=17142 vsize=809024 CPUtime=3.43
/proc/17144/stat : 17144 (java) S 17142 17144 16353 0 -1 0 45699 0 1 0 321 22 0 0 18 0 12 0 22158819 828440576 42470 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17144/statm: 202256 42470 1406 9 0 199583 0
[pid=17144/tid=17146] ppid=17142 vsize=809024 CPUtime=1.93
/proc/17144/task/17146/stat : 17146 (java) R 17142 17144 16353 0 -1 64 16895 0 1 0 184 9 0 0 25 0 12 0 22158820 828440576 42470 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17147] ppid=17142 vsize=809024 CPUtime=0.45
/proc/17144/task/17147/stat : 17147 (java) R 17142 17144 16353 0 -1 64 12610 0 0 0 41 4 0 0 18 0 12 0 22158821 828440576 42470 996147200 134512640 134550932 4294956016 18446744073709551615 106196740 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17148] ppid=17142 vsize=809024 CPUtime=0.42
/proc/17144/task/17148/stat : 17148 (java) R 17142 17144 16353 0 -1 64 12752 0 0 0 36 6 0 0 17 0 12 0 22158821 828440576 42470 996147200 134512640 134550932 4294956016 18446744073709551615 106196740 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17144/tid=17149] ppid=17142 vsize=809024 CPUtime=0
/proc/17144/task/17149/stat : 17149 (java) S 17142 17144 16353 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22158823 828440576 42470 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17150] ppid=17142 vsize=809024 CPUtime=0
/proc/17144/task/17150/stat : 17150 (java) S 17142 17144 16353 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22158823 828440576 42470 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17151] ppid=17142 vsize=809024 CPUtime=0
/proc/17144/task/17151/stat : 17151 (java) S 17142 17144 16353 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22158823 828440576 42470 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17152] ppid=17142 vsize=809024 CPUtime=0
/proc/17144/task/17152/stat : 17152 (java) S 17142 17144 16353 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22158828 828440576 42470 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17153] ppid=17142 vsize=809024 CPUtime=0
/proc/17144/task/17153/stat : 17153 (java) S 17142 17144 16353 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22158828 828440576 42470 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17154] ppid=17142 vsize=809024 CPUtime=0.58
/proc/17144/task/17154/stat : 17154 (java) S 17142 17144 16353 0 -1 64 2679 0 0 0 58 0 0 0 16 0 12 0 22158828 828440576 42470 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17155] ppid=17142 vsize=809024 CPUtime=0
/proc/17144/task/17155/stat : 17155 (java) S 17142 17144 16353 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22158828 828440576 42470 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17156] ppid=17142 vsize=809024 CPUtime=0
/proc/17144/task/17156/stat : 17156 (java) S 17142 17144 16353 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22158828 828440576 42470 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 809024

[startup+6.30175 s]
/proc/loadavg: 1.37 1.82 2.10 3/94 17156
/proc/meminfo: memFree=1229352/2055920 swapFree=4192812/4192956
[pid=17144] ppid=17142 vsize=808468 CPUtime=7.2
/proc/17144/stat : 17144 (java) S 17142 17144 16353 0 -1 0 83805 0 1 0 682 38 0 0 18 0 12 0 22158819 827871232 78033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17144/statm: 202117 78033 1406 9 0 199444 0
[pid=17144/tid=17146] ppid=17142 vsize=808468 CPUtime=4.14
/proc/17144/task/17146/stat : 17146 (java) R 17142 17144 16353 0 -1 64 16899 0 1 0 405 9 0 0 25 0 12 0 22158820 827871232 78033 996147200 134512640 134550932 4294956016 18446744073709551615 4109500485 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17147] ppid=17142 vsize=808468 CPUtime=1.2
/proc/17144/task/17147/stat : 17147 (java) S 17142 17144 16353 0 -1 64 29864 0 0 0 108 12 0 0 18 0 12 0 22158821 827871232 78033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17148] ppid=17142 vsize=808468 CPUtime=1.24
/proc/17144/task/17148/stat : 17148 (java) S 17142 17144 16353 0 -1 64 33600 0 0 0 110 14 0 0 18 0 12 0 22158821 827871232 78033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17149] ppid=17142 vsize=808468 CPUtime=0
/proc/17144/task/17149/stat : 17149 (java) S 17142 17144 16353 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22158823 827871232 78033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17150] ppid=17142 vsize=808468 CPUtime=0
/proc/17144/task/17150/stat : 17150 (java) S 17142 17144 16353 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22158823 827871232 78033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17151] ppid=17142 vsize=808468 CPUtime=0
/proc/17144/task/17151/stat : 17151 (java) S 17142 17144 16353 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22158823 827871232 78033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17152] ppid=17142 vsize=808468 CPUtime=0
/proc/17144/task/17152/stat : 17152 (java) S 17142 17144 16353 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22158828 827871232 78033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17153] ppid=17142 vsize=808468 CPUtime=0
/proc/17144/task/17153/stat : 17153 (java) S 17142 17144 16353 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22158828 827871232 78033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17154] ppid=17142 vsize=808468 CPUtime=0.58
/proc/17144/task/17154/stat : 17154 (java) S 17142 17144 16353 0 -1 64 2679 0 0 0 58 0 0 0 16 0 12 0 22158828 827871232 78033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17155] ppid=17142 vsize=808468 CPUtime=0
/proc/17144/task/17155/stat : 17155 (java) S 17142 17144 16353 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22158828 827871232 78033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17156] ppid=17142 vsize=808468 CPUtime=0
/proc/17144/task/17156/stat : 17156 (java) S 17142 17144 16353 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22158828 827871232 78033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 808468

[startup+12.7024 s]
/proc/loadavg: 1.78 1.89 2.12 5/94 17156
/proc/meminfo: memFree=921128/2055920 swapFree=4192812/4192956
[pid=17144] ppid=17142 vsize=812312 CPUtime=14.46
/proc/17144/stat : 17144 (java) S 17142 17144 16353 0 -1 0 160605 0 1 0 1377 69 0 0 18 0 12 0 22158819 831807488 148921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17144/statm: 203078 148921 1406 9 0 200405 0
[pid=17144/tid=17146] ppid=17142 vsize=812312 CPUtime=7.4
/proc/17144/task/17146/stat : 17146 (java) R 17142 17144 16353 0 -1 64 35340 0 1 0 723 17 0 0 23 0 12 0 22158820 831807488 148921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17147] ppid=17142 vsize=812312 CPUtime=3.49
/proc/17144/task/17147/stat : 17147 (java) R 17142 17144 16353 0 -1 64 64980 0 0 0 323 26 0 0 16 0 12 0 22158821 831807488 148921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17144/tid=17148] ppid=17142 vsize=812312 CPUtime=2.94
/proc/17144/task/17148/stat : 17148 (java) R 17142 17144 16353 0 -1 64 56843 0 0 0 271 23 0 0 17 0 12 0 22158821 831807488 148921 996147200 134512640 134550932 4294956016 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17149] ppid=17142 vsize=812312 CPUtime=0
/proc/17144/task/17149/stat : 17149 (java) S 17142 17144 16353 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22158823 831807488 148921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17150] ppid=17142 vsize=812312 CPUtime=0
/proc/17144/task/17150/stat : 17150 (java) S 17142 17144 16353 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22158823 831807488 148921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17151] ppid=17142 vsize=812312 CPUtime=0
/proc/17144/task/17151/stat : 17151 (java) S 17142 17144 16353 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22158823 831807488 148921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17152] ppid=17142 vsize=812312 CPUtime=0
/proc/17144/task/17152/stat : 17152 (java) S 17142 17144 16353 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22158828 831807488 148921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17153] ppid=17142 vsize=812312 CPUtime=0
/proc/17144/task/17153/stat : 17153 (java) S 17142 17144 16353 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22158828 831807488 148921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17154] ppid=17142 vsize=812312 CPUtime=0.58
/proc/17144/task/17154/stat : 17154 (java) S 17142 17144 16353 0 -1 64 2679 0 0 0 58 0 0 0 16 0 12 0 22158828 831807488 148921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17155] ppid=17142 vsize=812312 CPUtime=0
/proc/17144/task/17155/stat : 17155 (java) S 17142 17144 16353 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22158828 831807488 148921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17156] ppid=17142 vsize=812312 CPUtime=0
/proc/17144/task/17156/stat : 17156 (java) S 17142 17144 16353 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22158828 831807488 148921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.46
Current children cumulated vsize (KiB) 812312

[startup+25.5026 s]
/proc/loadavg: 1.89 1.91 2.12 3/94 17156
/proc/meminfo: memFree=779304/2055920 swapFree=4192812/4192956
[pid=17144] ppid=17142 vsize=844316 CPUtime=27.18
/proc/17144/stat : 17144 (java) S 17142 17144 16353 0 -1 0 245657 0 1 0 2613 105 0 0 18 0 12 0 22158819 864579584 178900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17144/statm: 211079 178900 1411 9 0 208406 0
[pid=17144/tid=17146] ppid=17142 vsize=844316 CPUtime=9.63
/proc/17144/task/17146/stat : 17146 (java) S 17142 17144 16353 0 -1 64 35345 0 1 0 946 17 0 0 19 0 12 0 22158820 864579584 178900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17147] ppid=17142 vsize=844316 CPUtime=4.2
/proc/17144/task/17147/stat : 17147 (java) S 17142 17144 16353 0 -1 64 71191 0 0 0 392 28 0 0 18 0 12 0 22158821 864579584 178900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17148] ppid=17142 vsize=844316 CPUtime=3.6
/proc/17144/task/17148/stat : 17148 (java) S 17142 17144 16353 0 -1 64 62114 0 0 0 334 26 0 0 17 0 12 0 22158821 864579584 178900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17149] ppid=17142 vsize=844316 CPUtime=9.12
/proc/17144/task/17149/stat : 17149 (java) R 17142 17144 16353 0 -1 64 73575 0 0 0 882 30 0 0 25 0 12 0 22158823 864579584 178900 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17150] ppid=17142 vsize=844316 CPUtime=0
/proc/17144/task/17150/stat : 17150 (java) S 17142 17144 16353 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22158823 864579584 178900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17151] ppid=17142 vsize=844316 CPUtime=0
/proc/17144/task/17151/stat : 17151 (java) S 17142 17144 16353 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22158823 864579584 178900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17152] ppid=17142 vsize=844316 CPUtime=0
/proc/17144/task/17152/stat : 17152 (java) S 17142 17144 16353 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22158828 864579584 178900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17153] ppid=17142 vsize=844316 CPUtime=0

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

[pid=17144] ppid=17142 vsize=844640 CPUtime=77.86
/proc/17144/stat : 17144 (java) S 17142 17144 16353 0 -1 0 562090 0 1 0 7542 244 0 0 18 0 13 0 22158819 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17144/statm: 211160 180197 1413 9 0 208487 0
[pid=17144/tid=17146] ppid=17142 vsize=844640 CPUtime=10.12
/proc/17144/task/17146/stat : 17146 (java) S 17142 17144 16353 0 -1 64 35362 0 1 0 995 17 0 0 18 0 13 0 22158820 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17147] ppid=17142 vsize=844640 CPUtime=4.2
/proc/17144/task/17147/stat : 17147 (java) S 17142 17144 16353 0 -1 64 71191 0 0 0 392 28 0 0 18 0 13 0 22158821 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17148] ppid=17142 vsize=844640 CPUtime=3.6
/proc/17144/task/17148/stat : 17148 (java) S 17142 17144 16353 0 -1 64 62114 0 0 0 334 26 0 0 17 0 13 0 22158821 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17149] ppid=17142 vsize=844640 CPUtime=59.3
/proc/17144/task/17149/stat : 17149 (java) R 17142 17144 16353 0 -1 64 389984 0 0 0 5761 169 0 0 25 0 13 0 22158823 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17150] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17150/stat : 17150 (java) S 17142 17144 16353 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22158823 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17151] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17151/stat : 17151 (java) S 17142 17144 16353 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22158823 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17152] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17152/stat : 17152 (java) S 17142 17144 16353 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22158828 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17153] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17153/stat : 17153 (java) S 17142 17144 16353 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 22158828 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17154] ppid=17142 vsize=844640 CPUtime=0.58
/proc/17144/task/17154/stat : 17154 (java) S 17142 17144 16353 0 -1 64 2679 0 0 0 58 0 0 0 16 0 13 0 22158828 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17155] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17155/stat : 17155 (java) S 17142 17144 16353 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22158828 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17156] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17156/stat : 17156 (java) S 17142 17144 16353 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22158828 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17157] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17157/stat : 17157 (java) S 17142 17144 16353 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 22165651 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.86
Current children cumulated vsize (KiB) 844640

[startup+79.9028 s]
/proc/loadavg: 1.95 1.92 2.11 3/95 17157
/proc/meminfo: memFree=794784/2055920 swapFree=4192812/4192956
[pid=17144] ppid=17142 vsize=844640 CPUtime=81.03
/proc/17144/stat : 17144 (java) S 17142 17144 16353 0 -1 0 577847 0 1 0 7852 251 0 0 18 0 13 0 22158819 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17144/statm: 211160 180197 1413 9 0 208487 0
[pid=17144/tid=17146] ppid=17142 vsize=844640 CPUtime=10.12
/proc/17144/task/17146/stat : 17146 (java) S 17142 17144 16353 0 -1 64 35362 0 1 0 995 17 0 0 18 0 13 0 22158820 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17147] ppid=17142 vsize=844640 CPUtime=4.2
/proc/17144/task/17147/stat : 17147 (java) S 17142 17144 16353 0 -1 64 71191 0 0 0 392 28 0 0 18 0 13 0 22158821 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17148] ppid=17142 vsize=844640 CPUtime=3.6
/proc/17144/task/17148/stat : 17148 (java) S 17142 17144 16353 0 -1 64 62114 0 0 0 334 26 0 0 17 0 13 0 22158821 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17149] ppid=17142 vsize=844640 CPUtime=62.47
/proc/17144/task/17149/stat : 17149 (java) R 17142 17144 16353 0 -1 64 405740 0 0 0 6071 176 0 0 25 0 13 0 22158823 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17150] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17150/stat : 17150 (java) S 17142 17144 16353 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22158823 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17151] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17151/stat : 17151 (java) S 17142 17144 16353 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 22158823 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17152] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17152/stat : 17152 (java) S 17142 17144 16353 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22158828 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17153] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17153/stat : 17153 (java) S 17142 17144 16353 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 22158828 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17154] ppid=17142 vsize=844640 CPUtime=0.58
/proc/17144/task/17154/stat : 17154 (java) S 17142 17144 16353 0 -1 64 2679 0 0 0 58 0 0 0 16 0 13 0 22158828 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17155] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17155/stat : 17155 (java) S 17142 17144 16353 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22158828 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17156] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17156/stat : 17156 (java) S 17142 17144 16353 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22158828 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17157] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17157/stat : 17157 (java) S 17142 17144 16353 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22165651 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 81.03
Current children cumulated vsize (KiB) 844640

[startup+83.1011 s]
/proc/loadavg: 1.96 1.93 2.11 3/95 17157
/proc/meminfo: memFree=773792/2055920 swapFree=4192812/4192956
[pid=17144] ppid=17142 vsize=844640 CPUtime=84.19
/proc/17144/stat : 17144 (java) S 17142 17144 16353 0 -1 0 593603 0 1 0 8161 258 0 0 18 0 13 0 22158819 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17144/statm: 211160 180197 1413 9 0 208487 0
[pid=17144/tid=17146] ppid=17142 vsize=844640 CPUtime=10.12
/proc/17144/task/17146/stat : 17146 (java) S 17142 17144 16353 0 -1 64 35362 0 1 0 995 17 0 0 18 0 13 0 22158820 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17147] ppid=17142 vsize=844640 CPUtime=4.2
/proc/17144/task/17147/stat : 17147 (java) S 17142 17144 16353 0 -1 64 71191 0 0 0 392 28 0 0 18 0 13 0 22158821 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17148] ppid=17142 vsize=844640 CPUtime=3.6
/proc/17144/task/17148/stat : 17148 (java) S 17142 17144 16353 0 -1 64 62114 0 0 0 334 26 0 0 17 0 13 0 22158821 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17149] ppid=17142 vsize=844640 CPUtime=65.63
/proc/17144/task/17149/stat : 17149 (java) R 17142 17144 16353 0 -1 64 421496 0 0 0 6379 184 0 0 25 0 13 0 22158823 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 106836632 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17150] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17150/stat : 17150 (java) S 17142 17144 16353 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22158823 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17151] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17151/stat : 17151 (java) S 17142 17144 16353 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 22158823 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17152] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17152/stat : 17152 (java) S 17142 17144 16353 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22158828 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17153] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17153/stat : 17153 (java) S 17142 17144 16353 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 22158828 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17154] ppid=17142 vsize=844640 CPUtime=0.58
/proc/17144/task/17154/stat : 17154 (java) S 17142 17144 16353 0 -1 64 2679 0 0 0 58 0 0 0 16 0 13 0 22158828 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17155] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17155/stat : 17155 (java) S 17142 17144 16353 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22158828 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17156] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17156/stat : 17156 (java) S 17142 17144 16353 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22158828 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17157] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17157/stat : 17157 (java) S 17142 17144 16353 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22165651 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 84.19
Current children cumulated vsize (KiB) 844640

[startup+83.9022 s]
/proc/loadavg: 1.96 1.93 2.11 3/95 17157
/proc/meminfo: memFree=773856/2055920 swapFree=4192812/4192956
[pid=17144] ppid=17142 vsize=844640 CPUtime=84.98
/proc/17144/stat : 17144 (java) S 17142 17144 16353 0 -1 0 593603 0 1 0 8240 258 0 0 18 0 13 0 22158819 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17144/statm: 211160 180197 1413 9 0 208487 0
[pid=17144/tid=17146] ppid=17142 vsize=844640 CPUtime=10.12
/proc/17144/task/17146/stat : 17146 (java) S 17142 17144 16353 0 -1 64 35362 0 1 0 995 17 0 0 18 0 13 0 22158820 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17147] ppid=17142 vsize=844640 CPUtime=4.2
/proc/17144/task/17147/stat : 17147 (java) S 17142 17144 16353 0 -1 64 71191 0 0 0 392 28 0 0 18 0 13 0 22158821 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17148] ppid=17142 vsize=844640 CPUtime=3.6
/proc/17144/task/17148/stat : 17148 (java) S 17142 17144 16353 0 -1 64 62114 0 0 0 334 26 0 0 17 0 13 0 22158821 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17149] ppid=17142 vsize=844640 CPUtime=66.43
/proc/17144/task/17149/stat : 17149 (java) R 17142 17144 16353 0 -1 64 421496 0 0 0 6459 184 0 0 25 0 13 0 22158823 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 106159199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17150] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17150/stat : 17150 (java) S 17142 17144 16353 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22158823 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17151] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17151/stat : 17151 (java) S 17142 17144 16353 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 22158823 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17152] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17152/stat : 17152 (java) S 17142 17144 16353 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22158828 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17153] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17153/stat : 17153 (java) S 17142 17144 16353 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 22158828 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17154] ppid=17142 vsize=844640 CPUtime=0.58
/proc/17144/task/17154/stat : 17154 (java) S 17142 17144 16353 0 -1 64 2679 0 0 0 58 0 0 0 16 0 13 0 22158828 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17155] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17155/stat : 17155 (java) S 17142 17144 16353 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22158828 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17156] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17156/stat : 17156 (java) S 17142 17144 16353 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22158828 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17157] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17157/stat : 17157 (java) S 17142 17144 16353 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22165651 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 84.98
Current children cumulated vsize (KiB) 844640

[startup+84.3022 s]
/proc/loadavg: 1.96 1.93 2.11 3/95 17157
/proc/meminfo: memFree=773856/2055920 swapFree=4192812/4192956
[pid=17144] ppid=17142 vsize=844640 CPUtime=85.38
/proc/17144/stat : 17144 (java) S 17142 17144 16353 0 -1 0 593603 0 1 0 8280 258 0 0 18 0 13 0 22158819 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17144/statm: 211160 180197 1413 9 0 208487 0
[pid=17144/tid=17146] ppid=17142 vsize=844640 CPUtime=10.12
/proc/17144/task/17146/stat : 17146 (java) S 17142 17144 16353 0 -1 64 35362 0 1 0 995 17 0 0 18 0 13 0 22158820 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17147] ppid=17142 vsize=844640 CPUtime=4.2
/proc/17144/task/17147/stat : 17147 (java) S 17142 17144 16353 0 -1 64 71191 0 0 0 392 28 0 0 18 0 13 0 22158821 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17148] ppid=17142 vsize=844640 CPUtime=3.6
/proc/17144/task/17148/stat : 17148 (java) S 17142 17144 16353 0 -1 64 62114 0 0 0 334 26 0 0 17 0 13 0 22158821 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17149] ppid=17142 vsize=844640 CPUtime=66.82
/proc/17144/task/17149/stat : 17149 (java) R 17142 17144 16353 0 -1 64 421496 0 0 0 6498 184 0 0 25 0 13 0 22158823 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 105697723 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17150] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17150/stat : 17150 (java) S 17142 17144 16353 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22158823 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17151] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17151/stat : 17151 (java) S 17142 17144 16353 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 22158823 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17152] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17152/stat : 17152 (java) S 17142 17144 16353 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22158828 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17153] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17153/stat : 17153 (java) S 17142 17144 16353 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 22158828 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17154] ppid=17142 vsize=844640 CPUtime=0.58
/proc/17144/task/17154/stat : 17154 (java) S 17142 17144 16353 0 -1 64 2679 0 0 0 58 0 0 0 16 0 13 0 22158828 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17155] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17155/stat : 17155 (java) S 17142 17144 16353 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22158828 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17156] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17156/stat : 17156 (java) S 17142 17144 16353 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22158828 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17144/tid=17157] ppid=17142 vsize=844640 CPUtime=0
/proc/17144/task/17157/stat : 17157 (java) S 17142 17144 16353 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22165651 864911360 180197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 85.38
Current children cumulated vsize (KiB) 844640

[startup+84.7077 s]
/proc/loadavg: 1.96 1.93 2.11 3/94 17157
/proc/meminfo: memFree=805920/2055920 swapFree=4192812/4192956
[pid=17144] ppid=17142 vsize=0 CPUtime=85.78
/proc/17144/stat : 17144 (java) Z 17142 17144 16353 0 -1 12 593611 0 1 0 8309 269 0 0 16 0 2 0 22158819 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17144/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 85.78
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 84.7174
CPU time (s): 85.795
CPU user time (s): 83.0934
CPU system time (s): 2.70159
CPU usage (%): 101.272
Max. virtual memory (cumulated for all children) (KiB): 860644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.0934
system time used= 2.70159
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 593611
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= 2314
involuntary context switches= 5567

runsolver used 0.114982 second user time and 0.289955 second system time

The end

Launcher Data

Begin job on node18 at 2009-07-12 00:22:02
IDJOB=2069953
IDBENCH=55116
IDSOLVER=731
FILE ID=node18/2069953-1247350922
PBS_JOBID= 9506943
Free space on /tmp= 66300 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg16-16_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2069953-1247350922/watcher-2069953-1247350922 -o /tmp/evaluation-result-2069953-1247350922/solver-2069953-1247350922 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2069953-1247350922.xml

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

MD5SUM BENCH= aad17b556fb7a525b689cc4b64c38144
RANDOM SEED=481922352

node18.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.243
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.243
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:       1492200 kB
Buffers:          8512 kB
Cached:          86688 kB
SwapCached:          0 kB
Active:         487888 kB
Inactive:        25512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1492200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1624 kB
Writeback:           0 kB
Mapped:         438656 kB
Slab:            34620 kB
Committed_AS:   582672 kB
PageTables:       2664 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= 66300 MiB
End job on node18 at 2009-07-12 00:23:27