Trace number 1080773

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) 145.905 146.862

General information on the benchmark

Namecsp/radar-8-24-3-2/
normalized-radar-8-24-3-2-49.xml
MD5SUM5a269cdd0c4336fdf593ff6a0c261d29
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.037993
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 ---
145.74/146.72	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
145.74/146.72		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:149)
145.74/146.72		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
145.74/146.72		at base.Problem.endConstraint(Problem.java:510)
145.74/146.72		at sat4j.Constraint.endElement(Constraint.java:37)
145.74/146.72		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
145.74/146.72		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
145.74/146.72		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
145.74/146.72		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
145.74/146.72		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
145.74/146.72		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
145.74/146.72		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
145.74/146.72		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
145.74/146.72		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
145.74/146.72		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
145.74/146.72		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
145.74/146.72		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
145.74/146.72		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
145.74/146.72		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-1080773-1215213307/watcher-1080773-1215213307 -o /tmp/evaluation-result-1080773-1215213307/solver-1080773-1215213307 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1080773-1215213307.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.06 2.25 2.18 4/89 746
/proc/meminfo: memFree=949852/2055920 swapFree=4146768/4192956
[pid=746] ppid=744 vsize=8652 CPUtime=0
/proc/746/stat : 746 (galacE.sh) S 744 746 32285 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 677057275 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/746/statm: 2163 280 208 79 0 156 0
[pid=747] ppid=746 vsize=8688 CPUtime=0
/proc/747/stat : 747 (galacE.sh) S 746 746 32285 0 -1 4194368 36 0 0 0 0 0 0 0 18 0 1 0 677057275 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 256365002834 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/747/statm: 2172 286 209 79 0 165 0
[pid=748] ppid=747 vsize=8728 CPUtime=0
/proc/748/stat : 748 (galacE.sh) R 747 746 32285 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 677057275 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 256364834087 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/748/statm: 2182 290 209 79 0 175 0

[startup+0.0486989 s]
/proc/loadavg: 2.06 2.25 2.18 4/89 746
/proc/meminfo: memFree=949852/2055920 swapFree=4146768/4192956
[pid=746] ppid=744 vsize=47564 CPUtime=0.01
/proc/746/stat : 746 (galacE.sh) S 744 746 32285 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677057275 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/746/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.101703 s]
/proc/loadavg: 2.06 2.25 2.18 4/89 746
/proc/meminfo: memFree=949852/2055920 swapFree=4146768/4192956
[pid=746] ppid=744 vsize=47564 CPUtime=0.01
/proc/746/stat : 746 (galacE.sh) S 744 746 32285 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677057275 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/746/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301723 s]
/proc/loadavg: 2.06 2.25 2.18 4/89 746
/proc/meminfo: memFree=949852/2055920 swapFree=4146768/4192956
[pid=746] ppid=744 vsize=47564 CPUtime=0.01
/proc/746/stat : 746 (galacE.sh) S 744 746 32285 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677057275 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/746/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701773 s]
/proc/loadavg: 2.06 2.25 2.18 4/89 746
/proc/meminfo: memFree=949852/2055920 swapFree=4146768/4192956
[pid=746] ppid=744 vsize=47564 CPUtime=0.01
/proc/746/stat : 746 (galacE.sh) S 744 746 32285 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677057275 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/746/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.5017 s]
/proc/loadavg: 2.06 2.25 2.18 5/99 768
/proc/meminfo: memFree=1197324/2055920 swapFree=4146768/4192956
[pid=746] ppid=744 vsize=47564 CPUtime=0.01
/proc/746/stat : 746 (galacE.sh) S 744 746 32285 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677057275 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/746/statm: 11891 365 246 79 0 219 0
[pid=760] ppid=746 vsize=812736 CPUtime=1.41
/proc/760/stat : 760 (java) S 746 746 32285 0 -1 0 14634 0 1 0 132 9 0 0 19 0 9 0 677057278 832241664 13843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/760/statm: 203184 13843 2589 9 0 197165 0
[pid=760/tid=761] ppid=746 vsize=812736 CPUtime=0.73
/proc/760/task/761/stat : 761 (java) R 746 746 32285 0 -1 64 8412 0 1 0 68 5 0 0 25 0 9 0 677057279 832241664 13843 996147200 134512640 134550740 4294955600 18446744073709551615 4126783664 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=762] ppid=746 vsize=812736 CPUtime=0.5
/proc/760/task/762/stat : 762 (java) S 746 746 32285 0 -1 64 4739 0 0 0 49 1 0 0 18 0 9 0 677057281 832241664 13843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=763] ppid=746 vsize=812736 CPUtime=0
/proc/760/task/763/stat : 763 (java) S 746 746 32285 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677057281 832241664 13843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=764] ppid=746 vsize=812736 CPUtime=0
/proc/760/task/764/stat : 764 (java) S 746 746 32285 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677057281 832241664 13843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=765] ppid=746 vsize=812736 CPUtime=0
/proc/760/task/765/stat : 765 (java) S 746 746 32285 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 677057283 832241664 13843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=766] ppid=746 vsize=812736 CPUtime=0.14
/proc/760/task/766/stat : 766 (java) S 746 746 32285 0 -1 64 782 0 0 0 14 0 0 0 15 0 9 0 677057283 832241664 13843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=767] ppid=746 vsize=812736 CPUtime=0
/proc/760/task/767/stat : 767 (java) S 746 746 32285 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 677057283 832241664 13843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=768] ppid=746 vsize=812736 CPUtime=0
/proc/760/task/768/stat : 768 (java) S 746 746 32285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677057283 832241664 13843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 860300

