Trace number 1057700

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) 73.6348 74.6723

General information on the benchmark

Namecsp/radar-9-28-4-2/
normalized-radar-9-28-4-2-27.xml
MD5SUM28c5e74e1c47f93a9b493640304d4b85
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 benchmark0.065989
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints81
Maximum constraint arity22
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension81
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.31	c --- Preproc Stats ---
73.45/74.53	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
73.45/74.53		at tuples.IP4BigConstraints.createTuples(IP4BigConstraints.java:48)
73.45/74.53		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:167)
73.45/74.53		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
73.45/74.53		at base.Problem.endConstraint(Problem.java:510)
73.45/74.53		at sat4j.Constraint.endElement(Constraint.java:37)
73.45/74.53		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
73.45/74.53		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
73.45/74.53		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
73.45/74.53		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
73.45/74.53		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
73.45/74.53		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
73.45/74.53		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
73.45/74.53		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
73.45/74.53		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
73.45/74.53		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
73.45/74.53		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
73.45/74.53		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
73.45/74.53		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
73.45/74.53		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-1057700-1215111442/watcher-1057700-1215111442 -o /tmp/evaluation-result-1057700-1215111442/solver-1057700-1215111442 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1057700-1215111442.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.50 2.51 2.18 4/83 5132
/proc/meminfo: memFree=1224744/2055920 swapFree=4179840/4192956
[pid=5132] ppid=5130 vsize=18572 CPUtime=0
/proc/5132/stat : 5132 (runsolver) D 5130 5132 4307 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 632333458 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 245482712359 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/5132/statm: 4643 292 257 25 0 2626 0

[startup+0.083551 s]
/proc/loadavg: 2.50 2.51 2.18 4/83 5132
/proc/meminfo: memFree=1224744/2055920 swapFree=4179840/4192956
[pid=5132] ppid=5130 vsize=8652 CPUtime=0
/proc/5132/stat : 5132 (galacE.sh) S 5130 5132 4307 0 -1 4194304 342 0 4 0 0 0 0 0 17 0 1 0 632333458 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5132/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.101546 s]
/proc/loadavg: 2.50 2.51 2.18 4/83 5132
/proc/meminfo: memFree=1224744/2055920 swapFree=4179840/4192956
[pid=5132] ppid=5130 vsize=8652 CPUtime=0
/proc/5132/stat : 5132 (galacE.sh) S 5130 5132 4307 0 -1 4194304 342 0 4 0 0 0 0 0 17 0 1 0 632333458 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5132/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.301572 s]
/proc/loadavg: 2.50 2.51 2.18 4/83 5132
/proc/meminfo: memFree=1224744/2055920 swapFree=4179840/4192956
[pid=5132] ppid=5130 vsize=47572 CPUtime=0.01
/proc/5132/stat : 5132 (galacE.sh) D 5130 5132 4307 0 -1 4194304 745 1696 5 1 0 0 1 0 18 0 1 0 632333458 48713728 361 996147200 4194304 4520092 548682068832 18446744073709551615 245482696990 0 2 4096 73728 18446744071563608240 0 0 17 1 0 0
/proc/5132/statm: 11893 361 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.70162 s]
/proc/loadavg: 2.50 2.51 2.18 4/83 5132
/proc/meminfo: memFree=1224744/2055920 swapFree=4179840/4192956
[pid=5132] ppid=5130 vsize=47576 CPUtime=0.01
/proc/5132/stat : 5132 (galacE.sh) S 5130 5132 4307 0 -1 4194304 760 1696 5 1 0 0 1 0 18 0 1 0 632333458 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5132/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.50169 s]
/proc/loadavg: 2.50 2.51 2.18 3/93 5154
/proc/meminfo: memFree=1195736/2055920 swapFree=4179840/4192956
[pid=5132] ppid=5130 vsize=47576 CPUtime=0.01
/proc/5132/stat : 5132 (galacE.sh) S 5130 5132 4307 0 -1 4194304 760 1696 5 1 0 0 1 0 18 0 1 0 632333458 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5132/statm: 11894 364 245 79 0 219 0
[pid=5146] ppid=5132 vsize=812708 CPUtime=1.16
/proc/5146/stat : 5146 (java) S 5132 5132 4307 0 -1 0 12210 0 1 0 107 9 0 0 19 0 9 0 632333490 832212992 11618 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5146/statm: 203177 11618 1917 9 0 197158 0
[pid=5146/tid=5147] ppid=5132 vsize=812708 CPUtime=0.98
/proc/5146/task/5147/stat : 5147 (java) R 5132 5132 4307 0 -1 64 10719 0 1 0 91 7 0 0 22 0 9 0 632333491 832212992 11618 996147200 134512640 134550740 4294955616 18446744073709551615 4126791472 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5148] ppid=5132 vsize=812708 CPUtime=0
/proc/5146/task/5148/stat : 5148 (java) S 5132 5132 4307 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 632333492 832212992 11618 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5149] ppid=5132 vsize=812708 CPUtime=0
/proc/5146/task/5149/stat : 5149 (java) S 5132 5132 4307 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 632333492 832212992 11618 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5150] ppid=5132 vsize=812708 CPUtime=0
/proc/5146/task/5150/stat : 5150 (java) S 5132 5132 4307 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 632333492 832212992 11618 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5151] ppid=5132 vsize=812708 CPUtime=0
/proc/5146/task/5151/stat : 5151 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 632333495 832212992 11618 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5152] ppid=5132 vsize=812708 CPUtime=0.16
/proc/5146/task/5152/stat : 5152 (java) S 5132 5132 4307 0 -1 64 788 0 0 0 16 0 0 0 16 0 9 0 632333495 832212992 11618 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5153] ppid=5132 vsize=812708 CPUtime=0
/proc/5146/task/5153/stat : 5153 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 632333495 832212992 11618 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5154] ppid=5132 vsize=812708 CPUtime=0
/proc/5146/task/5154/stat : 5154 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 632333495 832212992 11618 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 860284

