Trace number 2114618

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
Choco2.1.1b 2009-07-16? (problem) 43.5054 44.1411

General information on the benchmark

Namecsp/marc/
normalized-large-92-sat_ext.xml
MD5SUMb8c8d5edeb1c5ac13491e6fb9a38beea
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.5396
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints4186
Maximum constraint arity2
Maximum domain size92
Number of constraints which are defined in extension4186
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

43.09/43.79	java.lang.OutOfMemoryError: Java heap space
43.09/43.79		at java.util.Arrays.copyOfRange(Unknown Source)
43.09/43.79		at java.lang.String.<init>(Unknown Source)
43.09/43.79		at java.lang.StringBuffer.toString(Unknown Source)
43.09/43.79		at com.sun.org.apache.xerces.internal.dom.DeferredDocumentImpl.getNodeValueString(Unknown Source)
43.09/43.79		at com.sun.org.apache.xerces.internal.dom.DeferredDocumentImpl.getNodeValueString(Unknown Source)
43.09/43.79		at com.sun.org.apache.xerces.internal.dom.DeferredTextImpl.synchronizeData(Unknown Source)
43.09/43.79		at com.sun.org.apache.xerces.internal.dom.TextImpl.isIgnorableWhitespace(Unknown Source)
43.09/43.79		at com.sun.org.apache.xerces.internal.dom.ParentNode.hasTextContent(Unknown Source)
43.09/43.79		at com.sun.org.apache.xerces.internal.dom.ParentNode.getTextContent(Unknown Source)
43.09/43.79		at parser.absconparseur.tools.InstanceParser.parseRelation(InstanceParser.java:291)
43.09/43.79		at parser.absconparseur.tools.InstanceParser.parseRelations(InstanceParser.java:302)
43.09/43.79		at parser.absconparseur.tools.InstanceParser.parse(InstanceParser.java:658)
43.09/43.79		at parser.chocogen.XmlModel.load(XmlModel.java:250)
43.09/43.79		at parser.chocogen.XmlModel.solveFile(XmlModel.java:200)
43.09/43.79		at parser.chocogen.XmlModel.generate(XmlModel.java:179)
43.09/43.79		at parser.chocogen.XmlModel.main(XmlModel.java:527)
43.29/43.99	java.lang.NullPointerException
43.29/43.99		at parser.chocogen.XmlModel.buildModel(XmlModel.java:275)
43.29/43.99		at parser.chocogen.XmlModel.solveFile(XmlModel.java:201)
43.29/43.99		at parser.chocogen.XmlModel.generate(XmlModel.java:179)
43.29/43.99		at parser.chocogen.XmlModel.main(XmlModel.java:527)

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2114618-1248026624/watcher-2114618-1248026624 -o /tmp/evaluation-result-2114618-1248026624/solver-2114618-1248026624 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2114618-1248026624.xml -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979 

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


[startup+0 s]
/proc/loadavg: 0.64 0.16 0.05 4/80 24197
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=24197] ppid=24195 vsize=18576 CPUtime=0
/proc/24197/stat : 24197 (runsolver) R 24195 24197 24077 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 89727619 19021824 284 996147200 4194304 4302564 548682068272 18446744073709551615 236437695783 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/24197/statm: 4644 284 249 26 0 2626 0

[startup+0.0889691 s]
/proc/loadavg: 0.64 0.16 0.05 4/80 24197
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=24197] ppid=24195 vsize=862284 CPUtime=0.06
/proc/24197/stat : 24197 (java) S 24195 24197 24077 0 -1 0 3275 0 1 0 5 1 0 0 18 0 9 0 89727619 882978816 2743 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24197/statm: 215571 2743 1294 9 0 210441 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 862284

[startup+0.102971 s]
/proc/loadavg: 0.64 0.16 0.05 4/80 24197
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=24197] ppid=24195 vsize=864092 CPUtime=0.08
/proc/24197/stat : 24197 (java) S 24195 24197 24077 0 -1 0 3793 0 1 0 7 1 0 0 18 0 9 0 89727619 884830208 3258 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24197/statm: 216023 3258 1716 9 0 210492 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 864092

