Trace number 1073261

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 M? (problem) 737.069 740.551

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-03-08.xml
MD5SUM85c81568cbfb76e69f1a2bef9e4026a8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.544
Satisfiable
(Un)Satisfiability was proved
Number of variables14930
Number of constraints87036
Maximum constraint arity19
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension87036
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
736.93/740.41	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
736.93/740.41		at tuples.IP4BigConstraints.createTuples(IP4BigConstraints.java:48)
736.93/740.41		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:163)
736.93/740.41		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
736.93/740.41		at base.Problem.endConstraint(Problem.java:510)
736.93/740.41		at sat4j.Constraint.endElement(Constraint.java:37)
736.93/740.41		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
736.93/740.41		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
736.93/740.41		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
736.93/740.41		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
736.93/740.41		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
736.93/740.41		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
736.93/740.41		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
736.93/740.41		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
736.93/740.41		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
736.93/740.41		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
736.93/740.41		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
736.93/740.41		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
736.93/740.41		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
736.93/740.41		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-1073261-1215176896/watcher-1073261-1215176896 -o /tmp/evaluation-result-1073261-1215176896/solver-1073261-1215176896 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1073261-1215176896.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: 1.89 1.63 1.28 4/81 25675
/proc/meminfo: memFree=935064/2055920 swapFree=4179552/4192956
[pid=25675] ppid=25673 vsize=8652 CPUtime=0
/proc/25675/stat : 25675 (galacM.sh) S 25673 25675 25228 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 250677590 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/25675/statm: 2163 280 208 79 0 156 0
[pid=25676] ppid=25675 vsize=8688 CPUtime=0
/proc/25676/stat : 25676 (galacM.sh) S 25675 25675 25228 0 -1 4194368 36 0 0 0 0 0 0 0 18 0 1 0 250677590 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 269807747154 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/25676/statm: 2172 286 209 79 0 165 0
[pid=25677] ppid=25676 vsize=8728 CPUtime=0
/proc/25677/stat : 25677 (galacM.sh) R 25676 25675 25228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 250677590 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 269807578407 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/25677/statm: 2182 290 209 79 0 175 0

[startup+0.10191 s]
/proc/loadavg: 1.89 1.63 1.28 4/81 25675
/proc/meminfo: memFree=935064/2055920 swapFree=4179552/4192956
[pid=25675] ppid=25673 vsize=47556 CPUtime=0.02
/proc/25675/stat : 25675 (galacM.sh) S 25673 25675 25228 0 -1 4194304 765 1698 0 0 0 1 0 1 17 0 1 0 250677590 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25675/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47556

[startup+0.20292 s]
/proc/loadavg: 1.89 1.63 1.28 4/81 25675
/proc/meminfo: memFree=935064/2055920 swapFree=4179552/4192956
[pid=25675] ppid=25673 vsize=47556 CPUtime=0.02
/proc/25675/stat : 25675 (galacM.sh) S 25673 25675 25228 0 -1 4194304 765 1698 0 0 0 1 0 1 17 0 1 0 250677590 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25675/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47556

[startup+0.30293 s]
/proc/loadavg: 1.89 1.63 1.28 4/81 25675
/proc/meminfo: memFree=935064/2055920 swapFree=4179552/4192956
[pid=25675] ppid=25673 vsize=47556 CPUtime=0.02
/proc/25675/stat : 25675 (galacM.sh) S 25673 25675 25228 0 -1 4194304 765 1698 0 0 0 1 0 1 17 0 1 0 250677590 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25675/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47556

[startup+0.701977 s]
/proc/loadavg: 1.89 1.63 1.28 4/81 25675
/proc/meminfo: memFree=935064/2055920 swapFree=4179552/4192956
[pid=25675] ppid=25673 vsize=47556 CPUtime=0.02
/proc/25675/stat : 25675 (galacM.sh) S 25673 25675 25228 0 -1 4194304 765 1698 0 0 0 1 0 1 17 0 1 0 250677590 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25675/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47556