[startup+3.10286 s]
/proc/loadavg: 2.50 2.51 2.18 4/93 5154
/proc/meminfo: memFree=1180760/2055920 swapFree=4179840/4192956
[pid=5132] ppid=5130 vsize=47576 CPUtime=0.01
/proc/5132/stat : 5132 (galacE.sh) S 5130 5132 4307 0 -1 4194304 760 1696 5 1 0 0 1 0 18 0 1 0 632333458 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5132/statm: 11894 364 245 79 0 219 0
[pid=5146] ppid=5132 vsize=812708 CPUtime=2.75
/proc/5146/stat : 5146 (java) S 5132 5132 4307 0 -1 0 22825 0 1 0 261 14 0 0 19 0 9 0 632333490 832212992 22232 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5146/statm: 203177 22232 1928 9 0 197158 0
[pid=5146/tid=5147] ppid=5132 vsize=812708 CPUtime=2.46
/proc/5146/task/5147/stat : 5147 (java) R 5132 5132 4307 0 -1 64 14588 0 1 0 237 9 0 0 25 0 9 0 632333491 832212992 22232 996147200 134512640 134550740 4294955616 18446744073709551615 4126792695 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5148] ppid=5132 vsize=812708 CPUtime=0.1
/proc/5146/task/5148/stat : 5148 (java) S 5132 5132 4307 0 -1 64 6748 0 0 0 7 3 0 0 17 0 9 0 632333492 832212992 22232 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5149] ppid=5132 vsize=812708 CPUtime=0
/proc/5146/task/5149/stat : 5149 (java) S 5132 5132 4307 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 632333492 832212992 22232 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5150] ppid=5132 vsize=812708 CPUtime=0
/proc/5146/task/5150/stat : 5150 (java) S 5132 5132 4307 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 632333492 832212992 22232 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5151] ppid=5132 vsize=812708 CPUtime=0
/proc/5146/task/5151/stat : 5151 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 632333495 832212992 22232 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5152] ppid=5132 vsize=812708 CPUtime=0.16
/proc/5146/task/5152/stat : 5152 (java) S 5132 5132 4307 0 -1 64 789 0 0 0 16 0 0 0 16 0 9 0 632333495 832212992 22232 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5153] ppid=5132 vsize=812708 CPUtime=0
/proc/5146/task/5153/stat : 5153 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 632333495 832212992 22232 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5154] ppid=5132 vsize=812708 CPUtime=0
/proc/5146/task/5154/stat : 5154 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 632333495 832212992 22232 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 860284

