Trace number 1080458

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) 99.9318 100.458

General information on the benchmark

Namecsp/radar-8-24-3-2/
normalized-radar-8-24-3-2-32.xml
MD5SUMc9c6f341263973f32f04d798bb112060
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 benchmark0.035994
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Maximum constraint arity16
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
99.75/100.34	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
99.75/100.34		at tuples.IP4BigConstraints.createTuples(IP4BigConstraints.java:48)
99.75/100.34		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:167)
99.75/100.34		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
99.75/100.34		at base.Problem.endConstraint(Problem.java:510)
99.75/100.34		at sat4j.Constraint.endElement(Constraint.java:37)
99.75/100.34		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
99.75/100.34		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
99.75/100.34		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
99.75/100.34		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
99.75/100.34		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
99.75/100.34		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
99.75/100.34		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
99.75/100.34		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
99.75/100.34		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
99.75/100.34		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
99.75/100.34		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
99.75/100.34		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
99.75/100.34		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
99.75/100.34		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-1080458-1215213020/watcher-1080458-1215213020 -o /tmp/evaluation-result-1080458-1215213020/solver-1080458-1215213020 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1080458-1215213020.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: 3.17 2.52 2.23 4/80 32732
/proc/meminfo: memFree=1619740/2055920 swapFree=4146768/4192956
[pid=32732] ppid=32730 vsize=7456 CPUtime=0
/proc/32732/stat : 32732 (galacE.sh) R 32730 32732 30139 0 -1 4194304 272 0 0 0 0 0 0 0 20 0 1 0 677028896 7634944 226 996147200 4194304 4520092 548682068832 18446744073709551615 256362214793 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32732/statm: 1864 226 174 79 0 122 0

[startup+0.0597849 s]
/proc/loadavg: 3.17 2.52 2.23 4/80 32732
/proc/meminfo: memFree=1619740/2055920 swapFree=4146768/4192956
[pid=32732] ppid=32730 vsize=47564 CPUtime=0.01
/proc/32732/stat : 32732 (galacE.sh) S 32730 32732 30139 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677028896 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32732/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.101786 s]
/proc/loadavg: 3.17 2.52 2.23 4/80 32732
/proc/meminfo: memFree=1619740/2055920 swapFree=4146768/4192956
[pid=32732] ppid=32730 vsize=47564 CPUtime=0.01
/proc/32732/stat : 32732 (galacE.sh) S 32730 32732 30139 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677028896 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32732/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301806 s]
/proc/loadavg: 3.17 2.52 2.23 4/80 32732
/proc/meminfo: memFree=1619740/2055920 swapFree=4146768/4192956
[pid=32732] ppid=32730 vsize=47564 CPUtime=0.01
/proc/32732/stat : 32732 (galacE.sh) S 32730 32732 30139 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677028896 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32732/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701848 s]
/proc/loadavg: 3.17 2.52 2.23 4/80 32732
/proc/meminfo: memFree=1619740/2055920 swapFree=4146768/4192956
[pid=32732] ppid=32730 vsize=47564 CPUtime=0.01
/proc/32732/stat : 32732 (galacE.sh) S 32730 32732 30139 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677028896 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32732/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50237 s]
/proc/loadavg: 3.17 2.52 2.23 4/90 32754
/proc/meminfo: memFree=1574284/2055920 swapFree=4146768/4192956
[pid=32732] ppid=32730 vsize=47564 CPUtime=0.01
/proc/32732/stat : 32732 (galacE.sh) S 32730 32732 30139 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677028896 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32732/statm: 11891 365 246 79 0 219 0
[pid=32746] ppid=32732 vsize=812736 CPUtime=1.45
/proc/32746/stat : 32746 (java) S 32732 32732 30139 0 -1 0 14615 0 1 0 137 8 0 0 18 0 9 0 677028900 832241664 13816 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32746/statm: 203184 13816 2589 9 0 197165 0
[pid=32746/tid=32747] ppid=32732 vsize=812736 CPUtime=0.81
/proc/32746/task/32747/stat : 32747 (java) R 32732 32732 30139 0 -1 64 8563 0 1 0 77 4 0 0 24 0 9 0 677028901 832241664 13817 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32748] ppid=32732 vsize=812736 CPUtime=0.48
/proc/32746/task/32748/stat : 32748 (java) S 32732 32732 30139 0 -1 64 4579 0 0 0 46 2 0 0 18 0 9 0 677028902 832241664 13817 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32749] ppid=32732 vsize=812736 CPUtime=0
/proc/32746/task/32749/stat : 32749 (java) S 32732 32732 30139 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677028902 832241664 13817 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32750] ppid=32732 vsize=812736 CPUtime=0
/proc/32746/task/32750/stat : 32750 (java) S 32732 32732 30139 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677028902 832241664 13817 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32751] ppid=32732 vsize=812736 CPUtime=0
/proc/32746/task/32751/stat : 32751 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 677028904 832241664 13817 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32752] ppid=32732 vsize=812736 CPUtime=0.14
/proc/32746/task/32752/stat : 32752 (java) S 32732 32732 30139 0 -1 64 774 0 0 0 14 0 0 0 16 0 9 0 677028904 832241664 13817 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32753] ppid=32732 vsize=812736 CPUtime=0
/proc/32746/task/32753/stat : 32753 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 677028904 832241664 13817 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32754] ppid=32732 vsize=812736 CPUtime=0
/proc/32746/task/32754/stat : 32754 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677028904 832241664 13817 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860300