[startup+1.50206 s]
/proc/loadavg: 1.89 1.63 1.28 3/91 25697
/proc/meminfo: memFree=884040/2055920 swapFree=4179552/4192956
[pid=25675] ppid=25673 vsize=47556 CPUtime=0.02
/proc/25675/stat : 25675 (galacM.sh) S 25673 25675 25228 0 -1 4194304 765 1698 0 0 0 1 0 1 17 0 1 0 250677590 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25675/statm: 11889 364 245 79 0 219 0
[pid=25689] ppid=25675 vsize=812636 CPUtime=1.44
/proc/25689/stat : 25689 (java) S 25675 25675 25228 0 -1 0 15792 0 1 0 135 9 0 0 18 0 9 0 250677593 832139264 15011 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25689/statm: 203159 15011 2587 9 0 197192 0
[pid=25689/tid=25690] ppid=25675 vsize=812636 CPUtime=1.11
/proc/25689/task/25690/stat : 25690 (java) R 25675 25675 25228 0 -1 64 9287 0 1 0 105 6 0 0 25 0 9 0 250677594 832139264 15011 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25691] ppid=25675 vsize=812636 CPUtime=0.07
/proc/25689/task/25691/stat : 25691 (java) S 25675 25675 25228 0 -1 64 4955 0 0 0 6 1 0 0 16 0 9 0 250677595 832139264 15011 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25692] ppid=25675 vsize=812636 CPUtime=0
/proc/25689/task/25692/stat : 25692 (java) S 25675 25675 25228 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 250677595 832139264 15011 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25693] ppid=25675 vsize=812636 CPUtime=0
/proc/25689/task/25693/stat : 25693 (java) S 25675 25675 25228 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 250677595 832139264 15011 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25694] ppid=25675 vsize=812636 CPUtime=0
/proc/25689/task/25694/stat : 25694 (java) S 25675 25675 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 250677597 832139264 15011 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25695] ppid=25675 vsize=812636 CPUtime=0.24
/proc/25689/task/25695/stat : 25695 (java) R 25675 25675 25228 0 -1 64 849 0 0 0 23 1 0 0 16 0 9 0 250677597 832139264 15011 996147200 134512640 134550740 4294955600 18446744073709551615 101987244 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25696] ppid=25675 vsize=812636 CPUtime=0
/proc/25689/task/25696/stat : 25696 (java) S 25675 25675 25228 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 250677597 832139264 15011 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25697] ppid=25675 vsize=812636 CPUtime=0
/proc/25689/task/25697/stat : 25697 (java) S 25675 25675 25228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 250677597 832139264 15011 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860192

[startup+3.10123 s]
/proc/loadavg: 1.89 1.63 1.28 3/91 25697
/proc/meminfo: memFree=883848/2055920 swapFree=4179552/4192956
[pid=25675] ppid=25673 vsize=47556 CPUtime=0.02
/proc/25675/stat : 25675 (galacM.sh) S 25673 25675 25228 0 -1 4194304 765 1698 0 0 0 1 0 1 17 0 1 0 250677590 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25675/statm: 11889 364 245 79 0 219 0
[pid=25689] ppid=25675 vsize=812664 CPUtime=3.04
/proc/25689/stat : 25689 (java) S 25675 25675 25228 0 -1 0 15882 0 1 0 294 10 0 0 18 0 9 0 250677593 832167936 15093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25689/statm: 203166 15093 2586 9 0 197199 0
[pid=25689/tid=25690] ppid=25675 vsize=812664 CPUtime=2.59
/proc/25689/task/25690/stat : 25690 (java) R 25675 25675 25228 0 -1 64 9290 0 1 0 253 6 0 0 25 0 9 0 250677594 832167936 15093 996147200 134512640 134550740 4294955600 18446744073709551615 4126414956 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25691] ppid=25675 vsize=812664 CPUtime=0.12
/proc/25689/task/25691/stat : 25691 (java) S 25675 25675 25228 0 -1 64 5004 0 0 0 11 1 0 0 16 0 9 0 250677595 832167936 15093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25692] ppid=25675 vsize=812664 CPUtime=0
/proc/25689/task/25692/stat : 25692 (java) S 25675 25675 25228 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 250677595 832167936 15093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25693] ppid=25675 vsize=812664 CPUtime=0
/proc/25689/task/25693/stat : 25693 (java) S 25675 25675 25228 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 250677595 832167936 15093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25694] ppid=25675 vsize=812664 CPUtime=0
/proc/25689/task/25694/stat : 25694 (java) S 25675 25675 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 250677597 832167936 15093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25695] ppid=25675 vsize=812664 CPUtime=0.3
/proc/25689/task/25695/stat : 25695 (java) S 25675 25675 25228 0 -1 64 887 0 0 0 29 1 0 0 15 0 9 0 250677597 832167936 15093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25696] ppid=25675 vsize=812664 CPUtime=0
/proc/25689/task/25696/stat : 25696 (java) S 25675 25675 25228 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 250677597 832167936 15093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25697] ppid=25675 vsize=812664 CPUtime=0
/proc/25689/task/25697/stat : 25697 (java) S 25675 25675 25228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 250677597 832167936 15093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 860220

