Trace number 1060058

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) 68.6586 69.4207

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-95-2.xml
MD5SUM8376fcfcac18b60a71faf845a033c81e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.5906
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size854
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
68.42/69.28	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
68.42/69.28		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:149)
68.42/69.28		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
68.42/69.28		at base.Problem.endConstraint(Problem.java:510)
68.42/69.28		at sat4j.Constraint.endElement(Constraint.java:37)
68.42/69.28		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
68.42/69.28		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
68.42/69.28		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
68.42/69.28		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
68.42/69.28		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
68.42/69.28		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
68.42/69.28		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
68.42/69.28		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
68.42/69.28		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
68.42/69.28		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
68.42/69.28		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
68.42/69.28		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
68.42/69.28		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
68.42/69.28		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-1060058-1215125657/watcher-1060058-1215125657 -o /tmp/evaluation-result-1060058-1215125657/solver-1060058-1215125657 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1060058-1215125657.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.12 2.14 2.05 4/80 8789
/proc/meminfo: memFree=1477456/2055920 swapFree=4180420/4192956
[pid=8789] ppid=8787 vsize=5316 CPUtime=0
/proc/8789/stat : 8789 (galacE.sh) R 8787 8789 8713 0 -1 4194304 224 0 0 0 0 0 0 0 23 0 1 0 1991537607 5443584 188 996147200 4194304 4520092 548682068832 18446744073709551615 235368641239 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8789/statm: 1329 188 141 79 0 121 0

[startup+0.10232 s]
/proc/loadavg: 2.12 2.14 2.05 4/80 8789
/proc/meminfo: memFree=1477456/2055920 swapFree=4180420/4192956
[pid=8789] ppid=8787 vsize=47568 CPUtime=0.01
/proc/8789/stat : 8789 (galacE.sh) S 8787 8789 8713 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1991537607 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8789/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.201335 s]
/proc/loadavg: 2.12 2.14 2.05 4/80 8789
/proc/meminfo: memFree=1477456/2055920 swapFree=4180420/4192956
[pid=8789] ppid=8787 vsize=47568 CPUtime=0.01
/proc/8789/stat : 8789 (galacE.sh) S 8787 8789 8713 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1991537607 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8789/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.30135 s]
/proc/loadavg: 2.12 2.14 2.05 4/80 8789
/proc/meminfo: memFree=1477456/2055920 swapFree=4180420/4192956
[pid=8789] ppid=8787 vsize=47568 CPUtime=0.01
/proc/8789/stat : 8789 (galacE.sh) S 8787 8789 8713 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1991537607 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8789/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701425 s]
/proc/loadavg: 2.12 2.14 2.05 4/80 8789
/proc/meminfo: memFree=1477456/2055920 swapFree=4180420/4192956
[pid=8789] ppid=8787 vsize=47568 CPUtime=0.01
/proc/8789/stat : 8789 (galacE.sh) S 8787 8789 8713 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1991537607 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8789/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50256 s]
/proc/loadavg: 2.12 2.14 2.05 3/90 8811
/proc/meminfo: memFree=1444800/2055920 swapFree=4180420/4192956
[pid=8789] ppid=8787 vsize=47568 CPUtime=0.01
/proc/8789/stat : 8789 (galacE.sh) S 8787 8789 8713 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1991537607 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8789/statm: 11892 365 246 79 0 219 0
[pid=8803] ppid=8789 vsize=812732 CPUtime=1.44
/proc/8803/stat : 8803 (java) S 8789 8789 8713 0 -1 0 13328 0 1 0 137 7 0 0 18 0 9 0 1991537611 832237568 12745 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8803/statm: 203183 12745 1910 9 0 197164 0
[pid=8803/tid=8804] ppid=8789 vsize=812732 CPUtime=1.27
/proc/8803/task/8804/stat : 8804 (java) R 8789 8789 8713 0 -1 64 11831 0 1 0 121 6 0 0 25 0 9 0 1991537612 832237568 12745 996147200 134512640 134550740 4294955616 18446744073709551615 4126827632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8805] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8805/stat : 8805 (java) S 8789 8789 8713 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 1991537613 832237568 12745 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8806] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8806/stat : 8806 (java) S 8789 8789 8713 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1991537614 832237568 12745 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8807] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8807/stat : 8807 (java) S 8789 8789 8713 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1991537614 832237568 12745 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8808] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8808/stat : 8808 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991537616 832237568 12745 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8809] ppid=8789 vsize=812732 CPUtime=0.15
/proc/8803/task/8809/stat : 8809 (java) S 8789 8789 8713 0 -1 64 793 0 0 0 15 0 0 0 16 0 9 0 1991537616 832237568 12745 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8810] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8810/stat : 8810 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991537616 832237568 12745 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8811] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8811/stat : 8811 (java) R 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991537616 832237568 12745 996147200 134512640 134550740 4294955616 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) 860300