[startup+0.302993 s]
/proc/loadavg: 0.64 0.16 0.05 4/80 24197
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=24197] ppid=24195 vsize=864356 CPUtime=0.27
/proc/24197/stat : 24197 (java) S 24195 24197 24077 0 -1 0 4925 0 1 0 25 2 0 0 18 0 9 0 89727619 885100544 4350 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24197/statm: 216089 4350 1855 9 0 210558 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 864356

[startup+0.701045 s]
/proc/loadavg: 0.64 0.16 0.05 4/80 24197
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=24197] ppid=24195 vsize=864964 CPUtime=0.66
/proc/24197/stat : 24197 (java) S 24195 24197 24077 0 -1 0 14065 0 1 0 57 9 0 0 18 0 9 0 89727619 885723136 13490 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24197/statm: 216241 13490 1858 9 0 210710 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 864964

[startup+1.50113 s]
/proc/loadavg: 0.83 0.20 0.07 3/89 24206
/proc/meminfo: memFree=15408/2055920 swapFree=4192812/4192956
[pid=24197] ppid=24195 vsize=864964 CPUtime=1.41
/proc/24197/stat : 24197 (java) S 24195 24197 24077 0 -1 0 38424 0 1 0 115 26 0 0 18 0 9 0 89727619 885723136 37845 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24197/statm: 216241 37845 1870 9 0 210710 0
[pid=24197/tid=24199] ppid=24195 vsize=864964 CPUtime=1.09
/proc/24197/task/24199/stat : 24199 (java) R 24195 24197 24077 0 -1 64 14158 0 1 0 96 13 0 0 25 0 9 0 89727620 885723136 37845 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24200] ppid=24195 vsize=864964 CPUtime=0.19
/proc/24197/task/24200/stat : 24200 (java) S 24195 24197 24077 0 -1 64 23041 0 0 0 7 12 0 0 16 0 9 0 89727622 885723136 37845 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24201] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24201/stat : 24201 (java) S 24195 24197 24077 0 -1 64 16 0 0 0 0 0 0 0 17 0 9 0 89727622 885723136 37845 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24202] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24202/stat : 24202 (java) S 24195 24197 24077 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89727622 885723136 37845 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24203] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24203/stat : 24203 (java) S 24195 24197 24077 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 89727624 885723136 37845 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24204] ppid=24195 vsize=864964 CPUtime=0.1
/proc/24197/task/24204/stat : 24204 (java) R 24195 24197 24077 0 -1 64 492 0 0 0 10 0 0 0 16 0 9 0 89727624 885723136 37845 996147200 134512640 134550932 4294955888 18446744073709551615 102572557 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24205] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24205/stat : 24205 (java) S 24195 24197 24077 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89727624 885723136 37845 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24206] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24206/stat : 24206 (java) S 24195 24197 24077 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89727624 885723136 37845 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 864964