[startup+6.30258 s]
/proc/loadavg: 1.90 1.64 1.28 3/91 25697
/proc/meminfo: memFree=883720/2055920 swapFree=4179552/4192956
[pid=25675] ppid=25673 vsize=47556 CPUtime=0.02
/proc/25675/stat : 25675 (galacM.sh) S 25673 25675 25228 0 -1 4194304 765 1698 0 0 0 1 0 1 17 0 1 0 250677590 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25675/statm: 11889 364 245 79 0 219 0
[pid=25689] ppid=25675 vsize=812664 CPUtime=6.23
/proc/25689/stat : 25689 (java) S 25675 25675 25228 0 -1 0 15884 0 1 0 613 10 0 0 18 0 9 0 250677593 832167936 15093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25689/statm: 203166 15093 2586 9 0 197199 0
[pid=25689/tid=25690] ppid=25675 vsize=812664 CPUtime=5.78
/proc/25689/task/25690/stat : 25690 (java) R 25675 25675 25228 0 -1 64 9292 0 1 0 572 6 0 0 25 0 9 0 250677594 832167936 15093 996147200 134512640 134550740 4294955600 18446744073709551615 4125952048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25691] ppid=25675 vsize=812664 CPUtime=0.12
/proc/25689/task/25691/stat : 25691 (java) S 25675 25675 25228 0 -1 64 5004 0 0 0 11 1 0 0 16 0 9 0 250677595 832167936 15093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25692] ppid=25675 vsize=812664 CPUtime=0
/proc/25689/task/25692/stat : 25692 (java) S 25675 25675 25228 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 250677595 832167936 15093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25693] ppid=25675 vsize=812664 CPUtime=0
/proc/25689/task/25693/stat : 25693 (java) S 25675 25675 25228 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 250677595 832167936 15093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25694] ppid=25675 vsize=812664 CPUtime=0
/proc/25689/task/25694/stat : 25694 (java) S 25675 25675 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 250677597 832167936 15093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25695] ppid=25675 vsize=812664 CPUtime=0.3
/proc/25689/task/25695/stat : 25695 (java) S 25675 25675 25228 0 -1 64 887 0 0 0 29 1 0 0 15 0 9 0 250677597 832167936 15093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25696] ppid=25675 vsize=812664 CPUtime=0
/proc/25689/task/25696/stat : 25696 (java) S 25675 25675 25228 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 250677597 832167936 15093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25697] ppid=25675 vsize=812664 CPUtime=0
/proc/25689/task/25697/stat : 25697 (java) S 25675 25675 25228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 250677597 832167936 15093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 860220

