Trace number 1072842

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) 154.874 156.28

General information on the benchmark

Namecsp/radar-8-30-3-0/
normalized-radar-8-30-3-0-10.xml
MD5SUM02fcfb68013219e2761d87a97466581d
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.049991
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints64
Maximum constraint arity19
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 ---
154.71/156.12	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
154.71/156.12		at tuples.IP4BigConstraints.createTuples(IP4BigConstraints.java:48)
154.71/156.12		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:167)
154.71/156.12		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
154.71/156.12		at base.Problem.endConstraint(Problem.java:510)
154.71/156.12		at sat4j.Constraint.endElement(Constraint.java:37)
154.71/156.12		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
154.71/156.12		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
154.71/156.12		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
154.71/156.12		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
154.71/156.12		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
154.71/156.12		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
154.71/156.12		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
154.71/156.12		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
154.71/156.12		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
154.71/156.12		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
154.71/156.12		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
154.71/156.12		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
154.71/156.12		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
154.71/156.12		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-1072842-1215175894/watcher-1072842-1215175894 -o /tmp/evaluation-result-1072842-1215175894/solver-1072842-1215175894 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1072842-1215175894.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.00 1.95 4/72 23981
/proc/meminfo: memFree=1744760/2055920 swapFree=4180972/4192956
[pid=23981] ppid=23979 vsize=8560 CPUtime=0
/proc/23981/stat : 23981 (galacE.sh) S 23979 23981 23206 0 -1 4194304 308 0 0 0 0 0 0 0 23 0 1 0 1996564077 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 240472803215 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23981/statm: 2140 254 197 79 0 133 0

[startup+0.09639 s]
/proc/loadavg: 2.06 2.00 1.95 4/72 23981
/proc/meminfo: memFree=1744760/2055920 swapFree=4180972/4192956
[pid=23981] ppid=23979 vsize=47564 CPUtime=0.01
/proc/23981/stat : 23981 (galacE.sh) S 23979 23981 23206 0 -1 4194304 767 1697 0 0 0 0 0 1 23 0 1 0 1996564077 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23981/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.102385 s]
/proc/loadavg: 2.06 2.00 1.95 4/72 23981
/proc/meminfo: memFree=1744760/2055920 swapFree=4180972/4192956
[pid=23981] ppid=23979 vsize=47564 CPUtime=0.01
/proc/23981/stat : 23981 (galacE.sh) S 23979 23981 23206 0 -1 4194304 767 1697 0 0 0 0 0 1 23 0 1 0 1996564077 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23981/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301406 s]
/proc/loadavg: 2.06 2.00 1.95 4/72 23981
/proc/meminfo: memFree=1744760/2055920 swapFree=4180972/4192956
[pid=23981] ppid=23979 vsize=47564 CPUtime=0.01
/proc/23981/stat : 23981 (galacE.sh) S 23979 23981 23206 0 -1 4194304 767 1697 0 0 0 0 0 1 23 0 1 0 1996564077 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23981/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.702442 s]
/proc/loadavg: 2.06 2.00 1.95 4/72 23981
/proc/meminfo: memFree=1744760/2055920 swapFree=4180972/4192956
[pid=23981] ppid=23979 vsize=47564 CPUtime=0.01
/proc/23981/stat : 23981 (galacE.sh) S 23979 23981 23206 0 -1 4194304 767 1697 0 0 0 0 0 1 23 0 1 0 1996564077 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23981/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50151 s]
/proc/loadavg: 2.06 2.00 1.95 3/82 24003
/proc/meminfo: memFree=1698280/2055920 swapFree=4180972/4192956
[pid=23981] ppid=23979 vsize=47564 CPUtime=0.01
/proc/23981/stat : 23981 (galacE.sh) S 23979 23981 23206 0 -1 4194304 767 1697 0 0 0 0 0 1 23 0 1 0 1996564077 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23981/statm: 11891 366 247 79 0 219 0
[pid=23995] ppid=23981 vsize=812528 CPUtime=1.44
/proc/23995/stat : 23995 (java) S 23981 23981 23206 0 -1 0 14778 0 1 0 136 8 0 0 18 0 9 0 1996564081 832028672 13999 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23995/statm: 203132 13999 2588 9 0 197165 0
[pid=23995/tid=23996] ppid=23981 vsize=812528 CPUtime=1.11
/proc/23995/task/23996/stat : 23996 (java) R 23981 23981 23206 0 -1 64 8831 0 1 0 106 5 0 0 25 0 9 0 1996564082 832028672 13999 996147200 134512640 134550740 4294955600 18446744073709551615 4126592388 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23997] ppid=23981 vsize=812528 CPUtime=0.15
/proc/23995/task/23997/stat : 23997 (java) S 23981 23981 23206 0 -1 64 4476 0 0 0 14 1 0 0 17 0 9 0 1996564083 832028672 13999 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23998] ppid=23981 vsize=812528 CPUtime=0
/proc/23995/task/23998/stat : 23998 (java) S 23981 23981 23206 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996564083 832028672 13999 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23999] ppid=23981 vsize=812528 CPUtime=0
/proc/23995/task/23999/stat : 23999 (java) S 23981 23981 23206 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996564083 832028672 13999 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24000] ppid=23981 vsize=812528 CPUtime=0
/proc/23995/task/24000/stat : 24000 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996564085 832028672 13999 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24001] ppid=23981 vsize=812528 CPUtime=0.15
/proc/23995/task/24001/stat : 24001 (java) S 23981 23981 23206 0 -1 64 771 0 0 0 15 0 0 0 15 0 9 0 1996564085 832028672 13999 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24002] ppid=23981 vsize=812528 CPUtime=0
/proc/23995/task/24002/stat : 24002 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996564085 832028672 13999 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24003] ppid=23981 vsize=812528 CPUtime=0
/proc/23995/task/24003/stat : 24003 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996564085 832028672 13999 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860092