[startup+3.10282 s]
/proc/loadavg: 2.12 2.14 2.05 3/90 8811
/proc/meminfo: memFree=1391680/2055920 swapFree=4180420/4192956
[pid=8789] ppid=8787 vsize=47568 CPUtime=0.01
/proc/8789/stat : 8789 (galacE.sh) S 8787 8789 8713 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1991537607 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8789/statm: 11892 365 246 79 0 219 0
[pid=8803] ppid=8789 vsize=812732 CPUtime=3.02
/proc/8803/stat : 8803 (java) S 8789 8789 8713 0 -1 0 23633 0 1 0 292 10 0 0 18 0 9 0 1991537611 832237568 23039 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8803/statm: 203183 23039 1931 9 0 197164 0
[pid=8803/tid=8804] ppid=8789 vsize=812732 CPUtime=2.72
/proc/8803/task/8804/stat : 8804 (java) R 8789 8789 8713 0 -1 64 14583 0 1 0 265 7 0 0 25 0 9 0 1991537612 832237568 23039 996147200 134512640 134550740 4294955616 18446744073709551615 4126852556 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8805] ppid=8789 vsize=812732 CPUtime=0.11
/proc/8803/task/8805/stat : 8805 (java) S 8789 8789 8713 0 -1 64 7551 0 0 0 9 2 0 0 17 0 9 0 1991537613 832237568 23039 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8806] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8806/stat : 8806 (java) S 8789 8789 8713 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991537614 832237568 23039 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8807] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8807/stat : 8807 (java) S 8789 8789 8713 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991537614 832237568 23039 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8808] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8808/stat : 8808 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991537616 832237568 23039 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8809] ppid=8789 vsize=812732 CPUtime=0.16
/proc/8803/task/8809/stat : 8809 (java) S 8789 8789 8713 0 -1 64 799 0 0 0 16 0 0 0 16 0 9 0 1991537616 832237568 23039 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8810] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8810/stat : 8810 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991537616 832237568 23039 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8811] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8811/stat : 8811 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991537616 832237568 23039 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860300

[startup+6.30237 s]
/proc/loadavg: 2.11 2.13 2.05 3/90 8811
/proc/meminfo: memFree=1335104/2055920 swapFree=4180420/4192956
[pid=8789] ppid=8787 vsize=47568 CPUtime=0.01
/proc/8789/stat : 8789 (galacE.sh) S 8787 8789 8713 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1991537607 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8789/statm: 11892 365 246 79 0 219 0
[pid=8803] ppid=8789 vsize=812732 CPUtime=6.18
/proc/8803/stat : 8803 (java) S 8789 8789 8713 0 -1 0 37688 0 1 0 602 16 0 0 18 0 9 0 1991537611 832237568 37091 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8803/statm: 203183 37091 1931 9 0 197164 0
[pid=8803/tid=8804] ppid=8789 vsize=812732 CPUtime=5.51
/proc/8803/task/8804/stat : 8804 (java) R 8789 8789 8713 0 -1 64 14587 0 1 0 544 7 0 0 25 0 9 0 1991537612 832237568 37091 996147200 134512640 134550740 4294955616 18446744073709551615 4126825452 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8805] ppid=8789 vsize=812732 CPUtime=0.48
/proc/8803/task/8805/stat : 8805 (java) S 8789 8789 8713 0 -1 64 21598 0 0 0 40 8 0 0 16 0 9 0 1991537613 832237568 37091 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8806] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8806/stat : 8806 (java) S 8789 8789 8713 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991537614 832237568 37091 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8807] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8807/stat : 8807 (java) S 8789 8789 8713 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991537614 832237568 37091 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8808] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8808/stat : 8808 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991537616 832237568 37091 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8809] ppid=8789 vsize=812732 CPUtime=0.17
/proc/8803/task/8809/stat : 8809 (java) S 8789 8789 8713 0 -1 64 803 0 0 0 17 0 0 0 17 0 9 0 1991537616 832237568 37091 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8810] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8810/stat : 8810 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991537616 832237568 37091 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8811] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8811/stat : 8811 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991537616 832237568 37091 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860300

