Trace number 1080563

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) 120.092 121.278

General information on the benchmark

Namecsp/radar-8-24-3-2/
normalized-radar-8-24-3-2-6.xml
MD5SUMd1d7294337d4bded9fb03b895bb04a79
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.040992
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Maximum constraint arity14
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c --- Preproc Stats ---
119.91/121.14	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
119.91/121.14		at tuples.IP4BigConstraints.createTuples(IP4BigConstraints.java:48)
119.91/121.14		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:167)
119.91/121.14		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
119.91/121.14		at base.Problem.endConstraint(Problem.java:510)
119.91/121.14		at sat4j.Constraint.endElement(Constraint.java:37)
119.91/121.14		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
119.91/121.14		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
119.91/121.14		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
119.91/121.14		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
119.91/121.14		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
119.91/121.14		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
119.91/121.14		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
119.91/121.14		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
119.91/121.14		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
119.91/121.14		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
119.91/121.14		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
119.91/121.14		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
119.91/121.14		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
119.91/121.14		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-1080563-1215213128/watcher-1080563-1215213128 -o /tmp/evaluation-result-1080563-1215213128/solver-1080563-1215213128 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1080563-1215213128.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.26 2.06 2.02 4/82 16000
/proc/meminfo: memFree=1031120/2055920 swapFree=4180080/4192956
[pid=16000] ppid=15998 vsize=8560 CPUtime=0
/proc/16000/stat : 16000 (galacE.sh) R 15998 16000 14877 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 2000286846 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 225612384143 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16000/statm: 2140 254 197 79 0 133 0

[startup+0.095209 s]
/proc/loadavg: 2.26 2.06 2.02 4/82 16000
/proc/meminfo: memFree=1031120/2055920 swapFree=4180080/4192956
[pid=16000] ppid=15998 vsize=47564 CPUtime=0.01
/proc/16000/stat : 16000 (galacE.sh) S 15998 16000 14877 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2000286846 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16000/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.102206 s]
/proc/loadavg: 2.26 2.06 2.02 4/82 16000
/proc/meminfo: memFree=1031120/2055920 swapFree=4180080/4192956
[pid=16000] ppid=15998 vsize=47564 CPUtime=0.01
/proc/16000/stat : 16000 (galacE.sh) S 15998 16000 14877 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2000286846 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16000/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301228 s]
/proc/loadavg: 2.26 2.06 2.02 4/82 16000
/proc/meminfo: memFree=1031120/2055920 swapFree=4180080/4192956
[pid=16000] ppid=15998 vsize=47564 CPUtime=0.01
/proc/16000/stat : 16000 (galacE.sh) S 15998 16000 14877 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2000286846 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16000/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.70126 s]
/proc/loadavg: 2.26 2.06 2.02 4/82 16000
/proc/meminfo: memFree=1031120/2055920 swapFree=4180080/4192956
[pid=16000] ppid=15998 vsize=47564 CPUtime=0.01
/proc/16000/stat : 16000 (galacE.sh) S 15998 16000 14877 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2000286846 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16000/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50133 s]
/proc/loadavg: 2.26 2.06 2.02 4/92 16022
/proc/meminfo: memFree=985856/2055920 swapFree=4180080/4192956
[pid=16000] ppid=15998 vsize=47564 CPUtime=0.01
/proc/16000/stat : 16000 (galacE.sh) S 15998 16000 14877 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2000286846 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16000/statm: 11891 364 245 79 0 219 0
[pid=16014] ppid=16000 vsize=812732 CPUtime=1.43
/proc/16014/stat : 16014 (java) S 16000 16000 14877 0 -1 0 14713 0 1 0 132 11 0 0 18 0 9 0 2000286850 832237568 13915 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16014/statm: 203183 13915 2588 9 0 197164 0
[pid=16014/tid=16015] ppid=16000 vsize=812732 CPUtime=0.64
/proc/16014/task/16015/stat : 16015 (java) R 16000 16000 14877 0 -1 64 8513 0 1 0 56 8 0 0 25 0 9 0 2000286851 832237568 13915 996147200 134512640 134550740 4294955600 18446744073709551615 4126784439 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16016] ppid=16000 vsize=812732 CPUtime=0.6
/proc/16014/task/16016/stat : 16016 (java) S 16000 16000 14877 0 -1 64 4730 0 0 0 59 1 0 0 19 0 9 0 2000286852 832237568 13915 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16017] ppid=16000 vsize=812732 CPUtime=0
/proc/16014/task/16017/stat : 16017 (java) S 16000 16000 14877 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000286853 832237568 13915 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16018] ppid=16000 vsize=812732 CPUtime=0
/proc/16014/task/16018/stat : 16018 (java) S 16000 16000 14877 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000286853 832237568 13915 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16019] ppid=16000 vsize=812732 CPUtime=0
/proc/16014/task/16019/stat : 16019 (java) S 16000 16000 14877 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000286855 832237568 13915 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16020] ppid=16000 vsize=812732 CPUtime=0.16
/proc/16014/task/16020/stat : 16020 (java) S 16000 16000 14877 0 -1 64 771 0 0 0 16 0 0 0 15 0 9 0 2000286855 832237568 13915 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16021] ppid=16000 vsize=812732 CPUtime=0
/proc/16014/task/16021/stat : 16021 (java) S 16000 16000 14877 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000286855 832237568 13915 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16022] ppid=16000 vsize=812732 CPUtime=0
/proc/16014/task/16022/stat : 16022 (java) S 16000 16000 14877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000286855 832237568 13915 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860296