[startup+3.10131 s]
/proc/loadavg: 0.83 0.20 0.07 5/89 24206
/proc/meminfo: memFree=15472/2055920 swapFree=4192812/4192956
[pid=24197] ppid=24195 vsize=864964 CPUtime=2.93
/proc/24197/stat : 24197 (java) S 24195 24197 24077 0 -1 0 69811 0 1 0 245 48 0 0 18 0 9 0 89727619 885723136 69221 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24197/statm: 216241 69221 1894 9 0 210710 0
[pid=24197/tid=24199] ppid=24195 vsize=864964 CPUtime=2.26
/proc/24197/task/24199/stat : 24199 (java) R 24195 24197 24077 0 -1 64 14239 0 1 0 207 19 0 0 25 0 9 0 89727620 885723136 69221 996147200 134512640 134550932 4294955888 18446744073709551615 4126721712 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24200] ppid=24195 vsize=864964 CPUtime=0.5
/proc/24197/task/24200/stat : 24200 (java) S 24195 24197 24077 0 -1 64 54315 0 0 0 22 28 0 0 17 0 9 0 89727622 885723136 69221 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24201] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24201/stat : 24201 (java) S 24195 24197 24077 0 -1 64 16 0 0 0 0 0 0 0 17 0 9 0 89727622 885723136 69221 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24202] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24202/stat : 24202 (java) S 24195 24197 24077 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89727622 885723136 69221 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24203] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24203/stat : 24203 (java) S 24195 24197 24077 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 89727624 885723136 69221 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24204] ppid=24195 vsize=864964 CPUtime=0.14
/proc/24197/task/24204/stat : 24204 (java) S 24195 24197 24077 0 -1 64 524 0 0 0 14 0 0 0 16 0 9 0 89727624 885723136 69221 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24205] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24205/stat : 24205 (java) S 24195 24197 24077 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89727624 885723136 69221 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24206] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24206/stat : 24206 (java) S 24195 24197 24077 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89727624 885723136 69221 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 864964

[startup+6.30267 s]
/proc/loadavg: 0.92 0.23 0.08 3/89 24206
/proc/meminfo: memFree=16240/2055920 swapFree=4192812/4192956
[pid=24197] ppid=24195 vsize=864964 CPUtime=6.07
/proc/24197/stat : 24197 (java) S 24195 24197 24077 0 -1 0 103189 0 1 0 541 66 0 0 18 0 9 0 89727619 885723136 102592 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24197/statm: 216241 102592 1894 9 0 210710 0
[pid=24197/tid=24199] ppid=24195 vsize=864964 CPUtime=4.7
/proc/24197/task/24199/stat : 24199 (java) R 24195 24197 24077 0 -1 64 14246 0 1 0 451 19 0 0 25 0 9 0 89727620 885723136 102592 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24200] ppid=24195 vsize=864964 CPUtime=1.19
/proc/24197/task/24200/stat : 24200 (java) R 24195 24197 24077 0 -1 64 87678 0 0 0 73 46 0 0 16 0 9 0 89727622 885723136 102592 996147200 134512640 134550932 4294955888 18446744073709551615 102709373 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24201] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24201/stat : 24201 (java) S 24195 24197 24077 0 -1 64 16 0 0 0 0 0 0 0 17 0 9 0 89727622 885723136 102592 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24202] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24202/stat : 24202 (java) S 24195 24197 24077 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89727622 885723136 102592 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24203] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24203/stat : 24203 (java) S 24195 24197 24077 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 89727624 885723136 102592 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24204] ppid=24195 vsize=864964 CPUtime=0.15
/proc/24197/task/24204/stat : 24204 (java) S 24195 24197 24077 0 -1 64 532 0 0 0 15 0 0 0 16 0 9 0 89727624 885723136 102592 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24205] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24205/stat : 24205 (java) S 24195 24197 24077 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89727624 885723136 102592 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24206] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24206/stat : 24206 (java) S 24195 24197 24077 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89727624 885723136 102592 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 864964

