Trace number 1079355

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 2008-06-13? (exit code) 88.1706 86.2117

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg14-15_ext.xml
MD5SUMada5f2bd26548eaf4d21e914c33db1d8
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.018996
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of constraints29
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension29
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.27/0.45	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.27/0.45	c This is free software under the dual EPL/GNU LGPL licenses.
0.27/0.45	c See www.sat4j.org for details.
0.27/0.45	c That software uses the Rhino library from the Mozilla project.
0.27/0.49	c version 9.9.9.token
0.27/0.49	c sun.arch.data.model	32
0.27/0.49	c java.version	1.6.0_06
0.27/0.49	c os.name	Linux
0.27/0.49	c os.version	2.6.9-22.EL.rootsmp
0.27/0.49	c os.arch	i386
0.27/0.49	c Free memory 669864272
0.27/0.49	c Max memory 672137216
0.27/0.49	c Total memory 672137216
0.27/0.49	c Number of processors 2
0.36/0.54	c c --- Begin Solver configuration ---
0.36/0.54	c Stops conflict analysis at the first Unique Implication Point
0.36/0.54	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.36/0.54	c Learn all clauses as in MiniSAT
0.36/0.54	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.36/0.54	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.36/0.54	c Expensive reason simplification
0.36/0.54	c MiniSAT restarts strategy
0.36/0.54	c timeout=2147483s
0.36/0.54	c DB Simplification allowed=false
0.36/0.54	c --- End Solver configuration ---
0.36/0.54	c solving HOME/instance-1079355-1215209653.xml
0.36/0.54	c reading problem ... 
0.64/0.83	c reading problem named null
0.64/0.83	c reading domains done.
0.64/0.84	c reading variables done.
0.95/1.13	c reading relations done.
1.04/1.22	c reading constraints
81.31/79.39	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
81.31/79.39		at java.lang.Integer.valueOf(Unknown Source)
81.31/79.39		at org.sat4j.minisat.core.Solver.addConstr(Solver.java:1196)
81.31/79.39		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
81.31/79.39		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
81.31/79.39		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
81.31/79.39		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
81.31/79.39		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
81.31/79.39		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
81.31/79.39		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
81.31/79.39		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
81.31/79.39		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
81.31/79.39		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
81.31/79.39		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
81.31/79.39		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
81.31/79.39		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
81.31/79.39		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
81.31/79.39		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
81.31/79.39		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
81.31/79.39		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
81.31/79.39		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
81.31/79.39		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
81.31/79.39		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
81.31/79.39		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
81.31/79.39		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
81.31/79.39		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
81.31/79.39		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
81.31/79.39		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
81.31/79.39		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
81.31/79.39		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
81.31/79.39		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
81.31/79.39		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
81.31/79.39		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
87.81/85.81	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
87.81/85.81		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:91)
87.81/85.81		at org.sat4j.minisat.core.Solver.printStat(Solver.java:1232)
87.81/85.81		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:94)
87.81/85.81		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:79)

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1079355-1215209653/watcher-1079355-1215209653 -o /tmp/evaluation-result-1079355-1215209653/solver-1079355-1215209653 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1079355-1215209653.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved

[startup+0 s]
/proc/loadavg: 2.13 2.06 2.01 4/73 17034
/proc/meminfo: memFree=1820584/2055920 swapFree=4180808/4192956
[pid=17034] ppid=17032 vsize=18572 CPUtime=0
/proc/17034/stat : 17034 (runsolver) R 17032 16021 16021 0 -1 4194368 12 0 0 0 0 0 0 0 19 0 1 0 643898886 19017728 290 996147200 4194304 4296836 548682068416 18446744073709551615 251459489093 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17034/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.0183239 s]
/proc/loadavg: 2.13 2.06 2.01 4/73 17034
/proc/meminfo: memFree=1820584/2055920 swapFree=4180808/4192956
[pid=17034] ppid=17032 vsize=12824 CPUtime=0
/proc/17034/stat : 17034 (java) D 17032 17034 16021 0 -1 0 361 0 0 0 0 0 0 0 18 0 1 0 643898886 13131776 163 996147200 134512640 134550740 4294956016 18446744073709551615 11097095 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/17034/statm: 3206 163 118 9 0 93 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12824

[startup+0.10134 s]
/proc/loadavg: 2.13 2.06 2.01 4/73 17034
/proc/meminfo: memFree=1820584/2055920 swapFree=4180808/4192956
[pid=17034] ppid=17032 vsize=801432 CPUtime=0.04
/proc/17034/stat : 17034 (java) S 17032 17034 16021 0 -1 0 2465 0 30 0 2 2 0 0 18 0 5 0 643898886 820666368 2231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/17034/statm: 200358 2231 949 9 0 197741 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 801432

