Trace number 1066916

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) 83.7403 82.2101

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg12-16_ext.xml
MD5SUMd5a5b46f918ed24babfe0cb73c479416
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.027994
Satisfiable
(Un)Satisfiability was proved
Number of variables192
Number of constraints28
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension28
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.28	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.28	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.28	c See www.sat4j.org for details.
0.19/0.28	c That software uses the Rhino library from the Mozilla project.
0.30/0.32	c version 9.9.9.token
0.30/0.32	c sun.arch.data.model	32
0.30/0.32	c java.version	1.6.0_06
0.30/0.32	c os.name	Linux
0.30/0.32	c os.version	2.6.9-22.EL.rootsmp
0.30/0.32	c os.arch	i386
0.30/0.32	c Free memory 669864272
0.30/0.32	c Max memory 672137216
0.30/0.32	c Total memory 672137216
0.30/0.32	c Number of processors 2
0.30/0.36	c c --- Begin Solver configuration ---
0.30/0.36	c Stops conflict analysis at the first Unique Implication Point
0.30/0.36	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.30/0.36	c Learn all clauses as in MiniSAT
0.30/0.36	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.36	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.30/0.36	c Expensive reason simplification
0.30/0.36	c MiniSAT restarts strategy
0.30/0.36	c timeout=2147483s
0.30/0.36	c DB Simplification allowed=false
0.30/0.36	c --- End Solver configuration ---
0.30/0.37	c solving HOME/instance-1066916-1215149538.xml
0.30/0.37	c reading problem ... 
0.60/0.62	c reading problem named null
0.60/0.62	c reading domains done.
0.60/0.62	c reading variables done.
0.80/0.84	c reading relations done.
1.40/1.41	c reading constraints
66.89/65.39	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
66.89/65.39		at org.sat4j.core.Vec.ensure(Vec.java:175)
66.89/65.39		at org.sat4j.core.Vec.push(Vec.java:182)
66.89/65.39		at org.sat4j.minisat.core.Solver.addConstr(Solver.java:1190)
66.89/65.39		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
66.89/65.39		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
72.57/71.06		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
72.57/71.06		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
72.57/71.06		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
72.57/71.06		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
72.57/71.06		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
72.57/71.06		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
72.57/71.06		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
72.57/71.06		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
72.57/71.06		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
72.57/71.06		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
72.57/71.06		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
72.57/71.06		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
72.57/71.06		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
72.57/71.06		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
72.57/71.06		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
72.57/71.06		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
72.57/71.06		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
72.57/71.06		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
72.57/71.06		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
72.57/71.06		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
72.57/71.06		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
72.57/71.06		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
72.57/71.06		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
72.57/71.06		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
72.57/71.06		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
72.57/71.06		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
72.57/71.06		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
83.32/81.86	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
83.32/81.86		at java.lang.AbstractStringBuilder.(Unknown Source)
83.32/81.86		at java.lang.StringBuilder.(Unknown Source)
83.32/81.86		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:91)
83.32/81.86		at org.sat4j.minisat.core.Solver.printStat(Solver.java:1232)
83.32/81.86		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:94)
83.32/81.86		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-1066916-1215149538/watcher-1066916-1215149538 -o /tmp/evaluation-result-1066916-1215149538/solver-1066916-1215149538 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1066916-1215149538.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.21 2.06 2.01 4/72 29165
/proc/meminfo: memFree=1789992/2055920 swapFree=4121332/4192956
[pid=29165] ppid=29163 vsize=152 CPUtime=0
/proc/29165/stat : 29165 (java) R 29163 29165 25049 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 1544627812 155648 26 996147200 134512640 134550740 4294956032 18446744073709551615 6926635 0 0 4096 0 0 0 0 17 0 0 0
/proc/29165/statm: 38 26 19 9 0 4 0

[startup+0.015765 s]
/proc/loadavg: 2.21 2.06 2.01 4/72 29165
/proc/meminfo: memFree=1789992/2055920 swapFree=4121332/4192956
[pid=29165] ppid=29163 vsize=797516 CPUtime=0.01
/proc/29165/stat : 29165 (java) S 29163 29165 25049 0 -1 0 1118 0 1 0 0 1 0 0 18 0 2 0 1544627812 816656384 859 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/29165/statm: 199379 871 397 9 0 197157 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 797516