[startup+3.10286 s]
/proc/loadavg: 2.06 2.25 2.18 3/99 768
/proc/meminfo: memFree=1219276/2055920 swapFree=4146768/4192956
[pid=746] ppid=744 vsize=47564 CPUtime=0.01
/proc/746/stat : 746 (galacE.sh) S 744 746 32285 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677057275 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/746/statm: 11891 365 246 79 0 219 0
[pid=760] ppid=746 vsize=812736 CPUtime=2.99
/proc/760/stat : 760 (java) S 746 746 32285 0 -1 0 20425 0 1 0 287 12 0 0 19 0 9 0 677057278 832241664 19633 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/760/statm: 203184 19633 2589 9 0 197165 0
[pid=760/tid=761] ppid=746 vsize=812736 CPUtime=2.31
/proc/760/task/761/stat : 761 (java) R 746 746 32285 0 -1 64 14196 0 1 0 222 9 0 0 25 0 9 0 677057279 832241664 19633 996147200 134512640 134550740 4294955600 18446744073709551615 4126789185 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=762] ppid=746 vsize=812736 CPUtime=0.5
/proc/760/task/762/stat : 762 (java) S 746 746 32285 0 -1 64 4739 0 0 0 49 1 0 0 17 0 9 0 677057281 832241664 19633 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=763] ppid=746 vsize=812736 CPUtime=0
/proc/760/task/763/stat : 763 (java) S 746 746 32285 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677057281 832241664 19633 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=764] ppid=746 vsize=812736 CPUtime=0
/proc/760/task/764/stat : 764 (java) S 746 746 32285 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677057281 832241664 19633 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=765] ppid=746 vsize=812736 CPUtime=0
/proc/760/task/765/stat : 765 (java) S 746 746 32285 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 677057283 832241664 19633 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=766] ppid=746 vsize=812736 CPUtime=0.15
/proc/760/task/766/stat : 766 (java) S 746 746 32285 0 -1 64 789 0 0 0 15 0 0 0 15 0 9 0 677057283 832241664 19633 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=767] ppid=746 vsize=812736 CPUtime=0
/proc/760/task/767/stat : 767 (java) S 746 746 32285 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 677057283 832241664 19633 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=768] ppid=746 vsize=812736 CPUtime=0
/proc/760/task/768/stat : 768 (java) S 746 746 32285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677057283 832241664 19633 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 860300