[startup+3.10146 s]
/proc/loadavg: 2.24 2.06 2.02 3/92 16022
/proc/meminfo: memFree=984576/2055920 swapFree=4180080/4192956
[pid=16000] ppid=15998 vsize=47564 CPUtime=0.01
/proc/16000/stat : 16000 (galacE.sh) S 15998 16000 14877 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2000286846 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16000/statm: 11891 364 245 79 0 219 0
[pid=16014] ppid=16000 vsize=812732 CPUtime=3.02
/proc/16014/stat : 16014 (java) S 16000 16000 14877 0 -1 0 18026 0 1 0 289 13 0 0 18 0 9 0 2000286850 832237568 17227 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16014/statm: 203183 17227 2588 9 0 197164 0
[pid=16014/tid=16015] ppid=16000 vsize=812732 CPUtime=2.21
/proc/16014/task/16015/stat : 16015 (java) R 16000 16000 14877 0 -1 64 11817 0 1 0 211 10 0 0 25 0 9 0 2000286851 832237568 17227 996147200 134512640 134550740 4294955600 18446744073709551615 4126787209 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16016] ppid=16000 vsize=812732 CPUtime=0.6
/proc/16014/task/16016/stat : 16016 (java) S 16000 16000 14877 0 -1 64 4730 0 0 0 59 1 0 0 17 0 9 0 2000286852 832237568 17227 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16017] ppid=16000 vsize=812732 CPUtime=0
/proc/16014/task/16017/stat : 16017 (java) S 16000 16000 14877 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000286853 832237568 17227 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16018] ppid=16000 vsize=812732 CPUtime=0
/proc/16014/task/16018/stat : 16018 (java) S 16000 16000 14877 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000286853 832237568 17227 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16019] ppid=16000 vsize=812732 CPUtime=0
/proc/16014/task/16019/stat : 16019 (java) S 16000 16000 14877 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000286855 832237568 17227 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16020] ppid=16000 vsize=812732 CPUtime=0.17
/proc/16014/task/16020/stat : 16020 (java) S 16000 16000 14877 0 -1 64 780 0 0 0 17 0 0 0 16 0 9 0 2000286855 832237568 17227 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16021] ppid=16000 vsize=812732 CPUtime=0
/proc/16014/task/16021/stat : 16021 (java) S 16000 16000 14877 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000286855 832237568 17227 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16022] ppid=16000 vsize=812732 CPUtime=0
/proc/16014/task/16022/stat : 16022 (java) S 16000 16000 14877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000286855 832237568 17227 996147200 134512640 134550740 4294955600 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) 860296