[startup+6.30221 s]
/proc/loadavg: 2.54 2.52 2.18 3/93 5154
/proc/meminfo: memFree=1143128/2055920 swapFree=4179840/4192956
[pid=5132] ppid=5130 vsize=47576 CPUtime=0.01
/proc/5132/stat : 5132 (galacE.sh) S 5130 5132 4307 0 -1 4194304 760 1696 5 1 0 0 1 0 18 0 1 0 632333458 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5132/statm: 11894 364 245 79 0 219 0
[pid=5146] ppid=5132 vsize=812708 CPUtime=5.91
/proc/5146/stat : 5146 (java) S 5132 5132 4307 0 -1 0 33963 0 1 0 570 21 0 0 19 0 9 0 632333490 832212992 33369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5146/statm: 203177 33369 1928 9 0 197158 0
[pid=5146/tid=5147] ppid=5132 vsize=812708 CPUtime=5.31
/proc/5146/task/5147/stat : 5147 (java) R 5132 5132 4307 0 -1 64 14590 0 1 0 521 10 0 0 25 0 9 0 632333491 832212992 33369 996147200 134512640 134550740 4294955616 18446744073709551615 104454738 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5148] ppid=5132 vsize=812708 CPUtime=0.42
/proc/5146/task/5148/stat : 5148 (java) S 5132 5132 4307 0 -1 64 17884 0 0 0 32 10 0 0 18 0 9 0 632333492 832212992 33369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5149] ppid=5132 vsize=812708 CPUtime=0
/proc/5146/task/5149/stat : 5149 (java) S 5132 5132 4307 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 632333492 832212992 33369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5150] ppid=5132 vsize=812708 CPUtime=0
/proc/5146/task/5150/stat : 5150 (java) S 5132 5132 4307 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 632333492 832212992 33369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5151] ppid=5132 vsize=812708 CPUtime=0
/proc/5146/task/5151/stat : 5151 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 632333495 832212992 33369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5152] ppid=5132 vsize=812708 CPUtime=0.16
/proc/5146/task/5152/stat : 5152 (java) S 5132 5132 4307 0 -1 64 789 0 0 0 16 0 0 0 16 0 9 0 632333495 832212992 33369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5153] ppid=5132 vsize=812708 CPUtime=0
/proc/5146/task/5153/stat : 5153 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 632333495 832212992 33369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5154] ppid=5132 vsize=812708 CPUtime=0
/proc/5146/task/5154/stat : 5154 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 632333495 832212992 33369 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 860284

[startup+12.7028 s]
/proc/loadavg: 2.50 2.51 2.18 3/93 5154
/proc/meminfo: memFree=968664/2055920 swapFree=4179840/4192956
[pid=5132] ppid=5130 vsize=47576 CPUtime=0.01
/proc/5132/stat : 5132 (galacE.sh) S 5130 5132 4307 0 -1 4194304 760 1696 5 1 0 0 1 0 18 0 1 0 632333458 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5132/statm: 11894 364 245 79 0 219 0
[pid=5146] ppid=5132 vsize=812824 CPUtime=12.25
/proc/5146/stat : 5146 (java) S 5132 5132 4307 0 -1 0 67103 0 1 0 1184 41 0 0 19 0 9 0 632333490 832331776 66506 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5146/statm: 203206 66506 1928 9 0 197187 0
[pid=5146/tid=5147] ppid=5132 vsize=812824 CPUtime=10.79
/proc/5146/task/5147/stat : 5147 (java) R 5132 5132 4307 0 -1 64 14616 0 1 0 1069 10 0 0 25 0 9 0 632333491 832331776 66506 996147200 134512640 134550740 4294955616 18446744073709551615 4126794167 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5148] ppid=5132 vsize=812824 CPUtime=1.27
/proc/5146/task/5148/stat : 5148 (java) S 5132 5132 4307 0 -1 64 50998 0 0 0 98 29 0 0 18 0 9 0 632333492 832331776 66506 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5149] ppid=5132 vsize=812824 CPUtime=0
/proc/5146/task/5149/stat : 5149 (java) S 5132 5132 4307 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 632333492 832331776 66506 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5150] ppid=5132 vsize=812824 CPUtime=0
/proc/5146/task/5150/stat : 5150 (java) S 5132 5132 4307 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 632333492 832331776 66506 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5151] ppid=5132 vsize=812824 CPUtime=0
/proc/5146/task/5151/stat : 5151 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 632333495 832331776 66506 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5152] ppid=5132 vsize=812824 CPUtime=0.16
/proc/5146/task/5152/stat : 5152 (java) S 5132 5132 4307 0 -1 64 789 0 0 0 16 0 0 0 16 0 9 0 632333495 832331776 66506 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5153] ppid=5132 vsize=812824 CPUtime=0
/proc/5146/task/5153/stat : 5153 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 632333495 832331776 66506 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5154] ppid=5132 vsize=812824 CPUtime=0
/proc/5146/task/5154/stat : 5154 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 632333495 832331776 66506 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 860400

