Trace number 1073283

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
galac E? (problem) 808.092 812.999

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-07-08.xml
MD5SUMcc16c493dbfac3e6a3e2b2c64b0d62cb
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.23066
Satisfiable
(Un)Satisfiability was proved
Number of variables8710
Number of constraints48484
Maximum constraint arity33
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48484
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
807.89/812.87	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
807.89/812.87		at tuples.IP4BigConstraints.createTuples(IP4BigConstraints.java:48)
807.89/812.87		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:163)
807.89/812.87		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
807.89/812.87		at base.Problem.endConstraint(Problem.java:510)
807.89/812.87		at sat4j.Constraint.endElement(Constraint.java:37)
807.89/812.87		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
807.89/812.87		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
807.89/812.87		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
807.89/812.87		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
807.89/812.87		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
807.89/812.87		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
807.89/812.87		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
807.89/812.87		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
807.89/812.87		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
807.89/812.87		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
807.89/812.87		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
807.89/812.87		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
807.89/812.87		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
807.89/812.87		at base.Run.main(Run.java:171)

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-1073283-1215176947/watcher-1073283-1215176947 -o /tmp/evaluation-result-1073283-1215176947/solver-1073283-1215176947 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1073283-1215176947.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.08 2.02 2.00 4/83 26352
/proc/meminfo: memFree=1617944/2055920 swapFree=4179776/4192956
[pid=26352] ppid=26350 vsize=8652 CPUtime=0
/proc/26352/stat : 26352 (galacE.sh) S 26350 26352 25621 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1996667251 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26352/statm: 2163 280 208 79 0 156 0
[pid=26353] ppid=26352 vsize=8688 CPUtime=0
/proc/26353/stat : 26353 (galacE.sh) S 26352 26352 25621 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1996667251 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 221954932818 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/26353/statm: 2172 286 209 79 0 165 0
[pid=26354] ppid=26353 vsize=8728 CPUtime=0
/proc/26354/stat : 26354 (galacE.sh) R 26353 26352 25621 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1996667251 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 221954764071 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/26354/statm: 2182 290 209 79 0 175 0

[startup+0.021812 s]
/proc/loadavg: 2.08 2.02 2.00 4/83 26352
/proc/meminfo: memFree=1617944/2055920 swapFree=4179776/4192956
[pid=26352] ppid=26350 vsize=8748 CPUtime=0
/proc/26352/stat : 26352 (galacE.sh) S 26350 26352 25621 0 -1 4194304 454 948 0 0 0 0 0 0 17 0 1 0 1996667251 8957952 312 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26352/statm: 2187 312 217 79 0 180 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8748