[startup+3.10164 s]
/proc/loadavg: 2.06 2.00 1.95 3/82 24003
/proc/meminfo: memFree=1698088/2055920 swapFree=4180972/4192956
[pid=23981] ppid=23979 vsize=47564 CPUtime=0.01
/proc/23981/stat : 23981 (galacE.sh) S 23979 23981 23206 0 -1 4194304 767 1697 0 0 0 0 0 1 23 0 1 0 1996564077 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23981/statm: 11891 366 247 79 0 219 0
[pid=23995] ppid=23981 vsize=812528 CPUtime=3.03
/proc/23995/stat : 23995 (java) S 23981 23981 23206 0 -1 0 16906 0 1 0 294 9 0 0 18 0 9 0 1996564081 832028672 16126 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23995/statm: 203132 16126 2590 9 0 197165 0
[pid=23995/tid=23996] ppid=23981 vsize=812528 CPUtime=2.7
/proc/23995/task/23996/stat : 23996 (java) R 23981 23981 23206 0 -1 64 10955 0 1 0 264 6 0 0 25 0 9 0 1996564082 832028672 16126 996147200 134512640 134550740 4294955600 18446744073709551615 4126785200 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23997] ppid=23981 vsize=812528 CPUtime=0.15
/proc/23995/task/23997/stat : 23997 (java) S 23981 23981 23206 0 -1 64 4476 0 0 0 14 1 0 0 16 0 9 0 1996564083 832028672 16126 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23998] ppid=23981 vsize=812528 CPUtime=0
/proc/23995/task/23998/stat : 23998 (java) S 23981 23981 23206 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996564083 832028672 16126 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23999] ppid=23981 vsize=812528 CPUtime=0
/proc/23995/task/23999/stat : 23999 (java) S 23981 23981 23206 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996564083 832028672 16126 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24000] ppid=23981 vsize=812528 CPUtime=0
/proc/23995/task/24000/stat : 24000 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996564085 832028672 16126 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24001] ppid=23981 vsize=812528 CPUtime=0.15
/proc/23995/task/24001/stat : 24001 (java) S 23981 23981 23206 0 -1 64 775 0 0 0 15 0 0 0 15 0 9 0 1996564085 832028672 16126 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24002] ppid=23981 vsize=812528 CPUtime=0
/proc/23995/task/24002/stat : 24002 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996564085 832028672 16126 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24003] ppid=23981 vsize=812528 CPUtime=0
/proc/23995/task/24003/stat : 24003 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996564085 832028672 16126 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860092