[startup+12.7013 s]
/proc/loadavg: 1.91 1.64 1.28 3/91 25697
/proc/meminfo: memFree=860936/2055920 swapFree=4179552/4192956
[pid=25675] ppid=25673 vsize=47556 CPUtime=0.02
/proc/25675/stat : 25675 (galacM.sh) S 25673 25675 25228 0 -1 4194304 765 1698 0 0 0 1 0 1 17 0 1 0 250677590 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25675/statm: 11889 364 245 79 0 219 0
[pid=25689] ppid=25675 vsize=812664 CPUtime=12.59
/proc/25689/stat : 25689 (java) S 25675 25675 25228 0 -1 0 21621 0 1 0 1246 13 0 0 18 0 9 0 250677593 832167936 20829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25689/statm: 203166 20829 2590 9 0 197199 0
[pid=25689/tid=25690] ppid=25675 vsize=812664 CPUtime=12.12
/proc/25689/task/25690/stat : 25690 (java) R 25675 25675 25228 0 -1 64 14608 0 1 0 1203 9 0 0 25 0 9 0 250677594 832167936 20829 996147200 134512640 134550740 4294955600 18446744073709551615 4126970932 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25691] ppid=25675 vsize=812664 CPUtime=0.15
/proc/25689/task/25691/stat : 25691 (java) S 25675 25675 25228 0 -1 64 5425 0 0 0 13 2 0 0 16 0 9 0 250677595 832167936 20829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25692] ppid=25675 vsize=812664 CPUtime=0
/proc/25689/task/25692/stat : 25692 (java) S 25675 25675 25228 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 250677595 832167936 20829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25693] ppid=25675 vsize=812664 CPUtime=0
/proc/25689/task/25693/stat : 25693 (java) S 25675 25675 25228 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 250677595 832167936 20829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25694] ppid=25675 vsize=812664 CPUtime=0
/proc/25689/task/25694/stat : 25694 (java) S 25675 25675 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 250677597 832167936 20829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25695] ppid=25675 vsize=812664 CPUtime=0.3
/proc/25689/task/25695/stat : 25695 (java) S 25675 25675 25228 0 -1 64 887 0 0 0 29 1 0 0 15 0 9 0 250677597 832167936 20829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25696] ppid=25675 vsize=812664 CPUtime=0
/proc/25689/task/25696/stat : 25696 (java) S 25675 25675 25228 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 250677597 832167936 20829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25697] ppid=25675 vsize=812664 CPUtime=0
/proc/25689/task/25697/stat : 25697 (java) S 25675 25675 25228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 250677597 832167936 20829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 860220

[startup+25.5026 s]
/proc/loadavg: 1.93 1.66 1.29 3/91 25697
/proc/meminfo: memFree=857544/2055920 swapFree=4179552/4192956
[pid=25675] ppid=25673 vsize=47556 CPUtime=0.02
/proc/25675/stat : 25675 (galacM.sh) S 25673 25675 25228 0 -1 4194304 765 1698 0 0 0 1 0 1 17 0 1 0 250677590 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25675/statm: 11889 364 245 79 0 219 0
[pid=25689] ppid=25675 vsize=812664 CPUtime=25.33
/proc/25689/stat : 25689 (java) S 25675 25675 25228 0 -1 0 22493 0 1 0 2519 14 0 0 18 0 9 0 250677593 832167936 21694 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25689/statm: 203166 21694 2590 9 0 197199 0
[pid=25689/tid=25690] ppid=25675 vsize=812664 CPUtime=24.49
/proc/25689/task/25690/stat : 25690 (java) R 25675 25675 25228 0 -1 64 14616 0 1 0 2439 10 0 0 25 0 9 0 250677594 832167936 21694 996147200 134512640 134550740 4294955600 18446744073709551615 4126629256 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25691] ppid=25675 vsize=812664 CPUtime=0.51
/proc/25689/task/25691/stat : 25691 (java) S 25675 25675 25228 0 -1 64 6287 0 0 0 49 2 0 0 16 0 9 0 250677595 832167936 21694 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25692] ppid=25675 vsize=812664 CPUtime=0
/proc/25689/task/25692/stat : 25692 (java) S 25675 25675 25228 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 250677595 832167936 21694 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25693] ppid=25675 vsize=812664 CPUtime=0
/proc/25689/task/25693/stat : 25693 (java) S 25675 25675 25228 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 250677595 832167936 21694 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25694] ppid=25675 vsize=812664 CPUtime=0
/proc/25689/task/25694/stat : 25694 (java) S 25675 25675 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 250677597 832167936 21694 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25695] ppid=25675 vsize=812664 CPUtime=0.31
/proc/25689/task/25695/stat : 25695 (java) S 25675 25675 25228 0 -1 64 889 0 0 0 30 1 0 0 15 0 9 0 250677597 832167936 21694 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25696] ppid=25675 vsize=812664 CPUtime=0
/proc/25689/task/25696/stat : 25696 (java) S 25675 25675 25228 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 250677597 832167936 21694 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25697] ppid=25675 vsize=812664 CPUtime=0
/proc/25689/task/25697/stat : 25697 (java) S 25675 25675 25228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 250677597 832167936 21694 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35

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