[startup+6.30219 s]
/proc/loadavg: 2.29 2.30 2.20 4/99 768
/proc/meminfo: memFree=896780/2055920 swapFree=4146768/4192956
[pid=746] ppid=744 vsize=47564 CPUtime=0.01
/proc/746/stat : 746 (galacE.sh) S 744 746 32285 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677057275 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/746/statm: 11891 365 246 79 0 219 0
[pid=760] ppid=746 vsize=812736 CPUtime=6.17
/proc/760/stat : 760 (java) S 746 746 32285 0 -1 0 38659 0 1 0 591 26 0 0 19 0 9 0 677057278 832241664 37863 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/760/statm: 203184 37863 2593 9 0 197165 0
[pid=760/tid=761] ppid=746 vsize=812736 CPUtime=5.12
/proc/760/task/761/stat : 761 (java) R 746 746 32285 0 -1 64 14602 0 1 0 503 9 0 0 25 0 9 0 677057279 832241664 37863 996147200 134512640 134550740 4294955600 18446744073709551615 4126783723 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=762] ppid=746 vsize=812736 CPUtime=0.85
/proc/760/task/762/stat : 762 (java) S 746 746 32285 0 -1 64 22566 0 0 0 71 14 0 0 17 0 9 0 677057281 832241664 37863 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=763] ppid=746 vsize=812736 CPUtime=0
/proc/760/task/763/stat : 763 (java) S 746 746 32285 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677057281 832241664 37863 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=764] ppid=746 vsize=812736 CPUtime=0
/proc/760/task/764/stat : 764 (java) S 746 746 32285 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677057281 832241664 37863 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=765] ppid=746 vsize=812736 CPUtime=0
/proc/760/task/765/stat : 765 (java) S 746 746 32285 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 677057283 832241664 37863 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=766] ppid=746 vsize=812736 CPUtime=0.15
/proc/760/task/766/stat : 766 (java) S 746 746 32285 0 -1 64 790 0 0 0 15 0 0 0 16 0 9 0 677057283 832241664 37863 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=767] ppid=746 vsize=812736 CPUtime=0
/proc/760/task/767/stat : 767 (java) S 746 746 32285 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 677057283 832241664 37863 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=768] ppid=746 vsize=812736 CPUtime=0
/proc/760/task/768/stat : 768 (java) S 746 746 32285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677057283 832241664 37863 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 860300

[startup+12.7029 s]
/proc/loadavg: 2.27 2.29 2.20 3/99 768
/proc/meminfo: memFree=787980/2055920 swapFree=4146768/4192956
[pid=746] ppid=744 vsize=47564 CPUtime=0.01
/proc/746/stat : 746 (galacE.sh) S 744 746 32285 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677057275 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/746/statm: 11891 365 246 79 0 219 0
[pid=760] ppid=746 vsize=812736 CPUtime=12.49
/proc/760/stat : 760 (java) S 746 746 32285 0 -1 0 46812 0 1 0 1219 30 0 0 19 0 9 0 677057278 832241664 46015 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/760/statm: 203184 46015 2593 9 0 197165 0
[pid=760/tid=761] ppid=746 vsize=812736 CPUtime=11.29
/proc/760/task/761/stat : 761 (java) R 746 746 32285 0 -1 64 14603 0 1 0 1120 9 0 0 25 0 9 0 677057279 832241664 46015 996147200 134512640 134550740 4294955600 18446744073709551615 4126785365 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=762] ppid=746 vsize=812736 CPUtime=1.01
/proc/760/task/762/stat : 762 (java) S 746 746 32285 0 -1 64 30717 0 0 0 82 19 0 0 16 0 9 0 677057281 832241664 46015 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=763] ppid=746 vsize=812736 CPUtime=0
/proc/760/task/763/stat : 763 (java) S 746 746 32285 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677057281 832241664 46015 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=764] ppid=746 vsize=812736 CPUtime=0
/proc/760/task/764/stat : 764 (java) S 746 746 32285 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677057281 832241664 46015 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=765] ppid=746 vsize=812736 CPUtime=0
/proc/760/task/765/stat : 765 (java) S 746 746 32285 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 677057283 832241664 46015 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=766] ppid=746 vsize=812736 CPUtime=0.15
/proc/760/task/766/stat : 766 (java) S 746 746 32285 0 -1 64 791 0 0 0 15 0 0 0 16 0 9 0 677057283 832241664 46015 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=767] ppid=746 vsize=812736 CPUtime=0
/proc/760/task/767/stat : 767 (java) S 746 746 32285 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 677057283 832241664 46015 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=768] ppid=746 vsize=812736 CPUtime=0
/proc/760/task/768/stat : 768 (java) S 746 746 32285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677057283 832241664 46015 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 860300

