Trace number 1057679

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) 65.849 65.8977

General information on the benchmark

Namecsp/radar-9-28-4-2/
normalized-radar-9-28-4-2-33.xml
MD5SUM900c1faf1b63451a04d7782d7fb55e71
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.074988
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints81
Maximum constraint arity23
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension81
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c --- Preproc Stats ---
65.63/65.78	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
65.63/65.78		at tuples.IP4BigConstraints.createTuples(IP4BigConstraints.java:48)
65.63/65.78		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:167)
65.63/65.78		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
65.63/65.78		at base.Problem.endConstraint(Problem.java:510)
65.63/65.78		at sat4j.Constraint.endElement(Constraint.java:37)
65.63/65.78		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
65.63/65.78		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
65.63/65.78		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
65.63/65.78		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
65.63/65.78		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
65.63/65.78		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
65.63/65.78		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
65.63/65.78		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
65.63/65.78		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
65.63/65.78		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
65.63/65.78		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
65.63/65.78		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
65.63/65.78		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
65.63/65.78		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-1057679-1215111402/watcher-1057679-1215111402 -o /tmp/evaluation-result-1057679-1215111402/solver-1057679-1215111402 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1057679-1215111402.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: 1.96 1.99 1.99 4/81 3928
/proc/meminfo: memFree=903016/2055920 swapFree=4180236/4192956
[pid=3928] ppid=3926 vsize=8652 CPUtime=0
/proc/3928/stat : 3928 (galacE.sh) S 3926 3928 3388 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 634073779 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3928/statm: 2163 280 208 79 0 156 0
[pid=3929] ppid=3928 vsize=8688 CPUtime=0
/proc/3929/stat : 3929 (galacE.sh) S 3928 3928 3388 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 634073780 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 231493828690 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/3929/statm: 2172 286 209 79 0 165 0
[pid=3930] ppid=3929 vsize=6864 CPUtime=0
/proc/3930/stat : 3930 (id) R 3929 3928 3388 0 -1 4194304 241 0 0 0 0 0 0 0 16 0 1 0 634073780 7028736 184 996147200 4194304 4211724 548682068832 18446744073709551615 231493828562 0 0 3674112 0 0 0 0 17 0 0 0
/proc/3930/statm: 1716 184 155 4 0 46 0