[startup+0.301369 s]
/proc/loadavg: 2.13 2.06 2.01 4/73 17034
/proc/meminfo: memFree=1820584/2055920 swapFree=4180808/4192956
[pid=17034] ppid=17032 vsize=808276 CPUtime=0.2
/proc/17034/stat : 17034 (java) S 17032 17034 16021 0 -1 0 4526 0 30 0 17 3 0 0 18 0 12 0 643898886 827674624 3882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17034/statm: 202069 3882 1293 9 0 199438 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 808276

[startup+0.701426 s]
/proc/loadavg: 2.13 2.06 2.01 4/73 17034
/proc/meminfo: memFree=1820584/2055920 swapFree=4180808/4192956
[pid=17034] ppid=17032 vsize=808304 CPUtime=0.55
/proc/17034/stat : 17034 (java) S 17032 17034 16021 0 -1 0 6007 0 30 0 49 6 0 0 18 0 12 0 643898886 827703296 5164 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17034/statm: 202076 5164 1322 9 0 199438 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 808304

[startup+1.50254 s]
/proc/loadavg: 2.13 2.06 2.01 4/85 17046
/proc/meminfo: memFree=1794312/2055920 swapFree=4180808/4192956
[pid=17034] ppid=17032 vsize=809856 CPUtime=1.35
/proc/17034/stat : 17034 (java) S 17032 17034 16021 0 -1 0 8846 0 30 0 127 8 0 0 18 0 12 0 643898886 829292544 6627 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17034/statm: 202464 6627 1342 9 0 199826 0
[pid=17034/tid=17036] ppid=17032 vsize=809856 CPUtime=0.64
/proc/17034/task/17036/stat : 17036 (java) R 17032 17034 16021 0 -1 64 4527 0 1 0 58 6 0 0 18 0 12 0 643898893 829292544 6627 996147200 134512640 134550740 4294956016 18446744073709551615 4109194784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17037] ppid=17032 vsize=809856 CPUtime=0
/proc/17034/task/17037/stat : 17037 (java) S 17032 17034 16021 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 643898894 829292544 6627 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17038] ppid=17032 vsize=809856 CPUtime=0
/proc/17034/task/17038/stat : 17038 (java) S 17032 17034 16021 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 643898894 829292544 6627 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17039] ppid=17032 vsize=809856 CPUtime=0
/proc/17034/task/17039/stat : 17039 (java) S 17032 17034 16021 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 643898896 829292544 6627 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17040] ppid=17032 vsize=809856 CPUtime=0
/proc/17034/task/17040/stat : 17040 (java) S 17032 17034 16021 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 643898897 829292544 6627 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17041] ppid=17032 vsize=809856 CPUtime=0
/proc/17034/task/17041/stat : 17041 (java) S 17032 17034 16021 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 643898897 829292544 6627 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17042] ppid=17032 vsize=809856 CPUtime=0
/proc/17034/task/17042/stat : 17042 (java) S 17032 17034 16021 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 643898903 829292544 6627 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17043] ppid=17032 vsize=809856 CPUtime=0.24
/proc/17034/task/17043/stat : 17043 (java) S 17032 17034 16021 0 -1 64 646 0 0 0 24 0 0 0 16 0 12 0 643898903 829292544 6627 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17044] ppid=17032 vsize=809856 CPUtime=0.44
/proc/17034/task/17044/stat : 17044 (java) S 17032 17034 16021 0 -1 64 2939 0 0 0 44 0 0 0 17 0 12 0 643898904 829292544 6627 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17045] ppid=17032 vsize=809856 CPUtime=0
/proc/17034/task/17045/stat : 17045 (java) S 17032 17034 16021 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 643898904 829292544 6627 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17046] ppid=17032 vsize=809856 CPUtime=0
/proc/17034/task/17046/stat : 17046 (java) S 17032 17034 16021 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 643898904 829292544 6627 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 809856