[startup+6.30273 s]
/proc/loadavg: 2.24 2.06 2.02 4/92 16022
/proc/meminfo: memFree=928768/2055920 swapFree=4180080/4192956
[pid=16000] ppid=15998 vsize=47564 CPUtime=0.01
/proc/16000/stat : 16000 (galacE.sh) S 15998 16000 14877 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2000286846 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16000/statm: 11891 364 245 79 0 219 0
[pid=16014] ppid=16000 vsize=812732 CPUtime=6.19
/proc/16014/stat : 16014 (java) S 16000 16000 14877 0 -1 0 28611 0 1 0 601 18 0 0 18 0 9 0 2000286850 832237568 27810 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16014/statm: 203183 27810 2592 9 0 197164 0
[pid=16014/tid=16015] ppid=16000 vsize=812732 CPUtime=5.23
/proc/16014/task/16015/stat : 16015 (java) R 16000 16000 14877 0 -1 64 14619 0 1 0 512 11 0 0 25 0 9 0 2000286851 832237568 27810 996147200 134512640 134550740 4294955600 18446744073709551615 4126786634 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16016] ppid=16000 vsize=812732 CPUtime=0.76
/proc/16014/task/16016/stat : 16016 (java) S 16000 16000 14877 0 -1 64 12512 0 0 0 71 5 0 0 16 0 9 0 2000286852 832237568 27810 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16017] ppid=16000 vsize=812732 CPUtime=0
/proc/16014/task/16017/stat : 16017 (java) S 16000 16000 14877 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000286853 832237568 27810 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16018] ppid=16000 vsize=812732 CPUtime=0
/proc/16014/task/16018/stat : 16018 (java) S 16000 16000 14877 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000286853 832237568 27810 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16019] ppid=16000 vsize=812732 CPUtime=0
/proc/16014/task/16019/stat : 16019 (java) S 16000 16000 14877 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000286855 832237568 27810 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16020] ppid=16000 vsize=812732 CPUtime=0.17
/proc/16014/task/16020/stat : 16020 (java) S 16000 16000 14877 0 -1 64 781 0 0 0 17 0 0 0 16 0 9 0 2000286855 832237568 27810 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16021] ppid=16000 vsize=812732 CPUtime=0
/proc/16014/task/16021/stat : 16021 (java) S 16000 16000 14877 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000286855 832237568 27810 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16022] ppid=16000 vsize=812732 CPUtime=0
/proc/16014/task/16022/stat : 16022 (java) S 16000 16000 14877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000286855 832237568 27810 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860296

[startup+12.7013 s]
/proc/loadavg: 2.20 2.06 2.02 3/92 16022
/proc/meminfo: memFree=854528/2055920 swapFree=4180080/4192956
[pid=16000] ppid=15998 vsize=47564 CPUtime=0.01
/proc/16000/stat : 16000 (galacE.sh) S 15998 16000 14877 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2000286846 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16000/statm: 11891 364 245 79 0 219 0
[pid=16014] ppid=16000 vsize=812732 CPUtime=12.52
/proc/16014/stat : 16014 (java) S 16000 16000 14877 0 -1 0 47061 0 1 0 1225 27 0 0 18 0 9 0 2000286850 832237568 46257 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16014/statm: 203183 46257 2592 9 0 197164 0
[pid=16014/tid=16015] ppid=16000 vsize=812732 CPUtime=11.18
/proc/16014/task/16015/stat : 16015 (java) R 16000 16000 14877 0 -1 64 14622 0 1 0 1107 11 0 0 25 0 9 0 2000286851 832237568 46257 996147200 134512640 134550740 4294955600 18446744073709551615 4126787127 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16016] ppid=16000 vsize=812732 CPUtime=1.14
/proc/16014/task/16016/stat : 16016 (java) S 16000 16000 14877 0 -1 64 30959 0 0 0 100 14 0 0 16 0 9 0 2000286852 832237568 46257 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16017] ppid=16000 vsize=812732 CPUtime=0
/proc/16014/task/16017/stat : 16017 (java) S 16000 16000 14877 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000286853 832237568 46257 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16018] ppid=16000 vsize=812732 CPUtime=0
/proc/16014/task/16018/stat : 16018 (java) S 16000 16000 14877 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000286853 832237568 46257 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16019] ppid=16000 vsize=812732 CPUtime=0
/proc/16014/task/16019/stat : 16019 (java) S 16000 16000 14877 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000286855 832237568 46257 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16020] ppid=16000 vsize=812732 CPUtime=0.18
/proc/16014/task/16020/stat : 16020 (java) S 16000 16000 14877 0 -1 64 781 0 0 0 18 0 0 0 17 0 9 0 2000286855 832237568 46257 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16021] ppid=16000 vsize=812732 CPUtime=0
/proc/16014/task/16021/stat : 16021 (java) S 16000 16000 14877 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000286855 832237568 46257 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16022] ppid=16000 vsize=812732 CPUtime=0
/proc/16014/task/16022/stat : 16022 (java) S 16000 16000 14877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000286855 832237568 46257 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860296

