Trace number 1080815

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) 72.384 72.8156

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-105-4.xml
MD5SUM0956c2101f17f3186356998f35f5383c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark40.5588
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1444
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
72.19/72.67	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
72.19/72.67		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:149)
72.19/72.67		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
72.19/72.67		at base.Problem.endConstraint(Problem.java:510)
72.19/72.67		at sat4j.Constraint.endElement(Constraint.java:37)
72.19/72.67		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
72.19/72.67		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
72.19/72.67		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
72.19/72.67		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
72.19/72.67		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
72.19/72.67		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
72.19/72.67		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
72.19/72.67		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
72.19/72.67		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
72.19/72.67		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
72.19/72.67		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
72.19/72.67		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
72.19/72.67		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
72.19/72.67		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-1080815-1215213349/watcher-1080815-1215213349 -o /tmp/evaluation-result-1080815-1215213349/solver-1080815-1215213349 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1080815-1215213349.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.11 2.07 2.01 5/82 5987
/proc/meminfo: memFree=1712024/2055920 swapFree=4176360/4192956
[pid=5987] ppid=5985 vsize=5228 CPUtime=0
/proc/5987/stat : 5987 (galacE.sh) R 5985 5987 2889 0 -1 4194304 130 0 0 0 0 0 0 0 18 0 1 0 2000302020 5353472 100 996147200 4194304 4520092 548682068832 18446744073709551615 4236214 0 0 4096 0 0 0 0 17 0 0 0
/proc/5987/statm: 1309 106 78 79 0 113 0

[startup+0.0471369 s]
/proc/loadavg: 2.11 2.07 2.01 5/82 5987
/proc/meminfo: memFree=1712024/2055920 swapFree=4176360/4192956
[pid=5987] ppid=5985 vsize=47572 CPUtime=0.01
/proc/5987/stat : 5987 (galacE.sh) S 5985 5987 2889 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 2000302020 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5987/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.10124 s]
/proc/loadavg: 2.11 2.07 2.01 5/82 5987
/proc/meminfo: memFree=1712024/2055920 swapFree=4176360/4192956
[pid=5987] ppid=5985 vsize=47572 CPUtime=0.01
/proc/5987/stat : 5987 (galacE.sh) S 5985 5987 2889 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 2000302020 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5987/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301265 s]
/proc/loadavg: 2.11 2.07 2.01 5/82 5987
/proc/meminfo: memFree=1712024/2055920 swapFree=4176360/4192956
[pid=5987] ppid=5985 vsize=47572 CPUtime=0.01
/proc/5987/stat : 5987 (galacE.sh) S 5985 5987 2889 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 2000302020 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5987/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701311 s]
/proc/loadavg: 2.11 2.07 2.01 5/82 5987
/proc/meminfo: memFree=1712024/2055920 swapFree=4176360/4192956
[pid=5987] ppid=5985 vsize=47572 CPUtime=0.01
/proc/5987/stat : 5987 (galacE.sh) S 5985 5987 2889 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 2000302020 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5987/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.5024 s]
/proc/loadavg: 2.11 2.07 2.01 3/92 6009
/proc/meminfo: memFree=1663176/2055920 swapFree=4176360/4192956
[pid=5987] ppid=5985 vsize=47572 CPUtime=0.01
/proc/5987/stat : 5987 (galacE.sh) S 5985 5987 2889 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 2000302020 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5987/statm: 11893 363 244 79 0 219 0
[pid=6001] ppid=5987 vsize=812748 CPUtime=1.44
/proc/6001/stat : 6001 (java) S 5987 5987 2889 0 -1 0 28140 0 1 0 127 17 0 0 18 0 9 0 2000302024 832253952 27376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6001/statm: 203187 27376 2587 9 0 197168 0
[pid=6001/tid=6002] ppid=5987 vsize=812748 CPUtime=0.94
/proc/6001/task/6002/stat : 6002 (java) R 5987 5987 2889 0 -1 64 13860 0 1 0 85 9 0 0 24 0 9 0 2000302025 832253952 27376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6003] ppid=5987 vsize=812748 CPUtime=0.34
/proc/6001/task/6003/stat : 6003 (java) R 5987 5987 2889 0 -1 64 12801 0 0 0 27 7 0 0 18 0 9 0 2000302026 832253952 27376 996147200 134512640 134550740 4294955600 18446744073709551615 102516776 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6004] ppid=5987 vsize=812748 CPUtime=0
/proc/6001/task/6004/stat : 6004 (java) S 5987 5987 2889 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000302026 832253952 27376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6005] ppid=5987 vsize=812748 CPUtime=0
/proc/6001/task/6005/stat : 6005 (java) S 5987 5987 2889 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000302026 832253952 27376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6006] ppid=5987 vsize=812748 CPUtime=0
/proc/6001/task/6006/stat : 6006 (java) S 5987 5987 2889 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000302029 832253952 27376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6007] ppid=5987 vsize=812748 CPUtime=0.14
/proc/6001/task/6007/stat : 6007 (java) S 5987 5987 2889 0 -1 64 779 0 0 0 14 0 0 0 16 0 9 0 2000302029 832253952 27376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6008] ppid=5987 vsize=812748 CPUtime=0
/proc/6001/task/6008/stat : 6008 (java) S 5987 5987 2889 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000302029 832253952 27376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6009] ppid=5987 vsize=812748 CPUtime=0
/proc/6001/task/6009/stat : 6009 (java) S 5987 5987 2889 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000302029 832253952 27376 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) 860320