[startup+0.055288 s]
/proc/loadavg: 1.96 1.99 1.99 4/81 3928
/proc/meminfo: memFree=903016/2055920 swapFree=4180236/4192956
[pid=3928] ppid=3926 vsize=47572 CPUtime=0.01
/proc/3928/stat : 3928 (galacE.sh) S 3926 3928 3388 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 634073779 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3928/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.102302 s]
/proc/loadavg: 1.96 1.99 1.99 4/81 3928
/proc/meminfo: memFree=903016/2055920 swapFree=4180236/4192956
[pid=3928] ppid=3926 vsize=47572 CPUtime=0.01
/proc/3928/stat : 3928 (galacE.sh) S 3926 3928 3388 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 634073779 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3928/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301333 s]
/proc/loadavg: 1.96 1.99 1.99 4/81 3928
/proc/meminfo: memFree=903016/2055920 swapFree=4180236/4192956
[pid=3928] ppid=3926 vsize=47572 CPUtime=0.01
/proc/3928/stat : 3928 (galacE.sh) S 3926 3928 3388 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 634073779 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3928/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701391 s]
/proc/loadavg: 1.96 1.99 1.99 4/81 3928
/proc/meminfo: memFree=903016/2055920 swapFree=4180236/4192956
[pid=3928] ppid=3926 vsize=47572 CPUtime=0.01
/proc/3928/stat : 3928 (galacE.sh) S 3926 3928 3388 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 634073779 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3928/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.5025 s]
/proc/loadavg: 1.96 1.99 1.99 3/91 3950
/proc/meminfo: memFree=853072/2055920 swapFree=4180236/4192956
[pid=3928] ppid=3926 vsize=47572 CPUtime=0.01
/proc/3928/stat : 3928 (galacE.sh) S 3926 3928 3388 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 634073779 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3928/statm: 11893 364 245 79 0 219 0
[pid=3942] ppid=3928 vsize=812736 CPUtime=1.44
/proc/3942/stat : 3942 (java) S 3928 3928 3388 0 -1 0 15620 0 1 0 136 8 0 0 20 0 9 0 634073783 832241664 14846 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3942/statm: 203184 14846 2587 9 0 197165 0
[pid=3942/tid=3943] ppid=3928 vsize=812736 CPUtime=1.23
/proc/3942/task/3943/stat : 3943 (java) R 3928 3928 3388 0 -1 64 9654 0 1 0 118 5 0 0 25 0 9 0 634073784 832241664 14846 996147200 134512640 134550740 4294955616 18446744073709551615 4126795605 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3944] ppid=3928 vsize=812736 CPUtime=0.05
/proc/3942/task/3944/stat : 3944 (java) S 3928 3928 3388 0 -1 64 4487 0 0 0 4 1 0 0 16 0 9 0 634073786 832241664 14846 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3945] ppid=3928 vsize=812736 CPUtime=0
/proc/3942/task/3945/stat : 3945 (java) S 3928 3928 3388 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 634073786 832241664 14846 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3946] ppid=3928 vsize=812736 CPUtime=0
/proc/3942/task/3946/stat : 3946 (java) S 3928 3928 3388 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 634073786 832241664 14846 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3947] ppid=3928 vsize=812736 CPUtime=0
/proc/3942/task/3947/stat : 3947 (java) S 3928 3928 3388 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 634073788 832241664 14846 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3948] ppid=3928 vsize=812736 CPUtime=0.13
/proc/3942/task/3948/stat : 3948 (java) S 3928 3928 3388 0 -1 64 779 0 0 0 13 0 0 0 16 0 9 0 634073788 832241664 14846 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3949] ppid=3928 vsize=812736 CPUtime=0
/proc/3942/task/3949/stat : 3949 (java) S 3928 3928 3388 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 634073788 832241664 14846 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3950] ppid=3928 vsize=812736 CPUtime=0
/proc/3942/task/3950/stat : 3950 (java) S 3928 3928 3388 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 634073788 832241664 14846 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860308

[startup+3.10174 s]
/proc/loadavg: 1.96 1.99 1.99 3/91 3950
/proc/meminfo: memFree=849616/2055920 swapFree=4180236/4192956
[pid=3928] ppid=3926 vsize=47572 CPUtime=0.01
/proc/3928/stat : 3928 (galacE.sh) S 3926 3928 3388 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 634073779 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3928/statm: 11893 364 245 79 0 219 0
[pid=3942] ppid=3928 vsize=812736 CPUtime=3.05
/proc/3942/stat : 3942 (java) S 3928 3928 3388 0 -1 0 27968 0 1 0 292 13 0 0 20 0 9 0 634073783 832241664 27192 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3942/statm: 203184 27192 2591 9 0 197165 0
[pid=3942/tid=3943] ppid=3928 vsize=812736 CPUtime=2.72
/proc/3942/task/3943/stat : 3943 (java) R 3928 3928 3388 0 -1 64 14588 0 1 0 265 7 0 0 25 0 9 0 634073784 832241664 27192 996147200 134512640 134550740 4294955616 18446744073709551615 4126793840 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3944] ppid=3928 vsize=812736 CPUtime=0.16
/proc/3942/task/3944/stat : 3944 (java) S 3928 3928 3388 0 -1 64 11901 0 0 0 12 4 0 0 18 0 9 0 634073786 832241664 27192 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3945] ppid=3928 vsize=812736 CPUtime=0
/proc/3942/task/3945/stat : 3945 (java) S 3928 3928 3388 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 634073786 832241664 27192 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3946] ppid=3928 vsize=812736 CPUtime=0
/proc/3942/task/3946/stat : 3946 (java) S 3928 3928 3388 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 634073786 832241664 27192 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3947] ppid=3928 vsize=812736 CPUtime=0
/proc/3942/task/3947/stat : 3947 (java) S 3928 3928 3388 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 634073788 832241664 27192 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3948] ppid=3928 vsize=812736 CPUtime=0.13
/proc/3942/task/3948/stat : 3948 (java) S 3928 3928 3388 0 -1 64 779 0 0 0 13 0 0 0 16 0 9 0 634073788 832241664 27192 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3949] ppid=3928 vsize=812736 CPUtime=0
/proc/3942/task/3949/stat : 3949 (java) S 3928 3928 3388 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 634073788 832241664 27192 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3950] ppid=3928 vsize=812736 CPUtime=0
/proc/3942/task/3950/stat : 3950 (java) S 3928 3928 3388 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 634073788 832241664 27192 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 860308