[startup+6.30292 s]
/proc/loadavg: 2.06 2.00 1.95 3/82 24003
/proc/meminfo: memFree=1642152/2055920 swapFree=4180972/4192956
[pid=23981] ppid=23979 vsize=47564 CPUtime=0.01
/proc/23981/stat : 23981 (galacE.sh) S 23979 23981 23206 0 -1 4194304 767 1697 0 0 0 0 0 1 23 0 1 0 1996564077 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23981/statm: 11891 366 247 79 0 219 0
[pid=23995] ppid=23981 vsize=812528 CPUtime=6.2
/proc/23995/stat : 23995 (java) S 23981 23981 23206 0 -1 0 28705 0 1 0 606 14 0 0 18 0 9 0 1996564081 832028672 27923 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23995/statm: 203132 27923 2594 9 0 197165 0
[pid=23995/tid=23996] ppid=23981 vsize=812528 CPUtime=5.72
/proc/23995/task/23996/stat : 23996 (java) R 23981 23981 23206 0 -1 64 14599 0 1 0 564 8 0 0 25 0 9 0 1996564082 832028672 27923 996147200 134512640 134550740 4294955600 18446744073709551615 4126786395 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23997] ppid=23981 vsize=812528 CPUtime=0.3
/proc/23995/task/23997/stat : 23997 (java) S 23981 23981 23206 0 -1 64 12630 0 0 0 26 4 0 0 16 0 9 0 1996564083 832028672 27923 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23998] ppid=23981 vsize=812528 CPUtime=0
/proc/23995/task/23998/stat : 23998 (java) S 23981 23981 23206 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996564083 832028672 27923 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23999] ppid=23981 vsize=812528 CPUtime=0
/proc/23995/task/23999/stat : 23999 (java) S 23981 23981 23206 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996564083 832028672 27923 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24000] ppid=23981 vsize=812528 CPUtime=0
/proc/23995/task/24000/stat : 24000 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996564085 832028672 27923 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24001] ppid=23981 vsize=812528 CPUtime=0.16
/proc/23995/task/24001/stat : 24001 (java) S 23981 23981 23206 0 -1 64 776 0 0 0 16 0 0 0 16 0 9 0 1996564085 832028672 27923 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24002] ppid=23981 vsize=812528 CPUtime=0
/proc/23995/task/24002/stat : 24002 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996564085 832028672 27923 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24003] ppid=23981 vsize=812528 CPUtime=0
/proc/23995/task/24003/stat : 24003 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996564085 832028672 27923 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860092