[startup+3.1021 s]
/proc/loadavg: 3.17 2.52 2.23 3/90 32754
/proc/meminfo: memFree=1573644/2055920 swapFree=4146768/4192956
[pid=32732] ppid=32730 vsize=47564 CPUtime=0.01
/proc/32732/stat : 32732 (galacE.sh) S 32730 32732 30139 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677028896 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32732/statm: 11891 365 246 79 0 219 0
[pid=32746] ppid=32732 vsize=812736 CPUtime=3.04
/proc/32746/stat : 32746 (java) S 32732 32732 30139 0 -1 0 18912 0 1 0 294 10 0 0 18 0 9 0 677028900 832241664 18112 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32746/statm: 203184 18115 2589 9 0 197165 0
[pid=32746/tid=32747] ppid=32732 vsize=812736 CPUtime=2.39
/proc/32746/task/32747/stat : 32747 (java) R 32732 32732 30139 0 -1 64 12863 0 1 0 233 6 0 0 25 0 9 0 677028901 832241664 18118 996147200 134512640 134550740 4294955600 18446744073709551615 104454898 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32748] ppid=32732 vsize=812736 CPUtime=0.48
/proc/32746/task/32748/stat : 32748 (java) S 32732 32732 30139 0 -1 64 4579 0 0 0 46 2 0 0 16 0 9 0 677028902 832241664 18121 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32749] ppid=32732 vsize=812736 CPUtime=0
/proc/32746/task/32749/stat : 32749 (java) S 32732 32732 30139 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677028902 832241664 18124 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32750] ppid=32732 vsize=812736 CPUtime=0
/proc/32746/task/32750/stat : 32750 (java) S 32732 32732 30139 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677028902 832241664 18127 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32751] ppid=32732 vsize=812736 CPUtime=0
/proc/32746/task/32751/stat : 32751 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 677028904 832241664 18130 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32752] ppid=32732 vsize=812736 CPUtime=0.14
/proc/32746/task/32752/stat : 32752 (java) S 32732 32732 30139 0 -1 64 775 0 0 0 14 0 0 0 16 0 9 0 677028904 832241664 18133 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32753] ppid=32732 vsize=812736 CPUtime=0
/proc/32746/task/32753/stat : 32753 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 677028904 832241664 18136 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32754] ppid=32732 vsize=812736 CPUtime=0
/proc/32746/task/32754/stat : 32754 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677028904 832241664 18138 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860300