[startup+25.5024 s]
/proc/loadavg: 2.17 2.06 2.01 3/92 16022
/proc/meminfo: memFree=724672/2055920 swapFree=4180080/4192956
[pid=16000] ppid=15998 vsize=47564 CPUtime=0.01
/proc/16000/stat : 16000 (galacE.sh) S 15998 16000 14877 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2000286846 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16000/statm: 11891 364 245 79 0 219 0
[pid=16014] ppid=16000 vsize=812772 CPUtime=25.2
/proc/16014/stat : 16014 (java) S 16000 16000 14877 0 -1 0 79784 0 1 0 2471 49 0 0 18 0 9 0 2000286850 832278528 78705 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16014/statm: 203193 78705 2592 9 0 197174 0
[pid=16014/tid=16015] ppid=16000 vsize=812772 CPUtime=23.01
/proc/16014/task/16015/stat : 16015 (java) R 16000 16000 14877 0 -1 64 14921 0 1 0 2289 12 0 0 25 0 9 0 2000286851 832278528 78705 996147200 134512640 134550740 4294955600 18446744073709551615 4126786551 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16016] ppid=16000 vsize=812772 CPUtime=1.98
/proc/16014/task/16016/stat : 16016 (java) S 16000 16000 14877 0 -1 64 63382 0 0 0 163 35 0 0 16 0 9 0 2000286852 832278528 78705 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16017] ppid=16000 vsize=812772 CPUtime=0
/proc/16014/task/16017/stat : 16017 (java) S 16000 16000 14877 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000286853 832278528 78705 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16018] ppid=16000 vsize=812772 CPUtime=0
/proc/16014/task/16018/stat : 16018 (java) S 16000 16000 14877 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000286853 832278528 78705 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16019] ppid=16000 vsize=812772 CPUtime=0
/proc/16014/task/16019/stat : 16019 (java) S 16000 16000 14877 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000286855 832278528 78705 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16020] ppid=16000 vsize=812772 CPUtime=0.18
/proc/16014/task/16020/stat : 16020 (java) S 16000 16000 14877 0 -1 64 782 0 0 0 18 0 0 0 16 0 9 0 2000286855 832278528 78705 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16021] ppid=16000 vsize=812772 CPUtime=0
/proc/16014/task/16021/stat : 16021 (java) S 16000 16000 14877 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000286855 832278528 78705 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16022] ppid=16000 vsize=812772 CPUtime=0
/proc/16014/task/16022/stat : 16022 (java) S 16000 16000 14877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000286855 832278528 78705 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 860336

[startup+51.1026 s]
/proc/loadavg: 2.27 2.08 2.02 3/91 16023
/proc/meminfo: memFree=577656/2055920 swapFree=4180080/4192956
[pid=16000] ppid=15998 vsize=47564 CPUtime=0.01

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