[startup+12.7015 s]
/proc/loadavg: 2.05 2.00 1.95 3/82 24003
/proc/meminfo: memFree=1567016/2055920 swapFree=4180972/4192956
[pid=23981] ppid=23979 vsize=47564 CPUtime=0.01
/proc/23981/stat : 23981 (galacE.sh) S 23979 23981 23206 0 -1 4194304 767 1697 0 0 0 0 0 1 23 0 1 0 1996564077 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23981/statm: 11891 366 247 79 0 219 0
[pid=23995] ppid=23981 vsize=812528 CPUtime=12.54
/proc/23995/stat : 23995 (java) S 23981 23981 23206 0 -1 0 58425 0 1 0 1227 27 0 0 18 0 9 0 1996564081 832028672 57640 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23995/statm: 203132 57640 2594 9 0 197165 0
[pid=23995/tid=23996] ppid=23981 vsize=812528 CPUtime=11.42
/proc/23995/task/23996/stat : 23996 (java) R 23981 23981 23206 0 -1 64 14602 0 1 0 1134 8 0 0 25 0 9 0 1996564082 832028672 57640 996147200 134512640 134550740 4294955600 18446744073709551615 4126790896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23997] ppid=23981 vsize=812528 CPUtime=0.92
/proc/23995/task/23997/stat : 23997 (java) S 23981 23981 23206 0 -1 64 42339 0 0 0 74 18 0 0 18 0 9 0 1996564083 832028672 57640 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23998] ppid=23981 vsize=812528 CPUtime=0
/proc/23995/task/23998/stat : 23998 (java) S 23981 23981 23206 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996564083 832028672 57640 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23999] ppid=23981 vsize=812528 CPUtime=0
/proc/23995/task/23999/stat : 23999 (java) S 23981 23981 23206 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996564083 832028672 57640 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24000] ppid=23981 vsize=812528 CPUtime=0
/proc/23995/task/24000/stat : 24000 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996564085 832028672 57640 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24001] ppid=23981 vsize=812528 CPUtime=0.17
/proc/23995/task/24001/stat : 24001 (java) S 23981 23981 23206 0 -1 64 784 0 0 0 17 0 0 0 16 0 9 0 1996564085 832028672 57640 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24002] ppid=23981 vsize=812528 CPUtime=0
/proc/23995/task/24002/stat : 24002 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996564085 832028672 57640 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24003] ppid=23981 vsize=812528 CPUtime=0
/proc/23995/task/24003/stat : 24003 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996564085 832028672 57640 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 860092

[startup+25.5026 s]
/proc/loadavg: 2.04 2.00 1.95 3/82 24003
/proc/meminfo: memFree=1446824/2055920 swapFree=4180972/4192956
[pid=23981] ppid=23979 vsize=47564 CPUtime=0.01
/proc/23981/stat : 23981 (galacE.sh) S 23979 23981 23206 0 -1 4194304 767 1697 0 0 0 0 0 1 23 0 1 0 1996564077 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23981/statm: 11891 366 247 79 0 219 0
[pid=23995] ppid=23981 vsize=812528 CPUtime=25.23
/proc/23995/stat : 23995 (java) S 23981 23981 23206 0 -1 0 77377 0 1 0 2487 36 0 0 18 0 9 0 1996564081 832028672 76590 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23995/statm: 203132 76590 2594 9 0 197165 0
[pid=23995/tid=23996] ppid=23981 vsize=812528 CPUtime=23.74
/proc/23995/task/23996/stat : 23996 (java) R 23981 23981 23206 0 -1 64 14604 0 1 0 2366 8 0 0 25 0 9 0 1996564082 832028672 76590 996147200 134512640 134550740 4294955600 18446744073709551615 4126789721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23997] ppid=23981 vsize=812528 CPUtime=1.28
/proc/23995/task/23997/stat : 23997 (java) S 23981 23981 23206 0 -1 64 61289 0 0 0 102 26 0 0 16 0 9 0 1996564083 832028672 76590 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23998] ppid=23981 vsize=812528 CPUtime=0
/proc/23995/task/23998/stat : 23998 (java) S 23981 23981 23206 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996564083 832028672 76590 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23999] ppid=23981 vsize=812528 CPUtime=0
/proc/23995/task/23999/stat : 23999 (java) S 23981 23981 23206 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996564083 832028672 76590 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24000] ppid=23981 vsize=812528 CPUtime=0
/proc/23995/task/24000/stat : 24000 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996564085 832028672 76590 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24001] ppid=23981 vsize=812528 CPUtime=0.17
/proc/23995/task/24001/stat : 24001 (java) S 23981 23981 23206 0 -1 64 784 0 0 0 17 0 0 0 16 0 9 0 1996564085 832028672 76590 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24002] ppid=23981 vsize=812528 CPUtime=0
/proc/23995/task/24002/stat : 24002 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996564085 832028672 76590 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24003] ppid=23981 vsize=812528 CPUtime=0
/proc/23995/task/24003/stat : 24003 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996564085 832028672 76590 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 860092