[startup+12.7024 s]
/proc/loadavg: 1.01 0.26 0.09 3/89 24206
/proc/meminfo: memFree=15792/2055920 swapFree=4192812/4192956
[pid=24197] ppid=24195 vsize=864964 CPUtime=12.32
/proc/24197/stat : 24197 (java) S 24195 24197 24077 0 -1 0 160433 0 1 0 1135 97 0 0 18 0 9 0 89727619 885723136 159824 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24197/statm: 216241 159824 1894 9 0 210710 0
[pid=24197/tid=24199] ppid=24195 vsize=864964 CPUtime=9.71
/proc/24197/task/24199/stat : 24199 (java) R 24195 24197 24077 0 -1 64 14259 0 1 0 952 19 0 0 25 0 9 0 89727620 885723136 159824 996147200 134512640 134550932 4294955888 18446744073709551615 4126356304 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24200] ppid=24195 vsize=864964 CPUtime=2.42
/proc/24197/task/24200/stat : 24200 (java) S 24195 24197 24077 0 -1 64 144906 0 0 0 166 76 0 0 17 0 9 0 89727622 885723136 159824 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24201] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24201/stat : 24201 (java) S 24195 24197 24077 0 -1 64 16 0 0 0 0 0 0 0 17 0 9 0 89727622 885723136 159824 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24202] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24202/stat : 24202 (java) S 24195 24197 24077 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89727622 885723136 159824 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24203] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24203/stat : 24203 (java) S 24195 24197 24077 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 89727624 885723136 159824 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24204] ppid=24195 vsize=864964 CPUtime=0.16
/proc/24197/task/24204/stat : 24204 (java) S 24195 24197 24077 0 -1 64 535 0 0 0 16 0 0 0 17 0 9 0 89727624 885723136 159824 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24205] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24205/stat : 24205 (java) S 24195 24197 24077 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89727624 885723136 159824 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24206] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24206/stat : 24206 (java) S 24195 24197 24077 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89727624 885723136 159824 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 864964

[startup+25.5028 s]
/proc/loadavg: 1.37 0.38 0.13 3/89 24206
/proc/meminfo: memFree=15856/2055920 swapFree=4192812/4192956
[pid=24197] ppid=24195 vsize=865216 CPUtime=24.98
/proc/24197/stat : 24197 (java) S 24195 24197 24077 0 -1 0 185506 0 1 0 2388 110 0 0 18 0 9 0 89727619 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24197/statm: 216304 184393 2607 9 0 210773 0
[pid=24197/tid=24199] ppid=24195 vsize=865216 CPUtime=12.74
/proc/24197/task/24199/stat : 24199 (java) S 24195 24197 24077 0 -1 64 14271 0 1 0 1255 19 0 0 18 0 9 0 89727620 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24200] ppid=24195 vsize=865216 CPUtime=12.04
/proc/24197/task/24200/stat : 24200 (java) R 24195 24197 24077 0 -1 64 169967 0 0 0 1115 89 0 0 25 0 9 0 89727622 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 104516112 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24201] ppid=24195 vsize=865216 CPUtime=0
/proc/24197/task/24201/stat : 24201 (java) S 24195 24197 24077 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89727622 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24202] ppid=24195 vsize=865216 CPUtime=0
/proc/24197/task/24202/stat : 24202 (java) S 24195 24197 24077 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89727622 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24203] ppid=24195 vsize=865216 CPUtime=0
/proc/24197/task/24203/stat : 24203 (java) S 24195 24197 24077 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 89727624 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24204] ppid=24195 vsize=865216 CPUtime=0.16
/proc/24197/task/24204/stat : 24204 (java) S 24195 24197 24077 0 -1 64 535 0 0 0 16 0 0 0 17 0 9 0 89727624 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24205] ppid=24195 vsize=865216 CPUtime=0
/proc/24197/task/24205/stat : 24205 (java) S 24195 24197 24077 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89727624 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24206] ppid=24195 vsize=865216 CPUtime=0
/proc/24197/task/24206/stat : 24206 (java) S 24195 24197 24077 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89727624 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 865216

Solver just ended. Dumping a history of the last processes samples