[startup+3.10257 s]
/proc/loadavg: 2.11 2.07 2.01 4/92 6009
/proc/meminfo: memFree=1556616/2055920 swapFree=4176360/4192956
[pid=5987] ppid=5985 vsize=47572 CPUtime=0.01
/proc/5987/stat : 5987 (galacE.sh) S 5985 5987 2889 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 2000302020 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5987/statm: 11893 363 244 79 0 219 0
[pid=6001] ppid=5987 vsize=814828 CPUtime=3.04
/proc/6001/stat : 6001 (java) S 5987 5987 2889 0 -1 0 43970 0 1 0 279 25 0 0 18 0 9 0 2000302024 834383872 43204 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6001/statm: 203707 43204 2587 9 0 197688 0
[pid=6001/tid=6002] ppid=5987 vsize=814828 CPUtime=2.11
/proc/6001/task/6002/stat : 6002 (java) R 5987 5987 2889 0 -1 64 15067 0 1 0 201 10 0 0 25 0 9 0 2000302025 834383872 43204 996147200 134512640 134550740 4294955600 18446744073709551615 4126839663 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6003] ppid=5987 vsize=814828 CPUtime=0.75
/proc/6001/task/6003/stat : 6003 (java) S 5987 5987 2889 0 -1 64 27417 0 0 0 61 14 0 0 19 0 9 0 2000302026 834383872 43204 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6004] ppid=5987 vsize=814828 CPUtime=0
/proc/6001/task/6004/stat : 6004 (java) S 5987 5987 2889 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000302026 834383872 43204 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6005] ppid=5987 vsize=814828 CPUtime=0
/proc/6001/task/6005/stat : 6005 (java) S 5987 5987 2889 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000302026 834383872 43204 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6006] ppid=5987 vsize=814828 CPUtime=0
/proc/6001/task/6006/stat : 6006 (java) S 5987 5987 2889 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000302029 834383872 43204 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6007] ppid=5987 vsize=814828 CPUtime=0.15
/proc/6001/task/6007/stat : 6007 (java) S 5987 5987 2889 0 -1 64 786 0 0 0 15 0 0 0 16 0 9 0 2000302029 834383872 43204 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6008] ppid=5987 vsize=814828 CPUtime=0
/proc/6001/task/6008/stat : 6008 (java) S 5987 5987 2889 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000302029 834383872 43204 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6009] ppid=5987 vsize=814828 CPUtime=0
/proc/6001/task/6009/stat : 6009 (java) S 5987 5987 2889 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000302029 834383872 43204 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 862400