[startup+6.30221 s]
/proc/loadavg: 1.97 1.99 1.99 3/91 3950
/proc/meminfo: memFree=803408/2055920 swapFree=4180236/4192956
[pid=3928] ppid=3926 vsize=47572 CPUtime=0.01
/proc/3928/stat : 3928 (galacE.sh) S 3926 3928 3388 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 634073779 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3928/statm: 11893 364 245 79 0 219 0
[pid=3942] ppid=3928 vsize=812736 CPUtime=6.25
/proc/3942/stat : 3942 (java) S 3928 3928 3388 0 -1 0 38491 0 1 0 608 17 0 0 20 0 9 0 634073783 832241664 37712 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3942/statm: 203184 37712 2591 9 0 197165 0
[pid=3942/tid=3943] ppid=3928 vsize=812736 CPUtime=5.7
/proc/3942/task/3943/stat : 3943 (java) R 3928 3928 3388 0 -1 64 14591 0 1 0 563 7 0 0 25 0 9 0 634073784 832241664 37712 996147200 134512640 134550740 4294955616 18446744073709551615 4126792945 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3944] ppid=3928 vsize=812736 CPUtime=0.38
/proc/3942/task/3944/stat : 3944 (java) S 3928 3928 3388 0 -1 64 22421 0 0 0 30 8 0 0 18 0 9 0 634073786 832241664 37712 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3945] ppid=3928 vsize=812736 CPUtime=0
/proc/3942/task/3945/stat : 3945 (java) S 3928 3928 3388 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 634073786 832241664 37712 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3946] ppid=3928 vsize=812736 CPUtime=0
/proc/3942/task/3946/stat : 3946 (java) S 3928 3928 3388 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 634073786 832241664 37712 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3947] ppid=3928 vsize=812736 CPUtime=0
/proc/3942/task/3947/stat : 3947 (java) S 3928 3928 3388 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 634073788 832241664 37712 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3948] ppid=3928 vsize=812736 CPUtime=0.13
/proc/3942/task/3948/stat : 3948 (java) S 3928 3928 3388 0 -1 64 779 0 0 0 13 0 0 0 16 0 9 0 634073788 832241664 37712 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3949] ppid=3928 vsize=812736 CPUtime=0
/proc/3942/task/3949/stat : 3949 (java) S 3928 3928 3388 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 634073788 832241664 37712 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3950] ppid=3928 vsize=812736 CPUtime=0
/proc/3942/task/3950/stat : 3950 (java) S 3928 3928 3388 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 634073788 832241664 37712 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 860308