[startup+25.5062 s]
/proc/loadavg: 2.21 2.28 2.19 3/99 768
/proc/meminfo: memFree=613708/2055920 swapFree=4146768/4192956
[pid=746] ppid=744 vsize=47564 CPUtime=0.01
/proc/746/stat : 746 (galacE.sh) S 744 746 32285 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677057275 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/746/statm: 11891 365 246 79 0 219 0
[pid=760] ppid=746 vsize=812772 CPUtime=25.08
/proc/760/stat : 760 (java) S 746 746 32285 0 -1 0 90706 0 1 0 2451 57 0 0 19 0 9 0 677057278 832278528 89457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/760/statm: 203193 89457 2593 9 0 197174 0
[pid=760/tid=761] ppid=746 vsize=812772 CPUtime=22.75
/proc/760/task/761/stat : 761 (java) R 746 746 32285 0 -1 64 15079 0 1 0 2265 10 0 0 25 0 9 0 677057279 832278528 89457 996147200 134512640 134550740 4294955600 18446744073709551615 4126782313 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=762] ppid=746 vsize=812772 CPUtime=2.15
/proc/760/task/762/stat : 762 (java) S 746 746 32285 0 -1 64 74135 0 0 0 169 46 0 0 16 0 9 0 677057281 832278528 89457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=763] ppid=746 vsize=812772 CPUtime=0
/proc/760/task/763/stat : 763 (java) S 746 746 32285 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677057281 832278528 89457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=764] ppid=746 vsize=812772 CPUtime=0
/proc/760/task/764/stat : 764 (java) S 746 746 32285 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677057281 832278528 89457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=765] ppid=746 vsize=812772 CPUtime=0
/proc/760/task/765/stat : 765 (java) S 746 746 32285 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 677057283 832278528 89457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=766] ppid=746 vsize=812772 CPUtime=0.15
/proc/760/task/766/stat : 766 (java) S 746 746 32285 0 -1 64 791 0 0 0 15 0 0 0 16 0 9 0 677057283 832278528 89457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=767] ppid=746 vsize=812772 CPUtime=0
/proc/760/task/767/stat : 767 (java) S 746 746 32285 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 677057283 832278528 89457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=768] ppid=746 vsize=812772 CPUtime=0
/proc/760/task/768/stat : 768 (java) S 746 746 32285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677057283 832278528 89457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.09

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

[pid=760/tid=761] ppid=746 vsize=816028 CPUtime=118.3
/proc/760/task/761/stat : 761 (java) S 746 746 32285 0 -1 64 15376 0 1 0 11820 10 0 0 17 0 9 0 677057279 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=760/tid=762] ppid=746 vsize=816028 CPUtime=15.04
/proc/760/task/762/stat : 762 (java) R 746 746 32285 0 -1 64 172811 0 0 0 1395 109 0 0 25 0 9 0 677057281 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 104186731 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=760/tid=763] ppid=746 vsize=816028 CPUtime=0
/proc/760/task/763/stat : 763 (java) S 746 746 32285 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677057281 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=760/tid=764] ppid=746 vsize=816028 CPUtime=0
/proc/760/task/764/stat : 764 (java) S 746 746 32285 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677057281 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=765] ppid=746 vsize=816028 CPUtime=0
/proc/760/task/765/stat : 765 (java) S 746 746 32285 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 677057283 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=766] ppid=746 vsize=816028 CPUtime=0.16
/proc/760/task/766/stat : 766 (java) S 746 746 32285 0 -1 64 799 0 0 0 16 0 0 0 16 0 9 0 677057283 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=760/tid=767] ppid=746 vsize=816028 CPUtime=0
/proc/760/task/767/stat : 767 (java) S 746 746 32285 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 677057283 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=768] ppid=746 vsize=816028 CPUtime=0
/proc/760/task/768/stat : 768 (java) S 746 746 32285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677057283 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 133.55
Current children cumulated vsize (KiB) 863592