[startup+0.10322 s]
/proc/loadavg: 2.08 2.02 2.00 4/83 26352
/proc/meminfo: memFree=1617944/2055920 swapFree=4179776/4192956
[pid=26352] ppid=26350 vsize=47568 CPUtime=0.01
/proc/26352/stat : 26352 (galacE.sh) S 26350 26352 25621 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1996667251 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26352/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301518 s]
/proc/loadavg: 2.08 2.02 2.00 4/83 26352
/proc/meminfo: memFree=1617944/2055920 swapFree=4179776/4192956
[pid=26352] ppid=26350 vsize=47568 CPUtime=0.01
/proc/26352/stat : 26352 (galacE.sh) S 26350 26352 25621 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1996667251 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26352/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701554 s]
/proc/loadavg: 2.08 2.02 2.00 4/83 26352
/proc/meminfo: memFree=1617944/2055920 swapFree=4179776/4192956
[pid=26352] ppid=26350 vsize=47568 CPUtime=0.01
/proc/26352/stat : 26352 (galacE.sh) S 26350 26352 25621 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1996667251 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26352/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50262 s]
/proc/loadavg: 2.15 2.03 2.01 3/93 26374
/proc/meminfo: memFree=1589896/2055920 swapFree=4179776/4192956
[pid=26352] ppid=26350 vsize=47568 CPUtime=0.01
/proc/26352/stat : 26352 (galacE.sh) S 26350 26352 25621 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1996667251 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26352/statm: 11892 364 245 79 0 219 0
[pid=26366] ppid=26352 vsize=812864 CPUtime=1.44
/proc/26366/stat : 26366 (java) S 26352 26352 25621 0 -1 0 14868 0 1 0 136 8 0 0 18 0 9 0 1996667254 832372736 14086 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26366/statm: 203216 14086 2587 9 0 197197 0
[pid=26366/tid=26367] ppid=26352 vsize=812864 CPUtime=1.09
/proc/26366/task/26367/stat : 26367 (java) R 26352 26352 25621 0 -1 64 8583 0 1 0 104 5 0 0 25 0 9 0 1996667255 832372736 14086 996147200 134512640 134550740 4294955600 18446744073709551615 4126416199 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26368] ppid=26352 vsize=812864 CPUtime=0.09
/proc/26366/task/26368/stat : 26368 (java) S 26352 26352 25621 0 -1 64 4729 0 0 0 8 1 0 0 16 0 9 0 1996667257 832372736 14086 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26369] ppid=26352 vsize=812864 CPUtime=0
/proc/26366/task/26369/stat : 26369 (java) S 26352 26352 25621 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996667257 832372736 14086 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26370] ppid=26352 vsize=812864 CPUtime=0
/proc/26366/task/26370/stat : 26370 (java) S 26352 26352 25621 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996667257 832372736 14086 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26371] ppid=26352 vsize=812864 CPUtime=0
/proc/26366/task/26371/stat : 26371 (java) S 26352 26352 25621 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996667259 832372736 14086 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26372] ppid=26352 vsize=812864 CPUtime=0.23
/proc/26366/task/26372/stat : 26372 (java) S 26352 26352 25621 0 -1 64 856 0 0 0 23 0 0 0 16 0 9 0 1996667259 832372736 14086 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26373] ppid=26352 vsize=812864 CPUtime=0
/proc/26366/task/26373/stat : 26373 (java) S 26352 26352 25621 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996667259 832372736 14086 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26374] ppid=26352 vsize=812864 CPUtime=0
/proc/26366/task/26374/stat : 26374 (java) S 26352 26352 25621 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996667259 832372736 14086 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860432

[startup+3.10277 s]
/proc/loadavg: 2.15 2.03 2.01 4/93 26374
/proc/meminfo: memFree=1570760/2055920 swapFree=4179776/4192956
[pid=26352] ppid=26350 vsize=47568 CPUtime=0.01
/proc/26352/stat : 26352 (galacE.sh) S 26350 26352 25621 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1996667251 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26352/statm: 11892 364 245 79 0 219 0
[pid=26366] ppid=26352 vsize=812864 CPUtime=3.01
/proc/26366/stat : 26366 (java) S 26352 26352 25621 0 -1 0 14910 0 1 0 293 8 0 0 18 0 9 0 1996667254 832372736 14127 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26366/statm: 203216 14127 2588 9 0 197197 0
[pid=26366/tid=26367] ppid=26352 vsize=812864 CPUtime=2.59
/proc/26366/task/26367/stat : 26367 (java) R 26352 26352 25621 0 -1 64 8585 0 1 0 254 5 0 0 25 0 9 0 1996667255 832372736 14127 996147200 134512640 134550740 4294955600 18446744073709551615 4126627936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26368] ppid=26352 vsize=812864 CPUtime=0.09
/proc/26366/task/26368/stat : 26368 (java) S 26352 26352 25621 0 -1 64 4729 0 0 0 8 1 0 0 17 0 9 0 1996667257 832372736 14127 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26369] ppid=26352 vsize=812864 CPUtime=0
/proc/26366/task/26369/stat : 26369 (java) S 26352 26352 25621 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996667257 832372736 14127 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26370] ppid=26352 vsize=812864 CPUtime=0
/proc/26366/task/26370/stat : 26370 (java) S 26352 26352 25621 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996667257 832372736 14127 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26371] ppid=26352 vsize=812864 CPUtime=0
/proc/26366/task/26371/stat : 26371 (java) S 26352 26352 25621 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996667259 832372736 14127 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26372] ppid=26352 vsize=812864 CPUtime=0.3
/proc/26366/task/26372/stat : 26372 (java) S 26352 26352 25621 0 -1 64 896 0 0 0 30 0 0 0 15 0 9 0 1996667259 832372736 14127 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26373] ppid=26352 vsize=812864 CPUtime=0
/proc/26366/task/26373/stat : 26373 (java) S 26352 26352 25621 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996667259 832372736 14127 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26374] ppid=26352 vsize=812864 CPUtime=0
/proc/26366/task/26374/stat : 26374 (java) S 26352 26352 25621 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996667259 832372736 14127 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 860432