[startup+0.101778 s]
/proc/loadavg: 2.21 2.06 2.01 4/72 29165
/proc/meminfo: memFree=1789992/2055920 swapFree=4121332/4192956
[pid=29165] ppid=29163 vsize=804756 CPUtime=0.09
/proc/29165/stat : 29165 (java) S 29163 29165 25049 0 -1 0 3226 0 1 0 7 2 0 0 18 0 12 0 1544627812 824070144 2957 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29165/statm: 201189 2957 1218 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301814 s]
/proc/loadavg: 2.21 2.06 2.01 4/72 29165
/proc/meminfo: memFree=1789992/2055920 swapFree=4121332/4192956
[pid=29165] ppid=29163 vsize=808136 CPUtime=0.3
/proc/29165/stat : 29165 (java) S 29163 29165 25049 0 -1 0 5010 0 1 0 27 3 0 0 18 0 12 0 1544627812 827531264 4337 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29165/statm: 202034 4337 1310 9 0 199403 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 808136

[startup+0.701882 s]
/proc/loadavg: 2.21 2.06 2.01 4/72 29165
/proc/meminfo: memFree=1789992/2055920 swapFree=4121332/4192956
[pid=29165] ppid=29163 vsize=808164 CPUtime=0.7
/proc/29165/stat : 29165 (java) S 29163 29165 25049 0 -1 0 6467 0 1 0 65 5 0 0 18 0 12 0 1544627812 827559936 5614 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29165/statm: 202041 5614 1335 9 0 199403 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 808164

[startup+1.50302 s]
/proc/loadavg: 2.21 2.06 2.01 3/84 29177
/proc/meminfo: memFree=1771080/2055920 swapFree=4121332/4192956
[pid=29165] ppid=29163 vsize=811860 CPUtime=1.49
/proc/29165/stat : 29165 (java) S 29163 29165 25049 0 -1 0 10242 0 1 0 143 6 0 0 18 0 12 0 1544627812 831344640 7607 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29165/statm: 202965 7607 1354 9 0 200327 0
[pid=29165/tid=29167] ppid=29163 vsize=811860 CPUtime=0.62
/proc/29165/task/29167/stat : 29167 (java) R 29163 29165 25049 0 -1 64 5064 0 1 0 58 4 0 0 25 0 12 0 1544627813 831344640 7607 996147200 134512640 134550740 4294956032 18446744073709551615 4109204563 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29168] ppid=29163 vsize=811860 CPUtime=0
/proc/29165/task/29168/stat : 29168 (java) S 29163 29165 25049 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1544627814 831344640 7608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29169] ppid=29163 vsize=811860 CPUtime=0
/proc/29165/task/29169/stat : 29169 (java) S 29163 29165 25049 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1544627814 831344640 7608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29170] ppid=29163 vsize=811860 CPUtime=0
/proc/29165/task/29170/stat : 29170 (java) S 29163 29165 25049 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1544627816 831344640 7608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29171] ppid=29163 vsize=811860 CPUtime=0
/proc/29165/task/29171/stat : 29171 (java) S 29163 29165 25049 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 1544627816 831344640 7608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29172] ppid=29163 vsize=811860 CPUtime=0
/proc/29165/task/29172/stat : 29172 (java) S 29163 29165 25049 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1544627816 831344640 7608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29173] ppid=29163 vsize=811860 CPUtime=0
/proc/29165/task/29173/stat : 29173 (java) S 29163 29165 25049 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1544627820 831344640 7608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29174] ppid=29163 vsize=811860 CPUtime=0.43
/proc/29165/task/29174/stat : 29174 (java) S 29163 29165 25049 0 -1 64 2931 0 0 0 43 0 0 0 16 0 12 0 1544627820 831344640 7608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29175] ppid=29163 vsize=811860 CPUtime=0.42
/proc/29165/task/29175/stat : 29175 (java) S 29163 29165 25049 0 -1 64 1481 0 0 0 42 0 0 0 16 0 12 0 1544627820 831344640 7608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29176] ppid=29163 vsize=811860 CPUtime=0
/proc/29165/task/29176/stat : 29176 (java) S 29163 29165 25049 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1544627820 831344640 7608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29177] ppid=29163 vsize=811860 CPUtime=0
/proc/29165/task/29177/stat : 29177 (java) S 29163 29165 25049 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1544627820 831344640 7608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 811860