[startup+3.10278 s]
/proc/loadavg: 2.12 2.06 2.01 4/85 17046
/proc/meminfo: memFree=1756616/2055920 swapFree=4180808/4192956
[pid=17034] ppid=17032 vsize=814984 CPUtime=3.22
/proc/17034/stat : 17034 (java) S 17032 17034 16021 0 -1 0 35617 0 30 0 302 20 0 0 18 0 12 0 643898886 834543616 30993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17034/statm: 203746 30993 1349 9 0 201108 0
[pid=17034/tid=17036] ppid=17032 vsize=814984 CPUtime=1.79
/proc/17034/task/17036/stat : 17036 (java) R 17032 17034 16021 0 -1 64 16961 0 1 0 167 12 0 0 18 0 12 0 643898893 834543616 30993 996147200 134512640 134550740 4294956016 18446744073709551615 4109603096 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17037] ppid=17032 vsize=814984 CPUtime=0.3
/proc/17034/task/17037/stat : 17037 (java) S 17032 17034 16021 0 -1 64 9475 0 0 0 26 4 0 0 18 0 12 0 643898894 834543616 30993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17038] ppid=17032 vsize=814984 CPUtime=0.3
/proc/17034/task/17038/stat : 17038 (java) R 17032 17034 16021 0 -1 64 4822 0 0 0 29 1 0 0 19 0 12 0 643898894 834543616 30993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17039] ppid=17032 vsize=814984 CPUtime=0
/proc/17034/task/17039/stat : 17039 (java) S 17032 17034 16021 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 643898896 834543616 30993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17040] ppid=17032 vsize=814984 CPUtime=0
/proc/17034/task/17040/stat : 17040 (java) S 17032 17034 16021 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 643898897 834543616 30993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17041] ppid=17032 vsize=814984 CPUtime=0
/proc/17034/task/17041/stat : 17041 (java) S 17032 17034 16021 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 643898897 834543616 30993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17042] ppid=17032 vsize=814984 CPUtime=0
/proc/17034/task/17042/stat : 17042 (java) S 17032 17034 16021 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 643898903 834543616 30993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17043] ppid=17032 vsize=814984 CPUtime=0.29
/proc/17034/task/17043/stat : 17043 (java) S 17032 17034 16021 0 -1 64 655 0 0 0 29 0 0 0 16 0 12 0 643898903 834543616 30993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17044] ppid=17032 vsize=814984 CPUtime=0.49
/proc/17034/task/17044/stat : 17044 (java) S 17032 17034 16021 0 -1 64 2943 0 0 0 49 0 0 0 16 0 12 0 643898904 834543616 30993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17045] ppid=17032 vsize=814984 CPUtime=0
/proc/17034/task/17045/stat : 17045 (java) S 17032 17034 16021 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 643898904 834543616 30993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17046] ppid=17032 vsize=814984 CPUtime=0
/proc/17034/task/17046/stat : 17046 (java) S 17032 17034 16021 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 643898904 834543616 30993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 814984

[startup+6.30227 s]
/proc/loadavg: 2.12 2.06 2.01 3/85 17046
/proc/meminfo: memFree=1586568/2055920 swapFree=4180808/4192956
[pid=17034] ppid=17032 vsize=818680 CPUtime=6.98
/proc/17034/stat : 17034 (java) S 17032 17034 16021 0 -1 0 77029 0 30 0 657 41 0 0 18 0 12 0 643898886 838328320 68079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17034/statm: 204670 68079 1349 9 0 202032 0
[pid=17034/tid=17036] ppid=17032 vsize=818680 CPUtime=3.53
/proc/17034/task/17036/stat : 17036 (java) S 17032 17034 16021 0 -1 64 16965 0 1 0 341 12 0 0 23 0 12 0 643898893 838328320 68079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17037] ppid=17032 vsize=818680 CPUtime=1.36
/proc/17034/task/17037/stat : 17037 (java) R 17032 17034 16021 0 -1 64 31521 0 0 0 121 15 0 0 19 0 12 0 643898894 838328320 68079 996147200 134512640 134550740 4294956016 18446744073709551615 106157903 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17038] ppid=17032 vsize=818680 CPUtime=1.25
/proc/17034/task/17038/stat : 17038 (java) R 17032 17034 16021 0 -1 64 24184 0 0 0 115 10 0 0 19 0 12 0 643898894 838328320 68079 996147200 134512640 134550740 4294956016 18446744073709551615 106157903 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17039] ppid=17032 vsize=818680 CPUtime=0
/proc/17034/task/17039/stat : 17039 (java) S 17032 17034 16021 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 643898896 838328320 68079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17040] ppid=17032 vsize=818680 CPUtime=0
/proc/17034/task/17040/stat : 17040 (java) S 17032 17034 16021 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 643898897 838328320 68079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17041] ppid=17032 vsize=818680 CPUtime=0
/proc/17034/task/17041/stat : 17041 (java) S 17032 17034 16021 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 643898897 838328320 68079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17042] ppid=17032 vsize=818680 CPUtime=0
/proc/17034/task/17042/stat : 17042 (java) S 17032 17034 16021 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 643898903 838328320 68079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17043] ppid=17032 vsize=818680 CPUtime=0.29
/proc/17034/task/17043/stat : 17043 (java) S 17032 17034 16021 0 -1 64 655 0 0 0 29 0 0 0 16 0 12 0 643898903 838328320 68079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17044] ppid=17032 vsize=818680 CPUtime=0.49
/proc/17034/task/17044/stat : 17044 (java) S 17032 17034 16021 0 -1 64 2943 0 0 0 49 0 0 0 16 0 12 0 643898904 838328320 68079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17045] ppid=17032 vsize=818680 CPUtime=0
/proc/17034/task/17045/stat : 17045 (java) S 17032 17034 16021 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 643898904 838328320 68079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17046] ppid=17032 vsize=818680 CPUtime=0
/proc/17034/task/17046/stat : 17046 (java) S 17032 17034 16021 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 643898904 838328320 68079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 818680