[startup+6.30205 s]
/proc/loadavg: 2.15 2.03 2.01 4/93 26374
/proc/meminfo: memFree=1562632/2055920 swapFree=4179776/4192956
[pid=26352] ppid=26350 vsize=47568 CPUtime=0.01
/proc/26352/stat : 26352 (galacE.sh) S 26350 26352 25621 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1996667251 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26352/statm: 11892 364 245 79 0 219 0
[pid=26366] ppid=26352 vsize=812864 CPUtime=6.15
/proc/26366/stat : 26366 (java) S 26352 26352 25621 0 -1 0 18214 0 1 0 605 10 0 0 18 0 9 0 1996667254 832372736 17429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26366/statm: 203216 17429 2588 9 0 197197 0
[pid=26366/tid=26367] ppid=26352 vsize=812864 CPUtime=5.73
/proc/26366/task/26367/stat : 26367 (java) R 26352 26352 25621 0 -1 64 11889 0 1 0 566 7 0 0 25 0 9 0 1996667255 832372736 17429 996147200 134512640 134550740 4294955600 18446744073709551615 4126628008 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26368] ppid=26352 vsize=812864 CPUtime=0.09
/proc/26366/task/26368/stat : 26368 (java) S 26352 26352 25621 0 -1 64 4729 0 0 0 8 1 0 0 16 0 9 0 1996667257 832372736 17429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26366/tid=26369] ppid=26352 vsize=812864 CPUtime=0
/proc/26366/task/26369/stat : 26369 (java) S 26352 26352 25621 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996667257 832372736 17429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26370] ppid=26352 vsize=812864 CPUtime=0
/proc/26366/task/26370/stat : 26370 (java) S 26352 26352 25621 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996667257 832372736 17429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26371] ppid=26352 vsize=812864 CPUtime=0
/proc/26366/task/26371/stat : 26371 (java) S 26352 26352 25621 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996667259 832372736 17429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26372] ppid=26352 vsize=812864 CPUtime=0.3
/proc/26366/task/26372/stat : 26372 (java) S 26352 26352 25621 0 -1 64 896 0 0 0 30 0 0 0 16 0 9 0 1996667259 832372736 17429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26373] ppid=26352 vsize=812864 CPUtime=0
/proc/26366/task/26373/stat : 26373 (java) S 26352 26352 25621 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996667259 832372736 17429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26374] ppid=26352 vsize=812864 CPUtime=0
/proc/26366/task/26374/stat : 26374 (java) S 26352 26352 25621 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996667259 832372736 17429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 860432