[pid=25689/tid=25690] ppid=25675 vsize=812672 CPUtime=714.74
/proc/25689/task/25690/stat : 25690 (java) R 25675 25675 25228 0 -1 64 15802 0 1 0 71459 15 0 0 25 0 9 0 250677594 832176128 182459 996147200 134512640 134550740 4294955600 18446744073709551615 4127286212 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25691] ppid=25675 vsize=812672 CPUtime=11.06
/proc/25689/task/25691/stat : 25691 (java) S 25675 25675 25228 0 -1 64 182309 0 0 0 1031 75 0 0 16 0 9 0 250677595 832176128 182459 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25692] ppid=25675 vsize=812672 CPUtime=0
/proc/25689/task/25692/stat : 25692 (java) S 25675 25675 25228 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 250677595 832176128 182459 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25693] ppid=25675 vsize=812672 CPUtime=0
/proc/25689/task/25693/stat : 25693 (java) S 25675 25675 25228 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 250677595 832176128 182459 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25694] ppid=25675 vsize=812672 CPUtime=0
/proc/25689/task/25694/stat : 25694 (java) S 25675 25675 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 250677597 832176128 182459 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25695] ppid=25675 vsize=812672 CPUtime=0.34
/proc/25689/task/25695/stat : 25695 (java) S 25675 25675 25228 0 -1 64 904 0 0 0 33 1 0 0 16 0 9 0 250677597 832176128 182459 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25696] ppid=25675 vsize=812672 CPUtime=0
/proc/25689/task/25696/stat : 25696 (java) S 25675 25675 25228 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 250677597 832176128 182459 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25697] ppid=25675 vsize=812672 CPUtime=0
/proc/25689/task/25697/stat : 25697 (java) S 25675 25675 25228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 250677597 832176128 182459 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 726.18
Current children cumulated vsize (KiB) 860228

[startup+736.007 s]
/proc/loadavg: 2.08 1.98 1.66 3/92 25772
/proc/meminfo: memFree=208584/2055920 swapFree=4179552/4192956
[pid=25675] ppid=25673 vsize=47556 CPUtime=0.02
/proc/25675/stat : 25675 (galacM.sh) S 25673 25675 25228 0 -1 4194304 765 1698 0 0 0 1 0 1 17 0 1 0 250677590 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25675/statm: 11889 364 245 79 0 219 0
[pid=25689] ppid=25675 vsize=812672 CPUtime=732.53
/proc/25689/stat : 25689 (java) S 25675 25675 25228 0 -1 0 218036 0 1 0 73153 100 0 0 18 0 9 0 250677593 832176128 185022 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25689/statm: 203168 185022 2593 9 0 197201 0
[pid=25689/tid=25690] ppid=25675 vsize=812672 CPUtime=718.96
/proc/25689/task/25690/stat : 25690 (java) R 25675 25675 25228 0 -1 64 15803 0 1 0 71881 15 0 0 25 0 9 0 250677594 832176128 185022 996147200 134512640 134550740 4294955600 18446744073709551615 4127286232 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25691] ppid=25675 vsize=812672 CPUtime=13.21
/proc/25689/task/25691/stat : 25691 (java) S 25675 25675 25228 0 -1 64 200628 0 0 0 1238 83 0 0 16 0 9 0 250677595 832176128 185022 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25692] ppid=25675 vsize=812672 CPUtime=0
/proc/25689/task/25692/stat : 25692 (java) S 25675 25675 25228 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 250677595 832176128 185022 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25693] ppid=25675 vsize=812672 CPUtime=0
/proc/25689/task/25693/stat : 25693 (java) S 25675 25675 25228 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 250677595 832176128 185022 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25694] ppid=25675 vsize=812672 CPUtime=0
/proc/25689/task/25694/stat : 25694 (java) S 25675 25675 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 250677597 832176128 185022 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25695] ppid=25675 vsize=812672 CPUtime=0.34
/proc/25689/task/25695/stat : 25695 (java) S 25675 25675 25228 0 -1 64 904 0 0 0 33 1 0 0 16 0 9 0 250677597 832176128 185022 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25696] ppid=25675 vsize=812672 CPUtime=0
/proc/25689/task/25696/stat : 25696 (java) S 25675 25675 25228 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 250677597 832176128 185022 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25697] ppid=25675 vsize=812672 CPUtime=0
/proc/25689/task/25697/stat : 25697 (java) S 25675 25675 25228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 250677597 832176128 185022 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 732.55
Current children cumulated vsize (KiB) 860228