[startup+140.902 s]
/proc/loadavg: 2.10 2.22 2.18 3/98 769
/proc/meminfo: memFree=286916/2055920 swapFree=4146768/4192956
[pid=746] ppid=744 vsize=47564 CPUtime=0.01
/proc/746/stat : 746 (galacE.sh) S 744 746 32285 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677057275 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/746/statm: 11891 365 246 79 0 219 0
[pid=760] ppid=746 vsize=816028 CPUtime=139.94
/proc/760/stat : 760 (java) S 746 746 32285 0 -1 0 191693 0 1 0 13872 122 0 0 19 0 9 0 677057278 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/760/statm: 204007 185666 2593 9 0 197988 0
[pid=760/tid=761] ppid=746 vsize=816028 CPUtime=118.3
/proc/760/task/761/stat : 761 (java) S 746 746 32285 0 -1 64 15378 0 1 0 11820 10 0 0 17 0 9 0 677057279 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=760/tid=762] ppid=746 vsize=816028 CPUtime=21.44
/proc/760/task/762/stat : 762 (java) R 746 746 32285 0 -1 64 174815 0 0 0 2034 110 0 0 25 0 9 0 677057281 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 104181529 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=760/tid=763] ppid=746 vsize=816028 CPUtime=0
/proc/760/task/763/stat : 763 (java) S 746 746 32285 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677057281 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=760/tid=764] ppid=746 vsize=816028 CPUtime=0
/proc/760/task/764/stat : 764 (java) S 746 746 32285 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677057281 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=765] ppid=746 vsize=816028 CPUtime=0
/proc/760/task/765/stat : 765 (java) S 746 746 32285 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 677057283 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=766] ppid=746 vsize=816028 CPUtime=0.16
/proc/760/task/766/stat : 766 (java) S 746 746 32285 0 -1 64 799 0 0 0 16 0 0 0 16 0 9 0 677057283 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=760/tid=767] ppid=746 vsize=816028 CPUtime=0
/proc/760/task/767/stat : 767 (java) S 746 746 32285 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 677057283 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=768] ppid=746 vsize=816028 CPUtime=0
/proc/760/task/768/stat : 768 (java) S 746 746 32285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677057283 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 139.95
Current children cumulated vsize (KiB) 863592

[startup+144.102 s]
/proc/loadavg: 2.10 2.22 2.18 3/98 769
/proc/meminfo: memFree=286916/2055920 swapFree=4146768/4192956
[pid=746] ppid=744 vsize=47564 CPUtime=0.01
/proc/746/stat : 746 (galacE.sh) S 744 746 32285 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677057275 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/746/statm: 11891 365 246 79 0 219 0
[pid=760] ppid=746 vsize=816028 CPUtime=143.13
/proc/760/stat : 760 (java) S 746 746 32285 0 -1 0 192696 0 1 0 14191 122 0 0 19 0 9 0 677057278 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/760/statm: 204007 185666 2593 9 0 197988 0
[pid=760/tid=761] ppid=746 vsize=816028 CPUtime=118.3
/proc/760/task/761/stat : 761 (java) S 746 746 32285 0 -1 64 15379 0 1 0 11820 10 0 0 17 0 9 0 677057279 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=760/tid=762] ppid=746 vsize=816028 CPUtime=24.63
/proc/760/task/762/stat : 762 (java) R 746 746 32285 0 -1 64 175817 0 0 0 2353 110 0 0 25 0 9 0 677057281 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 104180289 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=760/tid=763] ppid=746 vsize=816028 CPUtime=0
/proc/760/task/763/stat : 763 (java) S 746 746 32285 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677057281 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=760/tid=764] ppid=746 vsize=816028 CPUtime=0
/proc/760/task/764/stat : 764 (java) S 746 746 32285 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677057281 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=765] ppid=746 vsize=816028 CPUtime=0
/proc/760/task/765/stat : 765 (java) S 746 746 32285 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 677057283 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=766] ppid=746 vsize=816028 CPUtime=0.16
/proc/760/task/766/stat : 766 (java) S 746 746 32285 0 -1 64 799 0 0 0 16 0 0 0 16 0 9 0 677057283 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=760/tid=767] ppid=746 vsize=816028 CPUtime=0
/proc/760/task/767/stat : 767 (java) S 746 746 32285 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 677057283 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=768] ppid=746 vsize=816028 CPUtime=0
/proc/760/task/768/stat : 768 (java) S 746 746 32285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677057283 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 143.14
Current children cumulated vsize (KiB) 863592