[startup+12.7012 s]
/proc/loadavg: 1.97 1.99 1.99 3/91 3950
/proc/meminfo: memFree=628240/2055920 swapFree=4180236/4192956
[pid=3928] ppid=3926 vsize=47572 CPUtime=0.01
/proc/3928/stat : 3928 (galacE.sh) S 3926 3928 3388 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 634073779 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3928/statm: 11893 364 245 79 0 219 0
[pid=3942] ppid=3928 vsize=812772 CPUtime=12.64
/proc/3942/stat : 3942 (java) S 3928 3928 3388 0 -1 0 71676 0 1 0 1235 29 0 0 20 0 9 0 634073783 832278528 70862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3942/statm: 203193 70862 2593 9 0 197174 0
[pid=3942/tid=3943] ppid=3928 vsize=812772 CPUtime=11.37
/proc/3942/task/3943/stat : 3943 (java) R 3928 3928 3388 0 -1 64 14649 0 1 0 1130 7 0 0 25 0 9 0 634073784 832278528 70862 996147200 134512640 134550740 4294955616 18446744073709551615 4126793840 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3944] ppid=3928 vsize=812772 CPUtime=1.1
/proc/3942/task/3944/stat : 3944 (java) S 3928 3928 3388 0 -1 64 55545 0 0 0 90 20 0 0 16 0 9 0 634073786 832278528 70862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3945] ppid=3928 vsize=812772 CPUtime=0
/proc/3942/task/3945/stat : 3945 (java) S 3928 3928 3388 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 634073786 832278528 70862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3946] ppid=3928 vsize=812772 CPUtime=0
/proc/3942/task/3946/stat : 3946 (java) S 3928 3928 3388 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 634073786 832278528 70862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3947] ppid=3928 vsize=812772 CPUtime=0
/proc/3942/task/3947/stat : 3947 (java) S 3928 3928 3388 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 634073788 832278528 70862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3948] ppid=3928 vsize=812772 CPUtime=0.13
/proc/3942/task/3948/stat : 3948 (java) S 3928 3928 3388 0 -1 64 782 0 0 0 13 0 0 0 17 0 9 0 634073788 832278528 70862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3949] ppid=3928 vsize=812772 CPUtime=0
/proc/3942/task/3949/stat : 3949 (java) S 3928 3928 3388 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 634073788 832278528 70862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3950] ppid=3928 vsize=812772 CPUtime=0
/proc/3942/task/3950/stat : 3950 (java) S 3928 3928 3388 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 634073788 832278528 70862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 860344

[startup+25.502 s]
/proc/loadavg: 1.98 1.99 1.99 3/91 3950
/proc/meminfo: memFree=362768/2055920 swapFree=4180236/4192956
[pid=3928] ppid=3926 vsize=47572 CPUtime=0.01
/proc/3928/stat : 3928 (galacE.sh) S 3926 3928 3388 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 634073779 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3928/statm: 11893 364 245 79 0 219 0
[pid=3942] ppid=3928 vsize=812932 CPUtime=25.44
/proc/3942/stat : 3942 (java) S 3928 3928 3388 0 -1 0 137942 0 1 0 2487 57 0 0 20 0 9 0 634073783 832442368 137090 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3942/statm: 203233 137090 2593 9 0 197214 0
[pid=3942/tid=3943] ppid=3928 vsize=812932 CPUtime=22.66
/proc/3942/task/3943/stat : 3943 (java) R 3928 3928 3388 0 -1 64 14704 0 1 0 2259 7 0 0 25 0 9 0 634073784 832442368 137090 996147200 134512640 134550740 4294955616 18446744073709551615 4126787876 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3944] ppid=3928 vsize=812932 CPUtime=2.6
/proc/3942/task/3944/stat : 3944 (java) S 3928 3928 3388 0 -1 64 121755 0 0 0 212 48 0 0 16 0 9 0 634073786 832442368 137090 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3945] ppid=3928 vsize=812932 CPUtime=0
/proc/3942/task/3945/stat : 3945 (java) S 3928 3928 3388 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 634073786 832442368 137090 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3946] ppid=3928 vsize=812932 CPUtime=0
/proc/3942/task/3946/stat : 3946 (java) S 3928 3928 3388 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 634073786 832442368 137090 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3947] ppid=3928 vsize=812932 CPUtime=0
/proc/3942/task/3947/stat : 3947 (java) S 3928 3928 3388 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 634073788 832442368 137090 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3948] ppid=3928 vsize=812932 CPUtime=0.14
/proc/3942/task/3948/stat : 3948 (java) S 3928 3928 3388 0 -1 64 783 0 0 0 14 0 0 0 17 0 9 0 634073788 832442368 137090 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3949] ppid=3928 vsize=812932 CPUtime=0
/proc/3942/task/3949/stat : 3949 (java) S 3928 3928 3388 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 634073788 832442368 137090 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3950] ppid=3928 vsize=812932 CPUtime=0
/proc/3942/task/3950/stat : 3950 (java) S 3928 3928 3388 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 634073788 832442368 137090 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.45

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