[startup+737.603 s]
/proc/loadavg: 2.08 1.98 1.66 4/92 25772
/proc/meminfo: memFree=176520/2055920 swapFree=4179552/4192956
[pid=25675] ppid=25673 vsize=47556 CPUtime=0.02
/proc/25675/stat : 25675 (galacM.sh) S 25673 25675 25228 0 -1 4194304 765 1698 0 0 0 1 0 1 17 0 1 0 250677590 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25675/statm: 11889 364 245 79 0 219 0
[pid=25689] ppid=25675 vsize=844676 CPUtime=734.12
/proc/25689/stat : 25689 (java) S 25675 25675 25228 0 -1 0 233793 0 1 0 73306 106 0 0 18 0 9 0 250677593 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25689/statm: 211169 193023 2593 9 0 205202 0
[pid=25689/tid=25690] ppid=25675 vsize=844676 CPUtime=719.12
/proc/25689/task/25690/stat : 25690 (java) R 25675 25675 25228 0 -1 64 15804 0 1 0 71897 15 0 0 25 0 9 0 250677594 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25691] ppid=25675 vsize=844676 CPUtime=14.64
/proc/25689/task/25691/stat : 25691 (java) R 25675 25675 25228 0 -1 64 216384 0 0 0 1375 89 0 0 17 0 9 0 250677595 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25692] ppid=25675 vsize=844676 CPUtime=0
/proc/25689/task/25692/stat : 25692 (java) S 25675 25675 25228 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 250677595 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25693] ppid=25675 vsize=844676 CPUtime=0
/proc/25689/task/25693/stat : 25693 (java) S 25675 25675 25228 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 250677595 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25694] ppid=25675 vsize=844676 CPUtime=0
/proc/25689/task/25694/stat : 25694 (java) S 25675 25675 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 250677597 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25695] ppid=25675 vsize=844676 CPUtime=0.34
/proc/25689/task/25695/stat : 25695 (java) S 25675 25675 25228 0 -1 64 904 0 0 0 33 1 0 0 16 0 9 0 250677597 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25696] ppid=25675 vsize=844676 CPUtime=0
/proc/25689/task/25696/stat : 25696 (java) S 25675 25675 25228 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 250677597 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25697] ppid=25675 vsize=844676 CPUtime=0
/proc/25689/task/25697/stat : 25697 (java) S 25675 25675 25228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 250677597 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 734.14
Current children cumulated vsize (KiB) 892232