[startup+3.1023 s]
/proc/loadavg: 2.21 2.06 2.01 3/84 29177
/proc/meminfo: memFree=1733512/2055920 swapFree=4121332/4192956
[pid=29165] ppid=29163 vsize=816988 CPUtime=3.38
/proc/29165/stat : 29165 (java) S 29163 29165 25049 0 -1 0 36397 0 1 0 319 19 0 0 18 0 12 0 1544627812 836595712 30850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29165/statm: 204247 30850 1360 9 0 201609 0
[pid=29165/tid=29167] ppid=29163 vsize=816988 CPUtime=1.66
/proc/29165/task/29167/stat : 29167 (java) R 29163 29165 25049 0 -1 64 17002 0 1 0 155 11 0 0 25 0 12 0 1544627813 836595712 30850 996147200 134512640 134550740 4294956032 18446744073709551615 4109726117 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29168] ppid=29163 vsize=816988 CPUtime=0.3
/proc/29165/task/29168/stat : 29168 (java) S 29163 29165 25049 0 -1 64 6786 0 0 0 27 3 0 0 19 0 12 0 1544627814 836595712 30850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29169] ppid=29163 vsize=816988 CPUtime=0.3
/proc/29165/task/29169/stat : 29169 (java) S 29163 29165 25049 0 -1 64 6562 0 0 0 28 2 0 0 20 0 12 0 1544627814 836595712 30850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29170] ppid=29163 vsize=816988 CPUtime=0
/proc/29165/task/29170/stat : 29170 (java) S 29163 29165 25049 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1544627816 836595712 30850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29171] ppid=29163 vsize=816988 CPUtime=0
/proc/29165/task/29171/stat : 29171 (java) S 29163 29165 25049 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1544627816 836595712 30850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29172] ppid=29163 vsize=816988 CPUtime=0
/proc/29165/task/29172/stat : 29172 (java) S 29163 29165 25049 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1544627816 836595712 30850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29173] ppid=29163 vsize=816988 CPUtime=0
/proc/29165/task/29173/stat : 29173 (java) S 29163 29165 25049 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1544627820 836595712 30850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29174] ppid=29163 vsize=816988 CPUtime=0.59
/proc/29165/task/29174/stat : 29174 (java) S 29163 29165 25049 0 -1 64 3768 0 0 0 59 0 0 0 16 0 12 0 1544627820 836595712 30850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29175] ppid=29163 vsize=816988 CPUtime=0.48
/proc/29165/task/29175/stat : 29175 (java) S 29163 29165 25049 0 -1 64 1488 0 0 0 48 0 0 0 16 0 12 0 1544627820 836595712 30850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29176] ppid=29163 vsize=816988 CPUtime=0
/proc/29165/task/29176/stat : 29176 (java) S 29163 29165 25049 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1544627820 836595712 30850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29177] ppid=29163 vsize=816988 CPUtime=0
/proc/29165/task/29177/stat : 29177 (java) S 29163 29165 25049 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1544627820 836595712 30850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.38
Current children cumulated vsize (KiB) 816988

[startup+6.30392 s]
/proc/loadavg: 2.19 2.06 2.01 5/84 29177
/proc/meminfo: memFree=1573000/2055920 swapFree=4121332/4192956
[pid=29165] ppid=29163 vsize=821916 CPUtime=7.59
/proc/29165/stat : 29165 (java) S 29163 29165 25049 0 -1 0 89075 0 1 0 717 42 0 0 18 0 12 0 1544627812 841641984 73116 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29165/statm: 205479 73116 1360 9 0 202841 0
[pid=29165/tid=29167] ppid=29163 vsize=821916 CPUtime=3.21
/proc/29165/task/29167/stat : 29167 (java) S 29163 29165 25049 0 -1 64 17006 0 1 0 310 11 0 0 18 0 12 0 1544627813 841641984 73116 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29168] ppid=29163 vsize=821916 CPUtime=1.76
/proc/29165/task/29168/stat : 29168 (java) R 29163 29165 25049 0 -1 64 38088 0 0 0 159 17 0 0 18 0 12 0 1544627814 841641984 73116 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29169] ppid=29163 vsize=821916 CPUtime=1.51
/proc/29165/task/29169/stat : 29169 (java) R 29163 29165 25049 0 -1 64 27934 0 0 0 139 12 0 0 20 0 12 0 1544627814 841641984 73116 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29170] ppid=29163 vsize=821916 CPUtime=0
/proc/29165/task/29170/stat : 29170 (java) S 29163 29165 25049 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1544627816 841641984 73116 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29171] ppid=29163 vsize=821916 CPUtime=0
/proc/29165/task/29171/stat : 29171 (java) S 29163 29165 25049 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1544627816 841641984 73116 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29172] ppid=29163 vsize=821916 CPUtime=0
/proc/29165/task/29172/stat : 29172 (java) S 29163 29165 25049 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1544627816 841641984 73116 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29173] ppid=29163 vsize=821916 CPUtime=0
/proc/29165/task/29173/stat : 29173 (java) S 29163 29165 25049 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1544627820 841641984 73116 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29174] ppid=29163 vsize=821916 CPUtime=0.59
/proc/29165/task/29174/stat : 29174 (java) S 29163 29165 25049 0 -1 64 3768 0 0 0 59 0 0 0 16 0 12 0 1544627820 841641984 73116 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29175] ppid=29163 vsize=821916 CPUtime=0.48
/proc/29165/task/29175/stat : 29175 (java) S 29163 29165 25049 0 -1 64 1488 0 0 0 48 0 0 0 16 0 12 0 1544627820 841641984 73116 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29176] ppid=29163 vsize=821916 CPUtime=0
/proc/29165/task/29176/stat : 29176 (java) S 29163 29165 25049 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1544627820 841641984 73116 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29177] ppid=29163 vsize=821916 CPUtime=0
/proc/29165/task/29177/stat : 29177 (java) S 29163 29165 25049 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1544627820 841641984 73116 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 821916