[startup+25.5021 s]
/proc/loadavg: 2.39 2.49 2.18 3/93 5154
/proc/meminfo: memFree=747480/2055920 swapFree=4179840/4192956
[pid=5132] ppid=5130 vsize=47576 CPUtime=0.01
/proc/5132/stat : 5132 (galacE.sh) S 5130 5132 4307 0 -1 4194304 760 1696 5 1 0 0 1 0 18 0 1 0 632333458 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5132/statm: 11894 364 245 79 0 219 0
[pid=5146] ppid=5132 vsize=812984 CPUtime=24.93
/proc/5146/stat : 5146 (java) S 5132 5132 4307 0 -1 0 122321 0 1 0 2415 78 0 0 19 0 9 0 632333490 832495616 121718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5146/statm: 203246 121718 1930 9 0 197227 0
[pid=5146/tid=5147] ppid=5132 vsize=812984 CPUtime=21.93
/proc/5146/task/5147/stat : 5147 (java) R 5132 5132 4307 0 -1 64 14638 0 1 0 2183 10 0 0 25 0 9 0 632333491 832495616 121718 996147200 134512640 134550740 4294955616 18446744073709551615 4126791472 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5148] ppid=5132 vsize=812984 CPUtime=2.81
/proc/5146/task/5148/stat : 5148 (java) S 5132 5132 4307 0 -1 64 106191 0 0 0 215 66 0 0 16 0 9 0 632333492 832495616 121718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5149] ppid=5132 vsize=812984 CPUtime=0
/proc/5146/task/5149/stat : 5149 (java) S 5132 5132 4307 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 632333492 832495616 121718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5150] ppid=5132 vsize=812984 CPUtime=0
/proc/5146/task/5150/stat : 5150 (java) S 5132 5132 4307 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 632333492 832495616 121718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5151] ppid=5132 vsize=812984 CPUtime=0
/proc/5146/task/5151/stat : 5151 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 632333495 832495616 121718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5152] ppid=5132 vsize=812984 CPUtime=0.16
/proc/5146/task/5152/stat : 5152 (java) S 5132 5132 4307 0 -1 64 792 0 0 0 16 0 0 0 16 0 9 0 632333495 832495616 121718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5153] ppid=5132 vsize=812984 CPUtime=0
/proc/5146/task/5153/stat : 5153 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 632333495 832495616 121718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5154] ppid=5132 vsize=812984 CPUtime=0
/proc/5146/task/5154/stat : 5154 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 632333495 832495616 121718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 860560

[startup+51.1027 s]
/proc/loadavg: 2.40 2.48 2.18 4/93 5154
/proc/meminfo: memFree=529368/2055920 swapFree=4179840/4192956
[pid=5132] ppid=5130 vsize=47576 CPUtime=0.01

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