[startup+739.201 s]
/proc/loadavg: 2.07 1.98 1.66 3/92 25772
/proc/meminfo: memFree=176520/2055920 swapFree=4179552/4192956
[pid=25675] ppid=25673 vsize=47556 CPUtime=0.02
/proc/25675/stat : 25675 (galacM.sh) S 25673 25675 25228 0 -1 4194304 765 1698 0 0 0 1 0 1 17 0 1 0 250677590 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25675/statm: 11889 364 245 79 0 219 0
[pid=25689] ppid=25675 vsize=844676 CPUtime=735.72
/proc/25689/stat : 25689 (java) S 25675 25675 25228 0 -1 0 249549 0 1 0 73459 113 0 0 18 0 9 0 250677593 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25689/statm: 211169 193023 2593 9 0 205202 0
[pid=25689/tid=25690] ppid=25675 vsize=844676 CPUtime=719.12
/proc/25689/task/25690/stat : 25690 (java) S 25675 25675 25228 0 -1 64 15804 0 1 0 71897 15 0 0 25 0 9 0 250677594 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25691] ppid=25675 vsize=844676 CPUtime=16.24
/proc/25689/task/25691/stat : 25691 (java) R 25675 25675 25228 0 -1 64 232140 0 0 0 1528 96 0 0 19 0 9 0 250677595 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25692] ppid=25675 vsize=844676 CPUtime=0
/proc/25689/task/25692/stat : 25692 (java) S 25675 25675 25228 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 250677595 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25693] ppid=25675 vsize=844676 CPUtime=0
/proc/25689/task/25693/stat : 25693 (java) S 25675 25675 25228 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 250677595 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25694] ppid=25675 vsize=844676 CPUtime=0
/proc/25689/task/25694/stat : 25694 (java) S 25675 25675 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 250677597 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25695] ppid=25675 vsize=844676 CPUtime=0.34
/proc/25689/task/25695/stat : 25695 (java) S 25675 25675 25228 0 -1 64 904 0 0 0 33 1 0 0 16 0 9 0 250677597 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25696] ppid=25675 vsize=844676 CPUtime=0
/proc/25689/task/25696/stat : 25696 (java) S 25675 25675 25228 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 250677597 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25697] ppid=25675 vsize=844676 CPUtime=0
/proc/25689/task/25697/stat : 25697 (java) S 25675 25675 25228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 250677597 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 735.74
Current children cumulated vsize (KiB) 892232

[startup+740.001 s]
/proc/loadavg: 2.07 1.98 1.66 3/92 25772
/proc/meminfo: memFree=176520/2055920 swapFree=4179552/4192956
[pid=25675] ppid=25673 vsize=47556 CPUtime=0.02
/proc/25675/stat : 25675 (galacM.sh) S 25673 25675 25228 0 -1 4194304 765 1698 0 0 0 1 0 1 17 0 1 0 250677590 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25675/statm: 11889 364 245 79 0 219 0
[pid=25689] ppid=25675 vsize=844676 CPUtime=736.51
/proc/25689/stat : 25689 (java) S 25675 25675 25228 0 -1 0 249549 0 1 0 73538 113 0 0 18 0 9 0 250677593 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25689/statm: 211169 193023 2593 9 0 205202 0
[pid=25689/tid=25690] ppid=25675 vsize=844676 CPUtime=719.12
/proc/25689/task/25690/stat : 25690 (java) S 25675 25675 25228 0 -1 64 15804 0 1 0 71897 15 0 0 25 0 9 0 250677594 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25691] ppid=25675 vsize=844676 CPUtime=17.03
/proc/25689/task/25691/stat : 25691 (java) R 25675 25675 25228 0 -1 64 232140 0 0 0 1607 96 0 0 21 0 9 0 250677595 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 104182233 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25692] ppid=25675 vsize=844676 CPUtime=0
/proc/25689/task/25692/stat : 25692 (java) S 25675 25675 25228 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 250677595 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25693] ppid=25675 vsize=844676 CPUtime=0
/proc/25689/task/25693/stat : 25693 (java) S 25675 25675 25228 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 250677595 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25694] ppid=25675 vsize=844676 CPUtime=0
/proc/25689/task/25694/stat : 25694 (java) S 25675 25675 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 250677597 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25695] ppid=25675 vsize=844676 CPUtime=0.34
/proc/25689/task/25695/stat : 25695 (java) S 25675 25675 25228 0 -1 64 904 0 0 0 33 1 0 0 16 0 9 0 250677597 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25696] ppid=25675 vsize=844676 CPUtime=0
/proc/25689/task/25696/stat : 25696 (java) S 25675 25675 25228 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 250677597 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25697] ppid=25675 vsize=844676 CPUtime=0
/proc/25689/task/25697/stat : 25697 (java) S 25675 25675 25228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 250677597 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 736.53
Current children cumulated vsize (KiB) 892232