[startup+12.7028 s]
/proc/loadavg: 2.18 2.06 2.01 4/84 29177
/proc/meminfo: memFree=1254856/2055920 swapFree=4121332/4192956
[pid=29165] ppid=29163 vsize=842396 CPUtime=14.33
/proc/29165/stat : 29165 (java) S 29163 29165 25049 0 -1 0 162396 0 1 0 1361 72 0 0 18 0 12 0 1544627812 862613504 139973 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29165/statm: 210599 139973 1360 9 0 207961 0
[pid=29165/tid=29167] ppid=29163 vsize=842396 CPUtime=6.4
/proc/29165/task/29167/stat : 29167 (java) R 29163 29165 25049 0 -1 64 35445 0 1 0 622 18 0 0 18 0 12 0 1544627813 862613504 139973 996147200 134512640 134550740 4294956032 18446744073709551615 4109576466 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29168] ppid=29163 vsize=842396 CPUtime=4.09
/proc/29165/task/29168/stat : 29168 (java) R 29163 29165 25049 0 -1 64 68700 0 0 0 380 29 0 0 23 0 12 0 1544627814 862613504 139973 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29169] ppid=29163 vsize=842396 CPUtime=2.73
/proc/29165/task/29169/stat : 29169 (java) S 29163 29165 25049 0 -1 64 52204 0 0 0 251 22 0 0 19 0 12 0 1544627814 862613504 139973 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29165/tid=29170] ppid=29163 vsize=842396 CPUtime=0
/proc/29165/task/29170/stat : 29170 (java) S 29163 29165 25049 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1544627816 862613504 139973 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29171] ppid=29163 vsize=842396 CPUtime=0
/proc/29165/task/29171/stat : 29171 (java) S 29163 29165 25049 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1544627816 862613504 139973 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29172] ppid=29163 vsize=842396 CPUtime=0
/proc/29165/task/29172/stat : 29172 (java) S 29163 29165 25049 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1544627816 862613504 139973 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29173] ppid=29163 vsize=842396 CPUtime=0
/proc/29165/task/29173/stat : 29173 (java) S 29163 29165 25049 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1544627820 862613504 139973 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29174] ppid=29163 vsize=842396 CPUtime=0.59
/proc/29165/task/29174/stat : 29174 (java) S 29163 29165 25049 0 -1 64 3768 0 0 0 59 0 0 0 16 0 12 0 1544627820 862613504 139973 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29175] ppid=29163 vsize=842396 CPUtime=0.48
/proc/29165/task/29175/stat : 29175 (java) S 29163 29165 25049 0 -1 64 1488 0 0 0 48 0 0 0 16 0 12 0 1544627820 862613504 139973 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29176] ppid=29163 vsize=842396 CPUtime=0
/proc/29165/task/29176/stat : 29176 (java) S 29163 29165 25049 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1544627820 862613504 139973 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29177] ppid=29163 vsize=842396 CPUtime=0
/proc/29165/task/29177/stat : 29177 (java) S 29163 29165 25049 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1544627820 862613504 139973 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.33
Current children cumulated vsize (KiB) 842396