[startup+31.9065 s]
/proc/loadavg: 1.42 0.41 0.14 4/89 24278
/proc/meminfo: memFree=806896/2055920 swapFree=4192812/4192956
[pid=24197] ppid=24195 vsize=864964 CPUtime=31.35
/proc/24197/stat : 24197 (java) S 24195 24197 24077 0 -1 0 185763 0 1 0 3020 115 0 0 18 0 9 0 89727619 885723136 184330 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24197/statm: 216241 184330 2607 9 0 210710 0
[pid=24197/tid=24199] ppid=24195 vsize=864964 CPUtime=12.92
/proc/24197/task/24199/stat : 24199 (java) S 24195 24197 24077 0 -1 64 14276 0 1 0 1273 19 0 0 17 0 9 0 89727620 885723136 184330 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24200] ppid=24195 vsize=864964 CPUtime=18.23
/proc/24197/task/24200/stat : 24200 (java) R 24195 24197 24077 0 -1 64 170219 0 0 0 1729 94 0 0 25 0 9 0 89727622 885723136 184330 996147200 134512640 134550932 4294955888 18446744073709551615 104516080 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24201] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24201/stat : 24201 (java) S 24195 24197 24077 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89727622 885723136 184330 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24202] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24202/stat : 24202 (java) S 24195 24197 24077 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89727622 885723136 184330 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24203] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24203/stat : 24203 (java) S 24195 24197 24077 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 89727624 885723136 184330 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24204] ppid=24195 vsize=864964 CPUtime=0.16
/proc/24197/task/24204/stat : 24204 (java) S 24195 24197 24077 0 -1 64 535 0 0 0 16 0 0 0 17 0 9 0 89727624 885723136 184330 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24205] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24205/stat : 24205 (java) S 24195 24197 24077 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89727624 885723136 184330 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24206] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24206/stat : 24206 (java) S 24195 24197 24077 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89727624 885723136 184330 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.35
Current children cumulated vsize (KiB) 864964

[startup+38.3022 s]
/proc/loadavg: 1.47 0.43 0.15 4/89 24278
/proc/meminfo: memFree=753456/2055920 swapFree=4192812/4192956
[pid=24197] ppid=24195 vsize=865216 CPUtime=37.71
/proc/24197/stat : 24197 (java) S 24195 24197 24077 0 -1 0 186146 0 1 0 3656 115 0 0 18 0 9 0 89727619 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24197/statm: 216304 184393 2607 9 0 210773 0
[pid=24197/tid=24199] ppid=24195 vsize=865216 CPUtime=12.94
/proc/24197/task/24199/stat : 24199 (java) S 24195 24197 24077 0 -1 64 14281 0 1 0 1275 19 0 0 17 0 9 0 89727620 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24200] ppid=24195 vsize=865216 CPUtime=24.58
/proc/24197/task/24200/stat : 24200 (java) R 24195 24197 24077 0 -1 64 170597 0 0 0 2364 94 0 0 25 0 9 0 89727622 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24201] ppid=24195 vsize=865216 CPUtime=0
/proc/24197/task/24201/stat : 24201 (java) S 24195 24197 24077 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89727622 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24202] ppid=24195 vsize=865216 CPUtime=0
/proc/24197/task/24202/stat : 24202 (java) S 24195 24197 24077 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89727622 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24203] ppid=24195 vsize=865216 CPUtime=0
/proc/24197/task/24203/stat : 24203 (java) S 24195 24197 24077 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 89727624 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24204] ppid=24195 vsize=865216 CPUtime=0.16
/proc/24197/task/24204/stat : 24204 (java) S 24195 24197 24077 0 -1 64 535 0 0 0 16 0 0 0 17 0 9 0 89727624 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24205] ppid=24195 vsize=865216 CPUtime=0
/proc/24197/task/24205/stat : 24205 (java) S 24195 24197 24077 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89727624 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24206] ppid=24195 vsize=865216 CPUtime=0
/proc/24197/task/24206/stat : 24206 (java) S 24195 24197 24077 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89727624 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 37.71
Current children cumulated vsize (KiB) 865216