[startup+12.7022 s]
/proc/loadavg: 2.25 2.09 2.02 3/85 17046
/proc/meminfo: memFree=1296264/2055920 swapFree=4180808/4192956
[pid=17034] ppid=17032 vsize=828920 CPUtime=13.98
/proc/17034/stat : 17034 (java) S 17032 17034 16021 0 -1 0 150550 0 30 0 1321 77 0 0 18 0 12 0 643898886 848814080 136290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17034/statm: 207230 136290 1349 9 0 204592 0
[pid=17034/tid=17036] ppid=17032 vsize=828920 CPUtime=6.69
/proc/17034/task/17036/stat : 17036 (java) R 17032 17034 16021 0 -1 64 35405 0 1 0 647 22 0 0 18 0 12 0 643898893 848814080 136290 996147200 134512640 134550740 4294956016 18446744073709551615 4109674319 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17037] ppid=17032 vsize=828920 CPUtime=3.37
/proc/17034/task/17037/stat : 17037 (java) R 17032 17034 16021 0 -1 64 64065 0 0 0 307 30 0 0 21 0 12 0 643898894 848814080 136290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17038] ppid=17032 vsize=828920 CPUtime=3.09
/proc/17034/task/17038/stat : 17038 (java) S 17032 17034 16021 0 -1 64 46721 0 0 0 287 22 0 0 17 0 12 0 643898894 848814080 136290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17039] ppid=17032 vsize=828920 CPUtime=0
/proc/17034/task/17039/stat : 17039 (java) S 17032 17034 16021 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 643898896 848814080 136290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17040] ppid=17032 vsize=828920 CPUtime=0
/proc/17034/task/17040/stat : 17040 (java) S 17032 17034 16021 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 643898897 848814080 136290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17041] ppid=17032 vsize=828920 CPUtime=0
/proc/17034/task/17041/stat : 17041 (java) S 17032 17034 16021 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 643898897 848814080 136290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17042] ppid=17032 vsize=828920 CPUtime=0
/proc/17034/task/17042/stat : 17042 (java) S 17032 17034 16021 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 643898903 848814080 136290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17043] ppid=17032 vsize=828920 CPUtime=0.29
/proc/17034/task/17043/stat : 17043 (java) S 17032 17034 16021 0 -1 64 655 0 0 0 29 0 0 0 16 0 12 0 643898903 848814080 136290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17044] ppid=17032 vsize=828920 CPUtime=0.49
/proc/17034/task/17044/stat : 17044 (java) S 17032 17034 16021 0 -1 64 2943 0 0 0 49 0 0 0 16 0 12 0 643898904 848814080 136290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17045] ppid=17032 vsize=828920 CPUtime=0
/proc/17034/task/17045/stat : 17045 (java) S 17032 17034 16021 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 643898904 848814080 136290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17046] ppid=17032 vsize=828920 CPUtime=0
/proc/17034/task/17046/stat : 17046 (java) S 17032 17034 16021 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 643898904 848814080 136290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.98
Current children cumulated vsize (KiB) 828920