[startup+12.7033 s]
/proc/loadavg: 2.13 2.03 2.01 3/93 26374
/proc/meminfo: memFree=1546760/2055920 swapFree=4179776/4192956
[pid=26352] ppid=26350 vsize=47568 CPUtime=0.01
/proc/26352/stat : 26352 (galacE.sh) S 26350 26352 25621 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1996667251 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26352/statm: 11892 364 245 79 0 219 0
[pid=26366] ppid=26352 vsize=812864 CPUtime=12.46
/proc/26366/stat : 26366 (java) S 26352 26352 25621 0 -1 0 21170 0 1 0 1234 12 0 0 18 0 9 0 1996667254 832372736 20049 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26366/statm: 203216 20049 2586 9 0 197197 0
[pid=26366/tid=26367] ppid=26352 vsize=812864 CPUtime=11.71
/proc/26366/task/26367/stat : 26367 (java) R 26352 26352 25621 0 -1 64 14067 0 1 0 1163 8 0 0 25 0 9 0 1996667255 832372736 20049 996147200 134512640 134550740 4294955600 18446744073709551615 4126416272 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26368] ppid=26352 vsize=812864 CPUtime=0.41
/proc/26366/task/26368/stat : 26368 (java) S 26352 26352 25621 0 -1 64 5504 0 0 0 39 2 0 0 16 0 9 0 1996667257 832372736 20049 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26369] ppid=26352 vsize=812864 CPUtime=0
/proc/26366/task/26369/stat : 26369 (java) S 26352 26352 25621 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996667257 832372736 20049 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26370] ppid=26352 vsize=812864 CPUtime=0
/proc/26366/task/26370/stat : 26370 (java) S 26352 26352 25621 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996667257 832372736 20049 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26371] ppid=26352 vsize=812864 CPUtime=0
/proc/26366/task/26371/stat : 26371 (java) S 26352 26352 25621 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996667259 832372736 20049 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26372] ppid=26352 vsize=812864 CPUtime=0.31
/proc/26366/task/26372/stat : 26372 (java) S 26352 26352 25621 0 -1 64 899 0 0 0 31 0 0 0 15 0 9 0 1996667259 832372736 20049 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26373] ppid=26352 vsize=812864 CPUtime=0
/proc/26366/task/26373/stat : 26373 (java) S 26352 26352 25621 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996667259 832372736 20049 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26374] ppid=26352 vsize=812864 CPUtime=0
/proc/26366/task/26374/stat : 26374 (java) S 26352 26352 25621 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996667259 832372736 20049 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 860432

[startup+25.5018 s]
/proc/loadavg: 2.11 2.03 2.01 3/93 26374
/proc/meminfo: memFree=1543816/2055920 swapFree=4179776/4192956
[pid=26352] ppid=26350 vsize=47568 CPUtime=0.01
/proc/26352/stat : 26352 (galacE.sh) S 26350 26352 25621 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1996667251 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26352/statm: 11892 364 245 79 0 219 0
[pid=26366] ppid=26352 vsize=812864 CPUtime=25.07
/proc/26366/stat : 26366 (java) S 26352 26352 25621 0 -1 0 21927 0 1 0 2494 13 0 0 18 0 9 0 1996667254 832372736 20805 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26366/statm: 203216 20805 2590 9 0 197197 0
[pid=26366/tid=26367] ppid=26352 vsize=812864 CPUtime=24.31
/proc/26366/task/26367/stat : 26367 (java) R 26352 26352 25621 0 -1 64 14613 0 1 0 2422 9 0 0 25 0 9 0 1996667255 832372736 20805 996147200 134512640 134550740 4294955600 18446744073709551615 4127072340 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26368] ppid=26352 vsize=812864 CPUtime=0.42
/proc/26366/task/26368/stat : 26368 (java) S 26352 26352 25621 0 -1 64 5715 0 0 0 40 2 0 0 16 0 9 0 1996667257 832372736 20805 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26369] ppid=26352 vsize=812864 CPUtime=0
/proc/26366/task/26369/stat : 26369 (java) S 26352 26352 25621 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996667257 832372736 20805 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26370] ppid=26352 vsize=812864 CPUtime=0
/proc/26366/task/26370/stat : 26370 (java) S 26352 26352 25621 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996667257 832372736 20805 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26371] ppid=26352 vsize=812864 CPUtime=0
/proc/26366/task/26371/stat : 26371 (java) S 26352 26352 25621 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996667259 832372736 20805 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26372] ppid=26352 vsize=812864 CPUtime=0.31
/proc/26366/task/26372/stat : 26372 (java) S 26352 26352 25621 0 -1 64 899 0 0 0 31 0 0 0 16 0 9 0 1996667259 832372736 20805 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26373] ppid=26352 vsize=812864 CPUtime=0
/proc/26366/task/26373/stat : 26373 (java) S 26352 26352 25621 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996667259 832372736 20805 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26374] ppid=26352 vsize=812864 CPUtime=0
/proc/26366/task/26374/stat : 26374 (java) S 26352 26352 25621 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996667259 832372736 20805 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.08

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