[startup+41.5026 s]
/proc/loadavg: 1.51 0.46 0.16 3/89 24278
/proc/meminfo: memFree=753584/2055920 swapFree=4192812/4192956
[pid=24197] ppid=24195 vsize=865216 CPUtime=40.89
/proc/24197/stat : 24197 (java) S 24195 24197 24077 0 -1 0 186338 0 1 0 3974 115 0 0 18 0 9 0 89727619 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24197/statm: 216304 184393 2607 9 0 210773 0
[pid=24197/tid=24199] ppid=24195 vsize=865216 CPUtime=12.94
/proc/24197/task/24199/stat : 24199 (java) S 24195 24197 24077 0 -1 64 14284 0 1 0 1275 19 0 0 17 0 9 0 89727620 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24200] ppid=24195 vsize=865216 CPUtime=27.77
/proc/24197/task/24200/stat : 24200 (java) R 24195 24197 24077 0 -1 64 170786 0 0 0 2682 95 0 0 25 0 9 0 89727622 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 103825728 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24201] ppid=24195 vsize=865216 CPUtime=0
/proc/24197/task/24201/stat : 24201 (java) S 24195 24197 24077 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89727622 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24202] ppid=24195 vsize=865216 CPUtime=0
/proc/24197/task/24202/stat : 24202 (java) S 24195 24197 24077 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89727622 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24203] ppid=24195 vsize=865216 CPUtime=0
/proc/24197/task/24203/stat : 24203 (java) S 24195 24197 24077 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 89727624 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24204] ppid=24195 vsize=865216 CPUtime=0.16
/proc/24197/task/24204/stat : 24204 (java) S 24195 24197 24077 0 -1 64 535 0 0 0 16 0 0 0 17 0 9 0 89727624 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24205] ppid=24195 vsize=865216 CPUtime=0
/proc/24197/task/24205/stat : 24205 (java) S 24195 24197 24077 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89727624 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24206] ppid=24195 vsize=865216 CPUtime=0
/proc/24197/task/24206/stat : 24206 (java) S 24195 24197 24077 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89727624 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 40.89
Current children cumulated vsize (KiB) 865216

[startup+43.1028 s]
/proc/loadavg: 1.51 0.46 0.16 3/89 24278
/proc/meminfo: memFree=753392/2055920 swapFree=4192812/4192956
[pid=24197] ppid=24195 vsize=865216 CPUtime=42.49
/proc/24197/stat : 24197 (java) S 24195 24197 24077 0 -1 0 186401 0 1 0 4133 116 0 0 18 0 9 0 89727619 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24197/statm: 216304 184393 2607 9 0 210773 0
[pid=24197/tid=24199] ppid=24195 vsize=865216 CPUtime=12.94
/proc/24197/task/24199/stat : 24199 (java) S 24195 24197 24077 0 -1 64 14284 0 1 0 1275 19 0 0 17 0 9 0 89727620 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24200] ppid=24195 vsize=865216 CPUtime=29.36
/proc/24197/task/24200/stat : 24200 (java) R 24195 24197 24077 0 -1 64 170849 0 0 0 2841 95 0 0 25 0 9 0 89727622 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 101606603 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24201] ppid=24195 vsize=865216 CPUtime=0
/proc/24197/task/24201/stat : 24201 (java) S 24195 24197 24077 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89727622 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24202] ppid=24195 vsize=865216 CPUtime=0
/proc/24197/task/24202/stat : 24202 (java) S 24195 24197 24077 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89727622 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24203] ppid=24195 vsize=865216 CPUtime=0
/proc/24197/task/24203/stat : 24203 (java) S 24195 24197 24077 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 89727624 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24204] ppid=24195 vsize=865216 CPUtime=0.16
/proc/24197/task/24204/stat : 24204 (java) S 24195 24197 24077 0 -1 64 535 0 0 0 16 0 0 0 17 0 9 0 89727624 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24205] ppid=24195 vsize=865216 CPUtime=0
/proc/24197/task/24205/stat : 24205 (java) S 24195 24197 24077 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89727624 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24206] ppid=24195 vsize=865216 CPUtime=0
/proc/24197/task/24206/stat : 24206 (java) S 24195 24197 24077 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89727624 885981184 184393 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.49
Current children cumulated vsize (KiB) 865216