[startup+25.5021 s]
/proc/loadavg: 2.45 2.13 2.04 3/85 17046
/proc/meminfo: memFree=1089032/2055920 swapFree=4180808/4192956
[pid=17034] ppid=17032 vsize=860924 CPUtime=27.52
/proc/17034/stat : 17034 (java) S 17032 17034 16021 0 -1 0 237880 0 30 0 2632 120 0 0 18 0 12 0 643898886 881586176 181714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17034/statm: 215231 181714 1356 9 0 212593 0
[pid=17034/tid=17036] ppid=17032 vsize=860924 CPUtime=9.88
/proc/17034/task/17036/stat : 17036 (java) S 17032 17034 16021 0 -1 64 35413 0 1 0 966 22 0 0 19 0 12 0 643898893 881586176 181714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17037] ppid=17032 vsize=860924 CPUtime=4.74
/proc/17034/task/17037/stat : 17037 (java) S 17032 17034 16021 0 -1 64 71048 0 0 0 440 34 0 0 20 0 12 0 643898894 881586176 181714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17038] ppid=17032 vsize=860924 CPUtime=5.57
/proc/17034/task/17038/stat : 17038 (java) S 17032 17034 16021 0 -1 64 74548 0 0 0 521 36 0 0 16 0 12 0 643898894 881586176 181714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17039] ppid=17032 vsize=860924 CPUtime=6.49
/proc/17034/task/17039/stat : 17039 (java) R 17032 17034 16021 0 -1 64 52539 0 0 0 624 25 0 0 25 0 12 0 643898896 881586176 181714 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17040] ppid=17032 vsize=860924 CPUtime=0
/proc/17034/task/17040/stat : 17040 (java) S 17032 17034 16021 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 643898897 881586176 181714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17041] ppid=17032 vsize=860924 CPUtime=0
/proc/17034/task/17041/stat : 17041 (java) S 17032 17034 16021 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 643898897 881586176 181714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17042] ppid=17032 vsize=860924 CPUtime=0
/proc/17034/task/17042/stat : 17042 (java) S 17032 17034 16021 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 643898903 881586176 181714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+83.1026 s]
/proc/loadavg: 2.20 2.12 2.04 3/86 17047
/proc/meminfo: memFree=1105728/2055920 swapFree=4180808/4192956
[pid=17034] ppid=17032 vsize=861248 CPUtime=85.1
/proc/17034/stat : 17034 (java) S 17032 17034 16021 0 -1 0 540023 0 30 0 8240 270 0 0 18 0 13 0 643898886 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17034/statm: 215312 184481 1359 9 0 212674 0
[pid=17034/tid=17036] ppid=17032 vsize=861248 CPUtime=10.52
/proc/17034/task/17036/stat : 17036 (java) S 17032 17034 16021 0 -1 64 35430 0 1 0 1030 22 0 0 18 0 13 0 643898893 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17037] ppid=17032 vsize=861248 CPUtime=4.74
/proc/17034/task/17037/stat : 17037 (java) S 17032 17034 16021 0 -1 64 71048 0 0 0 440 34 0 0 20 0 13 0 643898894 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17038] ppid=17032 vsize=861248 CPUtime=5.57
/proc/17034/task/17038/stat : 17038 (java) S 17032 17034 16021 0 -1 64 74548 0 0 0 521 36 0 0 16 0 13 0 643898894 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17039] ppid=17032 vsize=861248 CPUtime=63.42
/proc/17034/task/17039/stat : 17039 (java) R 17032 17034 16021 0 -1 64 354662 0 0 0 6168 174 0 0 25 0 13 0 643898896 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17040] ppid=17032 vsize=861248 CPUtime=0
/proc/17034/task/17040/stat : 17040 (java) S 17032 17034 16021 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 643898897 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17041] ppid=17032 vsize=861248 CPUtime=0
/proc/17034/task/17041/stat : 17041 (java) S 17032 17034 16021 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 643898897 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17042] ppid=17032 vsize=861248 CPUtime=0
/proc/17034/task/17042/stat : 17042 (java) S 17032 17034 16021 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 643898903 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17043] ppid=17032 vsize=861248 CPUtime=0.29
/proc/17034/task/17043/stat : 17043 (java) S 17032 17034 16021 0 -1 64 655 0 0 0 29 0 0 0 16 0 13 0 643898903 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17044] ppid=17032 vsize=861248 CPUtime=0.49
/proc/17034/task/17044/stat : 17044 (java) S 17032 17034 16021 0 -1 64 2943 0 0 0 49 0 0 0 16 0 13 0 643898904 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17045] ppid=17032 vsize=861248 CPUtime=0
/proc/17034/task/17045/stat : 17045 (java) S 17032 17034 16021 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 643898904 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17046] ppid=17032 vsize=861248 CPUtime=0
/proc/17034/task/17046/stat : 17046 (java) S 17032 17034 16021 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 643898904 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17047] ppid=17032 vsize=861248 CPUtime=0
/proc/17034/task/17047/stat : 17047 (java) S 17032 17034 16021 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 643906826 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 85.1
Current children cumulated vsize (KiB) 861248