[startup+145.702 s]
/proc/loadavg: 2.09 2.22 2.18 3/98 769
/proc/meminfo: memFree=288708/2055920 swapFree=4146768/4192956
[pid=746] ppid=744 vsize=47564 CPUtime=0.01
/proc/746/stat : 746 (galacE.sh) S 744 746 32285 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677057275 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/746/statm: 11891 365 246 79 0 219 0
[pid=760] ppid=746 vsize=816028 CPUtime=144.73
/proc/760/stat : 760 (java) S 746 746 32285 0 -1 0 193197 0 1 0 14351 122 0 0 19 0 9 0 677057278 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/760/statm: 204007 185666 2593 9 0 197988 0
[pid=760/tid=761] ppid=746 vsize=816028 CPUtime=118.3
/proc/760/task/761/stat : 761 (java) S 746 746 32285 0 -1 64 15379 0 1 0 11820 10 0 0 17 0 9 0 677057279 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=760/tid=762] ppid=746 vsize=816028 CPUtime=26.23
/proc/760/task/762/stat : 762 (java) R 746 746 32285 0 -1 64 176318 0 0 0 2513 110 0 0 25 0 9 0 677057281 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 104180300 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=760/tid=763] ppid=746 vsize=816028 CPUtime=0
/proc/760/task/763/stat : 763 (java) S 746 746 32285 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677057281 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=760/tid=764] ppid=746 vsize=816028 CPUtime=0
/proc/760/task/764/stat : 764 (java) S 746 746 32285 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677057281 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=765] ppid=746 vsize=816028 CPUtime=0
/proc/760/task/765/stat : 765 (java) S 746 746 32285 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 677057283 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=766] ppid=746 vsize=816028 CPUtime=0.16
/proc/760/task/766/stat : 766 (java) S 746 746 32285 0 -1 64 799 0 0 0 16 0 0 0 16 0 9 0 677057283 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=760/tid=767] ppid=746 vsize=816028 CPUtime=0
/proc/760/task/767/stat : 767 (java) S 746 746 32285 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 677057283 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=768] ppid=746 vsize=816028 CPUtime=0
/proc/760/task/768/stat : 768 (java) S 746 746 32285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677057283 835612672 185666 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 144.74
Current children cumulated vsize (KiB) 863592

[startup+146.508 s]
/proc/loadavg: 2.09 2.22 2.18 3/98 769
/proc/meminfo: memFree=286916/2055920 swapFree=4146768/4192956
[pid=746] ppid=744 vsize=47564 CPUtime=0.01
/proc/746/stat : 746 (galacE.sh) S 744 746 32285 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677057275 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/746/statm: 11891 365 246 79 0 219 0
[pid=760] ppid=746 vsize=814024 CPUtime=145.54
/proc/760/stat : 760 (java) S 746 746 32285 0 -1 0 193201 0 1 0 14432 122 0 0 19 0 9 0 677057278 833560576 185167 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/760/statm: 203506 185167 2593 9 0 197487 0
[pid=760/tid=761] ppid=746 vsize=814024 CPUtime=118.3
/proc/760/task/761/stat : 761 (java) S 746 746 32285 0 -1 64 15383 0 1 0 11820 10 0 0 17 0 9 0 677057279 833560576 185167 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=760/tid=762] ppid=746 vsize=814024 CPUtime=27.04
/proc/760/task/762/stat : 762 (java) R 746 746 32285 0 -1 64 176318 0 0 0 2594 110 0 0 25 0 9 0 677057281 833560576 185167 996147200 134512640 134550740 4294955600 18446744073709551615 104181554 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=760/tid=763] ppid=746 vsize=814024 CPUtime=0
/proc/760/task/763/stat : 763 (java) S 746 746 32285 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677057281 833560576 185167 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=760/tid=764] ppid=746 vsize=814024 CPUtime=0
/proc/760/task/764/stat : 764 (java) S 746 746 32285 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677057281 833560576 185167 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=765] ppid=746 vsize=814024 CPUtime=0
/proc/760/task/765/stat : 765 (java) S 746 746 32285 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 677057283 833560576 185167 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=766] ppid=746 vsize=814024 CPUtime=0.16
/proc/760/task/766/stat : 766 (java) S 746 746 32285 0 -1 64 799 0 0 0 16 0 0 0 16 0 9 0 677057283 833560576 185167 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=760/tid=767] ppid=746 vsize=814024 CPUtime=0
/proc/760/task/767/stat : 767 (java) S 746 746 32285 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 677057283 833560576 185167 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=768] ppid=746 vsize=814024 CPUtime=0
/proc/760/task/768/stat : 768 (java) S 746 746 32285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677057283 833560576 185167 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 145.55
Current children cumulated vsize (KiB) 861588