[startup+6.30194 s]
/proc/loadavg: 2.10 2.07 2.01 4/92 6009
/proc/meminfo: memFree=1515400/2055920 swapFree=4176360/4192956
[pid=5987] ppid=5985 vsize=47572 CPUtime=0.01
/proc/5987/stat : 5987 (galacE.sh) S 5985 5987 2889 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 2000302020 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5987/statm: 11893 363 244 79 0 219 0
[pid=6001] ppid=5987 vsize=812780 CPUtime=6.22
/proc/6001/stat : 6001 (java) S 5987 5987 2889 0 -1 0 54398 0 1 0 591 31 0 0 18 0 9 0 2000302024 832286720 53137 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6001/statm: 203195 53137 2591 9 0 197176 0
[pid=6001/tid=6002] ppid=5987 vsize=812780 CPUtime=4.99
/proc/6001/task/6002/stat : 6002 (java) R 5987 5987 2889 0 -1 64 15093 0 1 0 489 10 0 0 25 0 9 0 2000302025 832286720 53137 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6003] ppid=5987 vsize=812780 CPUtime=1.04
/proc/6001/task/6003/stat : 6003 (java) R 5987 5987 2889 0 -1 64 37813 0 0 0 85 19 0 0 17 0 9 0 2000302026 832286720 53137 996147200 134512640 134550740 4294955600 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6004] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6004/stat : 6004 (java) S 5987 5987 2889 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000302026 832286720 53137 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6005] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6005/stat : 6005 (java) S 5987 5987 2889 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000302026 832286720 53137 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6006] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6006/stat : 6006 (java) S 5987 5987 2889 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000302029 832286720 53137 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6007] ppid=5987 vsize=812780 CPUtime=0.16
/proc/6001/task/6007/stat : 6007 (java) S 5987 5987 2889 0 -1 64 792 0 0 0 16 0 0 0 16 0 9 0 2000302029 832286720 53137 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6008] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6008/stat : 6008 (java) S 5987 5987 2889 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000302029 832286720 53137 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6009] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6009/stat : 6009 (java) S 5987 5987 2889 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000302029 832286720 53137 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 860352

[startup+12.7027 s]
/proc/loadavg: 2.18 2.08 2.02 3/92 6009
/proc/meminfo: memFree=1458504/2055920 swapFree=4176360/4192956
[pid=5987] ppid=5985 vsize=47572 CPUtime=0.01
/proc/5987/stat : 5987 (galacE.sh) S 5985 5987 2889 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 2000302020 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5987/statm: 11893 363 244 79 0 219 0
[pid=6001] ppid=5987 vsize=812780 CPUtime=12.59
/proc/6001/stat : 6001 (java) S 5987 5987 2889 0 -1 0 73580 0 1 0 1218 41 0 0 18 0 9 0 2000302024 832286720 72313 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6001/statm: 203195 72313 2590 9 0 197176 0
[pid=6001/tid=6002] ppid=5987 vsize=812780 CPUtime=10.58
/proc/6001/task/6002/stat : 6002 (java) S 5987 5987 2889 0 -1 64 15096 0 1 0 1048 10 0 0 25 0 9 0 2000302025 832286720 72313 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6003] ppid=5987 vsize=812780 CPUtime=1.81
/proc/6001/task/6003/stat : 6003 (java) R 5987 5987 2889 0 -1 64 56991 0 0 0 152 29 0 0 19 0 9 0 2000302026 832286720 72313 996147200 134512640 134550740 4294955600 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6004] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6004/stat : 6004 (java) S 5987 5987 2889 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000302026 832286720 72313 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6005] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6005/stat : 6005 (java) S 5987 5987 2889 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000302026 832286720 72313 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6006] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6006/stat : 6006 (java) S 5987 5987 2889 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000302029 832286720 72313 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6007] ppid=5987 vsize=812780 CPUtime=0.16
/proc/6001/task/6007/stat : 6007 (java) S 5987 5987 2889 0 -1 64 793 0 0 0 16 0 0 0 16 0 9 0 2000302029 832286720 72313 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6008] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6008/stat : 6008 (java) S 5987 5987 2889 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000302029 832286720 72313 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6009] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6009/stat : 6009 (java) S 5987 5987 2889 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000302029 832286720 72313 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 860352