[startup+84.7078 s]
/proc/loadavg: 2.20 2.12 2.04 3/86 17047
/proc/meminfo: memFree=1077760/2055920 swapFree=4180808/4192956
[pid=17034] ppid=17032 vsize=861248 CPUtime=86.71
/proc/17034/stat : 17034 (java) S 17032 17034 16021 0 -1 0 540023 0 30 0 8401 270 0 0 18 0 13 0 643898886 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17034/statm: 215312 184481 1359 9 0 212674 0
[pid=17034/tid=17036] ppid=17032 vsize=861248 CPUtime=10.52
/proc/17034/task/17036/stat : 17036 (java) S 17032 17034 16021 0 -1 64 35430 0 1 0 1030 22 0 0 18 0 13 0 643898893 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17037] ppid=17032 vsize=861248 CPUtime=4.74
/proc/17034/task/17037/stat : 17037 (java) S 17032 17034 16021 0 -1 64 71048 0 0 0 440 34 0 0 20 0 13 0 643898894 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17038] ppid=17032 vsize=861248 CPUtime=5.57
/proc/17034/task/17038/stat : 17038 (java) S 17032 17034 16021 0 -1 64 74548 0 0 0 521 36 0 0 16 0 13 0 643898894 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17039] ppid=17032 vsize=861248 CPUtime=65.03
/proc/17034/task/17039/stat : 17039 (java) R 17032 17034 16021 0 -1 64 354662 0 0 0 6329 174 0 0 25 0 13 0 643898896 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17040] ppid=17032 vsize=861248 CPUtime=0
/proc/17034/task/17040/stat : 17040 (java) S 17032 17034 16021 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 643898897 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17041] ppid=17032 vsize=861248 CPUtime=0
/proc/17034/task/17041/stat : 17041 (java) S 17032 17034 16021 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 643898897 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17042] ppid=17032 vsize=861248 CPUtime=0
/proc/17034/task/17042/stat : 17042 (java) S 17032 17034 16021 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 643898903 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17043] ppid=17032 vsize=861248 CPUtime=0.29
/proc/17034/task/17043/stat : 17043 (java) S 17032 17034 16021 0 -1 64 655 0 0 0 29 0 0 0 16 0 13 0 643898903 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17044] ppid=17032 vsize=861248 CPUtime=0.49
/proc/17034/task/17044/stat : 17044 (java) S 17032 17034 16021 0 -1 64 2943 0 0 0 49 0 0 0 16 0 13 0 643898904 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17045] ppid=17032 vsize=861248 CPUtime=0
/proc/17034/task/17045/stat : 17045 (java) S 17032 17034 16021 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 643898904 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17046] ppid=17032 vsize=861248 CPUtime=0
/proc/17034/task/17046/stat : 17046 (java) S 17032 17034 16021 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 643898904 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17047] ppid=17032 vsize=861248 CPUtime=0
/proc/17034/task/17047/stat : 17047 (java) S 17032 17034 16021 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 643906826 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 86.71
Current children cumulated vsize (KiB) 861248

[startup+85.5019 s]
/proc/loadavg: 2.20 2.12 2.04 3/86 17047
/proc/meminfo: memFree=1077760/2055920 swapFree=4180808/4192956
[pid=17034] ppid=17032 vsize=861248 CPUtime=87.5
/proc/17034/stat : 17034 (java) S 17032 17034 16021 0 -1 0 540023 0 30 0 8480 270 0 0 18 0 13 0 643898886 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17034/statm: 215312 184481 1359 9 0 212674 0
[pid=17034/tid=17036] ppid=17032 vsize=861248 CPUtime=10.52
/proc/17034/task/17036/stat : 17036 (java) S 17032 17034 16021 0 -1 64 35430 0 1 0 1030 22 0 0 18 0 13 0 643898893 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17037] ppid=17032 vsize=861248 CPUtime=4.74
/proc/17034/task/17037/stat : 17037 (java) S 17032 17034 16021 0 -1 64 71048 0 0 0 440 34 0 0 20 0 13 0 643898894 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17038] ppid=17032 vsize=861248 CPUtime=5.57
/proc/17034/task/17038/stat : 17038 (java) S 17032 17034 16021 0 -1 64 74548 0 0 0 521 36 0 0 16 0 13 0 643898894 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17039] ppid=17032 vsize=861248 CPUtime=65.82
/proc/17034/task/17039/stat : 17039 (java) R 17032 17034 16021 0 -1 64 354662 0 0 0 6408 174 0 0 25 0 13 0 643898896 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 106123706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17040] ppid=17032 vsize=861248 CPUtime=0
/proc/17034/task/17040/stat : 17040 (java) S 17032 17034 16021 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 643898897 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17041] ppid=17032 vsize=861248 CPUtime=0
/proc/17034/task/17041/stat : 17041 (java) S 17032 17034 16021 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 643898897 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17042] ppid=17032 vsize=861248 CPUtime=0
/proc/17034/task/17042/stat : 17042 (java) S 17032 17034 16021 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 643898903 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17043] ppid=17032 vsize=861248 CPUtime=0.29
/proc/17034/task/17043/stat : 17043 (java) S 17032 17034 16021 0 -1 64 655 0 0 0 29 0 0 0 16 0 13 0 643898903 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17044] ppid=17032 vsize=861248 CPUtime=0.49
/proc/17034/task/17044/stat : 17044 (java) S 17032 17034 16021 0 -1 64 2943 0 0 0 49 0 0 0 16 0 13 0 643898904 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17045] ppid=17032 vsize=861248 CPUtime=0
/proc/17034/task/17045/stat : 17045 (java) S 17032 17034 16021 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 643898904 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17046] ppid=17032 vsize=861248 CPUtime=0
/proc/17034/task/17046/stat : 17046 (java) S 17032 17034 16021 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 643898904 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17047] ppid=17032 vsize=861248 CPUtime=0
/proc/17034/task/17047/stat : 17047 (java) S 17032 17034 16021 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 643906826 881917952 184481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 87.5
Current children cumulated vsize (KiB) 861248