[startup+12.7031 s]
/proc/loadavg: 2.10 2.13 2.05 3/90 8811
/proc/meminfo: memFree=1196544/2055920 swapFree=4180420/4192956
[pid=8789] ppid=8787 vsize=47568 CPUtime=0.01
/proc/8789/stat : 8789 (galacE.sh) S 8787 8789 8713 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1991537607 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8789/statm: 11892 365 246 79 0 219 0
[pid=8803] ppid=8789 vsize=812732 CPUtime=12.51
/proc/8803/stat : 8803 (java) S 8789 8789 8713 0 -1 0 72250 0 1 0 1222 29 0 0 18 0 9 0 1991537611 832237568 71647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8803/statm: 203183 71647 1931 9 0 197164 0
[pid=8803/tid=8804] ppid=8789 vsize=812732 CPUtime=10.84
/proc/8803/task/8804/stat : 8804 (java) R 8789 8789 8713 0 -1 64 14593 0 1 0 1077 7 0 0 25 0 9 0 1991537612 832237568 71647 996147200 134512640 134550740 4294955616 18446744073709551615 4126821608 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8805] ppid=8789 vsize=812732 CPUtime=1.47
/proc/8803/task/8805/stat : 8805 (java) S 8789 8789 8713 0 -1 64 56149 0 0 0 127 20 0 0 17 0 9 0 1991537613 832237568 71647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8806] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8806/stat : 8806 (java) S 8789 8789 8713 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991537614 832237568 71647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8807] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8807/stat : 8807 (java) S 8789 8789 8713 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991537614 832237568 71647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8808] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8808/stat : 8808 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991537616 832237568 71647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8809] ppid=8789 vsize=812732 CPUtime=0.18
/proc/8803/task/8809/stat : 8809 (java) S 8789 8789 8713 0 -1 64 808 0 0 0 18 0 0 0 16 0 9 0 1991537616 832237568 71647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8810] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8810/stat : 8810 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991537616 832237568 71647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8811] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8811/stat : 8811 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991537616 832237568 71647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 860300

[startup+25.5016 s]
/proc/loadavg: 2.16 2.14 2.06 3/90 8811
/proc/meminfo: memFree=917056/2055920 swapFree=4180420/4192956
[pid=8789] ppid=8787 vsize=47568 CPUtime=0.01
/proc/8789/stat : 8789 (galacE.sh) S 8787 8789 8713 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1991537607 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8789/statm: 11892 365 246 79 0 219 0
[pid=8803] ppid=8789 vsize=812732 CPUtime=25.18
/proc/8803/stat : 8803 (java) S 8789 8789 8713 0 -1 0 147895 0 1 0 2456 62 0 0 18 0 9 0 1991537611 832237568 147280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8803/statm: 203183 147280 1931 9 0 197164 0
[pid=8803/tid=8804] ppid=8789 vsize=812732 CPUtime=21.29
/proc/8803/task/8804/stat : 8804 (java) R 8789 8789 8713 0 -1 64 14605 0 1 0 2122 7 0 0 25 0 9 0 1991537612 832237568 147280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8805] ppid=8789 vsize=812732 CPUtime=3.66
/proc/8803/task/8805/stat : 8805 (java) R 8789 8789 8713 0 -1 64 131771 0 0 0 313 53 0 0 17 0 9 0 1991537613 832237568 147280 996147200 134512640 134550740 4294955616 18446744073709551615 104457056 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8806] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8806/stat : 8806 (java) S 8789 8789 8713 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991537614 832237568 147280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8807] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8807/stat : 8807 (java) S 8789 8789 8713 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991537614 832237568 147280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8808] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8808/stat : 8808 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991537616 832237568 147280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8809] ppid=8789 vsize=812732 CPUtime=0.19
/proc/8803/task/8809/stat : 8809 (java) S 8789 8789 8713 0 -1 64 819 0 0 0 19 0 0 0 16 0 9 0 1991537616 832237568 147280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8810] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8810/stat : 8810 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991537616 832237568 147280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8811] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8811/stat : 8811 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991537616 832237568 147280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 860300

[startup+51.103 s]
/proc/loadavg: 2.10 2.13 2.05 3/90 8811
/proc/meminfo: memFree=745344/2055920 swapFree=4180420/4192956
[pid=8789] ppid=8787 vsize=47568 CPUtime=0.01

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