[pid=3942/tid=3943] ppid=3928 vsize=829928 CPUtime=49.17
/proc/3942/task/3943/stat : 3943 (java) S 3928 3928 3388 0 -1 64 16056 0 1 0 4910 7 0 0 17 0 9 0 634073784 849846272 189158 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3944] ppid=3928 vsize=829928 CPUtime=8.08
/proc/3942/task/3944/stat : 3944 (java) R 3928 3928 3388 0 -1 64 185448 0 0 0 735 73 0 0 25 0 9 0 634073786 849846272 189158 996147200 134512640 134550740 4294955616 18446744073709551615 103735745 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3945] ppid=3928 vsize=829928 CPUtime=0
/proc/3942/task/3945/stat : 3945 (java) S 3928 3928 3388 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 634073786 849846272 189158 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3946] ppid=3928 vsize=829928 CPUtime=0
/proc/3942/task/3946/stat : 3946 (java) S 3928 3928 3388 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 634073786 849846272 189158 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3947] ppid=3928 vsize=829928 CPUtime=0
/proc/3942/task/3947/stat : 3947 (java) S 3928 3928 3388 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 634073788 849846272 189158 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3948] ppid=3928 vsize=829928 CPUtime=0.14
/proc/3942/task/3948/stat : 3948 (java) S 3928 3928 3388 0 -1 64 784 0 0 0 14 0 0 0 16 0 9 0 634073788 849846272 189158 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3949] ppid=3928 vsize=829928 CPUtime=0
/proc/3942/task/3949/stat : 3949 (java) S 3928 3928 3388 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 634073788 849846272 189158 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3950] ppid=3928 vsize=829928 CPUtime=0
/proc/3942/task/3950/stat : 3950 (java) S 3928 3928 3388 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 634073788 849846272 189158 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 57.43
Current children cumulated vsize (KiB) 877500

[startup+60.7022 s]
/proc/loadavg: 1.98 1.99 1.99 3/91 3950
/proc/meminfo: memFree=151888/2055920 swapFree=4180236/4192956
[pid=3928] ppid=3926 vsize=47572 CPUtime=0.01
/proc/3928/stat : 3928 (galacE.sh) S 3926 3928 3388 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 634073779 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3928/statm: 11893 364 245 79 0 219 0
[pid=3942] ppid=3928 vsize=831944 CPUtime=60.62
/proc/3942/stat : 3942 (java) S 3928 3928 3388 0 -1 0 211462 0 1 0 5977 85 0 0 20 0 9 0 634073783 851910656 189660 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3942/statm: 207986 189660 2592 9 0 201967 0
[pid=3942/tid=3943] ppid=3928 vsize=831944 CPUtime=49.28
/proc/3942/task/3943/stat : 3943 (java) S 3928 3928 3388 0 -1 64 16517 0 1 0 4920 8 0 0 17 0 9 0 634073784 851910656 189660 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3944] ppid=3928 vsize=831944 CPUtime=11.18
/proc/3942/task/3944/stat : 3944 (java) R 3928 3928 3388 0 -1 64 193461 0 0 0 1042 76 0 0 25 0 9 0 634073786 851910656 189660 996147200 134512640 134550740 4294955616 18446744073709551615 104180214 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3945] ppid=3928 vsize=831944 CPUtime=0
/proc/3942/task/3945/stat : 3945 (java) S 3928 3928 3388 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 634073786 851910656 189660 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3946] ppid=3928 vsize=831944 CPUtime=0
/proc/3942/task/3946/stat : 3946 (java) S 3928 3928 3388 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 634073786 851910656 189660 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3947] ppid=3928 vsize=831944 CPUtime=0
/proc/3942/task/3947/stat : 3947 (java) S 3928 3928 3388 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 634073788 851910656 189660 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3948] ppid=3928 vsize=831944 CPUtime=0.14
/proc/3942/task/3948/stat : 3948 (java) S 3928 3928 3388 0 -1 64 784 0 0 0 14 0 0 0 16 0 9 0 634073788 851910656 189660 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3949] ppid=3928 vsize=831944 CPUtime=0
/proc/3942/task/3949/stat : 3949 (java) S 3928 3928 3388 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 634073788 851910656 189660 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3950] ppid=3928 vsize=831944 CPUtime=0
/proc/3942/task/3950/stat : 3950 (java) S 3928 3928 3388 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 634073788 851910656 189660 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 60.63
Current children cumulated vsize (KiB) 879516