[startup+146.702 s]
/proc/loadavg: 2.09 2.22 2.18 3/98 769
/proc/meminfo: memFree=286916/2055920 swapFree=4146768/4192956
[pid=746] ppid=744 vsize=47564 CPUtime=0.01
/proc/746/stat : 746 (galacE.sh) S 744 746 32285 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677057275 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/746/statm: 11891 365 246 79 0 219 0
[pid=760] ppid=746 vsize=814024 CPUtime=145.73
/proc/760/stat : 760 (java) S 746 746 32285 0 -1 0 193201 0 1 0 14451 122 0 0 19 0 9 0 677057278 833560576 185167 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/760/statm: 203506 185167 2593 9 0 197487 0
[pid=760/tid=761] ppid=746 vsize=814024 CPUtime=118.3
/proc/760/task/761/stat : 761 (java) S 746 746 32285 0 -1 64 15383 0 1 0 11820 10 0 0 17 0 9 0 677057279 833560576 185167 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=760/tid=762] ppid=746 vsize=814024 CPUtime=27.23
/proc/760/task/762/stat : 762 (java) R 746 746 32285 0 -1 64 176318 0 0 0 2613 110 0 0 25 0 9 0 677057281 833560576 185167 996147200 134512640 134550740 4294955600 18446744073709551615 104181586 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=760/tid=763] ppid=746 vsize=814024 CPUtime=0
/proc/760/task/763/stat : 763 (java) S 746 746 32285 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677057281 833560576 185167 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=760/tid=764] ppid=746 vsize=814024 CPUtime=0
/proc/760/task/764/stat : 764 (java) S 746 746 32285 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677057281 833560576 185167 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=765] ppid=746 vsize=814024 CPUtime=0
/proc/760/task/765/stat : 765 (java) S 746 746 32285 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 677057283 833560576 185167 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=766] ppid=746 vsize=814024 CPUtime=0.16
/proc/760/task/766/stat : 766 (java) S 746 746 32285 0 -1 64 799 0 0 0 16 0 0 0 16 0 9 0 677057283 833560576 185167 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=760/tid=767] ppid=746 vsize=814024 CPUtime=0
/proc/760/task/767/stat : 767 (java) S 746 746 32285 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 677057283 833560576 185167 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=760/tid=768] ppid=746 vsize=814024 CPUtime=0
/proc/760/task/768/stat : 768 (java) S 746 746 32285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677057283 833560576 185167 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 145.74
Current children cumulated vsize (KiB) 861588

[startup+146.802 s]
/proc/loadavg: 2.09 2.22 2.18 3/98 769
/proc/meminfo: memFree=286916/2055920 swapFree=4146768/4192956
[pid=746] ppid=744 vsize=47564 CPUtime=0.01
/proc/746/stat : 746 (galacE.sh) S 744 746 32285 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677057275 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 256364440410 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/746/statm: 11891 365 246 79 0 219 0
[pid=760] ppid=746 vsize=0 CPUtime=145.81
/proc/760/stat : 760 (java) Z 746 746 32285 0 -1 12 193214 0 1 0 14454 127 0 0 16 0 2 0 677057278 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/760/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 145.82
Current children cumulated vsize (KiB) 47564

Child status: 0
Real time (s): 146.862
CPU time (s): 145.905
CPU user time (s): 144.547
CPU system time (s): 1.35779
CPU usage (%): 99.3483
Max. virtual memory (cumulated for all children) (KiB): 865592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.547
system time used= 1.35779
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195699
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= 3971
involuntary context switches= 5751

runsolver used 0.228965 second user time and 0.636903 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-05 01:15:07
IDJOB=1080773
IDBENCH=57023
IDSOLVER=351
FILE ID=node90/1080773-1215213307
PBS_JOBID= 7881806
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5a269cdd0c4336fdf593ff6a0c261d29
RANDOM SEED=1359443493

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:        950332 kB
Buffers:         54496 kB
Cached:         159584 kB
SwapCached:      37656 kB
Active:         978020 kB
Inactive:        66768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        950332 kB
SwapTotal:     4192956 kB
SwapFree:      4146768 kB
Dirty:            3484 kB
Writeback:           0 kB
Mapped:         844212 kB
Slab:            43784 kB
Committed_AS:  1761916 kB
PageTables:       3924 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= 66556 MiB
End job on node90 at 2008-07-05 01:17:34