[startup+6.30243 s]
/proc/loadavg: 3.15 2.53 2.23 3/90 32754
/proc/meminfo: memFree=1516172/2055920 swapFree=4146768/4192956
[pid=32732] ppid=32730 vsize=47564 CPUtime=0.01
/proc/32732/stat : 32732 (galacE.sh) S 32730 32732 30139 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677028896 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32732/statm: 11891 365 246 79 0 219 0
[pid=32746] ppid=32732 vsize=812736 CPUtime=6.21
/proc/32746/stat : 32746 (java) S 32732 32732 30139 0 -1 0 28875 0 1 0 605 16 0 0 18 0 9 0 677028900 832241664 28073 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32746/statm: 203184 28073 2593 9 0 197165 0
[pid=32746/tid=32747] ppid=32732 vsize=812736 CPUtime=5.39
/proc/32746/task/32747/stat : 32747 (java) R 32732 32732 30139 0 -1 64 14622 0 1 0 532 7 0 0 25 0 9 0 677028901 832241664 28073 996147200 134512640 134550740 4294955600 18446744073709551615 4126789762 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32748] ppid=32732 vsize=812736 CPUtime=0.63
/proc/32746/task/32748/stat : 32748 (java) S 32732 32732 30139 0 -1 64 12773 0 0 0 57 6 0 0 16 0 9 0 677028902 832241664 28073 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32746/tid=32749] ppid=32732 vsize=812736 CPUtime=0
/proc/32746/task/32749/stat : 32749 (java) S 32732 32732 30139 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677028902 832241664 28073 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32750] ppid=32732 vsize=812736 CPUtime=0
/proc/32746/task/32750/stat : 32750 (java) S 32732 32732 30139 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677028902 832241664 28073 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32751] ppid=32732 vsize=812736 CPUtime=0
/proc/32746/task/32751/stat : 32751 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 677028904 832241664 28073 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32752] ppid=32732 vsize=812736 CPUtime=0.14
/proc/32746/task/32752/stat : 32752 (java) S 32732 32732 30139 0 -1 64 780 0 0 0 14 0 0 0 16 0 9 0 677028904 832241664 28073 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32753] ppid=32732 vsize=812736 CPUtime=0
/proc/32746/task/32753/stat : 32753 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 677028904 832241664 28073 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32754] ppid=32732 vsize=812736 CPUtime=0
/proc/32746/task/32754/stat : 32754 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677028904 832241664 28073 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 860300

[startup+12.7021 s]
/proc/loadavg: 3.14 2.53 2.23 3/90 32754
/proc/meminfo: memFree=1431756/2055920 swapFree=4146768/4192956
[pid=32732] ppid=32730 vsize=47564 CPUtime=0.01
/proc/32732/stat : 32732 (galacE.sh) S 32730 32732 30139 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677028896 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32732/statm: 11891 365 246 79 0 219 0
[pid=32746] ppid=32732 vsize=812736 CPUtime=12.57
/proc/32746/stat : 32746 (java) S 32732 32732 30139 0 -1 0 60842 0 1 0 1227 30 0 0 18 0 9 0 677028900 832241664 60037 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32746/statm: 203184 60037 2593 9 0 197165 0
[pid=32746/tid=32747] ppid=32732 vsize=812736 CPUtime=11.06
/proc/32746/task/32747/stat : 32747 (java) R 32732 32732 30139 0 -1 64 14625 0 1 0 1099 7 0 0 25 0 9 0 677028901 832241664 60037 996147200 134512640 134550740 4294955600 18446744073709551615 104454738 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32748] ppid=32732 vsize=812736 CPUtime=1.31
/proc/32746/task/32748/stat : 32748 (java) S 32732 32732 30139 0 -1 64 44735 0 0 0 111 20 0 0 19 0 9 0 677028902 832241664 60037 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32749] ppid=32732 vsize=812736 CPUtime=0
/proc/32746/task/32749/stat : 32749 (java) S 32732 32732 30139 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677028902 832241664 60037 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32750] ppid=32732 vsize=812736 CPUtime=0
/proc/32746/task/32750/stat : 32750 (java) S 32732 32732 30139 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677028902 832241664 60037 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32751] ppid=32732 vsize=812736 CPUtime=0
/proc/32746/task/32751/stat : 32751 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 677028904 832241664 60037 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32752] ppid=32732 vsize=812736 CPUtime=0.15
/proc/32746/task/32752/stat : 32752 (java) S 32732 32732 30139 0 -1 64 782 0 0 0 15 0 0 0 17 0 9 0 677028904 832241664 60037 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32753] ppid=32732 vsize=812736 CPUtime=0
/proc/32746/task/32753/stat : 32753 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 677028904 832241664 60037 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32754] ppid=32732 vsize=812736 CPUtime=0
/proc/32746/task/32754/stat : 32754 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677028904 832241664 60037 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 860300