[pid=26366/tid=26367] ppid=26352 vsize=812900 CPUtime=779.88
/proc/26366/task/26367/stat : 26367 (java) R 26352 26352 25621 0 -1 64 15587 0 1 0 77976 12 0 0 25 0 9 0 1996667255 832409600 174127 996147200 134512640 134550740 4294955600 18446744073709551615 4127282129 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26366/tid=26368] ppid=26352 vsize=812900 CPUtime=8.34
/proc/26366/task/26368/stat : 26368 (java) S 26352 26352 25621 0 -1 64 160762 0 0 0 765 69 0 0 16 0 9 0 1996667257 832409600 174127 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26366/tid=26369] ppid=26352 vsize=812900 CPUtime=0
/proc/26366/task/26369/stat : 26369 (java) S 26352 26352 25621 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996667257 832409600 174127 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26370] ppid=26352 vsize=812900 CPUtime=0
/proc/26366/task/26370/stat : 26370 (java) S 26352 26352 25621 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996667257 832409600 174127 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26371] ppid=26352 vsize=812900 CPUtime=0
/proc/26366/task/26371/stat : 26371 (java) S 26352 26352 25621 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996667259 832409600 174127 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26372] ppid=26352 vsize=812900 CPUtime=0.33
/proc/26366/task/26372/stat : 26372 (java) S 26352 26352 25621 0 -1 64 912 0 0 0 33 0 0 0 15 0 9 0 1996667259 832409600 174127 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26373] ppid=26352 vsize=812900 CPUtime=0
/proc/26366/task/26373/stat : 26373 (java) S 26352 26352 25621 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996667259 832409600 174127 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26374] ppid=26352 vsize=812900 CPUtime=0
/proc/26366/task/26374/stat : 26374 (java) S 26352 26352 25621 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996667259 832409600 174127 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 788.59
Current children cumulated vsize (KiB) 860468

[startup+806.308 s]
/proc/loadavg: 2.00 2.08 2.06 4/93 26374
/proc/meminfo: memFree=880904/2055920 swapFree=4179776/4192956
[pid=26352] ppid=26350 vsize=47568 CPUtime=0.01
/proc/26352/stat : 26352 (galacE.sh) S 26350 26352 25621 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1996667251 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26352/statm: 11892 364 245 79 0 219 0
[pid=26366] ppid=26352 vsize=816020 CPUtime=801.38
/proc/26366/stat : 26366 (java) S 26352 26352 25621 0 -1 0 205331 0 1 0 80044 94 0 0 18 0 9 0 1996667254 835604480 185770 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26366/statm: 204005 185770 2593 9 0 197986 0
[pid=26366/tid=26367] ppid=26352 vsize=816020 CPUtime=787.87
/proc/26366/task/26367/stat : 26367 (java) S 26352 26352 25621 0 -1 64 16283 0 1 0 78775 12 0 0 17 0 9 0 1996667255 835604480 185770 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26366/tid=26368] ppid=26352 vsize=816020 CPUtime=13.15
/proc/26366/task/26368/stat : 26368 (java) R 26352 26352 25621 0 -1 64 187436 0 0 0 1235 80 0 0 19 0 9 0 1996667257 835604480 185770 996147200 134512640 134550740 4294955600 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26366/tid=26369] ppid=26352 vsize=816020 CPUtime=0
/proc/26366/task/26369/stat : 26369 (java) S 26352 26352 25621 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996667257 835604480 185770 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26366/tid=26370] ppid=26352 vsize=816020 CPUtime=0
/proc/26366/task/26370/stat : 26370 (java) S 26352 26352 25621 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996667257 835604480 185770 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26371] ppid=26352 vsize=816020 CPUtime=0
/proc/26366/task/26371/stat : 26371 (java) S 26352 26352 25621 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996667259 835604480 185770 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26372] ppid=26352 vsize=816020 CPUtime=0.33
/proc/26366/task/26372/stat : 26372 (java) S 26352 26352 25621 0 -1 64 912 0 0 0 33 0 0 0 15 0 9 0 1996667259 835604480 185770 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26373] ppid=26352 vsize=816020 CPUtime=0
/proc/26366/task/26373/stat : 26373 (java) S 26352 26352 25621 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996667259 835604480 185770 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26374] ppid=26352 vsize=816020 CPUtime=0
/proc/26366/task/26374/stat : 26374 (java) S 26352 26352 25621 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996667259 835604480 185770 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 801.39
Current children cumulated vsize (KiB) 863588