[startup+25.5011 s]
/proc/loadavg: 2.21 2.10 2.02 3/92 6009
/proc/meminfo: memFree=1178184/2055920 swapFree=4176360/4192956
[pid=5987] ppid=5985 vsize=47572 CPUtime=0.01
/proc/5987/stat : 5987 (galacE.sh) S 5985 5987 2889 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 2000302020 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5987/statm: 11893 363 244 79 0 219 0
[pid=6001] ppid=5987 vsize=812780 CPUtime=25.32
/proc/6001/stat : 6001 (java) S 5987 5987 2889 0 -1 0 137182 0 1 0 2459 73 0 0 18 0 9 0 2000302024 832286720 135417 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6001/statm: 203195 135417 2590 9 0 197176 0
[pid=6001/tid=6002] ppid=5987 vsize=812780 CPUtime=20.51
/proc/6001/task/6002/stat : 6002 (java) R 5987 5987 2889 0 -1 64 15594 0 1 0 2041 10 0 0 25 0 9 0 2000302025 832286720 135417 996147200 134512640 134550740 4294955600 18446744073709551615 4126880912 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6003] ppid=5987 vsize=812780 CPUtime=4.6
/proc/6001/task/6003/stat : 6003 (java) S 5987 5987 2889 0 -1 64 120090 0 0 0 400 60 0 0 18 0 9 0 2000302026 832286720 135417 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6004] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6004/stat : 6004 (java) S 5987 5987 2889 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000302026 832286720 135417 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6005] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6005/stat : 6005 (java) S 5987 5987 2889 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000302026 832286720 135417 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6006] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6006/stat : 6006 (java) S 5987 5987 2889 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000302029 832286720 135417 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6007] ppid=5987 vsize=812780 CPUtime=0.17
/proc/6001/task/6007/stat : 6007 (java) S 5987 5987 2889 0 -1 64 798 0 0 0 17 0 0 0 17 0 9 0 2000302029 832286720 135417 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6008] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6008/stat : 6008 (java) S 5987 5987 2889 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000302029 832286720 135417 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6009] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6009/stat : 6009 (java) S 5987 5987 2889 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000302029 832286720 135417 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 860352

[startup+51.1019 s]
/proc/loadavg: 2.20 2.10 2.02 3/92 6009
/proc/meminfo: memFree=976520/2055920 swapFree=4176360/4192956
[pid=5987] ppid=5985 vsize=47572 CPUtime=0.01

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

[pid=6001/tid=6002] ppid=5987 vsize=812780 CPUtime=33.93
/proc/6001/task/6002/stat : 6002 (java) S 5987 5987 2889 0 -1 64 16604 0 1 0 3382 11 0 0 17 0 9 0 2000302025 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6003] ppid=5987 vsize=812780 CPUtime=29.37
/proc/6001/task/6003/stat : 6003 (java) R 5987 5987 2889 0 -1 64 170266 0 0 0 2851 86 0 0 25 0 9 0 2000302026 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 104180252 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6004] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6004/stat : 6004 (java) S 5987 5987 2889 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000302026 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6005] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6005/stat : 6005 (java) S 5987 5987 2889 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000302026 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6006] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6006/stat : 6006 (java) S 5987 5987 2889 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000302029 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6007] ppid=5987 vsize=812780 CPUtime=0.18
/proc/6001/task/6007/stat : 6007 (java) S 5987 5987 2889 0 -1 64 803 0 0 0 18 0 0 0 16 0 9 0 2000302029 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6008] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6008/stat : 6008 (java) S 5987 5987 2889 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000302029 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6009] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6009/stat : 6009 (java) S 5987 5987 2889 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000302029 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.53
Current children cumulated vsize (KiB) 860352