[startup+51.1028 s]
/proc/loadavg: 2.03 2.00 1.95 3/82 24003
/proc/meminfo: memFree=1233960/2055920 swapFree=4180972/4192956
[pid=23981] ppid=23979 vsize=47564 CPUtime=0.01

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

[pid=23995/tid=23996] ppid=23981 vsize=821344 CPUtime=135.97
/proc/23995/task/23996/stat : 23996 (java) R 23981 23981 23206 0 -1 64 14978 0 1 0 13588 9 0 0 25 0 9 0 1996564082 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23997] ppid=23981 vsize=821344 CPUtime=9.6
/proc/23995/task/23997/stat : 23997 (java) R 23981 23981 23206 0 -1 64 176814 0 0 0 882 78 0 0 18 0 9 0 1996564083 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 104182598 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23998] ppid=23981 vsize=821344 CPUtime=0
/proc/23995/task/23998/stat : 23998 (java) S 23981 23981 23206 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996564083 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23999] ppid=23981 vsize=821344 CPUtime=0
/proc/23995/task/23999/stat : 23999 (java) S 23981 23981 23206 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996564083 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24000] ppid=23981 vsize=821344 CPUtime=0
/proc/23995/task/24000/stat : 24000 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996564085 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24001] ppid=23981 vsize=821344 CPUtime=0.18
/proc/23995/task/24001/stat : 24001 (java) S 23981 23981 23206 0 -1 64 793 0 0 0 18 0 0 0 16 0 9 0 1996564085 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24002] ppid=23981 vsize=821344 CPUtime=0
/proc/23995/task/24002/stat : 24002 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996564085 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24003] ppid=23981 vsize=821344 CPUtime=0
/proc/23995/task/24003/stat : 24003 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996564085 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 145.79
Current children cumulated vsize (KiB) 868908

[startup+150.302 s]
/proc/loadavg: 2.05 2.01 1.95 3/82 24003
/proc/meminfo: memFree=1004008/2055920 swapFree=4180972/4192956
[pid=23981] ppid=23979 vsize=47564 CPUtime=0.01
/proc/23981/stat : 23981 (galacE.sh) S 23979 23981 23206 0 -1 4194304 767 1697 0 0 0 0 0 1 23 0 1 0 1996564077 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23981/statm: 11891 366 247 79 0 219 0
[pid=23995] ppid=23981 vsize=821344 CPUtime=148.95
/proc/23995/stat : 23995 (java) S 23981 23981 23206 0 -1 0 200920 0 1 0 14803 92 0 0 18 0 9 0 1996564081 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23995/statm: 205336 187064 2594 9 0 199369 0
[pid=23995/tid=23996] ppid=23981 vsize=821344 CPUtime=136.07
/proc/23995/task/23996/stat : 23996 (java) S 23981 23981 23206 0 -1 64 14979 0 1 0 13598 9 0 0 17 0 9 0 1996564082 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23997] ppid=23981 vsize=821344 CPUtime=12.68
/proc/23995/task/23997/stat : 23997 (java) R 23981 23981 23206 0 -1 64 184448 0 0 0 1186 82 0 0 23 0 9 0 1996564083 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 103735824 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23998] ppid=23981 vsize=821344 CPUtime=0
/proc/23995/task/23998/stat : 23998 (java) S 23981 23981 23206 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996564083 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23999] ppid=23981 vsize=821344 CPUtime=0
/proc/23995/task/23999/stat : 23999 (java) S 23981 23981 23206 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996564083 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24000] ppid=23981 vsize=821344 CPUtime=0
/proc/23995/task/24000/stat : 24000 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996564085 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24001] ppid=23981 vsize=821344 CPUtime=0.18
/proc/23995/task/24001/stat : 24001 (java) S 23981 23981 23206 0 -1 64 793 0 0 0 18 0 0 0 16 0 9 0 1996564085 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24002] ppid=23981 vsize=821344 CPUtime=0
/proc/23995/task/24002/stat : 24002 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996564085 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24003] ppid=23981 vsize=821344 CPUtime=0
/proc/23995/task/24003/stat : 24003 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996564085 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 148.96
Current children cumulated vsize (KiB) 868908