[startup+85.902 s]
/proc/loadavg: 2.20 2.12 2.04 3/86 17047
/proc/meminfo: memFree=1077760/2055920 swapFree=4180808/4192956
[pid=17034] ppid=17032 vsize=829244 CPUtime=87.9
/proc/17034/stat : 17034 (java) S 17032 17034 16021 0 -1 0 540027 0 30 0 8520 270 0 0 18 0 12 0 643898886 849145856 176482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17034/statm: 207311 176482 1360 9 0 204673 0
[pid=17034/tid=17036] ppid=17032 vsize=829244 CPUtime=10.52
/proc/17034/task/17036/stat : 17036 (java) S 17032 17034 16021 0 -1 64 35431 0 1 0 1030 22 0 0 16 0 12 0 643898893 849145856 176482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17037] ppid=17032 vsize=829244 CPUtime=4.74
/proc/17034/task/17037/stat : 17037 (java) S 17032 17034 16021 0 -1 64 71048 0 0 0 440 34 0 0 20 0 12 0 643898894 849145856 176482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17038] ppid=17032 vsize=829244 CPUtime=5.57
/proc/17034/task/17038/stat : 17038 (java) S 17032 17034 16021 0 -1 64 74548 0 0 0 521 36 0 0 16 0 12 0 643898894 849145856 176482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17039] ppid=17032 vsize=829244 CPUtime=66.23
/proc/17034/task/17039/stat : 17039 (java) R 17032 17034 16021 0 -1 64 354662 0 0 0 6448 175 0 0 25 0 12 0 643898896 849145856 176482 996147200 134512640 134550740 4294956016 18446744073709551615 106122630 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17040] ppid=17032 vsize=829244 CPUtime=0
/proc/17034/task/17040/stat : 17040 (java) S 17032 17034 16021 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 643898897 849145856 176482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17041] ppid=17032 vsize=829244 CPUtime=0
/proc/17034/task/17041/stat : 17041 (java) S 17032 17034 16021 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 643898897 849145856 176482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17042] ppid=17032 vsize=829244 CPUtime=0
/proc/17034/task/17042/stat : 17042 (java) S 17032 17034 16021 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 643898903 849145856 176482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17043] ppid=17032 vsize=829244 CPUtime=0.29
/proc/17034/task/17043/stat : 17043 (java) S 17032 17034 16021 0 -1 64 655 0 0 0 29 0 0 0 16 0 12 0 643898903 849145856 176482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17044] ppid=17032 vsize=829244 CPUtime=0.49
/proc/17034/task/17044/stat : 17044 (java) S 17032 17034 16021 0 -1 64 2943 0 0 0 49 0 0 0 16 0 12 0 643898904 849145856 176482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17045] ppid=17032 vsize=829244 CPUtime=0
/proc/17034/task/17045/stat : 17045 (java) S 17032 17034 16021 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 643898904 849145856 176482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17046] ppid=17032 vsize=829244 CPUtime=0
/proc/17034/task/17046/stat : 17046 (java) S 17032 17034 16021 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 643898904 849145856 176482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 87.9
Current children cumulated vsize (KiB) 829244