[pid=8803/tid=8804] ppid=8789 vsize=812732 CPUtime=30.27
/proc/8803/task/8804/stat : 8804 (java) S 8789 8789 8713 0 -1 64 14617 0 1 0 3020 7 0 0 19 0 9 0 1991537612 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8805] ppid=8789 vsize=812732 CPUtime=20.09
/proc/8803/task/8805/stat : 8805 (java) R 8789 8789 8713 0 -1 64 169548 0 0 0 1943 66 0 0 25 0 9 0 1991537613 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 102350476 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8806] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8806/stat : 8806 (java) S 8789 8789 8713 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991537614 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8807] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8807/stat : 8807 (java) S 8789 8789 8713 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991537614 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8808] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8808/stat : 8808 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991537616 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8809] ppid=8789 vsize=812732 CPUtime=0.21
/proc/8803/task/8809/stat : 8809 (java) S 8789 8789 8713 0 -1 64 829 0 0 0 21 0 0 0 16 0 9 0 1991537616 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8810] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8810/stat : 8810 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991537616 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8811] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8811/stat : 8811 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991537616 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 860300

[startup+57.6021 s]
/proc/loadavg: 2.09 2.13 2.05 3/90 8811
/proc/meminfo: memFree=745408/2055920 swapFree=4180420/4192956
[pid=8789] ppid=8787 vsize=47568 CPUtime=0.01
/proc/8789/stat : 8789 (galacE.sh) S 8787 8789 8713 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1991537607 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8789/statm: 11892 365 246 79 0 219 0
[pid=8803] ppid=8789 vsize=812732 CPUtime=56.93
/proc/8803/stat : 8803 (java) S 8789 8789 8713 0 -1 0 185697 0 1 0 5619 74 0 0 18 0 9 0 1991537611 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8803/statm: 203183 184883 2593 9 0 197164 0
[pid=8803/tid=8804] ppid=8789 vsize=812732 CPUtime=30.62
/proc/8803/task/8804/stat : 8804 (java) S 8789 8789 8713 0 -1 64 14620 0 1 0 3055 7 0 0 17 0 9 0 1991537612 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8805] ppid=8789 vsize=812732 CPUtime=26.08
/proc/8803/task/8805/stat : 8805 (java) R 8789 8789 8713 0 -1 64 169548 0 0 0 2542 66 0 0 25 0 9 0 1991537613 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 102469663 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8806] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8806/stat : 8806 (java) S 8789 8789 8713 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991537614 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8807] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8807/stat : 8807 (java) S 8789 8789 8713 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991537614 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8808] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8808/stat : 8808 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991537616 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8809] ppid=8789 vsize=812732 CPUtime=0.21
/proc/8803/task/8809/stat : 8809 (java) S 8789 8789 8713 0 -1 64 829 0 0 0 21 0 0 0 16 0 9 0 1991537616 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8810] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8810/stat : 8810 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991537616 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8811] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8811/stat : 8811 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991537616 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 56.94
Current children cumulated vsize (KiB) 860300

[startup+64.0022 s]
/proc/loadavg: 2.08 2.12 2.05 3/90 8811
/proc/meminfo: memFree=745344/2055920 swapFree=4180420/4192956
[pid=8789] ppid=8787 vsize=47568 CPUtime=0.01
/proc/8789/stat : 8789 (galacE.sh) S 8787 8789 8713 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1991537607 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8789/statm: 11892 365 246 79 0 219 0
[pid=8803] ppid=8789 vsize=812732 CPUtime=63.26
/proc/8803/stat : 8803 (java) S 8789 8789 8713 0 -1 0 185698 0 1 0 6252 74 0 0 18 0 9 0 1991537611 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8803/statm: 203183 184883 2593 9 0 197164 0
[pid=8803/tid=8804] ppid=8789 vsize=812732 CPUtime=30.62
/proc/8803/task/8804/stat : 8804 (java) S 8789 8789 8713 0 -1 64 14621 0 1 0 3055 7 0 0 17 0 9 0 1991537612 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8805] ppid=8789 vsize=812732 CPUtime=32.41
/proc/8803/task/8805/stat : 8805 (java) R 8789 8789 8713 0 -1 64 169548 0 0 0 3175 66 0 0 25 0 9 0 1991537613 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 104456985 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8806] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8806/stat : 8806 (java) S 8789 8789 8713 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991537614 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8807] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8807/stat : 8807 (java) S 8789 8789 8713 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991537614 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8808] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8808/stat : 8808 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991537616 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8809] ppid=8789 vsize=812732 CPUtime=0.21
/proc/8803/task/8809/stat : 8809 (java) S 8789 8789 8713 0 -1 64 829 0 0 0 21 0 0 0 16 0 9 0 1991537616 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8810] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8810/stat : 8810 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991537616 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8811] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8811/stat : 8811 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991537616 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.27
Current children cumulated vsize (KiB) 860300