[startup+43.9019 s]
/proc/loadavg: 1.51 0.46 0.16 3/89 24278
/proc/meminfo: memFree=753520/2055920 swapFree=4192812/4192956
[pid=24197] ppid=24195 vsize=864964 CPUtime=43.29
/proc/24197/stat : 24197 (java) S 24195 24197 24077 0 -1 0 186405 0 1 0 4213 116 0 0 18 0 9 0 89727619 885723136 184333 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24197/statm: 216241 184333 2610 9 0 210710 0
[pid=24197/tid=24199] ppid=24195 vsize=864964 CPUtime=12.94
/proc/24197/task/24199/stat : 24199 (java) S 24195 24197 24077 0 -1 64 14288 0 1 0 1275 19 0 0 17 0 9 0 89727620 885723136 184333 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24200] ppid=24195 vsize=864964 CPUtime=30.15
/proc/24197/task/24200/stat : 24200 (java) R 24195 24197 24077 0 -1 64 170849 0 0 0 2920 95 0 0 25 0 9 0 89727622 885723136 184333 996147200 134512640 134550932 4294955888 18446744073709551615 104190333 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24201] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24201/stat : 24201 (java) S 24195 24197 24077 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89727622 885723136 184333 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24202] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24202/stat : 24202 (java) S 24195 24197 24077 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89727622 885723136 184333 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24203] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24203/stat : 24203 (java) S 24195 24197 24077 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 89727624 885723136 184333 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24204] ppid=24195 vsize=864964 CPUtime=0.16
/proc/24197/task/24204/stat : 24204 (java) S 24195 24197 24077 0 -1 64 535 0 0 0 16 0 0 0 17 0 9 0 89727624 885723136 184333 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24205] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24205/stat : 24205 (java) S 24195 24197 24077 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89727624 885723136 184333 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24197/tid=24206] ppid=24195 vsize=864964 CPUtime=0
/proc/24197/task/24206/stat : 24206 (java) S 24195 24197 24077 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89727624 885723136 184333 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 43.29
Current children cumulated vsize (KiB) 864964

[startup+44.1021 s]
/proc/loadavg: 1.51 0.46 0.16 3/89 24278
/proc/meminfo: memFree=753520/2055920 swapFree=4192812/4192956
[pid=24197] ppid=24195 vsize=0 CPUtime=43.46
/proc/24197/stat : 24197 (java) Z 24195 24197 24077 0 -1 12 186438 0 1 0 4222 124 0 0 16 0 2 0 89727619 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24197/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 43.46
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 44.1411
CPU time (s): 43.5054
CPU user time (s): 42.2236
CPU system time (s): 1.28181
CPU usage (%): 98.5598
Max. virtual memory (cumulated for all children) (KiB): 865288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.2236
system time used= 1.2818
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186438
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= 1830
involuntary context switches= 2853

runsolver used 0.049992 second user time and 0.161975 second system time

The end

Launcher Data

Begin job on node62 at 2009-07-19 20:03:57
IDJOB=2114618
IDBENCH=53560
IDSOLVER=780
FILE ID=node62/2114618-1248026624
PBS_JOBID= 9528925
Free space on /tmp= 66072 MiB

SOLVER NAME= Choco2.1.1b 2009-07-16
BENCH NAME= CPAI08/csp/marc/normalized-large-92-sat_ext.xml
COMMAND LINE= java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file BENCHNAME -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2114618-1248026624/watcher-2114618-1248026624 -o /tmp/evaluation-result-2114618-1248026624/solver-2114618-1248026624 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2114618-1248026624.xml -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979

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

MD5SUM BENCH= b8c8d5edeb1c5ac13491e6fb9a38beea
RANDOM SEED=1409744526

node62.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.220
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.220
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:         14872 kB
Buffers:         99140 kB
Cached:        1092424 kB
SwapCached:          0 kB
Active:        1124288 kB
Inactive:       811476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         14872 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          189152 kB
Writeback:          56 kB
Mapped:         764580 kB
Slab:            88820 kB
Committed_AS:  1237212 kB
PageTables:       3304 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66148 MiB
End job on node62 at 2009-07-19 20:04:41