[pid=5146/tid=5147] ppid=5132 vsize=833436 CPUtime=45.59
/proc/5146/task/5147/stat : 5147 (java) S 5132 5132 4307 0 -1 64 15672 0 1 0 4548 11 0 0 17 0 9 0 632333491 853438464 190037 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5148] ppid=5132 vsize=833436 CPUtime=17.16
/proc/5146/task/5148/stat : 5148 (java) R 5132 5132 4307 0 -1 64 195448 0 0 0 1596 120 0 0 25 0 9 0 632333492 853438464 190037 996147200 134512640 134550740 4294955616 18446744073709551615 104182539 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5149] ppid=5132 vsize=833436 CPUtime=0
/proc/5146/task/5149/stat : 5149 (java) S 5132 5132 4307 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 632333492 853438464 190037 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5150] ppid=5132 vsize=833436 CPUtime=0
/proc/5146/task/5150/stat : 5150 (java) S 5132 5132 4307 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 632333492 853438464 190037 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5151] ppid=5132 vsize=833436 CPUtime=0
/proc/5146/task/5151/stat : 5151 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 632333495 853438464 190037 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5152] ppid=5132 vsize=833436 CPUtime=0.16
/proc/5146/task/5152/stat : 5152 (java) S 5132 5132 4307 0 -1 64 793 0 0 0 16 0 0 0 16 0 9 0 632333495 853438464 190037 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5153] ppid=5132 vsize=833436 CPUtime=0
/proc/5146/task/5153/stat : 5153 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 632333495 853438464 190037 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5154] ppid=5132 vsize=833436 CPUtime=0
/proc/5146/task/5154/stat : 5154 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 632333495 853438464 190037 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 62.95
Current children cumulated vsize (KiB) 881012

[startup+70.3017 s]
/proc/loadavg: 2.28 2.45 2.18 3/93 5154
/proc/meminfo: memFree=474520/2055920 swapFree=4179840/4192956
[pid=5132] ppid=5130 vsize=47576 CPUtime=0.01
/proc/5132/stat : 5132 (galacE.sh) S 5130 5132 4307 0 -1 4194304 760 1696 5 1 0 0 1 0 18 0 1 0 632333458 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5132/statm: 11894 364 245 79 0 219 0
[pid=5146] ppid=5132 vsize=835100 CPUtime=69.28
/proc/5146/stat : 5146 (java) S 5132 5132 4307 0 -1 0 228959 0 1 0 6784 144 0 0 19 0 9 0 632333490 855142400 190447 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5146/statm: 208775 190447 2592 9 0 202756 0
[pid=5146/tid=5147] ppid=5132 vsize=835100 CPUtime=45.68
/proc/5146/task/5147/stat : 5147 (java) S 5132 5132 4307 0 -1 64 16020 0 1 0 4557 11 0 0 17 0 9 0 632333491 855142400 190447 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5148] ppid=5132 vsize=835100 CPUtime=23.42
/proc/5146/task/5148/stat : 5148 (java) R 5132 5132 4307 0 -1 64 211446 0 0 0 2211 131 0 0 25 0 9 0 632333492 855142400 190447 996147200 134512640 134550740 4294955616 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5149] ppid=5132 vsize=835100 CPUtime=0
/proc/5146/task/5149/stat : 5149 (java) S 5132 5132 4307 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 632333492 855142400 190447 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5150] ppid=5132 vsize=835100 CPUtime=0
/proc/5146/task/5150/stat : 5150 (java) S 5132 5132 4307 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 632333492 855142400 190447 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5151] ppid=5132 vsize=835100 CPUtime=0
/proc/5146/task/5151/stat : 5151 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 632333495 855142400 190447 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5152] ppid=5132 vsize=835100 CPUtime=0.16
/proc/5146/task/5152/stat : 5152 (java) S 5132 5132 4307 0 -1 64 793 0 0 0 16 0 0 0 16 0 9 0 632333495 855142400 190447 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5153] ppid=5132 vsize=835100 CPUtime=0
/proc/5146/task/5153/stat : 5153 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 632333495 855142400 190447 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5154] ppid=5132 vsize=835100 CPUtime=0
/proc/5146/task/5154/stat : 5154 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 632333495 855142400 190447 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 69.29
Current children cumulated vsize (KiB) 882676