[startup+67.1067 s]
/proc/loadavg: 2.38 2.15 2.04 3/92 6009
/proc/meminfo: memFree=979656/2055920 swapFree=4176360/4192956
[pid=5987] ppid=5985 vsize=47572 CPUtime=0.01
/proc/5987/stat : 5987 (galacE.sh) S 5985 5987 2889 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 2000302020 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5987/statm: 11893 363 244 79 0 219 0
[pid=6001] ppid=5987 vsize=812780 CPUtime=66.71
/proc/6001/stat : 6001 (java) S 5987 5987 2889 0 -1 0 188374 0 1 0 6572 99 0 0 18 0 9 0 2000302024 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6001/statm: 203195 184893 2590 9 0 197176 0
[pid=6001/tid=6002] ppid=5987 vsize=812780 CPUtime=33.93
/proc/6001/task/6002/stat : 6002 (java) S 5987 5987 2889 0 -1 64 16605 0 1 0 3382 11 0 0 17 0 9 0 2000302025 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6003] ppid=5987 vsize=812780 CPUtime=32.56
/proc/6001/task/6003/stat : 6003 (java) R 5987 5987 2889 0 -1 64 170266 0 0 0 3170 86 0 0 25 0 9 0 2000302026 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 104182211 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6004] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6004/stat : 6004 (java) S 5987 5987 2889 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000302026 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6005] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6005/stat : 6005 (java) S 5987 5987 2889 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000302026 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6006] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6006/stat : 6006 (java) S 5987 5987 2889 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000302029 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6007] ppid=5987 vsize=812780 CPUtime=0.18
/proc/6001/task/6007/stat : 6007 (java) S 5987 5987 2889 0 -1 64 803 0 0 0 18 0 0 0 16 0 9 0 2000302029 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6008] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6008/stat : 6008 (java) S 5987 5987 2889 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000302029 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6009] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6009/stat : 6009 (java) S 5987 5987 2889 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000302029 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 66.72
Current children cumulated vsize (KiB) 860352

[startup+70.3021 s]
/proc/loadavg: 2.35 2.14 2.04 3/92 6009
/proc/meminfo: memFree=979656/2055920 swapFree=4176360/4192956
[pid=5987] ppid=5985 vsize=47572 CPUtime=0.01
/proc/5987/stat : 5987 (galacE.sh) S 5985 5987 2889 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 2000302020 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5987/statm: 11893 363 244 79 0 219 0
[pid=6001] ppid=5987 vsize=812780 CPUtime=69.89
/proc/6001/stat : 6001 (java) S 5987 5987 2889 0 -1 0 188375 0 1 0 6890 99 0 0 18 0 9 0 2000302024 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6001/statm: 203195 184893 2590 9 0 197176 0
[pid=6001/tid=6002] ppid=5987 vsize=812780 CPUtime=33.93
/proc/6001/task/6002/stat : 6002 (java) S 5987 5987 2889 0 -1 64 16606 0 1 0 3382 11 0 0 17 0 9 0 2000302025 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6003] ppid=5987 vsize=812780 CPUtime=35.74
/proc/6001/task/6003/stat : 6003 (java) R 5987 5987 2889 0 -1 64 170266 0 0 0 3488 86 0 0 25 0 9 0 2000302026 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 103735868 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6004] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6004/stat : 6004 (java) S 5987 5987 2889 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000302026 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6005] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6005/stat : 6005 (java) S 5987 5987 2889 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000302026 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6006] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6006/stat : 6006 (java) S 5987 5987 2889 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000302029 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6007] ppid=5987 vsize=812780 CPUtime=0.18
/proc/6001/task/6007/stat : 6007 (java) S 5987 5987 2889 0 -1 64 803 0 0 0 18 0 0 0 16 0 9 0 2000302029 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6008] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6008/stat : 6008 (java) S 5987 5987 2889 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000302029 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6009] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6009/stat : 6009 (java) S 5987 5987 2889 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000302029 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 69.9
Current children cumulated vsize (KiB) 860352