[startup+63.9027 s]
/proc/loadavg: 1.99 1.99 1.99 3/91 3950
/proc/meminfo: memFree=167632/2055920 swapFree=4180236/4192956
[pid=3928] ppid=3926 vsize=47572 CPUtime=0.01
/proc/3928/stat : 3928 (galacE.sh) S 3926 3928 3388 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 634073779 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3928/statm: 11893 364 245 79 0 219 0
[pid=3942] ppid=3928 vsize=832040 CPUtime=63.82
/proc/3942/stat : 3942 (java) S 3928 3928 3388 0 -1 0 227429 0 1 0 6290 92 0 0 20 0 9 0 634073783 852008960 189684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3942/statm: 208010 189684 2592 9 0 201991 0
[pid=3942/tid=3943] ppid=3928 vsize=832040 CPUtime=49.28
/proc/3942/task/3943/stat : 3943 (java) S 3928 3928 3388 0 -1 64 16518 0 1 0 4920 8 0 0 17 0 9 0 634073784 852008960 189684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3944] ppid=3928 vsize=832040 CPUtime=14.38
/proc/3942/task/3944/stat : 3944 (java) R 3928 3928 3388 0 -1 64 209427 0 0 0 1355 83 0 0 25 0 9 0 634073786 852008960 189684 996147200 134512640 134550740 4294955616 18446744073709551615 102721968 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3945] ppid=3928 vsize=832040 CPUtime=0
/proc/3942/task/3945/stat : 3945 (java) S 3928 3928 3388 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 634073786 852008960 189684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3946] ppid=3928 vsize=832040 CPUtime=0
/proc/3942/task/3946/stat : 3946 (java) S 3928 3928 3388 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 634073786 852008960 189684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3947] ppid=3928 vsize=832040 CPUtime=0
/proc/3942/task/3947/stat : 3947 (java) S 3928 3928 3388 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 634073788 852008960 189684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3948] ppid=3928 vsize=832040 CPUtime=0.14
/proc/3942/task/3948/stat : 3948 (java) S 3928 3928 3388 0 -1 64 784 0 0 0 14 0 0 0 16 0 9 0 634073788 852008960 189684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3949] ppid=3928 vsize=832040 CPUtime=0
/proc/3942/task/3949/stat : 3949 (java) S 3928 3928 3388 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 634073788 852008960 189684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3950] ppid=3928 vsize=832040 CPUtime=0
/proc/3942/task/3950/stat : 3950 (java) S 3928 3928 3388 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 634073788 852008960 189684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.83
Current children cumulated vsize (KiB) 879612

[startup+64.7028 s]
/proc/loadavg: 1.99 1.99 1.99 3/91 3950
/proc/meminfo: memFree=167632/2055920 swapFree=4180236/4192956
[pid=3928] ppid=3926 vsize=47572 CPUtime=0.01
/proc/3928/stat : 3928 (galacE.sh) S 3926 3928 3388 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 634073779 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3928/statm: 11893 364 245 79 0 219 0
[pid=3942] ppid=3928 vsize=832040 CPUtime=64.62
/proc/3942/stat : 3942 (java) S 3928 3928 3388 0 -1 0 227429 0 1 0 6370 92 0 0 20 0 9 0 634073783 852008960 189684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3942/statm: 208010 189684 2592 9 0 201991 0
[pid=3942/tid=3943] ppid=3928 vsize=832040 CPUtime=49.28
/proc/3942/task/3943/stat : 3943 (java) S 3928 3928 3388 0 -1 64 16518 0 1 0 4920 8 0 0 17 0 9 0 634073784 852008960 189684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3944] ppid=3928 vsize=832040 CPUtime=15.18
/proc/3942/task/3944/stat : 3944 (java) R 3928 3928 3388 0 -1 64 209427 0 0 0 1435 83 0 0 25 0 9 0 634073786 852008960 189684 996147200 134512640 134550740 4294955616 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3945] ppid=3928 vsize=832040 CPUtime=0
/proc/3942/task/3945/stat : 3945 (java) S 3928 3928 3388 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 634073786 852008960 189684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3946] ppid=3928 vsize=832040 CPUtime=0
/proc/3942/task/3946/stat : 3946 (java) S 3928 3928 3388 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 634073786 852008960 189684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3947] ppid=3928 vsize=832040 CPUtime=0
/proc/3942/task/3947/stat : 3947 (java) S 3928 3928 3388 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 634073788 852008960 189684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3948] ppid=3928 vsize=832040 CPUtime=0.14
/proc/3942/task/3948/stat : 3948 (java) S 3928 3928 3388 0 -1 64 784 0 0 0 14 0 0 0 16 0 9 0 634073788 852008960 189684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3949] ppid=3928 vsize=832040 CPUtime=0
/proc/3942/task/3949/stat : 3949 (java) S 3928 3928 3388 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 634073788 852008960 189684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3950] ppid=3928 vsize=832040 CPUtime=0
/proc/3942/task/3950/stat : 3950 (java) S 3928 3928 3388 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 634073788 852008960 189684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 64.63
Current children cumulated vsize (KiB) 879612