[startup+25.502 s]
/proc/loadavg: 2.28 2.09 2.02 3/84 29177
/proc/meminfo: memFree=1065800/2055920 swapFree=4121332/4192956
[pid=29165] ppid=29163 vsize=874400 CPUtime=27.34
/proc/29165/stat : 29165 (java) S 29163 29165 25049 0 -1 0 266370 0 1 0 2620 114 0 0 18 0 12 0 1544627812 895385600 187845 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29165/statm: 218600 187845 1365 9 0 215962 0
[pid=29165/tid=29167] ppid=29163 vsize=874400 CPUtime=9.16
/proc/29165/task/29167/stat : 29167 (java) S 29163 29165 25049 0 -1 64 35453 0 1 0 898 18 0 0 20 0 12 0 1544627813 895385600 187845 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29168] ppid=29163 vsize=874400 CPUtime=5.87
/proc/29165/task/29168/stat : 29168 (java) S 29163 29165 25049 0 -1 64 90221 0 0 0 549 38 0 0 18 0 12 0 1544627814 895385600 187845 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29169] ppid=29163 vsize=874400 CPUtime=3.65
/proc/29165/task/29169/stat : 29169 (java) S 29163 29165 25049 0 -1 64 64120 0 0 0 337 28 0 0 16 0 12 0 1544627814 895385600 187845 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29170] ppid=29163 vsize=874400 CPUtime=7.53
/proc/29165/task/29170/stat : 29170 (java) R 29163 29165 25049 0 -1 64 70557 0 0 0 726 27 0 0 25 0 12 0 1544627816 895385600 187845 996147200 134512640 134550740 4294956032 18446744073709551615 104126430 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29171] ppid=29163 vsize=874400 CPUtime=0
/proc/29165/task/29171/stat : 29171 (java) S 29163 29165 25049 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1544627816 895385600 187845 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29172] ppid=29163 vsize=874400 CPUtime=0
/proc/29165/task/29172/stat : 29172 (java) S 29163 29165 25049 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1544627816 895385600 187845 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29173] ppid=29163 vsize=874400 CPUtime=0
/proc/29165/task/29173/stat : 29173 (java) S 29163 29165 25049 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1544627820 895385600 187845 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=29165/tid=29167] ppid=29163 vsize=874400 CPUtime=9.71
/proc/29165/task/29167/stat : 29167 (java) S 29163 29165 25049 0 -1 64 35467 0 1 0 953 18 0 0 16 0 12 0 1544627813 895385600 187867 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29165/tid=29168] ppid=29163 vsize=874400 CPUtime=5.87
/proc/29165/task/29168/stat : 29168 (java) S 29163 29165 25049 0 -1 64 90221 0 0 0 549 38 0 0 18 0 12 0 1544627814 895385600 187867 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29169] ppid=29163 vsize=874400 CPUtime=3.65
/proc/29165/task/29169/stat : 29169 (java) S 29163 29165 25049 0 -1 64 64120 0 0 0 337 28 0 0 16 0 12 0 1544627814 895385600 187867 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29170] ppid=29163 vsize=874400 CPUtime=51.53
/proc/29165/task/29170/stat : 29170 (java) R 29163 29165 25049 0 -1 64 318657 0 0 0 5014 139 0 0 25 0 12 0 1544627816 895385600 187867 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29165/tid=29171] ppid=29163 vsize=874400 CPUtime=0
/proc/29165/task/29171/stat : 29171 (java) S 29163 29165 25049 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1544627816 895385600 187867 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29165/tid=29172] ppid=29163 vsize=874400 CPUtime=0
/proc/29165/task/29172/stat : 29172 (java) S 29163 29165 25049 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1544627816 895385600 187867 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29173] ppid=29163 vsize=874400 CPUtime=0
/proc/29165/task/29173/stat : 29173 (java) S 29163 29165 25049 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1544627820 895385600 187867 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29174] ppid=29163 vsize=874400 CPUtime=0.59
/proc/29165/task/29174/stat : 29174 (java) S 29163 29165 25049 0 -1 64 3768 0 0 0 59 0 0 0 16 0 12 0 1544627820 895385600 187867 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29175] ppid=29163 vsize=874400 CPUtime=0.48
/proc/29165/task/29175/stat : 29175 (java) S 29163 29165 25049 0 -1 64 1488 0 0 0 48 0 0 0 16 0 12 0 1544627820 895385600 187867 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29176] ppid=29163 vsize=874400 CPUtime=0
/proc/29165/task/29176/stat : 29176 (java) S 29163 29165 25049 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1544627820 895385600 187867 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29177] ppid=29163 vsize=874400 CPUtime=0
/proc/29165/task/29177/stat : 29177 (java) S 29163 29165 25049 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1544627820 895385600 187867 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.88
Current children cumulated vsize (KiB) 874400