[startup+25.5014 s]
/proc/loadavg: 3.04 2.54 2.24 4/90 32754
/proc/meminfo: memFree=1214476/2055920 swapFree=4146768/4192956
[pid=32732] ppid=32730 vsize=47564 CPUtime=0.01
/proc/32732/stat : 32732 (galacE.sh) S 32730 32732 30139 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677028896 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32732/statm: 11891 365 246 79 0 219 0
[pid=32746] ppid=32732 vsize=813988 CPUtime=25.3
/proc/32746/stat : 32746 (java) S 32732 32732 30139 0 -1 0 104624 0 1 0 2478 52 0 0 18 0 9 0 677028900 833523712 103815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32746/statm: 203497 103815 2593 9 0 197478 0
[pid=32746/tid=32747] ppid=32732 vsize=813988 CPUtime=22.86
/proc/32746/task/32747/stat : 32747 (java) R 32732 32732 30139 0 -1 64 14932 0 1 0 2278 8 0 0 25 0 9 0 677028901 833523712 103815 996147200 134512640 134550740 4294955600 18446744073709551615 4126787329 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32748] ppid=32732 vsize=813988 CPUtime=2.26
/proc/32746/task/32748/stat : 32748 (java) S 32732 32732 30139 0 -1 64 88209 0 0 0 184 42 0 0 18 0 9 0 677028902 833523712 103815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32749] ppid=32732 vsize=813988 CPUtime=0
/proc/32746/task/32749/stat : 32749 (java) S 32732 32732 30139 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677028902 833523712 103815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32750] ppid=32732 vsize=813988 CPUtime=0
/proc/32746/task/32750/stat : 32750 (java) S 32732 32732 30139 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677028902 833523712 103815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32751] ppid=32732 vsize=813988 CPUtime=0
/proc/32746/task/32751/stat : 32751 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 677028904 833523712 103815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32752] ppid=32732 vsize=813988 CPUtime=0.15
/proc/32746/task/32752/stat : 32752 (java) S 32732 32732 30139 0 -1 64 783 0 0 0 15 0 0 0 17 0 9 0 677028904 833523712 103815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32753] ppid=32732 vsize=813988 CPUtime=0
/proc/32746/task/32753/stat : 32753 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 677028904 833523712 103815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32754] ppid=32732 vsize=813988 CPUtime=0
/proc/32746/task/32754/stat : 32754 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677028904 833523712 103815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 861552

[startup+51.1011 s]
/proc/loadavg: 2.75 2.51 2.24 3/90 32754
/proc/meminfo: memFree=990604/2055920 swapFree=4146768/4192956
[pid=32732] ppid=32730 vsize=47564 CPUtime=0.01

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

[pid=32746/tid=32747] ppid=32732 vsize=816776 CPUtime=77.53
/proc/32746/task/32747/stat : 32747 (java) S 32732 32732 30139 0 -1 64 15482 0 1 0 7745 8 0 0 25 0 9 0 677028901 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32748] ppid=32732 vsize=816776 CPUtime=11.26
/proc/32746/task/32748/stat : 32748 (java) R 32732 32732 30139 0 -1 64 172441 0 0 0 1041 85 0 0 24 0 9 0 677028902 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 104180127 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32749] ppid=32732 vsize=816776 CPUtime=0
/proc/32746/task/32749/stat : 32749 (java) S 32732 32732 30139 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677028902 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32750] ppid=32732 vsize=816776 CPUtime=0
/proc/32746/task/32750/stat : 32750 (java) S 32732 32732 30139 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677028902 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32751] ppid=32732 vsize=816776 CPUtime=0
/proc/32746/task/32751/stat : 32751 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 677028904 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32752] ppid=32732 vsize=816776 CPUtime=0.15
/proc/32746/task/32752/stat : 32752 (java) S 32732 32732 30139 0 -1 64 783 0 0 0 15 0 0 0 17 0 9 0 677028904 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32753] ppid=32732 vsize=816776 CPUtime=0
/proc/32746/task/32753/stat : 32753 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 677028904 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32754] ppid=32732 vsize=816776 CPUtime=0
/proc/32746/task/32754/stat : 32754 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677028904 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 88.99
Current children cumulated vsize (KiB) 864340