[startup+71.9029 s]
/proc/loadavg: 2.28 2.45 2.18 3/93 5154
/proc/meminfo: memFree=482520/2055920 swapFree=4179840/4192956
[pid=5132] ppid=5130 vsize=47576 CPUtime=0.01
/proc/5132/stat : 5132 (galacE.sh) S 5130 5132 4307 0 -1 4194304 760 1696 5 1 0 0 1 0 18 0 1 0 632333458 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5132/statm: 11894 364 245 79 0 219 0
[pid=5146] ppid=5132 vsize=835100 CPUtime=70.86
/proc/5146/stat : 5146 (java) S 5132 5132 4307 0 -1 0 236926 0 1 0 6938 148 0 0 19 0 9 0 632333490 855142400 190447 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5146/statm: 208775 190447 2592 9 0 202756 0
[pid=5146/tid=5147] ppid=5132 vsize=835100 CPUtime=45.68
/proc/5146/task/5147/stat : 5147 (java) S 5132 5132 4307 0 -1 64 16020 0 1 0 4557 11 0 0 17 0 9 0 632333491 855142400 190447 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5148] ppid=5132 vsize=835100 CPUtime=25
/proc/5146/task/5148/stat : 5148 (java) R 5132 5132 4307 0 -1 64 219413 0 0 0 2365 135 0 0 25 0 9 0 632333492 855142400 190447 996147200 134512640 134550740 4294955616 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5149] ppid=5132 vsize=835100 CPUtime=0
/proc/5146/task/5149/stat : 5149 (java) S 5132 5132 4307 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 632333492 855142400 190447 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5150] ppid=5132 vsize=835100 CPUtime=0
/proc/5146/task/5150/stat : 5150 (java) S 5132 5132 4307 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 632333492 855142400 190447 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5151] ppid=5132 vsize=835100 CPUtime=0
/proc/5146/task/5151/stat : 5151 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 632333495 855142400 190447 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5152] ppid=5132 vsize=835100 CPUtime=0.16
/proc/5146/task/5152/stat : 5152 (java) S 5132 5132 4307 0 -1 64 793 0 0 0 16 0 0 0 16 0 9 0 632333495 855142400 190447 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5153] ppid=5132 vsize=835100 CPUtime=0
/proc/5146/task/5153/stat : 5153 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 632333495 855142400 190447 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5154] ppid=5132 vsize=835100 CPUtime=0
/proc/5146/task/5154/stat : 5154 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 632333495 855142400 190447 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.87
Current children cumulated vsize (KiB) 882676

[startup+73.502 s]
/proc/loadavg: 2.26 2.44 2.18 3/93 5154
/proc/meminfo: memFree=474520/2055920 swapFree=4179840/4192956
[pid=5132] ppid=5130 vsize=47576 CPUtime=0.01
/proc/5132/stat : 5132 (galacE.sh) S 5130 5132 4307 0 -1 4194304 760 1696 5 1 0 0 1 0 18 0 1 0 632333458 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5132/statm: 11894 364 245 79 0 219 0
[pid=5146] ppid=5132 vsize=835100 CPUtime=72.45
/proc/5146/stat : 5146 (java) S 5132 5132 4307 0 -1 0 236926 0 1 0 7097 148 0 0 19 0 9 0 632333490 855142400 190447 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5146/statm: 208775 190447 2592 9 0 202756 0
[pid=5146/tid=5147] ppid=5132 vsize=835100 CPUtime=45.68
/proc/5146/task/5147/stat : 5147 (java) S 5132 5132 4307 0 -1 64 16020 0 1 0 4557 11 0 0 17 0 9 0 632333491 855142400 190447 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5148] ppid=5132 vsize=835100 CPUtime=26.59
/proc/5146/task/5148/stat : 5148 (java) R 5132 5132 4307 0 -1 64 219413 0 0 0 2524 135 0 0 25 0 9 0 632333492 855142400 190447 996147200 134512640 134550740 4294955616 18446744073709551615 103834240 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5149] ppid=5132 vsize=835100 CPUtime=0
/proc/5146/task/5149/stat : 5149 (java) S 5132 5132 4307 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 632333492 855142400 190447 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5150] ppid=5132 vsize=835100 CPUtime=0
/proc/5146/task/5150/stat : 5150 (java) S 5132 5132 4307 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 632333492 855142400 190447 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5151] ppid=5132 vsize=835100 CPUtime=0
/proc/5146/task/5151/stat : 5151 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 632333495 855142400 190447 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5152] ppid=5132 vsize=835100 CPUtime=0.16
/proc/5146/task/5152/stat : 5152 (java) S 5132 5132 4307 0 -1 64 793 0 0 0 16 0 0 0 16 0 9 0 632333495 855142400 190447 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5153] ppid=5132 vsize=835100 CPUtime=0
/proc/5146/task/5153/stat : 5153 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 632333495 855142400 190447 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5154] ppid=5132 vsize=835100 CPUtime=0
/proc/5146/task/5154/stat : 5154 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 632333495 855142400 190447 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 72.46
Current children cumulated vsize (KiB) 882676