[startup+76.7019 s]
/proc/loadavg: 2.08 2.06 2.01 3/85 29354
/proc/meminfo: memFree=1037376/2055920 swapFree=4121332/4192956
[pid=29165] ppid=29163 vsize=874724 CPUtime=78.25
/proc/29165/stat : 29165 (java) S 29163 29165 25049 0 -1 0 561008 0 1 0 7580 245 0 0 18 0 13 0 1544627812 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29165/statm: 218681 187873 1366 9 0 216043 0
[pid=29165/tid=29167] ppid=29163 vsize=874724 CPUtime=9.71
/proc/29165/task/29167/stat : 29167 (java) S 29163 29165 25049 0 -1 64 35470 0 1 0 953 18 0 0 18 0 13 0 1544627813 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29165/tid=29168] ppid=29163 vsize=874724 CPUtime=5.87
/proc/29165/task/29168/stat : 29168 (java) S 29163 29165 25049 0 -1 64 90221 0 0 0 549 38 0 0 18 0 13 0 1544627814 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29169] ppid=29163 vsize=874724 CPUtime=3.65
/proc/29165/task/29169/stat : 29169 (java) S 29163 29165 25049 0 -1 64 64120 0 0 0 337 28 0 0 16 0 13 0 1544627814 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29170] ppid=29163 vsize=874724 CPUtime=57.89
/proc/29165/task/29170/stat : 29170 (java) R 29163 29165 25049 0 -1 64 365172 0 0 0 5631 158 0 0 25 0 13 0 1544627816 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 104126325 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29165/tid=29171] ppid=29163 vsize=874724 CPUtime=0
/proc/29165/task/29171/stat : 29171 (java) S 29163 29165 25049 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1544627816 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29165/tid=29172] ppid=29163 vsize=874724 CPUtime=0
/proc/29165/task/29172/stat : 29172 (java) S 29163 29165 25049 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1544627816 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29165/tid=29173] ppid=29163 vsize=874724 CPUtime=0
/proc/29165/task/29173/stat : 29173 (java) S 29163 29165 25049 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1544627820 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29174] ppid=29163 vsize=874724 CPUtime=0.59
/proc/29165/task/29174/stat : 29174 (java) S 29163 29165 25049 0 -1 64 3768 0 0 0 59 0 0 0 16 0 13 0 1544627820 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29175] ppid=29163 vsize=874724 CPUtime=0.48
/proc/29165/task/29175/stat : 29175 (java) S 29163 29165 25049 0 -1 64 1488 0 0 0 48 0 0 0 16 0 13 0 1544627820 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29176] ppid=29163 vsize=874724 CPUtime=0
/proc/29165/task/29176/stat : 29176 (java) S 29163 29165 25049 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1544627820 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29177] ppid=29163 vsize=874724 CPUtime=0
/proc/29165/task/29177/stat : 29177 (java) S 29163 29165 25049 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1544627820 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29165/tid=29354] ppid=29163 vsize=874724 CPUtime=0
/proc/29165/task/29354/stat : 29354 (java) S 29163 29165 25049 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1544634918 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 78.25
Current children cumulated vsize (KiB) 874724

[startup+79.9024 s]
/proc/loadavg: 2.07 2.06 2.01 3/85 29354
/proc/meminfo: memFree=1053376/2055920 swapFree=4121332/4192956
[pid=29165] ppid=29163 vsize=874724 CPUtime=81.43
/proc/29165/stat : 29165 (java) S 29163 29165 25049 0 -1 0 576513 0 1 0 7892 251 0 0 18 0 13 0 1544627812 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29165/statm: 218681 187873 1366 9 0 216043 0
[pid=29165/tid=29167] ppid=29163 vsize=874724 CPUtime=9.71
/proc/29165/task/29167/stat : 29167 (java) S 29163 29165 25049 0 -1 64 35470 0 1 0 953 18 0 0 18 0 13 0 1544627813 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29165/tid=29168] ppid=29163 vsize=874724 CPUtime=5.87
/proc/29165/task/29168/stat : 29168 (java) S 29163 29165 25049 0 -1 64 90221 0 0 0 549 38 0 0 18 0 13 0 1544627814 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29169] ppid=29163 vsize=874724 CPUtime=3.65
/proc/29165/task/29169/stat : 29169 (java) S 29163 29165 25049 0 -1 64 64120 0 0 0 337 28 0 0 16 0 13 0 1544627814 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29170] ppid=29163 vsize=874724 CPUtime=61.08
/proc/29165/task/29170/stat : 29170 (java) R 29163 29165 25049 0 -1 64 380677 0 0 0 5944 164 0 0 25 0 13 0 1544627816 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 106122404 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29165/tid=29171] ppid=29163 vsize=874724 CPUtime=0
/proc/29165/task/29171/stat : 29171 (java) S 29163 29165 25049 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1544627816 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29165/tid=29172] ppid=29163 vsize=874724 CPUtime=0
/proc/29165/task/29172/stat : 29172 (java) S 29163 29165 25049 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1544627816 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29165/tid=29173] ppid=29163 vsize=874724 CPUtime=0
/proc/29165/task/29173/stat : 29173 (java) S 29163 29165 25049 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1544627820 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29174] ppid=29163 vsize=874724 CPUtime=0.59
/proc/29165/task/29174/stat : 29174 (java) S 29163 29165 25049 0 -1 64 3768 0 0 0 59 0 0 0 16 0 13 0 1544627820 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29175] ppid=29163 vsize=874724 CPUtime=0.48
/proc/29165/task/29175/stat : 29175 (java) S 29163 29165 25049 0 -1 64 1488 0 0 0 48 0 0 0 16 0 13 0 1544627820 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29176] ppid=29163 vsize=874724 CPUtime=0
/proc/29165/task/29176/stat : 29176 (java) S 29163 29165 25049 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1544627820 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29177] ppid=29163 vsize=874724 CPUtime=0
/proc/29165/task/29177/stat : 29177 (java) S 29163 29165 25049 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1544627820 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29165/tid=29354] ppid=29163 vsize=874724 CPUtime=0
/proc/29165/task/29354/stat : 29354 (java) S 29163 29165 25049 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1544634918 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 81.43
Current children cumulated vsize (KiB) 874724