[startup+67.2067 s]
/proc/loadavg: 2.08 2.12 2.05 3/90 8811
/proc/meminfo: memFree=745344/2055920 swapFree=4180420/4192956
[pid=8789] ppid=8787 vsize=47568 CPUtime=0.01
/proc/8789/stat : 8789 (galacE.sh) S 8787 8789 8713 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1991537607 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8789/statm: 11892 365 246 79 0 219 0
[pid=8803] ppid=8789 vsize=812732 CPUtime=66.44
/proc/8803/stat : 8803 (java) S 8789 8789 8713 0 -1 0 185699 0 1 0 6570 74 0 0 18 0 9 0 1991537611 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8803/statm: 203183 184883 2593 9 0 197164 0
[pid=8803/tid=8804] ppid=8789 vsize=812732 CPUtime=30.62
/proc/8803/task/8804/stat : 8804 (java) S 8789 8789 8713 0 -1 64 14622 0 1 0 3055 7 0 0 17 0 9 0 1991537612 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8805] ppid=8789 vsize=812732 CPUtime=35.58
/proc/8803/task/8805/stat : 8805 (java) R 8789 8789 8713 0 -1 64 169548 0 0 0 3492 66 0 0 25 0 9 0 1991537613 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 104456945 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8806] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8806/stat : 8806 (java) S 8789 8789 8713 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991537614 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8807] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8807/stat : 8807 (java) S 8789 8789 8713 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991537614 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8808] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8808/stat : 8808 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991537616 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8809] ppid=8789 vsize=812732 CPUtime=0.21
/proc/8803/task/8809/stat : 8809 (java) S 8789 8789 8713 0 -1 64 829 0 0 0 21 0 0 0 16 0 9 0 1991537616 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8810] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8810/stat : 8810 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991537616 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8811] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8811/stat : 8811 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991537616 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 66.45
Current children cumulated vsize (KiB) 860300

[startup+68.802 s]
/proc/loadavg: 2.07 2.12 2.05 3/90 8811
/proc/meminfo: memFree=745344/2055920 swapFree=4180420/4192956
[pid=8789] ppid=8787 vsize=47568 CPUtime=0.01
/proc/8789/stat : 8789 (galacE.sh) S 8787 8789 8713 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1991537607 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8789/statm: 11892 365 246 79 0 219 0
[pid=8803] ppid=8789 vsize=812732 CPUtime=68.01
/proc/8803/stat : 8803 (java) S 8789 8789 8713 0 -1 0 185699 0 1 0 6727 74 0 0 18 0 9 0 1991537611 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8803/statm: 203183 184883 2593 9 0 197164 0
[pid=8803/tid=8804] ppid=8789 vsize=812732 CPUtime=30.62
/proc/8803/task/8804/stat : 8804 (java) S 8789 8789 8713 0 -1 64 14622 0 1 0 3055 7 0 0 17 0 9 0 1991537612 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8805] ppid=8789 vsize=812732 CPUtime=37.16
/proc/8803/task/8805/stat : 8805 (java) R 8789 8789 8713 0 -1 64 169548 0 0 0 3650 66 0 0 25 0 9 0 1991537613 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 104456976 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8806] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8806/stat : 8806 (java) S 8789 8789 8713 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991537614 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8807] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8807/stat : 8807 (java) S 8789 8789 8713 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991537614 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8808] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8808/stat : 8808 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991537616 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8809] ppid=8789 vsize=812732 CPUtime=0.21
/proc/8803/task/8809/stat : 8809 (java) S 8789 8789 8713 0 -1 64 829 0 0 0 21 0 0 0 16 0 9 0 1991537616 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8810] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8810/stat : 8810 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991537616 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8811] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8811/stat : 8811 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991537616 832237568 184883 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 68.02
Current children cumulated vsize (KiB) 860300