[startup+74.3021 s]
/proc/loadavg: 2.26 2.44 2.18 3/93 5154
/proc/meminfo: memFree=474520/2055920 swapFree=4179840/4192956
[pid=5132] ppid=5130 vsize=47576 CPUtime=0.01
/proc/5132/stat : 5132 (galacE.sh) S 5130 5132 4307 0 -1 4194304 760 1696 5 1 0 0 1 0 18 0 1 0 632333458 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5132/statm: 11894 364 245 79 0 219 0
[pid=5146] ppid=5132 vsize=819096 CPUtime=73.24
/proc/5146/stat : 5146 (java) S 5132 5132 4307 0 -1 0 236935 0 1 0 7176 148 0 0 19 0 9 0 632333490 838754304 186453 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5146/statm: 204774 186453 2592 9 0 198755 0
[pid=5146/tid=5147] ppid=5132 vsize=819096 CPUtime=45.68
/proc/5146/task/5147/stat : 5147 (java) S 5132 5132 4307 0 -1 64 16023 0 1 0 4557 11 0 0 17 0 9 0 632333491 838754304 186453 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5148] ppid=5132 vsize=819096 CPUtime=27.37
/proc/5146/task/5148/stat : 5148 (java) R 5132 5132 4307 0 -1 64 219419 0 0 0 2602 135 0 0 25 0 9 0 632333492 838754304 186453 996147200 134512640 134550740 4294955616 18446744073709551615 104181586 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5149] ppid=5132 vsize=819096 CPUtime=0
/proc/5146/task/5149/stat : 5149 (java) S 5132 5132 4307 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 632333492 838754304 186453 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5150] ppid=5132 vsize=819096 CPUtime=0
/proc/5146/task/5150/stat : 5150 (java) S 5132 5132 4307 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 632333492 838754304 186453 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5151] ppid=5132 vsize=819096 CPUtime=0
/proc/5146/task/5151/stat : 5151 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 632333495 838754304 186453 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5152] ppid=5132 vsize=819096 CPUtime=0.16
/proc/5146/task/5152/stat : 5152 (java) S 5132 5132 4307 0 -1 64 793 0 0 0 16 0 0 0 16 0 9 0 632333495 838754304 186453 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5153] ppid=5132 vsize=819096 CPUtime=0
/proc/5146/task/5153/stat : 5153 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 632333495 838754304 186453 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5154] ppid=5132 vsize=819096 CPUtime=0
/proc/5146/task/5154/stat : 5154 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 632333495 838754304 186453 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 73.25
Current children cumulated vsize (KiB) 866672