[startup+81.5017 s]
/proc/loadavg: 2.07 2.06 2.01 3/85 29354
/proc/meminfo: memFree=1037312/2055920 swapFree=4121332/4192956
[pid=29165] ppid=29163 vsize=874724 CPUtime=83.03
/proc/29165/stat : 29165 (java) S 29163 29165 25049 0 -1 0 576513 0 1 0 8052 251 0 0 18 0 13 0 1544627812 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29165/statm: 218681 187873 1366 9 0 216043 0
[pid=29165/tid=29167] ppid=29163 vsize=874724 CPUtime=9.71
/proc/29165/task/29167/stat : 29167 (java) S 29163 29165 25049 0 -1 64 35470 0 1 0 953 18 0 0 18 0 13 0 1544627813 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29165/tid=29168] ppid=29163 vsize=874724 CPUtime=5.87
/proc/29165/task/29168/stat : 29168 (java) S 29163 29165 25049 0 -1 64 90221 0 0 0 549 38 0 0 18 0 13 0 1544627814 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29169] ppid=29163 vsize=874724 CPUtime=3.65
/proc/29165/task/29169/stat : 29169 (java) S 29163 29165 25049 0 -1 64 64120 0 0 0 337 28 0 0 16 0 13 0 1544627814 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29170] ppid=29163 vsize=874724 CPUtime=62.67
/proc/29165/task/29170/stat : 29170 (java) R 29163 29165 25049 0 -1 64 380677 0 0 0 6103 164 0 0 25 0 13 0 1544627816 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29165/tid=29171] ppid=29163 vsize=874724 CPUtime=0
/proc/29165/task/29171/stat : 29171 (java) S 29163 29165 25049 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1544627816 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29165/tid=29172] ppid=29163 vsize=874724 CPUtime=0
/proc/29165/task/29172/stat : 29172 (java) S 29163 29165 25049 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1544627816 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29165/tid=29173] ppid=29163 vsize=874724 CPUtime=0
/proc/29165/task/29173/stat : 29173 (java) S 29163 29165 25049 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1544627820 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29174] ppid=29163 vsize=874724 CPUtime=0.59
/proc/29165/task/29174/stat : 29174 (java) S 29163 29165 25049 0 -1 64 3768 0 0 0 59 0 0 0 16 0 13 0 1544627820 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29175] ppid=29163 vsize=874724 CPUtime=0.48
/proc/29165/task/29175/stat : 29175 (java) S 29163 29165 25049 0 -1 64 1488 0 0 0 48 0 0 0 16 0 13 0 1544627820 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29176] ppid=29163 vsize=874724 CPUtime=0
/proc/29165/task/29176/stat : 29176 (java) S 29163 29165 25049 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1544627820 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29177] ppid=29163 vsize=874724 CPUtime=0
/proc/29165/task/29177/stat : 29177 (java) S 29163 29165 25049 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1544627820 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29165/tid=29354] ppid=29163 vsize=874724 CPUtime=0
/proc/29165/task/29354/stat : 29354 (java) S 29163 29165 25049 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1544634918 895717376 187873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 83.03
Current children cumulated vsize (KiB) 874724