[startup+86.102 s]
/proc/loadavg: 2.20 2.12 2.04 3/86 17047
/proc/meminfo: memFree=1077760/2055920 swapFree=4180808/4192956
[pid=17034] ppid=17032 vsize=829244 CPUtime=88.06
/proc/17034/stat : 17034 (java) S 17032 17034 16021 0 -1 0 540027 0 30 0 8536 270 0 0 18 0 12 0 643898886 849145856 176482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17034/statm: 207311 176482 1360 9 0 204673 0
[pid=17034/tid=17036] ppid=17032 vsize=829244 CPUtime=10.52
/proc/17034/task/17036/stat : 17036 (java) S 17032 17034 16021 0 -1 64 35431 0 1 0 1030 22 0 0 15 0 12 0 643898893 849145856 176482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17037] ppid=17032 vsize=829244 CPUtime=4.74
/proc/17034/task/17037/stat : 17037 (java) S 17032 17034 16021 0 -1 64 71048 0 0 0 440 34 0 0 20 0 12 0 643898894 849145856 176482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17038] ppid=17032 vsize=829244 CPUtime=5.57
/proc/17034/task/17038/stat : 17038 (java) S 17032 17034 16021 0 -1 64 74548 0 0 0 521 36 0 0 16 0 12 0 643898894 849145856 176482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17039] ppid=17032 vsize=829244 CPUtime=66.39
/proc/17034/task/17039/stat : 17039 (java) S 17032 17034 16021 0 -1 64 354662 0 0 0 6464 175 0 0 25 0 12 0 643898896 849145856 176482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17040] ppid=17032 vsize=829244 CPUtime=0
/proc/17034/task/17040/stat : 17040 (java) S 17032 17034 16021 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 643898897 849145856 176482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17041] ppid=17032 vsize=829244 CPUtime=0
/proc/17034/task/17041/stat : 17041 (java) S 17032 17034 16021 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 643898897 849145856 176482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17034/tid=17042] ppid=17032 vsize=829244 CPUtime=0
/proc/17034/task/17042/stat : 17042 (java) S 17032 17034 16021 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 643898903 849145856 176482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17043] ppid=17032 vsize=829244 CPUtime=0.29
/proc/17034/task/17043/stat : 17043 (java) S 17032 17034 16021 0 -1 64 655 0 0 0 29 0 0 0 16 0 12 0 643898903 849145856 176482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17044] ppid=17032 vsize=829244 CPUtime=0.49
/proc/17034/task/17044/stat : 17044 (java) S 17032 17034 16021 0 -1 64 2943 0 0 0 49 0 0 0 16 0 12 0 643898904 849145856 176482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17045] ppid=17032 vsize=829244 CPUtime=0
/proc/17034/task/17045/stat : 17045 (java) S 17032 17034 16021 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 643898904 849145856 176482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17034/tid=17046] ppid=17032 vsize=829244 CPUtime=0
/proc/17034/task/17046/stat : 17046 (java) S 17032 17034 16021 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 643898904 849145856 176482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 88.06
Current children cumulated vsize (KiB) 829244

[startup+86.202 s]
/proc/loadavg: 2.20 2.12 2.04 3/86 17047
/proc/meminfo: memFree=1077760/2055920 swapFree=4180808/4192956
[pid=17034] ppid=17032 vsize=0 CPUtime=88.16
/proc/17034/stat : 17034 (java) Z 17032 17034 16021 0 -1 12 540030 0 30 0 8536 280 0 0 16 0 2 0 643898886 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17034/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 88.16
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 86.2117
CPU time (s): 88.1706
CPU user time (s): 85.36
CPU system time (s): 2.81057
CPU usage (%): 102.272
Max. virtual memory (cumulated for all children) (KiB): 877252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.36
system time used= 2.81057
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 540030
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2700
involuntary context switches= 1841

runsolver used 0.117982 second user time and 0.309952 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-05 00:14:13
IDJOB=1079355
IDBENCH=56878
IDSOLVER=344
FILE ID=node39/1079355-1215209653
PBS_JOBID= 7881669
Free space on /tmp= 66552 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg14-15_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1079355-1215209653/watcher-1079355-1215209653 -o /tmp/evaluation-result-1079355-1215209653/solver-1079355-1215209653 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1079355-1215209653.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ada5f2bd26548eaf4d21e914c33db1d8
RANDOM SEED=36147452

node39.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.267
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.267
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:       1821064 kB
Buffers:         19832 kB
Cached:         111644 kB
SwapCached:       5748 kB
Active:         138716 kB
Inactive:        45204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1821064 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:            1364 kB
Writeback:           0 kB
Mapped:          59124 kB
Slab:            36148 kB
Committed_AS:  1000732 kB
PageTables:       1860 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= 66552 MiB
End job on node39 at 2008-07-05 00:15:39