[startup+153.503 s]
/proc/loadavg: 2.05 2.01 1.95 3/82 24003
/proc/meminfo: memFree=1003880/2055920 swapFree=4180972/4192956
[pid=23981] ppid=23979 vsize=47564 CPUtime=0.01
/proc/23981/stat : 23981 (galacE.sh) S 23979 23981 23206 0 -1 4194304 767 1697 0 0 0 0 0 1 23 0 1 0 1996564077 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23981/statm: 11891 366 247 79 0 219 0
[pid=23995] ppid=23981 vsize=821344 CPUtime=152.12
/proc/23995/stat : 23995 (java) S 23981 23981 23206 0 -1 0 204801 0 1 0 15119 93 0 0 18 0 9 0 1996564081 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23995/statm: 205336 187064 2594 9 0 199369 0
[pid=23995/tid=23996] ppid=23981 vsize=821344 CPUtime=136.07
/proc/23995/task/23996/stat : 23996 (java) S 23981 23981 23206 0 -1 64 14980 0 1 0 13598 9 0 0 17 0 9 0 1996564082 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23997] ppid=23981 vsize=821344 CPUtime=15.85
/proc/23995/task/23997/stat : 23997 (java) R 23981 23981 23206 0 -1 64 188328 0 0 0 1502 83 0 0 25 0 9 0 1996564083 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 104182216 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23998] ppid=23981 vsize=821344 CPUtime=0
/proc/23995/task/23998/stat : 23998 (java) S 23981 23981 23206 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996564083 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23999] ppid=23981 vsize=821344 CPUtime=0
/proc/23995/task/23999/stat : 23999 (java) S 23981 23981 23206 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996564083 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24000] ppid=23981 vsize=821344 CPUtime=0
/proc/23995/task/24000/stat : 24000 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996564085 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24001] ppid=23981 vsize=821344 CPUtime=0.18
/proc/23995/task/24001/stat : 24001 (java) S 23981 23981 23206 0 -1 64 793 0 0 0 18 0 0 0 16 0 9 0 1996564085 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24002] ppid=23981 vsize=821344 CPUtime=0
/proc/23995/task/24002/stat : 24002 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996564085 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24003] ppid=23981 vsize=821344 CPUtime=0
/proc/23995/task/24003/stat : 24003 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996564085 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 152.13
Current children cumulated vsize (KiB) 868908

[startup+155.108 s]
/proc/loadavg: 2.05 2.01 1.95 3/82 24003
/proc/meminfo: memFree=1003944/2055920 swapFree=4180972/4192956
[pid=23981] ppid=23979 vsize=47564 CPUtime=0.01
/proc/23981/stat : 23981 (galacE.sh) S 23979 23981 23206 0 -1 4194304 767 1697 0 0 0 0 0 1 23 0 1 0 1996564077 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23981/statm: 11891 366 247 79 0 219 0
[pid=23995] ppid=23981 vsize=821344 CPUtime=153.71
/proc/23995/stat : 23995 (java) S 23981 23981 23206 0 -1 0 208681 0 1 0 15276 95 0 0 18 0 9 0 1996564081 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23995/statm: 205336 187064 2594 9 0 199369 0
[pid=23995/tid=23996] ppid=23981 vsize=821344 CPUtime=136.07
/proc/23995/task/23996/stat : 23996 (java) S 23981 23981 23206 0 -1 64 14980 0 1 0 13598 9 0 0 17 0 9 0 1996564082 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23997] ppid=23981 vsize=821344 CPUtime=17.44
/proc/23995/task/23997/stat : 23997 (java) R 23981 23981 23206 0 -1 64 192208 0 0 0 1659 85 0 0 25 0 9 0 1996564083 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23998] ppid=23981 vsize=821344 CPUtime=0
/proc/23995/task/23998/stat : 23998 (java) S 23981 23981 23206 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996564083 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23999] ppid=23981 vsize=821344 CPUtime=0
/proc/23995/task/23999/stat : 23999 (java) S 23981 23981 23206 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996564083 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24000] ppid=23981 vsize=821344 CPUtime=0
/proc/23995/task/24000/stat : 24000 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996564085 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24001] ppid=23981 vsize=821344 CPUtime=0.18
/proc/23995/task/24001/stat : 24001 (java) S 23981 23981 23206 0 -1 64 793 0 0 0 18 0 0 0 16 0 9 0 1996564085 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24002] ppid=23981 vsize=821344 CPUtime=0
/proc/23995/task/24002/stat : 24002 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996564085 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24003] ppid=23981 vsize=821344 CPUtime=0
/proc/23995/task/24003/stat : 24003 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996564085 841056256 187064 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 153.72
Current children cumulated vsize (KiB) 868908