[pid=16014/tid=16015] ppid=16000 vsize=812772 CPUtime=97.31
/proc/16014/task/16015/stat : 16015 (java) R 16000 16000 14877 0 -1 64 15576 0 1 0 9719 12 0 0 25 0 9 0 2000286851 832278528 184889 996147200 134512640 134550740 4294955600 18446744073709551615 4126784450 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16016] ppid=16000 vsize=812772 CPUtime=10.08
/proc/16014/task/16016/stat : 16016 (java) S 16000 16000 14877 0 -1 64 170312 0 0 0 920 88 0 0 16 0 9 0 2000286852 832278528 184889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16017] ppid=16000 vsize=812772 CPUtime=0
/proc/16014/task/16017/stat : 16017 (java) S 16000 16000 14877 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000286853 832278528 184889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16018] ppid=16000 vsize=812772 CPUtime=0
/proc/16014/task/16018/stat : 16018 (java) S 16000 16000 14877 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000286853 832278528 184889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16019] ppid=16000 vsize=812772 CPUtime=0
/proc/16014/task/16019/stat : 16019 (java) S 16000 16000 14877 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000286855 832278528 184889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16020] ppid=16000 vsize=812772 CPUtime=0.19
/proc/16014/task/16020/stat : 16020 (java) S 16000 16000 14877 0 -1 64 788 0 0 0 19 0 0 0 16 0 9 0 2000286855 832278528 184889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16021] ppid=16000 vsize=812772 CPUtime=0
/proc/16014/task/16021/stat : 16021 (java) S 16000 16000 14877 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000286855 832278528 184889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16022] ppid=16000 vsize=812772 CPUtime=0
/proc/16014/task/16022/stat : 16022 (java) S 16000 16000 14877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000286855 832278528 184889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 107.62
Current children cumulated vsize (KiB) 860336

[startup+115.101 s]
/proc/loadavg: 2.09 2.06 2.02 3/91 16023
/proc/meminfo: memFree=372856/2055920 swapFree=4180080/4192956
[pid=16000] ppid=15998 vsize=47564 CPUtime=0.01
/proc/16000/stat : 16000 (galacE.sh) S 15998 16000 14877 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2000286846 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16000/statm: 11891 364 245 79 0 219 0
[pid=16014] ppid=16000 vsize=812772 CPUtime=113.96
/proc/16014/stat : 16014 (java) S 16000 16000 14877 0 -1 0 191130 0 1 0 11292 104 0 0 18 0 9 0 2000286850 832278528 184889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16014/statm: 203193 184889 2592 9 0 197174 0
[pid=16014/tid=16015] ppid=16000 vsize=812772 CPUtime=101.88
/proc/16014/task/16015/stat : 16015 (java) R 16000 16000 14877 0 -1 64 15577 0 1 0 10176 12 0 0 25 0 9 0 2000286851 832278528 184889 996147200 134512640 134550740 4294955600 18446744073709551615 4126786674 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16016] ppid=16000 vsize=812772 CPUtime=11.86
/proc/16014/task/16016/stat : 16016 (java) S 16000 16000 14877 0 -1 64 174066 0 0 0 1096 90 0 0 16 0 9 0 2000286852 832278528 184889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16017] ppid=16000 vsize=812772 CPUtime=0
/proc/16014/task/16017/stat : 16017 (java) S 16000 16000 14877 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000286853 832278528 184889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16018] ppid=16000 vsize=812772 CPUtime=0
/proc/16014/task/16018/stat : 16018 (java) S 16000 16000 14877 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000286853 832278528 184889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16019] ppid=16000 vsize=812772 CPUtime=0
/proc/16014/task/16019/stat : 16019 (java) S 16000 16000 14877 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000286855 832278528 184889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16020] ppid=16000 vsize=812772 CPUtime=0.19
/proc/16014/task/16020/stat : 16020 (java) S 16000 16000 14877 0 -1 64 788 0 0 0 19 0 0 0 16 0 9 0 2000286855 832278528 184889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16021] ppid=16000 vsize=812772 CPUtime=0
/proc/16014/task/16021/stat : 16021 (java) S 16000 16000 14877 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000286855 832278528 184889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16022] ppid=16000 vsize=812772 CPUtime=0
/proc/16014/task/16022/stat : 16022 (java) S 16000 16000 14877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000286855 832278528 184889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 113.97
Current children cumulated vsize (KiB) 860336