[startup+69.2021 s]
/proc/loadavg: 2.07 2.12 2.05 3/90 8811
/proc/meminfo: memFree=745344/2055920 swapFree=4180420/4192956
[pid=8789] ppid=8787 vsize=47568 CPUtime=0.01
/proc/8789/stat : 8789 (galacE.sh) S 8787 8789 8713 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1991537607 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8789/statm: 11892 365 246 79 0 219 0
[pid=8803] ppid=8789 vsize=812732 CPUtime=68.41
/proc/8803/stat : 8803 (java) S 8789 8789 8713 0 -1 0 185702 0 1 0 6767 74 0 0 18 0 9 0 1991537611 832237568 184884 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8803/statm: 203183 184884 2593 9 0 197164 0
[pid=8803/tid=8804] ppid=8789 vsize=812732 CPUtime=30.62
/proc/8803/task/8804/stat : 8804 (java) S 8789 8789 8713 0 -1 64 14625 0 1 0 3055 7 0 0 17 0 9 0 1991537612 832237568 184884 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8805] ppid=8789 vsize=812732 CPUtime=37.56
/proc/8803/task/8805/stat : 8805 (java) R 8789 8789 8713 0 -1 64 169548 0 0 0 3690 66 0 0 25 0 9 0 1991537613 832237568 184884 996147200 134512640 134550740 4294955616 18446744073709551615 104181586 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8806] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8806/stat : 8806 (java) S 8789 8789 8713 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991537614 832237568 184884 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8807] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8807/stat : 8807 (java) S 8789 8789 8713 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991537614 832237568 184884 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8808] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8808/stat : 8808 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991537616 832237568 184884 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8809] ppid=8789 vsize=812732 CPUtime=0.21
/proc/8803/task/8809/stat : 8809 (java) S 8789 8789 8713 0 -1 64 829 0 0 0 21 0 0 0 16 0 9 0 1991537616 832237568 184884 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8810] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8810/stat : 8810 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991537616 832237568 184884 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8803/tid=8811] ppid=8789 vsize=812732 CPUtime=0
/proc/8803/task/8811/stat : 8811 (java) S 8789 8789 8713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991537616 832237568 184884 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 68.42
Current children cumulated vsize (KiB) 860300

[startup+69.4073 s]
/proc/loadavg: 2.07 2.12 2.05 2/90 8811
/proc/meminfo: memFree=745344/2055920 swapFree=4180420/4192956
[pid=8789] ppid=8787 vsize=47568 CPUtime=0.01
/proc/8789/stat : 8789 (galacE.sh) S 8787 8789 8713 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1991537607 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 235370900314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8789/statm: 11892 365 246 79 0 219 0
[pid=8803] ppid=8789 vsize=0 CPUtime=68.61
/proc/8803/stat : 8803 (java) Z 8789 8789 8713 0 -1 12 185716 0 1 0 6776 85 0 0 16 0 2 0 1991537611 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8803/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 68.62
Current children cumulated vsize (KiB) 47568

Child status: 0
Real time (s): 69.4207
CPU time (s): 68.6586
CPU user time (s): 67.7737
CPU system time (s): 0.884865
CPU usage (%): 98.9021
Max. virtual memory (cumulated for all children) (KiB): 860300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.7737
system time used= 0.884865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188201
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= 2146
involuntary context switches= 3576

runsolver used 0.148977 second user time and 0.252961 second system time

The end

Launcher Data (download as text)

Begin job on node51 at 2008-07-04 00:54:17
IDJOB=1060058
IDBENCH=54402
IDSOLVER=351
FILE ID=node51/1060058-1215125657
PBS_JOBID= 7877271
Free space on /tmp= 66544 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-95-2.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060058-1215125657/watcher-1060058-1215125657 -o /tmp/evaluation-result-1060058-1215125657/solver-1060058-1215125657 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1060058-1215125657.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8376fcfcac18b60a71faf845a033c81e
RANDOM SEED=1049144649

node51.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.263
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.263
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:       1477936 kB
Buffers:         68420 kB
Cached:         356028 kB
SwapCached:       7012 kB
Active:         314900 kB
Inactive:       200632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1477936 kB
SwapTotal:     4192956 kB
SwapFree:      4180420 kB
Dirty:            3508 kB
Writeback:           0 kB
Mapped:         104220 kB
Slab:            47668 kB
Committed_AS:  4575804 kB
PageTables:       1992 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= 66540 MiB
End job on node51 at 2008-07-04 00:55:27