[startup+155.902 s]
/proc/loadavg: 2.05 2.01 1.95 3/82 24003
/proc/meminfo: memFree=1003944/2055920 swapFree=4180972/4192956
[pid=23981] ppid=23979 vsize=47564 CPUtime=0.01
/proc/23981/stat : 23981 (galacE.sh) S 23979 23981 23206 0 -1 4194304 767 1697 0 0 0 0 0 1 23 0 1 0 1996564077 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23981/statm: 11891 366 247 79 0 219 0
[pid=23995] ppid=23981 vsize=813340 CPUtime=154.5
/proc/23995/stat : 23995 (java) S 23981 23981 23206 0 -1 0 208685 0 1 0 15355 95 0 0 18 0 9 0 1996564081 832860160 185065 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23995/statm: 203335 185065 2594 9 0 197368 0
[pid=23995/tid=23996] ppid=23981 vsize=813340 CPUtime=136.07
/proc/23995/task/23996/stat : 23996 (java) S 23981 23981 23206 0 -1 64 14984 0 1 0 13598 9 0 0 17 0 9 0 1996564082 832860160 185065 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23997] ppid=23981 vsize=813340 CPUtime=18.23
/proc/23995/task/23997/stat : 23997 (java) R 23981 23981 23206 0 -1 64 192208 0 0 0 1738 85 0 0 25 0 9 0 1996564083 832860160 185065 996147200 134512640 134550740 4294955600 18446744073709551615 104181565 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23998] ppid=23981 vsize=813340 CPUtime=0
/proc/23995/task/23998/stat : 23998 (java) S 23981 23981 23206 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996564083 832860160 185065 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23999] ppid=23981 vsize=813340 CPUtime=0
/proc/23995/task/23999/stat : 23999 (java) S 23981 23981 23206 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996564083 832860160 185065 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24000] ppid=23981 vsize=813340 CPUtime=0
/proc/23995/task/24000/stat : 24000 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996564085 832860160 185065 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24001] ppid=23981 vsize=813340 CPUtime=0.18
/proc/23995/task/24001/stat : 24001 (java) S 23981 23981 23206 0 -1 64 793 0 0 0 18 0 0 0 16 0 9 0 1996564085 832860160 185065 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24002] ppid=23981 vsize=813340 CPUtime=0
/proc/23995/task/24002/stat : 24002 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996564085 832860160 185065 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24003] ppid=23981 vsize=813340 CPUtime=0
/proc/23995/task/24003/stat : 24003 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996564085 832860160 185065 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 154.51
Current children cumulated vsize (KiB) 860904