[startup+740.406 s]
/proc/loadavg: 2.07 1.98 1.66 3/92 25772
/proc/meminfo: memFree=176520/2055920 swapFree=4179552/4192956
[pid=25675] ppid=25673 vsize=47556 CPUtime=0.02
/proc/25675/stat : 25675 (galacM.sh) S 25673 25675 25228 0 -1 4194304 765 1698 0 0 0 1 0 1 17 0 1 0 250677590 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25675/statm: 11889 364 245 79 0 219 0
[pid=25689] ppid=25675 vsize=844676 CPUtime=736.91
/proc/25689/stat : 25689 (java) S 25675 25675 25228 0 -1 0 249549 0 1 0 73578 113 0 0 18 0 9 0 250677593 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25689/statm: 211169 193023 2593 9 0 205202 0
[pid=25689/tid=25690] ppid=25675 vsize=844676 CPUtime=719.12
/proc/25689/task/25690/stat : 25690 (java) S 25675 25675 25228 0 -1 64 15804 0 1 0 71897 15 0 0 25 0 9 0 250677594 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25691] ppid=25675 vsize=844676 CPUtime=17.43
/proc/25689/task/25691/stat : 25691 (java) R 25675 25675 25228 0 -1 64 232140 0 0 0 1647 96 0 0 22 0 9 0 250677595 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 102517088 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25692] ppid=25675 vsize=844676 CPUtime=0
/proc/25689/task/25692/stat : 25692 (java) S 25675 25675 25228 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 250677595 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25693] ppid=25675 vsize=844676 CPUtime=0
/proc/25689/task/25693/stat : 25693 (java) S 25675 25675 25228 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 250677595 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25694] ppid=25675 vsize=844676 CPUtime=0
/proc/25689/task/25694/stat : 25694 (java) S 25675 25675 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 250677597 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25695] ppid=25675 vsize=844676 CPUtime=0.34
/proc/25689/task/25695/stat : 25695 (java) S 25675 25675 25228 0 -1 64 904 0 0 0 33 1 0 0 16 0 9 0 250677597 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25696] ppid=25675 vsize=844676 CPUtime=0
/proc/25689/task/25696/stat : 25696 (java) S 25675 25675 25228 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 250677597 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25697] ppid=25675 vsize=844676 CPUtime=0
/proc/25689/task/25697/stat : 25697 (java) S 25675 25675 25228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 250677597 864948224 193023 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 736.93
Current children cumulated vsize (KiB) 892232

[startup+740.501 s]
/proc/loadavg: 2.07 1.98 1.66 3/92 25772
/proc/meminfo: memFree=176520/2055920 swapFree=4179552/4192956
[pid=25675] ppid=25673 vsize=47556 CPUtime=0.02
/proc/25675/stat : 25675 (galacM.sh) S 25673 25675 25228 0 -1 4194304 765 1698 0 0 0 1 0 1 17 0 1 0 250677590 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25675/statm: 11889 364 245 79 0 219 0
[pid=25689] ppid=25675 vsize=0 CPUtime=736.98
/proc/25689/stat : 25689 (java) Z 25675 25675 25228 0 -1 12 249563 0 1 0 73579 119 0 0 16 0 2 0 250677593 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25689/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 737
Current children cumulated vsize (KiB) 47556

Child status: 0
Real time (s): 740.551
CPU time (s): 737.069
CPU user time (s): 735.798
CPU system time (s): 1.27081
CPU usage (%): 99.5298
Max. virtual memory (cumulated for all children) (KiB): 908236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 735.798
system time used= 1.27081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252048
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= 16754
involuntary context switches= 26235

runsolver used 0.871867 second user time and 2.26765 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-04 15:08:16
IDJOB=1073261
IDBENCH=56332
IDSOLVER=350
FILE ID=node81/1073261-1215176896
PBS_JOBID= 7881495
Free space on /tmp= 126840 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 85c81568cbfb76e69f1a2bef9e4026a8
RANDOM SEED=1572988090

node81.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        935544 kB
Buffers:         59224 kB
Cached:         291080 kB
SwapCached:       6152 kB
Active:         866056 kB
Inactive:       184248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        935544 kB
SwapTotal:     4192956 kB
SwapFree:      4179552 kB
Dirty:           15332 kB
Writeback:           0 kB
Mapped:         716976 kB
Slab:            54056 kB
Committed_AS:  1354256 kB
PageTables:       2976 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= 126844 MiB
End job on node81 at 2008-07-04 15:20:37