[startup+71.9023 s]
/proc/loadavg: 2.35 2.14 2.04 3/92 6009
/proc/meminfo: memFree=979592/2055920 swapFree=4176360/4192956
[pid=5987] ppid=5985 vsize=47572 CPUtime=0.01
/proc/5987/stat : 5987 (galacE.sh) S 5985 5987 2889 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 2000302020 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5987/statm: 11893 363 244 79 0 219 0
[pid=6001] ppid=5987 vsize=812780 CPUtime=71.48
/proc/6001/stat : 6001 (java) S 5987 5987 2889 0 -1 0 188375 0 1 0 7049 99 0 0 18 0 9 0 2000302024 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6001/statm: 203195 184893 2590 9 0 197176 0
[pid=6001/tid=6002] ppid=5987 vsize=812780 CPUtime=33.93
/proc/6001/task/6002/stat : 6002 (java) S 5987 5987 2889 0 -1 64 16606 0 1 0 3382 11 0 0 17 0 9 0 2000302025 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6003] ppid=5987 vsize=812780 CPUtime=37.33
/proc/6001/task/6003/stat : 6003 (java) R 5987 5987 2889 0 -1 64 170266 0 0 0 3647 86 0 0 25 0 9 0 2000302026 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6004] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6004/stat : 6004 (java) S 5987 5987 2889 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000302026 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6005] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6005/stat : 6005 (java) S 5987 5987 2889 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000302026 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6006] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6006/stat : 6006 (java) S 5987 5987 2889 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000302029 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6007] ppid=5987 vsize=812780 CPUtime=0.18
/proc/6001/task/6007/stat : 6007 (java) S 5987 5987 2889 0 -1 64 803 0 0 0 18 0 0 0 16 0 9 0 2000302029 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6008] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6008/stat : 6008 (java) S 5987 5987 2889 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000302029 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6009] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6009/stat : 6009 (java) S 5987 5987 2889 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000302029 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.49
Current children cumulated vsize (KiB) 860352

[startup+72.3023 s]
/proc/loadavg: 2.35 2.14 2.04 3/92 6009
/proc/meminfo: memFree=979592/2055920 swapFree=4176360/4192956
[pid=5987] ppid=5985 vsize=47572 CPUtime=0.01
/proc/5987/stat : 5987 (galacE.sh) S 5985 5987 2889 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 2000302020 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5987/statm: 11893 363 244 79 0 219 0
[pid=6001] ppid=5987 vsize=812780 CPUtime=71.88
/proc/6001/stat : 6001 (java) S 5987 5987 2889 0 -1 0 188375 0 1 0 7089 99 0 0 18 0 9 0 2000302024 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6001/statm: 203195 184893 2590 9 0 197176 0
[pid=6001/tid=6002] ppid=5987 vsize=812780 CPUtime=33.93
/proc/6001/task/6002/stat : 6002 (java) S 5987 5987 2889 0 -1 64 16606 0 1 0 3382 11 0 0 17 0 9 0 2000302025 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6003] ppid=5987 vsize=812780 CPUtime=37.73
/proc/6001/task/6003/stat : 6003 (java) R 5987 5987 2889 0 -1 64 170266 0 0 0 3687 86 0 0 25 0 9 0 2000302026 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 102109856 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6004] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6004/stat : 6004 (java) S 5987 5987 2889 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000302026 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6005] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6005/stat : 6005 (java) S 5987 5987 2889 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000302026 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6006] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6006/stat : 6006 (java) S 5987 5987 2889 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000302029 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6007] ppid=5987 vsize=812780 CPUtime=0.18
/proc/6001/task/6007/stat : 6007 (java) S 5987 5987 2889 0 -1 64 803 0 0 0 18 0 0 0 16 0 9 0 2000302029 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6008] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6008/stat : 6008 (java) S 5987 5987 2889 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000302029 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6009] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6009/stat : 6009 (java) S 5987 5987 2889 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000302029 832286720 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.89
Current children cumulated vsize (KiB) 860352