[startup+118.302 s]
/proc/loadavg: 2.08 2.06 2.02 3/91 16023
/proc/meminfo: memFree=364792/2055920 swapFree=4180080/4192956
[pid=16000] ppid=15998 vsize=47564 CPUtime=0.01
/proc/16000/stat : 16000 (galacE.sh) S 15998 16000 14877 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2000286846 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16000/statm: 11891 364 245 79 0 219 0
[pid=16014] ppid=16000 vsize=820776 CPUtime=117.13
/proc/16014/stat : 16014 (java) S 16000 16000 14877 0 -1 0 194885 0 1 0 11607 106 0 0 18 0 9 0 2000286850 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16014/statm: 205194 186890 2592 9 0 199175 0
[pid=16014/tid=16015] ppid=16000 vsize=820776 CPUtime=103.83
/proc/16014/task/16015/stat : 16015 (java) S 16000 16000 14877 0 -1 64 15578 0 1 0 10371 12 0 0 25 0 9 0 2000286851 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16016] ppid=16000 vsize=820776 CPUtime=13.08
/proc/16014/task/16016/stat : 16016 (java) R 16000 16000 14877 0 -1 64 177820 0 0 0 1216 92 0 0 25 0 9 0 2000286852 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 104457031 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16017] ppid=16000 vsize=820776 CPUtime=0
/proc/16014/task/16017/stat : 16017 (java) S 16000 16000 14877 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000286853 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16018] ppid=16000 vsize=820776 CPUtime=0
/proc/16014/task/16018/stat : 16018 (java) S 16000 16000 14877 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000286853 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16019] ppid=16000 vsize=820776 CPUtime=0
/proc/16014/task/16019/stat : 16019 (java) S 16000 16000 14877 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000286855 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16020] ppid=16000 vsize=820776 CPUtime=0.19
/proc/16014/task/16020/stat : 16020 (java) S 16000 16000 14877 0 -1 64 788 0 0 0 19 0 0 0 16 0 9 0 2000286855 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16021] ppid=16000 vsize=820776 CPUtime=0
/proc/16014/task/16021/stat : 16021 (java) S 16000 16000 14877 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000286855 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16022] ppid=16000 vsize=820776 CPUtime=0
/proc/16014/task/16022/stat : 16022 (java) S 16000 16000 14877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000286855 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 117.14
Current children cumulated vsize (KiB) 868340