[startup+809.501 s]
/proc/loadavg: 2.00 2.08 2.06 3/93 26374
/proc/meminfo: memFree=863880/2055920 swapFree=4179776/4192956
[pid=26352] ppid=26350 vsize=47568 CPUtime=0.01
/proc/26352/stat : 26352 (galacE.sh) S 26350 26352 25621 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1996667251 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26352/statm: 11892 364 245 79 0 219 0
[pid=26366] ppid=26352 vsize=832104 CPUtime=804.58
/proc/26366/stat : 26366 (java) S 26352 26352 25621 0 -1 0 221327 0 1 0 80356 102 0 0 18 0 9 0 1996667254 852074496 189826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26366/statm: 208026 189826 2593 9 0 202007 0
[pid=26366/tid=26367] ppid=26352 vsize=832104 CPUtime=787.87
/proc/26366/task/26367/stat : 26367 (java) S 26352 26352 25621 0 -1 64 16284 0 1 0 78775 12 0 0 17 0 9 0 1996667255 852074496 189826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26366/tid=26368] ppid=26352 vsize=832104 CPUtime=16.34
/proc/26366/task/26368/stat : 26368 (java) R 26352 26352 25621 0 -1 64 203431 0 0 0 1547 87 0 0 25 0 9 0 1996667257 852074496 189826 996147200 134512640 134550740 4294955600 18446744073709551615 104181521 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26366/tid=26369] ppid=26352 vsize=832104 CPUtime=0
/proc/26366/task/26369/stat : 26369 (java) S 26352 26352 25621 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996667257 852074496 189826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26366/tid=26370] ppid=26352 vsize=832104 CPUtime=0
/proc/26366/task/26370/stat : 26370 (java) S 26352 26352 25621 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996667257 852074496 189826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26371] ppid=26352 vsize=832104 CPUtime=0
/proc/26366/task/26371/stat : 26371 (java) S 26352 26352 25621 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996667259 852074496 189826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26372] ppid=26352 vsize=832104 CPUtime=0.33
/proc/26366/task/26372/stat : 26372 (java) S 26352 26352 25621 0 -1 64 912 0 0 0 33 0 0 0 15 0 9 0 1996667259 852074496 189826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26373] ppid=26352 vsize=832104 CPUtime=0
/proc/26366/task/26373/stat : 26373 (java) S 26352 26352 25621 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996667259 852074496 189826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26374] ppid=26352 vsize=832104 CPUtime=0
/proc/26366/task/26374/stat : 26374 (java) S 26352 26352 25621 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996667259 852074496 189826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 804.59
Current children cumulated vsize (KiB) 879672

[startup+811.102 s]
/proc/loadavg: 2.00 2.08 2.06 3/93 26374
/proc/meminfo: memFree=875848/2055920 swapFree=4179776/4192956
[pid=26352] ppid=26350 vsize=47568 CPUtime=0.01
/proc/26352/stat : 26352 (galacE.sh) S 26350 26352 25621 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1996667251 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26352/statm: 11892 364 245 79 0 219 0
[pid=26366] ppid=26352 vsize=832104 CPUtime=806.17
/proc/26366/stat : 26366 (java) S 26352 26352 25621 0 -1 0 229297 0 1 0 80512 105 0 0 18 0 9 0 1996667254 852074496 189826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26366/statm: 208026 189826 2593 9 0 202007 0
[pid=26366/tid=26367] ppid=26352 vsize=832104 CPUtime=787.87
/proc/26366/task/26367/stat : 26367 (java) S 26352 26352 25621 0 -1 64 16284 0 1 0 78775 12 0 0 17 0 9 0 1996667255 852074496 189826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26366/tid=26368] ppid=26352 vsize=832104 CPUtime=17.94
/proc/26366/task/26368/stat : 26368 (java) R 26352 26352 25621 0 -1 64 211401 0 0 0 1703 91 0 0 25 0 9 0 1996667257 852074496 189826 996147200 134512640 134550740 4294955600 18446744073709551615 103735816 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26366/tid=26369] ppid=26352 vsize=832104 CPUtime=0
/proc/26366/task/26369/stat : 26369 (java) S 26352 26352 25621 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996667257 852074496 189826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26366/tid=26370] ppid=26352 vsize=832104 CPUtime=0
/proc/26366/task/26370/stat : 26370 (java) S 26352 26352 25621 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996667257 852074496 189826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26371] ppid=26352 vsize=832104 CPUtime=0
/proc/26366/task/26371/stat : 26371 (java) S 26352 26352 25621 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996667259 852074496 189826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26372] ppid=26352 vsize=832104 CPUtime=0.33
/proc/26366/task/26372/stat : 26372 (java) S 26352 26352 25621 0 -1 64 912 0 0 0 33 0 0 0 15 0 9 0 1996667259 852074496 189826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26373] ppid=26352 vsize=832104 CPUtime=0
/proc/26366/task/26373/stat : 26373 (java) S 26352 26352 25621 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996667259 852074496 189826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26374] ppid=26352 vsize=832104 CPUtime=0
/proc/26366/task/26374/stat : 26374 (java) S 26352 26352 25621 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996667259 852074496 189826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 806.18
Current children cumulated vsize (KiB) 879672