[startup+65.5029 s]
/proc/loadavg: 1.99 1.99 1.99 3/91 3950
/proc/meminfo: memFree=151760/2055920 swapFree=4180236/4192956
[pid=3928] ppid=3926 vsize=47572 CPUtime=0.01
/proc/3928/stat : 3928 (galacE.sh) S 3926 3928 3388 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 634073779 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3928/statm: 11893 364 245 79 0 219 0
[pid=3942] ppid=3928 vsize=832040 CPUtime=65.42
/proc/3942/stat : 3942 (java) S 3928 3928 3388 0 -1 0 227429 0 1 0 6450 92 0 0 20 0 9 0 634073783 852008960 189684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3942/statm: 208010 189684 2592 9 0 201991 0
[pid=3942/tid=3943] ppid=3928 vsize=832040 CPUtime=49.28
/proc/3942/task/3943/stat : 3943 (java) S 3928 3928 3388 0 -1 64 16518 0 1 0 4920 8 0 0 17 0 9 0 634073784 852008960 189684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3944] ppid=3928 vsize=832040 CPUtime=15.98
/proc/3942/task/3944/stat : 3944 (java) R 3928 3928 3388 0 -1 64 209427 0 0 0 1515 83 0 0 25 0 9 0 634073786 852008960 189684 996147200 134512640 134550740 4294955616 18446744073709551615 104457044 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3945] ppid=3928 vsize=832040 CPUtime=0
/proc/3942/task/3945/stat : 3945 (java) S 3928 3928 3388 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 634073786 852008960 189684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3946] ppid=3928 vsize=832040 CPUtime=0
/proc/3942/task/3946/stat : 3946 (java) S 3928 3928 3388 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 634073786 852008960 189684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3947] ppid=3928 vsize=832040 CPUtime=0
/proc/3942/task/3947/stat : 3947 (java) S 3928 3928 3388 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 634073788 852008960 189684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3948] ppid=3928 vsize=832040 CPUtime=0.14
/proc/3942/task/3948/stat : 3948 (java) S 3928 3928 3388 0 -1 64 784 0 0 0 14 0 0 0 16 0 9 0 634073788 852008960 189684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3949] ppid=3928 vsize=832040 CPUtime=0
/proc/3942/task/3949/stat : 3949 (java) S 3928 3928 3388 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 634073788 852008960 189684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3950] ppid=3928 vsize=832040 CPUtime=0
/proc/3942/task/3950/stat : 3950 (java) S 3928 3928 3388 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 634073788 852008960 189684 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 65.43
Current children cumulated vsize (KiB) 879612