[startup+119.908 s]
/proc/loadavg: 2.08 2.06 2.02 3/91 16023
/proc/meminfo: memFree=364792/2055920 swapFree=4180080/4192956
[pid=16000] ppid=15998 vsize=47564 CPUtime=0.01
/proc/16000/stat : 16000 (galacE.sh) S 15998 16000 14877 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2000286846 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16000/statm: 11891 364 245 79 0 219 0
[pid=16014] ppid=16000 vsize=820776 CPUtime=118.72
/proc/16014/stat : 16014 (java) S 16000 16000 14877 0 -1 0 198639 0 1 0 11764 108 0 0 18 0 9 0 2000286850 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16014/statm: 205194 186890 2592 9 0 199175 0
[pid=16014/tid=16015] ppid=16000 vsize=820776 CPUtime=103.83
/proc/16014/task/16015/stat : 16015 (java) S 16000 16000 14877 0 -1 64 15578 0 1 0 10371 12 0 0 25 0 9 0 2000286851 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16016] ppid=16000 vsize=820776 CPUtime=14.67
/proc/16014/task/16016/stat : 16016 (java) R 16000 16000 14877 0 -1 64 181574 0 0 0 1373 94 0 0 25 0 9 0 2000286852 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 104180114 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16017] ppid=16000 vsize=820776 CPUtime=0
/proc/16014/task/16017/stat : 16017 (java) S 16000 16000 14877 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000286853 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16018] ppid=16000 vsize=820776 CPUtime=0
/proc/16014/task/16018/stat : 16018 (java) S 16000 16000 14877 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000286853 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16019] ppid=16000 vsize=820776 CPUtime=0
/proc/16014/task/16019/stat : 16019 (java) S 16000 16000 14877 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000286855 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16020] ppid=16000 vsize=820776 CPUtime=0.19
/proc/16014/task/16020/stat : 16020 (java) S 16000 16000 14877 0 -1 64 788 0 0 0 19 0 0 0 16 0 9 0 2000286855 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16021] ppid=16000 vsize=820776 CPUtime=0
/proc/16014/task/16021/stat : 16021 (java) S 16000 16000 14877 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000286855 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16022] ppid=16000 vsize=820776 CPUtime=0
/proc/16014/task/16022/stat : 16022 (java) S 16000 16000 14877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000286855 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 118.73
Current children cumulated vsize (KiB) 868340

[startup+120.702 s]
/proc/loadavg: 2.08 2.06 2.02 3/91 16023
/proc/meminfo: memFree=364792/2055920 swapFree=4180080/4192956
[pid=16000] ppid=15998 vsize=47564 CPUtime=0.01
/proc/16000/stat : 16000 (galacE.sh) S 15998 16000 14877 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2000286846 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16000/statm: 11891 364 245 79 0 219 0
[pid=16014] ppid=16000 vsize=820776 CPUtime=119.51
/proc/16014/stat : 16014 (java) S 16000 16000 14877 0 -1 0 198639 0 1 0 11843 108 0 0 18 0 9 0 2000286850 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16014/statm: 205194 186890 2592 9 0 199175 0
[pid=16014/tid=16015] ppid=16000 vsize=820776 CPUtime=103.83
/proc/16014/task/16015/stat : 16015 (java) S 16000 16000 14877 0 -1 64 15578 0 1 0 10371 12 0 0 25 0 9 0 2000286851 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16016] ppid=16000 vsize=820776 CPUtime=15.46
/proc/16014/task/16016/stat : 16016 (java) R 16000 16000 14877 0 -1 64 181574 0 0 0 1452 94 0 0 25 0 9 0 2000286852 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 104182533 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16017] ppid=16000 vsize=820776 CPUtime=0
/proc/16014/task/16017/stat : 16017 (java) S 16000 16000 14877 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000286853 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16018] ppid=16000 vsize=820776 CPUtime=0
/proc/16014/task/16018/stat : 16018 (java) S 16000 16000 14877 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000286853 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16019] ppid=16000 vsize=820776 CPUtime=0
/proc/16014/task/16019/stat : 16019 (java) S 16000 16000 14877 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000286855 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16020] ppid=16000 vsize=820776 CPUtime=0.19
/proc/16014/task/16020/stat : 16020 (java) S 16000 16000 14877 0 -1 64 788 0 0 0 19 0 0 0 16 0 9 0 2000286855 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16021] ppid=16000 vsize=820776 CPUtime=0
/proc/16014/task/16021/stat : 16021 (java) S 16000 16000 14877 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000286855 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16022] ppid=16000 vsize=820776 CPUtime=0
/proc/16014/task/16022/stat : 16022 (java) S 16000 16000 14877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000286855 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 119.52
Current children cumulated vsize (KiB) 868340