[startup+811.901 s]
/proc/loadavg: 2.00 2.08 2.06 3/93 26374
/proc/meminfo: memFree=863816/2055920 swapFree=4179776/4192956
[pid=26352] ppid=26350 vsize=47568 CPUtime=0.01
/proc/26352/stat : 26352 (galacE.sh) S 26350 26352 25621 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1996667251 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26352/statm: 11892 364 245 79 0 219 0
[pid=26366] ppid=26352 vsize=832104 CPUtime=806.97
/proc/26366/stat : 26366 (java) S 26352 26352 25621 0 -1 0 229297 0 1 0 80592 105 0 0 18 0 9 0 1996667254 852074496 189826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26366/statm: 208026 189826 2593 9 0 202007 0
[pid=26366/tid=26367] ppid=26352 vsize=832104 CPUtime=787.87
/proc/26366/task/26367/stat : 26367 (java) S 26352 26352 25621 0 -1 64 16284 0 1 0 78775 12 0 0 17 0 9 0 1996667255 852074496 189826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26366/tid=26368] ppid=26352 vsize=832104 CPUtime=18.74
/proc/26366/task/26368/stat : 26368 (java) R 26352 26352 25621 0 -1 64 211401 0 0 0 1783 91 0 0 25 0 9 0 1996667257 852074496 189826 996147200 134512640 134550740 4294955600 18446744073709551615 103737208 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26366/tid=26369] ppid=26352 vsize=832104 CPUtime=0
/proc/26366/task/26369/stat : 26369 (java) S 26352 26352 25621 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996667257 852074496 189826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26366/tid=26370] ppid=26352 vsize=832104 CPUtime=0
/proc/26366/task/26370/stat : 26370 (java) S 26352 26352 25621 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996667257 852074496 189826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26371] ppid=26352 vsize=832104 CPUtime=0
/proc/26366/task/26371/stat : 26371 (java) S 26352 26352 25621 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996667259 852074496 189826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26372] ppid=26352 vsize=832104 CPUtime=0.33
/proc/26366/task/26372/stat : 26372 (java) S 26352 26352 25621 0 -1 64 912 0 0 0 33 0 0 0 15 0 9 0 1996667259 852074496 189826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26373] ppid=26352 vsize=832104 CPUtime=0
/proc/26366/task/26373/stat : 26373 (java) S 26352 26352 25621 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996667259 852074496 189826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26374] ppid=26352 vsize=832104 CPUtime=0
/proc/26366/task/26374/stat : 26374 (java) S 26352 26352 25621 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996667259 852074496 189826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 806.98
Current children cumulated vsize (KiB) 879672