[startup+65.703 s]
/proc/loadavg: 1.99 1.99 1.99 3/91 3950
/proc/meminfo: memFree=151760/2055920 swapFree=4180236/4192956
[pid=3928] ppid=3926 vsize=47572 CPUtime=0.01
/proc/3928/stat : 3928 (galacE.sh) S 3926 3928 3388 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 634073779 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3928/statm: 11893 364 245 79 0 219 0
[pid=3942] ppid=3928 vsize=816036 CPUtime=65.62
/proc/3942/stat : 3942 (java) S 3928 3928 3388 0 -1 0 227436 0 1 0 6470 92 0 0 20 0 9 0 634073783 835620864 185688 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3942/statm: 204009 185688 2592 9 0 197990 0
[pid=3942/tid=3943] ppid=3928 vsize=816036 CPUtime=49.28
/proc/3942/task/3943/stat : 3943 (java) S 3928 3928 3388 0 -1 64 16521 0 1 0 4920 8 0 0 17 0 9 0 634073784 835620864 185688 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3944] ppid=3928 vsize=816036 CPUtime=16.18
/proc/3942/task/3944/stat : 3944 (java) R 3928 3928 3388 0 -1 64 209431 0 0 0 1535 83 0 0 25 0 9 0 634073786 835620864 185688 996147200 134512640 134550740 4294955616 18446744073709551615 104181568 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3945] ppid=3928 vsize=816036 CPUtime=0
/proc/3942/task/3945/stat : 3945 (java) S 3928 3928 3388 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 634073786 835620864 185688 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3946] ppid=3928 vsize=816036 CPUtime=0
/proc/3942/task/3946/stat : 3946 (java) S 3928 3928 3388 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 634073786 835620864 185688 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3947] ppid=3928 vsize=816036 CPUtime=0
/proc/3942/task/3947/stat : 3947 (java) S 3928 3928 3388 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 634073788 835620864 185688 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3948] ppid=3928 vsize=816036 CPUtime=0.14
/proc/3942/task/3948/stat : 3948 (java) S 3928 3928 3388 0 -1 64 784 0 0 0 14 0 0 0 16 0 9 0 634073788 835620864 185688 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3949] ppid=3928 vsize=816036 CPUtime=0
/proc/3942/task/3949/stat : 3949 (java) S 3928 3928 3388 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 634073788 835620864 185688 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3942/tid=3950] ppid=3928 vsize=816036 CPUtime=0
/proc/3942/task/3950/stat : 3950 (java) S 3928 3928 3388 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 634073788 835620864 185688 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 65.63
Current children cumulated vsize (KiB) 863608

[startup+65.803 s]
/proc/loadavg: 1.99 1.99 1.99 3/91 3950
/proc/meminfo: memFree=151760/2055920 swapFree=4180236/4192956
[pid=3928] ppid=3926 vsize=47572 CPUtime=0.01
/proc/3928/stat : 3928 (galacE.sh) S 3926 3928 3388 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 634073779 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3928/statm: 11893 364 245 79 0 219 0
[pid=3942] ppid=3928 vsize=0 CPUtime=65.71
/proc/3942/stat : 3942 (java) Z 3928 3928 3388 0 -1 12 227448 0 1 0 6478 93 0 0 16 0 2 0 634073783 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3942/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 65.72
Current children cumulated vsize (KiB) 47572

Child status: 0
Real time (s): 65.8977
CPU time (s): 65.849
CPU user time (s): 64.7941
CPU system time (s): 1.05484
CPU usage (%): 99.9261
Max. virtual memory (cumulated for all children) (KiB): 879612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.7941
system time used= 1.05484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229933
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= 2136
involuntary context switches= 3472

runsolver used 0.089986 second user time and 0.231964 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-03 20:56:42
IDJOB=1057679
IDBENCH=54063
IDSOLVER=351
FILE ID=node39/1057679-1215111402
PBS_JOBID= 7877126
Free space on /tmp= 66548 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/radar-9-28-4-2/normalized-radar-9-28-4-2-33.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1057679-1215111402/watcher-1057679-1215111402 -o /tmp/evaluation-result-1057679-1215111402/solver-1057679-1215111402 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1057679-1215111402.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 900c1faf1b63451a04d7782d7fb55e71
RANDOM SEED=219234133

node39.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.267
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.267
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:        903496 kB
Buffers:         59624 kB
Cached:         269292 kB
SwapCached:       6528 kB
Active:         887252 kB
Inactive:       191420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        903496 kB
SwapTotal:     4192956 kB
SwapFree:      4180236 kB
Dirty:            3440 kB
Writeback:           0 kB
Mapped:         765316 kB
Slab:            57332 kB
Committed_AS:  1625372 kB
PageTables:       3364 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= 66544 MiB
End job on node39 at 2008-07-03 20:57:48