[startup+121.102 s]
/proc/loadavg: 2.08 2.06 2.02 3/91 16023
/proc/meminfo: memFree=364792/2055920 swapFree=4180080/4192956
[pid=16000] ppid=15998 vsize=47564 CPUtime=0.01
/proc/16000/stat : 16000 (galacE.sh) S 15998 16000 14877 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2000286846 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16000/statm: 11891 364 245 79 0 219 0
[pid=16014] ppid=16000 vsize=820776 CPUtime=119.9
/proc/16014/stat : 16014 (java) S 16000 16000 14877 0 -1 0 198639 0 1 0 11882 108 0 0 18 0 9 0 2000286850 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16014/statm: 205194 186890 2592 9 0 199175 0
[pid=16014/tid=16015] ppid=16000 vsize=820776 CPUtime=103.83
/proc/16014/task/16015/stat : 16015 (java) S 16000 16000 14877 0 -1 64 15578 0 1 0 10371 12 0 0 25 0 9 0 2000286851 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16016] ppid=16000 vsize=820776 CPUtime=15.85
/proc/16014/task/16016/stat : 16016 (java) R 16000 16000 14877 0 -1 64 181574 0 0 0 1491 94 0 0 25 0 9 0 2000286852 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 104182536 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16017] ppid=16000 vsize=820776 CPUtime=0
/proc/16014/task/16017/stat : 16017 (java) S 16000 16000 14877 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000286853 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16018] ppid=16000 vsize=820776 CPUtime=0
/proc/16014/task/16018/stat : 16018 (java) S 16000 16000 14877 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000286853 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16019] ppid=16000 vsize=820776 CPUtime=0
/proc/16014/task/16019/stat : 16019 (java) S 16000 16000 14877 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000286855 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16020] ppid=16000 vsize=820776 CPUtime=0.19
/proc/16014/task/16020/stat : 16020 (java) S 16000 16000 14877 0 -1 64 788 0 0 0 19 0 0 0 16 0 9 0 2000286855 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16021] ppid=16000 vsize=820776 CPUtime=0
/proc/16014/task/16021/stat : 16021 (java) S 16000 16000 14877 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000286855 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16014/tid=16022] ppid=16000 vsize=820776 CPUtime=0
/proc/16014/task/16022/stat : 16022 (java) S 16000 16000 14877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000286855 840474624 186890 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 119.91
Current children cumulated vsize (KiB) 868340

[startup+121.202 s]
/proc/loadavg: 2.08 2.06 2.02 3/91 16023
/proc/meminfo: memFree=364792/2055920 swapFree=4180080/4192956
[pid=16000] ppid=15998 vsize=47564 CPUtime=0.01
/proc/16000/stat : 16000 (galacE.sh) S 15998 16000 14877 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2000286846 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16000/statm: 11891 364 245 79 0 219 0
[pid=16014] ppid=16000 vsize=0 CPUtime=119.97
/proc/16014/stat : 16014 (java) Z 16000 16000 14877 0 -1 12 198653 0 1 0 11886 111 0 0 16 0 2 0 2000286850 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16014/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 119.98
Current children cumulated vsize (KiB) 47564

Child status: 0
Real time (s): 121.278
CPU time (s): 120.092
CPU user time (s): 118.872
CPU system time (s): 1.21981
CPU usage (%): 99.0221
Max. virtual memory (cumulated for all children) (KiB): 868340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 118.872
system time used= 1.21981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201137
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= 3401
involuntary context switches= 6035

runsolver used 0.157975 second user time and 0.407937 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-05 01:12:08
IDJOB=1080563
IDBENCH=56999
IDSOLVER=351
FILE ID=node31/1080563-1215213128
PBS_JOBID= 7881780
Free space on /tmp= 66492 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d1d7294337d4bded9fb03b895bb04a79
RANDOM SEED=467897824

node31.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.232
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.232
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:       1031600 kB
Buffers:         25408 kB
Cached:         146492 kB
SwapCached:       6260 kB
Active:         922996 kB
Inactive:        48764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1031600 kB
SwapTotal:     4192956 kB
SwapFree:      4180080 kB
Dirty:            3384 kB
Writeback:           0 kB
Mapped:         815648 kB
Slab:            35988 kB
Committed_AS:  3940236 kB
PageTables:       3564 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66488 MiB
End job on node31 at 2008-07-05 01:14:09