[startup+95.9018 s]
/proc/loadavg: 2.35 2.44 2.22 3/90 32755
/proc/meminfo: memFree=879692/2055920 swapFree=4146768/4192956
[pid=32732] ppid=32730 vsize=47564 CPUtime=0.01
/proc/32732/stat : 32732 (galacE.sh) S 32730 32732 30139 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677028896 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32732/statm: 11891 365 246 79 0 219 0
[pid=32746] ppid=32732 vsize=816776 CPUtime=95.37
/proc/32746/stat : 32746 (java) S 32732 32732 30139 0 -1 0 193103 0 1 0 9439 98 0 0 18 0 9 0 677028900 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32746/statm: 204194 185886 2593 9 0 198175 0
[pid=32746/tid=32747] ppid=32732 vsize=816776 CPUtime=78.15
/proc/32746/task/32747/stat : 32747 (java) S 32732 32732 30139 0 -1 64 15484 0 1 0 7807 8 0 0 22 0 9 0 677028901 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32748] ppid=32732 vsize=816776 CPUtime=17.02
/proc/32746/task/32748/stat : 32748 (java) R 32732 32732 30139 0 -1 64 176136 0 0 0 1615 87 0 0 25 0 9 0 677028902 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 102731989 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32749] ppid=32732 vsize=816776 CPUtime=0
/proc/32746/task/32749/stat : 32749 (java) S 32732 32732 30139 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677028902 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32750] ppid=32732 vsize=816776 CPUtime=0
/proc/32746/task/32750/stat : 32750 (java) S 32732 32732 30139 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677028902 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32751] ppid=32732 vsize=816776 CPUtime=0
/proc/32746/task/32751/stat : 32751 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 677028904 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32752] ppid=32732 vsize=816776 CPUtime=0.15
/proc/32746/task/32752/stat : 32752 (java) S 32732 32732 30139 0 -1 64 783 0 0 0 15 0 0 0 17 0 9 0 677028904 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32753] ppid=32732 vsize=816776 CPUtime=0
/proc/32746/task/32753/stat : 32753 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 677028904 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32754] ppid=32732 vsize=816776 CPUtime=0
/proc/32746/task/32754/stat : 32754 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677028904 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 95.38
Current children cumulated vsize (KiB) 864340

[startup+97.503 s]
/proc/loadavg: 2.35 2.44 2.22 4/90 32755
/proc/meminfo: memFree=879628/2055920 swapFree=4146768/4192956
[pid=32732] ppid=32730 vsize=47564 CPUtime=0.01
/proc/32732/stat : 32732 (galacE.sh) S 32730 32732 30139 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677028896 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32732/statm: 11891 365 246 79 0 219 0
[pid=32746] ppid=32732 vsize=816776 CPUtime=96.96
/proc/32746/stat : 32746 (java) S 32732 32732 30139 0 -1 0 195060 0 1 0 9597 99 0 0 18 0 9 0 677028900 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32746/statm: 204194 185886 2593 9 0 198175 0
[pid=32746/tid=32747] ppid=32732 vsize=816776 CPUtime=78.15
/proc/32746/task/32747/stat : 32747 (java) S 32732 32732 30139 0 -1 64 15484 0 1 0 7807 8 0 0 16 0 9 0 677028901 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32748] ppid=32732 vsize=816776 CPUtime=18.61
/proc/32746/task/32748/stat : 32748 (java) R 32732 32732 30139 0 -1 64 178093 0 0 0 1773 88 0 0 25 0 9 0 677028902 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32749] ppid=32732 vsize=816776 CPUtime=0
/proc/32746/task/32749/stat : 32749 (java) S 32732 32732 30139 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677028902 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32750] ppid=32732 vsize=816776 CPUtime=0
/proc/32746/task/32750/stat : 32750 (java) S 32732 32732 30139 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677028902 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32751] ppid=32732 vsize=816776 CPUtime=0
/proc/32746/task/32751/stat : 32751 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 677028904 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32752] ppid=32732 vsize=816776 CPUtime=0.15
/proc/32746/task/32752/stat : 32752 (java) S 32732 32732 30139 0 -1 64 783 0 0 0 15 0 0 0 17 0 9 0 677028904 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32753] ppid=32732 vsize=816776 CPUtime=0
/proc/32746/task/32753/stat : 32753 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 677028904 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32754] ppid=32732 vsize=816776 CPUtime=0
/proc/32746/task/32754/stat : 32754 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677028904 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 96.97
Current children cumulated vsize (KiB) 864340