[startup+74.5021 s]
/proc/loadavg: 2.26 2.44 2.18 3/93 5154
/proc/meminfo: memFree=474520/2055920 swapFree=4179840/4192956
[pid=5132] ppid=5130 vsize=47576 CPUtime=0.01
/proc/5132/stat : 5132 (galacE.sh) S 5130 5132 4307 0 -1 4194304 760 1696 5 1 0 0 1 0 18 0 1 0 632333458 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5132/statm: 11894 364 245 79 0 219 0
[pid=5146] ppid=5132 vsize=819096 CPUtime=73.44
/proc/5146/stat : 5146 (java) S 5132 5132 4307 0 -1 0 236935 0 1 0 7196 148 0 0 19 0 9 0 632333490 838754304 186453 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5146/statm: 204774 186453 2592 9 0 198755 0
[pid=5146/tid=5147] ppid=5132 vsize=819096 CPUtime=45.68
/proc/5146/task/5147/stat : 5147 (java) S 5132 5132 4307 0 -1 64 16023 0 1 0 4557 11 0 0 17 0 9 0 632333491 838754304 186453 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5148] ppid=5132 vsize=819096 CPUtime=27.57
/proc/5146/task/5148/stat : 5148 (java) R 5132 5132 4307 0 -1 64 219419 0 0 0 2622 135 0 0 25 0 9 0 632333492 838754304 186453 996147200 134512640 134550740 4294955616 18446744073709551615 104181586 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5149] ppid=5132 vsize=819096 CPUtime=0
/proc/5146/task/5149/stat : 5149 (java) S 5132 5132 4307 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 632333492 838754304 186453 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5150] ppid=5132 vsize=819096 CPUtime=0
/proc/5146/task/5150/stat : 5150 (java) S 5132 5132 4307 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 632333492 838754304 186453 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5151] ppid=5132 vsize=819096 CPUtime=0
/proc/5146/task/5151/stat : 5151 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 632333495 838754304 186453 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5152] ppid=5132 vsize=819096 CPUtime=0.16
/proc/5146/task/5152/stat : 5152 (java) S 5132 5132 4307 0 -1 64 793 0 0 0 16 0 0 0 16 0 9 0 632333495 838754304 186453 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5153] ppid=5132 vsize=819096 CPUtime=0
/proc/5146/task/5153/stat : 5153 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 632333495 838754304 186453 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5146/tid=5154] ppid=5132 vsize=819096 CPUtime=0
/proc/5146/task/5154/stat : 5154 (java) S 5132 5132 4307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 632333495 838754304 186453 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 73.45
Current children cumulated vsize (KiB) 866672

[startup+74.6025 s]
/proc/loadavg: 2.26 2.44 2.18 3/93 5154
/proc/meminfo: memFree=474520/2055920 swapFree=4179840/4192956
[pid=5132] ppid=5130 vsize=47576 CPUtime=0.01
/proc/5132/stat : 5132 (galacE.sh) S 5130 5132 4307 0 -1 4194304 760 1696 5 1 0 0 1 0 18 0 1 0 632333458 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5132/statm: 11894 364 245 79 0 219 0
[pid=5146] ppid=5132 vsize=0 CPUtime=73.53
/proc/5146/stat : 5146 (java) Z 5132 5132 4307 0 -1 12 236948 0 1 0 7199 154 0 0 16 0 2 0 632333490 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5146/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 73.54
Current children cumulated vsize (KiB) 47576

Child status: 0
Real time (s): 74.6723
CPU time (s): 73.6348
CPU user time (s): 72.0081
CPU system time (s): 1.62675
CPU usage (%): 98.6106
Max. virtual memory (cumulated for all children) (KiB): 890680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.0081
system time used= 1.62675
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239426
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2321
involuntary context switches= 5175

runsolver used 0.105983 second user time and 0.250961 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-03 20:57:22
IDJOB=1057700
IDBENCH=54064
IDSOLVER=351
FILE ID=node17/1057700-1215111442
PBS_JOBID= 7877170
Free space on /tmp= 66548 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/radar-9-28-4-2/normalized-radar-9-28-4-2-27.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1057700-1215111442/watcher-1057700-1215111442 -o /tmp/evaluation-result-1057700-1215111442/solver-1057700-1215111442 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1057700-1215111442.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 28c5e74e1c47f93a9b493640304d4b85
RANDOM SEED=1192254750

node17.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.234
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.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1225224 kB
Buffers:          3468 kB
Cached:          57868 kB
SwapCached:       6936 kB
Active:         746144 kB
Inactive:        29828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1225224 kB
SwapTotal:     4192956 kB
SwapFree:      4179840 kB
Dirty:            3476 kB
Writeback:           0 kB
Mapped:         726032 kB
Slab:            38332 kB
Committed_AS:  1607580 kB
PageTables:       3344 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= 66544 MiB
End job on node17 at 2008-07-03 20:58:36