[startup+81.9018 s]
/proc/loadavg: 2.07 2.06 2.01 3/85 29354
/proc/meminfo: memFree=1037312/2055920 swapFree=4121332/4192956
[pid=29165] ppid=29163 vsize=842720 CPUtime=83.42
/proc/29165/stat : 29165 (java) S 29163 29165 25049 0 -1 0 576516 0 1 0 8090 252 0 0 18 0 11 0 1544627812 862945280 179873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29165/statm: 210680 179873 1367 9 0 208042 0
[pid=29165/tid=29167] ppid=29163 vsize=842720 CPUtime=9.71
/proc/29165/task/29167/stat : 29167 (java) S 29163 29165 25049 0 -1 64 35471 0 1 0 953 18 0 0 16 0 11 0 1544627813 862945280 179873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29165/tid=29168] ppid=29163 vsize=842720 CPUtime=5.87
/proc/29165/task/29168/stat : 29168 (java) S 29163 29165 25049 0 -1 64 90221 0 0 0 549 38 0 0 18 0 11 0 1544627814 862945280 179873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29169] ppid=29163 vsize=842720 CPUtime=3.65
/proc/29165/task/29169/stat : 29169 (java) S 29163 29165 25049 0 -1 64 64120 0 0 0 337 28 0 0 16 0 11 0 1544627814 862945280 179873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29170] ppid=29163 vsize=842720 CPUtime=63.07
/proc/29165/task/29170/stat : 29170 (java) R 29163 29165 25049 0 -1 64 380677 0 0 0 6142 165 0 0 25 0 11 0 1544627816 862945280 179873 996147200 134512640 134550740 4294956032 18446744073709551615 106122628 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29165/tid=29171] ppid=29163 vsize=842720 CPUtime=0
/proc/29165/task/29171/stat : 29171 (java) S 29163 29165 25049 0 -1 64 9 0 0 0 0 0 0 0 16 0 11 0 1544627816 862945280 179873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29165/tid=29172] ppid=29163 vsize=842720 CPUtime=0
/proc/29165/task/29172/stat : 29172 (java) S 29163 29165 25049 0 -1 64 6 0 0 0 0 0 0 0 16 0 11 0 1544627816 862945280 179873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29165/tid=29173] ppid=29163 vsize=842720 CPUtime=0
/proc/29165/task/29173/stat : 29173 (java) S 29163 29165 25049 0 -1 64 1 0 0 0 0 0 0 0 25 0 11 0 1544627820 862945280 179873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29174] ppid=29163 vsize=842720 CPUtime=0.59
/proc/29165/task/29174/stat : 29174 (java) S 29163 29165 25049 0 -1 64 3768 0 0 0 59 0 0 0 16 0 11 0 1544627820 862945280 179873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29175] ppid=29163 vsize=842720 CPUtime=0.48
/proc/29165/task/29175/stat : 29175 (java) S 29163 29165 25049 0 -1 64 1488 0 0 0 48 0 0 0 16 0 11 0 1544627820 862945280 179873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29165/tid=29176] ppid=29163 vsize=842720 CPUtime=0
/proc/29165/task/29176/stat : 29176 (java) S 29163 29165 25049 0 -1 64 1 0 0 0 0 0 0 0 25 0 11 0 1544627820 862945280 179873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 83.42
Current children cumulated vsize (KiB) 842720

[startup+82.1018 s]
/proc/loadavg: 2.07 2.06 2.01 3/85 29354
/proc/meminfo: memFree=1037312/2055920 swapFree=4121332/4192956
[pid=29165] ppid=29163 vsize=0 CPUtime=83.63
/proc/29165/stat : 29165 (java) Z 29163 29165 25049 0 -1 12 576519 0 1 0 8110 253 0 0 16 0 2 0 1544627812 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29165/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 83.63
Current children cumulated vsize (KiB) 0

[startup+82.2018 s]
/proc/loadavg: 2.07 2.06 2.01 3/85 29354
/proc/meminfo: memFree=1037312/2055920 swapFree=4121332/4192956
[pid=29165] ppid=29163 vsize=0 CPUtime=83.73
/proc/29165/stat : 29165 (java) Z 29163 29165 25049 0 -1 12 576519 0 1 0 8110 263 0 0 16 0 2 0 1544627812 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29165/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 83.73
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 82.2101
CPU time (s): 83.7403
CPU user time (s): 81.1007
CPU system time (s): 2.6396
CPU usage (%): 101.861
Max. virtual memory (cumulated for all children) (KiB): 890728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.1007
system time used= 2.6396
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 576519
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= 2259
involuntary context switches= 3053

runsolver used 0.101984 second user time and 0.286956 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-04 07:32:18
IDJOB=1066916
IDBENCH=55152
IDSOLVER=344
FILE ID=node14/1066916-1215149538
PBS_JOBID= 7877371
Free space on /tmp= 66536 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg12-16_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-1066916-1215149538/watcher-1066916-1215149538 -o /tmp/evaluation-result-1066916-1215149538/solver-1066916-1215149538 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1066916-1215149538.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d5a5b46f918ed24babfe0cb73c479416
RANDOM SEED=299517593

node14.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	: 5931.00
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:       1790472 kB
Buffers:         13144 kB
Cached:          98896 kB
SwapCached:      65712 kB
Active:         192712 kB
Inactive:        18336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790472 kB
SwapTotal:     4192956 kB
SwapFree:      4121332 kB
Dirty:            1160 kB
Writeback:           0 kB
Mapped:         106448 kB
Slab:            39640 kB
Committed_AS:  3013004 kB
PageTables:       1964 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= 66536 MiB
End job on node14 at 2008-07-04 07:33:40