[startup+99.1021 s]
/proc/loadavg: 2.32 2.43 2.22 3/90 32755
/proc/meminfo: memFree=879564/2055920 swapFree=4146768/4192956
[pid=32732] ppid=32730 vsize=47564 CPUtime=0.01
/proc/32732/stat : 32732 (galacE.sh) S 32730 32732 30139 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677028896 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32732/statm: 11891 365 246 79 0 219 0
[pid=32746] ppid=32732 vsize=816776 CPUtime=98.55
/proc/32746/stat : 32746 (java) S 32732 32732 30139 0 -1 0 197017 0 1 0 9755 100 0 0 18 0 9 0 677028900 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32746/statm: 204194 185886 2593 9 0 198175 0
[pid=32746/tid=32747] ppid=32732 vsize=816776 CPUtime=78.15
/proc/32746/task/32747/stat : 32747 (java) S 32732 32732 30139 0 -1 64 15484 0 1 0 7807 8 0 0 16 0 9 0 677028901 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32748] ppid=32732 vsize=816776 CPUtime=20.2
/proc/32746/task/32748/stat : 32748 (java) R 32732 32732 30139 0 -1 64 180050 0 0 0 1931 89 0 0 25 0 9 0 677028902 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 104180256 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32749] ppid=32732 vsize=816776 CPUtime=0
/proc/32746/task/32749/stat : 32749 (java) S 32732 32732 30139 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677028902 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32750] ppid=32732 vsize=816776 CPUtime=0
/proc/32746/task/32750/stat : 32750 (java) S 32732 32732 30139 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677028902 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32751] ppid=32732 vsize=816776 CPUtime=0
/proc/32746/task/32751/stat : 32751 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 677028904 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32752] ppid=32732 vsize=816776 CPUtime=0.15
/proc/32746/task/32752/stat : 32752 (java) S 32732 32732 30139 0 -1 64 783 0 0 0 15 0 0 0 17 0 9 0 677028904 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32753] ppid=32732 vsize=816776 CPUtime=0
/proc/32746/task/32753/stat : 32753 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 677028904 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32754] ppid=32732 vsize=816776 CPUtime=0
/proc/32746/task/32754/stat : 32754 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677028904 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 98.56
Current children cumulated vsize (KiB) 864340

[startup+99.9022 s]
/proc/loadavg: 2.32 2.43 2.22 3/90 32755
/proc/meminfo: memFree=879564/2055920 swapFree=4146768/4192956
[pid=32732] ppid=32730 vsize=47564 CPUtime=0.01
/proc/32732/stat : 32732 (galacE.sh) S 32730 32732 30139 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677028896 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32732/statm: 11891 365 246 79 0 219 0
[pid=32746] ppid=32732 vsize=816776 CPUtime=99.35
/proc/32746/stat : 32746 (java) S 32732 32732 30139 0 -1 0 197017 0 1 0 9835 100 0 0 18 0 9 0 677028900 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32746/statm: 204194 185886 2593 9 0 198175 0
[pid=32746/tid=32747] ppid=32732 vsize=816776 CPUtime=78.15
/proc/32746/task/32747/stat : 32747 (java) S 32732 32732 30139 0 -1 64 15484 0 1 0 7807 8 0 0 16 0 9 0 677028901 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32748] ppid=32732 vsize=816776 CPUtime=20.99
/proc/32746/task/32748/stat : 32748 (java) R 32732 32732 30139 0 -1 64 180050 0 0 0 2010 89 0 0 25 0 9 0 677028902 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 104456976 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32749] ppid=32732 vsize=816776 CPUtime=0
/proc/32746/task/32749/stat : 32749 (java) S 32732 32732 30139 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677028902 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32750] ppid=32732 vsize=816776 CPUtime=0
/proc/32746/task/32750/stat : 32750 (java) S 32732 32732 30139 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677028902 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32751] ppid=32732 vsize=816776 CPUtime=0
/proc/32746/task/32751/stat : 32751 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 677028904 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32752] ppid=32732 vsize=816776 CPUtime=0.15
/proc/32746/task/32752/stat : 32752 (java) S 32732 32732 30139 0 -1 64 783 0 0 0 15 0 0 0 17 0 9 0 677028904 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32753] ppid=32732 vsize=816776 CPUtime=0
/proc/32746/task/32753/stat : 32753 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 677028904 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32754] ppid=32732 vsize=816776 CPUtime=0
/proc/32746/task/32754/stat : 32754 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677028904 836378624 185886 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.36
Current children cumulated vsize (KiB) 864340