[startup+156.102 s]
/proc/loadavg: 2.05 2.01 1.95 3/82 24003
/proc/meminfo: memFree=1011944/2055920 swapFree=4180972/4192956
[pid=23981] ppid=23979 vsize=47564 CPUtime=0.01
/proc/23981/stat : 23981 (galacE.sh) S 23979 23981 23206 0 -1 4194304 767 1697 0 0 0 0 0 1 23 0 1 0 1996564077 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23981/statm: 11891 366 247 79 0 219 0
[pid=23995] ppid=23981 vsize=813340 CPUtime=154.7
/proc/23995/stat : 23995 (java) S 23981 23981 23206 0 -1 0 208685 0 1 0 15375 95 0 0 18 0 9 0 1996564081 832860160 185065 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23995/statm: 203335 185065 2594 9 0 197368 0
[pid=23995/tid=23996] ppid=23981 vsize=813340 CPUtime=136.07
/proc/23995/task/23996/stat : 23996 (java) S 23981 23981 23206 0 -1 64 14984 0 1 0 13598 9 0 0 17 0 9 0 1996564082 832860160 185065 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23997] ppid=23981 vsize=813340 CPUtime=18.43
/proc/23995/task/23997/stat : 23997 (java) R 23981 23981 23206 0 -1 64 192208 0 0 0 1758 85 0 0 25 0 9 0 1996564083 832860160 185065 996147200 134512640 134550740 4294955600 18446744073709551615 102478980 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23998] ppid=23981 vsize=813340 CPUtime=0
/proc/23995/task/23998/stat : 23998 (java) S 23981 23981 23206 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996564083 832860160 185065 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23999] ppid=23981 vsize=813340 CPUtime=0
/proc/23995/task/23999/stat : 23999 (java) S 23981 23981 23206 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996564083 832860160 185065 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24000] ppid=23981 vsize=813340 CPUtime=0
/proc/23995/task/24000/stat : 24000 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996564085 832860160 185065 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24001] ppid=23981 vsize=813340 CPUtime=0.18
/proc/23995/task/24001/stat : 24001 (java) S 23981 23981 23206 0 -1 64 793 0 0 0 18 0 0 0 16 0 9 0 1996564085 832860160 185065 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24002] ppid=23981 vsize=813340 CPUtime=0
/proc/23995/task/24002/stat : 24002 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996564085 832860160 185065 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24003] ppid=23981 vsize=813340 CPUtime=0
/proc/23995/task/24003/stat : 24003 (java) S 23981 23981 23206 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996564085 832860160 185065 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 154.71
Current children cumulated vsize (KiB) 860904

[startup+156.207 s]
/proc/loadavg: 2.05 2.01 1.95 3/82 24003
/proc/meminfo: memFree=1011944/2055920 swapFree=4180972/4192956
[pid=23981] ppid=23979 vsize=47564 CPUtime=0.01
/proc/23981/stat : 23981 (galacE.sh) S 23979 23981 23206 0 -1 4194304 767 1697 0 0 0 0 0 1 23 0 1 0 1996564077 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23981/statm: 11891 366 247 79 0 219 0
[pid=23995] ppid=23981 vsize=0 CPUtime=154.76
/proc/23995/stat : 23995 (java) Z 23981 23981 23206 0 -1 12 208697 0 1 0 15377 99 0 0 16 0 2 0 1996564081 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23995/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 154.77
Current children cumulated vsize (KiB) 47564

Child status: 0
Real time (s): 156.28
CPU time (s): 154.874
CPU user time (s): 153.781
CPU system time (s): 1.09383
CPU usage (%): 99.1003
Max. virtual memory (cumulated for all children) (KiB): 872912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 153.781
system time used= 1.09383
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211183
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= 4019
involuntary context switches= 7313

runsolver used 0.204968 second user time and 0.515921 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-04 14:51:34
IDJOB=1072842
IDBENCH=56295
IDSOLVER=351
FILE ID=node15/1072842-1215175894
PBS_JOBID= 7881514
Free space on /tmp= 66528 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 02fcfb68013219e2761d87a97466581d
RANDOM SEED=1295647318

node15.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.229
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.229
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:       1745240 kB
Buffers:         51160 kB
Cached:         177080 kB
SwapCached:       6020 kB
Active:         176680 kB
Inactive:        72840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745240 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            3284 kB
Writeback:           0 kB
Mapped:          28596 kB
Slab:            46324 kB
Committed_AS:  3515004 kB
PageTables:       1884 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= 66524 MiB
End job on node15 at 2008-07-04 14:54:11