[startup+72.7024 s]
/proc/loadavg: 2.35 2.14 2.04 3/92 6009
/proc/meminfo: memFree=979336/2055920 swapFree=4176360/4192956
[pid=5987] ppid=5985 vsize=47572 CPUtime=0.01
/proc/5987/stat : 5987 (galacE.sh) S 5985 5987 2889 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 2000302020 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5987/statm: 11893 363 244 79 0 219 0
[pid=6001] ppid=5987 vsize=812780 CPUtime=72.24
/proc/6001/stat : 6001 (java) S 5987 5987 2889 0 -1 0 188385 0 2 0 7125 99 0 0 18 0 9 0 2000302024 832286720 184897 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6001/statm: 203195 184897 2590 9 0 197176 0
[pid=6001/tid=6002] ppid=5987 vsize=812780 CPUtime=33.94
/proc/6001/task/6002/stat : 6002 (java) S 5987 5987 2889 0 -1 64 16616 0 2 0 3383 11 0 0 16 0 9 0 2000302025 832286720 184897 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6001/tid=6003] ppid=5987 vsize=812780 CPUtime=38.09
/proc/6001/task/6003/stat : 6003 (java) S 5987 5987 2889 0 -1 64 170266 0 0 0 3723 86 0 0 25 0 9 0 2000302026 832286720 184897 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6001/tid=6004] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6004/stat : 6004 (java) S 5987 5987 2889 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000302026 832286720 184897 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6001/tid=6005] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6005/stat : 6005 (java) S 5987 5987 2889 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000302026 832286720 184897 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6001/tid=6006] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6006/stat : 6006 (java) S 5987 5987 2889 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000302029 832286720 184897 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6007] ppid=5987 vsize=812780 CPUtime=0.18
/proc/6001/task/6007/stat : 6007 (java) S 5987 5987 2889 0 -1 64 803 0 0 0 18 0 0 0 16 0 9 0 2000302029 832286720 184897 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6008] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6008/stat : 6008 (java) S 5987 5987 2889 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000302029 832286720 184897 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6001/tid=6009] ppid=5987 vsize=812780 CPUtime=0
/proc/6001/task/6009/stat : 6009 (java) S 5987 5987 2889 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000302029 832286720 184897 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 72.25
Current children cumulated vsize (KiB) 860352

[startup+72.8024 s]
/proc/loadavg: 2.35 2.14 2.04 3/92 6009
/proc/meminfo: memFree=979336/2055920 swapFree=4176360/4192956
[pid=5987] ppid=5985 vsize=47572 CPUtime=0.01
/proc/5987/stat : 5987 (galacE.sh) S 5985 5987 2889 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 2000302020 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5987/statm: 11893 363 244 79 0 219 0
[pid=6001] ppid=5987 vsize=0 CPUtime=72.33
/proc/6001/stat : 6001 (java) Z 5987 5987 2889 0 -1 12 188390 0 2 0 7125 108 0 0 16 0 2 0 2000302024 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6001/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 72.34
Current children cumulated vsize (KiB) 47572

Child status: 0
Real time (s): 72.8156
CPU time (s): 72.384
CPU user time (s): 71.2622
CPU system time (s): 1.12183
CPU usage (%): 99.4072
Max. virtual memory (cumulated for all children) (KiB): 863468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.2622
system time used= 1.12183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190873
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2324
involuntary context switches= 3058

runsolver used 0.087986 second user time and 0.278957 second system time

The end

Launcher Data (download as text)

Begin job on node91 at 2008-07-05 01:15:49
IDJOB=1080815
IDBENCH=57032
IDSOLVER=351
FILE ID=node91/1080815-1215213349
PBS_JOBID= 7881651
Free space on /tmp= 66440 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0956c2101f17f3186356998f35f5383c
RANDOM SEED=458991249

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1712504 kB
Buffers:         26064 kB
Cached:         155044 kB
SwapCached:       7456 kB
Active:         250784 kB
Inactive:        46552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1712504 kB
SwapTotal:     4192956 kB
SwapFree:      4176360 kB
Dirty:            3544 kB
Writeback:           0 kB
Mapped:         122952 kB
Slab:            30468 kB
Committed_AS: 12508984 kB
PageTables:       2472 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= 66440 MiB
End job on node91 at 2008-07-05 01:17:02