[startup+100.302 s]
/proc/loadavg: 2.32 2.43 2.22 3/90 32755
/proc/meminfo: memFree=879500/2055920 swapFree=4146768/4192956
[pid=32732] ppid=32730 vsize=47564 CPUtime=0.01
/proc/32732/stat : 32732 (galacE.sh) S 32730 32732 30139 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677028896 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32732/statm: 11891 365 246 79 0 219 0
[pid=32746] ppid=32732 vsize=812772 CPUtime=99.74
/proc/32746/stat : 32746 (java) S 32732 32732 30139 0 -1 0 197021 0 1 0 9874 100 0 0 18 0 9 0 677028900 832278528 184887 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32746/statm: 203193 184887 2593 9 0 197174 0
[pid=32746/tid=32747] ppid=32732 vsize=812772 CPUtime=78.15
/proc/32746/task/32747/stat : 32747 (java) S 32732 32732 30139 0 -1 64 15488 0 1 0 7807 8 0 0 17 0 9 0 677028901 832278528 184887 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32748] ppid=32732 vsize=812772 CPUtime=21.39
/proc/32746/task/32748/stat : 32748 (java) R 32732 32732 30139 0 -1 64 180050 0 0 0 2050 89 0 0 25 0 9 0 677028902 832278528 184887 996147200 134512640 134550740 4294955600 18446744073709551615 104181589 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32749] ppid=32732 vsize=812772 CPUtime=0
/proc/32746/task/32749/stat : 32749 (java) S 32732 32732 30139 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677028902 832278528 184887 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32750] ppid=32732 vsize=812772 CPUtime=0
/proc/32746/task/32750/stat : 32750 (java) S 32732 32732 30139 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677028902 832278528 184887 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32751] ppid=32732 vsize=812772 CPUtime=0
/proc/32746/task/32751/stat : 32751 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 677028904 832278528 184887 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32752] ppid=32732 vsize=812772 CPUtime=0.15
/proc/32746/task/32752/stat : 32752 (java) S 32732 32732 30139 0 -1 64 783 0 0 0 15 0 0 0 17 0 9 0 677028904 832278528 184887 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32753] ppid=32732 vsize=812772 CPUtime=0
/proc/32746/task/32753/stat : 32753 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 677028904 832278528 184887 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32746/tid=32754] ppid=32732 vsize=812772 CPUtime=0
/proc/32746/task/32754/stat : 32754 (java) S 32732 32732 30139 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677028904 832278528 184887 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.75
Current children cumulated vsize (KiB) 860336

[startup+100.402 s]
/proc/loadavg: 2.32 2.43 2.22 3/90 32755
/proc/meminfo: memFree=879500/2055920 swapFree=4146768/4192956
[pid=32732] ppid=32730 vsize=47564 CPUtime=0.01
/proc/32732/stat : 32732 (galacE.sh) S 32730 32732 30139 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677028896 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32732/statm: 11891 365 246 79 0 219 0
[pid=32746] ppid=32732 vsize=0 CPUtime=99.83
/proc/32746/stat : 32746 (java) Z 32732 32732 30139 0 -1 12 197034 0 1 0 9878 105 0 0 16 0 2 0 677028900 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32746/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 99.84
Current children cumulated vsize (KiB) 47564

Child status: 0
Real time (s): 100.458
CPU time (s): 99.9318
CPU user time (s): 98.797
CPU system time (s): 1.13483
CPU usage (%): 99.4766
Max. virtual memory (cumulated for all children) (KiB): 866344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 98.797
system time used= 1.13483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199519
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= 2929
involuntary context switches= 2066

runsolver used 0.203968 second user time and 0.496924 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-05 01:10:23
IDJOB=1080458
IDBENCH=56983
IDSOLVER=351
FILE ID=node90/1080458-1215213020
PBS_JOBID= 7881652
Free space on /tmp= 66548 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/radar-8-24-3-2/normalized-radar-8-24-3-2-32.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1080458-1215213020/watcher-1080458-1215213020 -o /tmp/evaluation-result-1080458-1215213020/solver-1080458-1215213020 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1080458-1215213020.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c9c6f341263973f32f04d798bb112060
RANDOM SEED=149556028

node90.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:       1620156 kB
Buffers:         53580 kB
Cached:         169408 kB
SwapCached:      37656 kB
Active:         309900 kB
Inactive:        66464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1620156 kB
SwapTotal:     4192956 kB
SwapFree:      4146768 kB
Dirty:            3508 kB
Writeback:           0 kB
Mapped:         157016 kB
Slab:            43796 kB
Committed_AS:  1052576 kB
PageTables:       2552 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= 66548 MiB
End job on node90 at 2008-07-05 01:12:04