[startup+812.703 s]
/proc/loadavg: 2.00 2.08 2.06 3/93 26374
/proc/meminfo: memFree=863816/2055920 swapFree=4179776/4192956
[pid=26352] ppid=26350 vsize=47568 CPUtime=0.01
/proc/26352/stat : 26352 (galacE.sh) S 26350 26352 25621 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1996667251 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26352/statm: 11892 364 245 79 0 219 0
[pid=26366] ppid=26352 vsize=816100 CPUtime=807.77
/proc/26366/stat : 26366 (java) S 26352 26352 25621 0 -1 0 229302 0 1 0 80672 105 0 0 18 0 9 0 1996667254 835686400 185828 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26366/statm: 204025 185828 2593 9 0 198006 0
[pid=26366/tid=26367] ppid=26352 vsize=816100 CPUtime=787.87
/proc/26366/task/26367/stat : 26367 (java) S 26352 26352 25621 0 -1 64 16287 0 1 0 78775 12 0 0 17 0 9 0 1996667255 835686400 185828 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26366/tid=26368] ppid=26352 vsize=816100 CPUtime=19.54
/proc/26366/task/26368/stat : 26368 (java) R 26352 26352 25621 0 -1 64 211403 0 0 0 1863 91 0 0 25 0 9 0 1996667257 835686400 185828 996147200 134512640 134550740 4294955600 18446744073709551615 104181563 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26366/tid=26369] ppid=26352 vsize=816100 CPUtime=0
/proc/26366/task/26369/stat : 26369 (java) S 26352 26352 25621 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996667257 835686400 185828 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26366/tid=26370] ppid=26352 vsize=816100 CPUtime=0
/proc/26366/task/26370/stat : 26370 (java) S 26352 26352 25621 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996667257 835686400 185828 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26371] ppid=26352 vsize=816100 CPUtime=0
/proc/26366/task/26371/stat : 26371 (java) S 26352 26352 25621 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996667259 835686400 185828 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26372] ppid=26352 vsize=816100 CPUtime=0.33
/proc/26366/task/26372/stat : 26372 (java) S 26352 26352 25621 0 -1 64 912 0 0 0 33 0 0 0 15 0 9 0 1996667259 835686400 185828 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26373] ppid=26352 vsize=816100 CPUtime=0
/proc/26366/task/26373/stat : 26373 (java) S 26352 26352 25621 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996667259 835686400 185828 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26366/tid=26374] ppid=26352 vsize=816100 CPUtime=0
/proc/26366/task/26374/stat : 26374 (java) S 26352 26352 25621 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996667259 835686400 185828 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 807.78
Current children cumulated vsize (KiB) 863668

[startup+812.908 s]
/proc/loadavg: 2.00 2.08 2.06 4/93 26374
/proc/meminfo: memFree=879816/2055920 swapFree=4179776/4192956
[pid=26352] ppid=26350 vsize=47568 CPUtime=0.01
/proc/26352/stat : 26352 (galacE.sh) S 26350 26352 25621 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1996667251 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26352/statm: 11892 364 245 79 0 219 0
[pid=26366] ppid=26352 vsize=0 CPUtime=807.96
/proc/26366/stat : 26366 (java) Z 26352 26352 25621 0 -1 12 229314 0 1 0 80689 107 0 0 16 0 2 0 1996667254 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26366/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 807.97
Current children cumulated vsize (KiB) 47568

Child status: 0
Real time (s): 812.999
CPU time (s): 808.092
CPU user time (s): 806.907
CPU system time (s): 1.18482
CPU usage (%): 99.3964
Max. virtual memory (cumulated for all children) (KiB): 879672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 806.907
system time used= 1.18482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231799
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= 17628
involuntary context switches= 27263

runsolver used 1.74273 second user time and 4.03239 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-04 15:09:08
IDJOB=1073283
IDBENCH=56333
IDSOLVER=351
FILE ID=node43/1073283-1215176947
PBS_JOBID= 7881503
Free space on /tmp= 66500 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/bmc/normalized-bmc-ibm-07-08.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1073283-1215176947/watcher-1073283-1215176947 -o /tmp/evaluation-result-1073283-1215176947/solver-1073283-1215176947 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1073283-1215176947.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cc16c493dbfac3e6a3e2b2c64b0d62cb
RANDOM SEED=1527062365

node43.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.230
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.230
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:       1618424 kB
Buffers:         51036 kB
Cached:         207320 kB
SwapCached:       7048 kB
Active:         300000 kB
Inactive:        78132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1618424 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            9848 kB
Writeback:           0 kB
Mapped:         131148 kB
Slab:            44220 kB
Committed_AS:  4417132 kB
PageTables:       2100 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= 66500 MiB
End job on node43 at 2008-07-04 15:22:41