Trace number 1057805

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) 73.4678 74.2339

General information on the benchmark

Namecsp/radar-9-28-4-2/
normalized-radar-9-28-4-2-12.xml
MD5SUMac7c0d475342b35cf3d84a60d71b9c13
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.068988
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints81
Maximum constraint arity22
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.03	c --- Preproc Stats ---
73.24/74.07	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
73.24/74.08		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:149)
73.24/74.08		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
73.24/74.08		at base.Problem.endConstraint(Problem.java:510)
73.24/74.08		at sat4j.Constraint.endElement(Constraint.java:37)
73.24/74.08		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
73.24/74.08		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
73.24/74.08		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
73.24/74.08		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
73.24/74.08		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
73.24/74.08		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
73.24/74.08		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
73.24/74.08		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
73.24/74.08		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
73.24/74.08		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
73.24/74.08		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
73.24/74.08		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
73.24/74.08		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
73.24/74.08		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-1057805-1215111657/watcher-1057805-1215111657 -o /tmp/evaluation-result-1057805-1215111657/solver-1057805-1215111657 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1057805-1215111657.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.80 1.92 1.89 4/81 13707
/proc/meminfo: memFree=1341784/2055924 swapFree=4180432/4192956
[pid=13707] ppid=13705 vsize=8652 CPUtime=0
/proc/13707/stat : 13707 (galacE.sh) S 13705 13707 12892 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1990140963 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13707/statm: 2163 280 208 79 0 156 0
[pid=13708] ppid=13707 vsize=8688 CPUtime=0
/proc/13708/stat : 13708 (galacE.sh) S 13707 13707 12892 0 -1 4194368 36 0 0 0 0 0 0 0 16 0 1 0 1990140964 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 268583010386 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/13708/statm: 2172 286 209 79 0 165 0
[pid=13709] ppid=13708 vsize=8728 CPUtime=0
/proc/13709/stat : 13709 (galacE.sh) R 13708 13707 12892 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1990140964 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 268582841639 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/13709/statm: 2182 290 209 79 0 175 0

[startup+0.0851069 s]
/proc/loadavg: 1.80 1.92 1.89 4/81 13707
/proc/meminfo: memFree=1341784/2055924 swapFree=4180432/4192956
[pid=13707] ppid=13705 vsize=47572 CPUtime=0.01
/proc/13707/stat : 13707 (galacE.sh) S 13705 13707 12892 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1990140963 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13707/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.102108 s]
/proc/loadavg: 1.80 1.92 1.89 4/81 13707
/proc/meminfo: memFree=1341784/2055924 swapFree=4180432/4192956
[pid=13707] ppid=13705 vsize=47572 CPUtime=0.01
/proc/13707/stat : 13707 (galacE.sh) S 13705 13707 12892 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1990140963 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13707/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.302147 s]
/proc/loadavg: 1.80 1.92 1.89 4/81 13707
/proc/meminfo: memFree=1341784/2055924 swapFree=4180432/4192956
[pid=13707] ppid=13705 vsize=47572 CPUtime=0.01
/proc/13707/stat : 13707 (galacE.sh) S 13705 13707 12892 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1990140963 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13707/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701227 s]
/proc/loadavg: 1.80 1.92 1.89 4/81 13707
/proc/meminfo: memFree=1341784/2055924 swapFree=4180432/4192956
[pid=13707] ppid=13705 vsize=47572 CPUtime=0.01
/proc/13707/stat : 13707 (galacE.sh) S 13705 13707 12892 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1990140963 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13707/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50138 s]
/proc/loadavg: 1.80 1.92 1.89 3/91 13729
/proc/meminfo: memFree=1291080/2055924 swapFree=4180432/4192956
[pid=13707] ppid=13705 vsize=47572 CPUtime=0.01
/proc/13707/stat : 13707 (galacE.sh) S 13705 13707 12892 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1990140963 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13707/statm: 11893 364 245 79 0 219 0
[pid=13721] ppid=13707 vsize=812776 CPUtime=1.43
/proc/13721/stat : 13721 (java) S 13707 13707 12892 0 -1 0 16811 0 1 0 135 8 0 0 18 0 9 0 1990140967 832282624 16008 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13721/statm: 203194 16008 2586 9 0 197175 0
[pid=13721/tid=13722] ppid=13707 vsize=812776 CPUtime=1.14
/proc/13721/task/13722/stat : 13722 (java) R 13707 13707 12892 0 -1 64 9822 0 1 0 109 5 0 0 25 0 9 0 1990140968 832282624 16008 996147200 134512640 134550740 4294955616 18446744073709551615 4126793409 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13723] ppid=13707 vsize=812776 CPUtime=0.12
/proc/13721/task/13723/stat : 13723 (java) S 13707 13707 12892 0 -1 64 5517 0 0 0 11 1 0 0 16 0 9 0 1990140969 832282624 16008 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13724] ppid=13707 vsize=812776 CPUtime=0
/proc/13721/task/13724/stat : 13724 (java) S 13707 13707 12892 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990140970 832282624 16008 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13725] ppid=13707 vsize=812776 CPUtime=0
/proc/13721/task/13725/stat : 13725 (java) S 13707 13707 12892 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990140970 832282624 16008 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13726] ppid=13707 vsize=812776 CPUtime=0
/proc/13721/task/13726/stat : 13726 (java) S 13707 13707 12892 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990140972 832282624 16008 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13727] ppid=13707 vsize=812776 CPUtime=0.14
/proc/13721/task/13727/stat : 13727 (java) S 13707 13707 12892 0 -1 64 772 0 0 0 14 0 0 0 15 0 9 0 1990140972 832282624 16008 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13728] ppid=13707 vsize=812776 CPUtime=0
/proc/13721/task/13728/stat : 13728 (java) S 13707 13707 12892 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990140972 832282624 16008 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13729] ppid=13707 vsize=812776 CPUtime=0
/proc/13721/task/13729/stat : 13729 (java) S 13707 13707 12892 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990140972 832282624 16008 996147200 134512640 134550740 4294955616 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) 860348

[startup+3.10269 s]
/proc/loadavg: 1.81 1.92 1.90 3/91 13729
/proc/meminfo: memFree=1286792/2055924 swapFree=4180432/4192956
[pid=13707] ppid=13705 vsize=47572 CPUtime=0.01
/proc/13707/stat : 13707 (galacE.sh) S 13705 13707 12892 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1990140963 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13707/statm: 11893 364 245 79 0 219 0
[pid=13721] ppid=13707 vsize=812776 CPUtime=3.02
/proc/13721/stat : 13721 (java) S 13707 13707 12892 0 -1 0 18292 0 1 0 293 9 0 0 18 0 9 0 1990140967 832282624 17489 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13721/statm: 203194 17489 2586 9 0 197175 0
[pid=13721/tid=13722] ppid=13707 vsize=812776 CPUtime=2.73
/proc/13721/task/13722/stat : 13722 (java) R 13707 13707 12892 0 -1 64 11303 0 1 0 267 6 0 0 25 0 9 0 1990140968 832282624 17489 996147200 134512640 134550740 4294955616 18446744073709551615 4126792752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13723] ppid=13707 vsize=812776 CPUtime=0.12
/proc/13721/task/13723/stat : 13723 (java) S 13707 13707 12892 0 -1 64 5517 0 0 0 11 1 0 0 17 0 9 0 1990140969 832282624 17489 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13724] ppid=13707 vsize=812776 CPUtime=0
/proc/13721/task/13724/stat : 13724 (java) S 13707 13707 12892 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990140970 832282624 17489 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13725] ppid=13707 vsize=812776 CPUtime=0
/proc/13721/task/13725/stat : 13725 (java) S 13707 13707 12892 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990140970 832282624 17489 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13726] ppid=13707 vsize=812776 CPUtime=0
/proc/13721/task/13726/stat : 13726 (java) S 13707 13707 12892 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990140972 832282624 17489 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13727] ppid=13707 vsize=812776 CPUtime=0.14
/proc/13721/task/13727/stat : 13727 (java) S 13707 13707 12892 0 -1 64 772 0 0 0 14 0 0 0 15 0 9 0 1990140972 832282624 17489 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13728] ppid=13707 vsize=812776 CPUtime=0
/proc/13721/task/13728/stat : 13728 (java) S 13707 13707 12892 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990140972 832282624 17489 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13729] ppid=13707 vsize=812776 CPUtime=0
/proc/13721/task/13729/stat : 13729 (java) S 13707 13707 12892 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990140972 832282624 17489 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860348

[startup+6.30132 s]
/proc/loadavg: 1.81 1.92 1.90 3/91 13735
/proc/meminfo: memFree=1230216/2055924 swapFree=4180432/4192956
[pid=13707] ppid=13705 vsize=47572 CPUtime=0.01
/proc/13707/stat : 13707 (galacE.sh) S 13705 13707 12892 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1990140963 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13707/statm: 11893 364 245 79 0 219 0
[pid=13721] ppid=13707 vsize=812936 CPUtime=6.18
/proc/13721/stat : 13721 (java) S 13707 13707 12892 0 -1 0 43342 0 1 0 598 20 0 0 18 0 9 0 1990140967 832446464 42536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13721/statm: 203234 42536 2590 9 0 197215 0
[pid=13721/tid=13722] ppid=13707 vsize=812936 CPUtime=5.4
/proc/13721/task/13722/stat : 13722 (java) R 13707 13707 12892 0 -1 64 14627 0 1 0 532 8 0 0 25 0 9 0 1990140968 832446464 42536 996147200 134512640 134550740 4294955616 18446744073709551615 4126789289 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13723] ppid=13707 vsize=812936 CPUtime=0.6
/proc/13721/task/13723/stat : 13723 (java) S 13707 13707 12892 0 -1 64 27243 0 0 0 50 10 0 0 18 0 9 0 1990140969 832446464 42536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13724] ppid=13707 vsize=812936 CPUtime=0
/proc/13721/task/13724/stat : 13724 (java) S 13707 13707 12892 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990140970 832446464 42536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13725] ppid=13707 vsize=812936 CPUtime=0
/proc/13721/task/13725/stat : 13725 (java) S 13707 13707 12892 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990140970 832446464 42536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13726] ppid=13707 vsize=812936 CPUtime=0
/proc/13721/task/13726/stat : 13726 (java) S 13707 13707 12892 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990140972 832446464 42536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13727] ppid=13707 vsize=812936 CPUtime=0.14
/proc/13721/task/13727/stat : 13727 (java) S 13707 13707 12892 0 -1 64 772 0 0 0 14 0 0 0 15 0 9 0 1990140972 832446464 42536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13728] ppid=13707 vsize=812936 CPUtime=0
/proc/13721/task/13728/stat : 13728 (java) S 13707 13707 12892 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990140972 832446464 42536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13729] ppid=13707 vsize=812936 CPUtime=0
/proc/13721/task/13729/stat : 13729 (java) S 13707 13707 12892 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990140972 832446464 42536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860508

[startup+12.7016 s]
/proc/loadavg: 1.83 1.93 1.90 3/91 13735
/proc/meminfo: memFree=1091912/2055924 swapFree=4180432/4192956
[pid=13707] ppid=13705 vsize=47572 CPUtime=0.01
/proc/13707/stat : 13707 (galacE.sh) S 13705 13707 12892 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1990140963 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13707/statm: 11893 364 245 79 0 219 0
[pid=13721] ppid=13707 vsize=812776 CPUtime=12.52
/proc/13721/stat : 13721 (java) S 13707 13707 12892 0 -1 0 65424 0 1 0 1223 29 0 0 18 0 9 0 1990140967 832282624 64584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13721/statm: 203194 64584 2590 9 0 197175 0
[pid=13721/tid=13722] ppid=13707 vsize=812776 CPUtime=11.24
/proc/13721/task/13722/stat : 13722 (java) R 13707 13707 12892 0 -1 64 14629 0 1 0 1116 8 0 0 25 0 9 0 1990140968 832282624 64584 996147200 134512640 134550740 4294955616 18446744073709551615 4126790680 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13723] ppid=13707 vsize=812776 CPUtime=1.1
/proc/13721/task/13723/stat : 13723 (java) S 13707 13707 12892 0 -1 64 49323 0 0 0 91 19 0 0 16 0 9 0 1990140969 832282624 64584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13724] ppid=13707 vsize=812776 CPUtime=0
/proc/13721/task/13724/stat : 13724 (java) S 13707 13707 12892 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990140970 832282624 64584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13725] ppid=13707 vsize=812776 CPUtime=0
/proc/13721/task/13725/stat : 13725 (java) S 13707 13707 12892 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990140970 832282624 64584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13726] ppid=13707 vsize=812776 CPUtime=0
/proc/13721/task/13726/stat : 13726 (java) S 13707 13707 12892 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990140972 832282624 64584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13727] ppid=13707 vsize=812776 CPUtime=0.14
/proc/13721/task/13727/stat : 13727 (java) S 13707 13707 12892 0 -1 64 772 0 0 0 14 0 0 0 15 0 9 0 1990140972 832282624 64584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13728] ppid=13707 vsize=812776 CPUtime=0
/proc/13721/task/13728/stat : 13728 (java) S 13707 13707 12892 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990140972 832282624 64584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13729] ppid=13707 vsize=812776 CPUtime=0
/proc/13721/task/13729/stat : 13729 (java) S 13707 13707 12892 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990140972 832282624 64584 996147200 134512640 134550740 4294955616 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) 860348

[startup+25.5021 s]
/proc/loadavg: 1.94 1.94 1.90 3/91 13735
/proc/meminfo: memFree=828040/2055924 swapFree=4180432/4192956
[pid=13707] ppid=13705 vsize=47572 CPUtime=0.01
/proc/13707/stat : 13707 (galacE.sh) S 13705 13707 12892 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1990140963 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13707/statm: 11893 364 245 79 0 219 0
[pid=13721] ppid=13707 vsize=812968 CPUtime=25.19
/proc/13721/stat : 13721 (java) S 13707 13707 12892 0 -1 0 131350 0 1 0 2462 57 0 0 18 0 9 0 1990140967 832479232 130488 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13721/statm: 203242 130488 2592 9 0 197223 0
[pid=13721/tid=13722] ppid=13707 vsize=812968 CPUtime=22.32
/proc/13721/task/13722/stat : 13722 (java) R 13707 13707 12892 0 -1 64 14700 0 1 0 2224 8 0 0 25 0 9 0 1990140968 832479232 130488 996147200 134512640 134550740 4294955616 18446744073709551615 4126790647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13723] ppid=13707 vsize=812968 CPUtime=2.69
/proc/13721/task/13723/stat : 13723 (java) S 13707 13707 12892 0 -1 64 115174 0 0 0 222 47 0 0 16 0 9 0 1990140969 832479232 130488 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13724] ppid=13707 vsize=812968 CPUtime=0
/proc/13721/task/13724/stat : 13724 (java) S 13707 13707 12892 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990140970 832479232 130488 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13725] ppid=13707 vsize=812968 CPUtime=0
/proc/13721/task/13725/stat : 13725 (java) S 13707 13707 12892 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990140970 832479232 130488 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13726] ppid=13707 vsize=812968 CPUtime=0
/proc/13721/task/13726/stat : 13726 (java) S 13707 13707 12892 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990140972 832479232 130488 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13727] ppid=13707 vsize=812968 CPUtime=0.14
/proc/13721/task/13727/stat : 13727 (java) S 13707 13707 12892 0 -1 64 776 0 0 0 14 0 0 0 16 0 9 0 1990140972 832479232 130488 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13728] ppid=13707 vsize=812968 CPUtime=0
/proc/13721/task/13728/stat : 13728 (java) S 13707 13707 12892 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990140972 832479232 130488 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13729] ppid=13707 vsize=812968 CPUtime=0
/proc/13721/task/13729/stat : 13729 (java) S 13707 13707 12892 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990140972 832479232 130488 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2

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

[pid=13721/tid=13722] ppid=13707 vsize=820752 CPUtime=48.79
/proc/13721/task/13722/stat : 13722 (java) R 13707 13707 12892 0 -1 64 16672 0 1 0 4870 9 0 0 25 0 9 0 1990140968 840450048 186864 996147200 134512640 134550740 4294955616 18446744073709551615 4126592388 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13723] ppid=13707 vsize=820752 CPUtime=14.26
/proc/13721/task/13723/stat : 13723 (java) S 13707 13707 12892 0 -1 64 186618 0 0 0 1349 77 0 0 25 0 9 0 1990140969 840450048 186864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13724] ppid=13707 vsize=820752 CPUtime=0
/proc/13721/task/13724/stat : 13724 (java) S 13707 13707 12892 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990140970 840450048 186864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13725] ppid=13707 vsize=820752 CPUtime=0
/proc/13721/task/13725/stat : 13725 (java) S 13707 13707 12892 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990140970 840450048 186864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13726] ppid=13707 vsize=820752 CPUtime=0
/proc/13721/task/13726/stat : 13726 (java) S 13707 13707 12892 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990140972 840450048 186864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13727] ppid=13707 vsize=820752 CPUtime=0.14
/proc/13721/task/13727/stat : 13727 (java) S 13707 13707 12892 0 -1 64 777 0 0 0 14 0 0 0 16 0 9 0 1990140972 840450048 186864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13728] ppid=13707 vsize=820752 CPUtime=0
/proc/13721/task/13728/stat : 13728 (java) S 13707 13707 12892 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990140972 840450048 186864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13729] ppid=13707 vsize=820752 CPUtime=0
/proc/13721/task/13729/stat : 13729 (java) S 13707 13707 12892 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990140972 840450048 186864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.23
Current children cumulated vsize (KiB) 868324

[startup+70.3029 s]
/proc/loadavg: 1.97 1.95 1.91 3/91 13735
/proc/meminfo: memFree=601864/2055924 swapFree=4180432/4192956
[pid=13707] ppid=13705 vsize=47572 CPUtime=0.01
/proc/13707/stat : 13707 (galacE.sh) S 13705 13707 12892 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1990140963 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13707/statm: 11893 364 245 79 0 219 0
[pid=13721] ppid=13707 vsize=820752 CPUtime=69.57
/proc/13721/stat : 13721 (java) S 13707 13707 12892 0 -1 0 225778 0 1 0 6861 96 0 0 18 0 9 0 1990140967 840450048 186864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13721/statm: 205188 186864 2592 9 0 199169 0
[pid=13721/tid=13722] ppid=13707 vsize=820752 CPUtime=49.23
/proc/13721/task/13722/stat : 13722 (java) S 13707 13707 12892 0 -1 64 16674 0 1 0 4914 9 0 0 17 0 9 0 1990140968 840450048 186864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13723] ppid=13707 vsize=820752 CPUtime=20.17
/proc/13721/task/13723/stat : 13723 (java) R 13707 13707 12892 0 -1 64 207627 0 0 0 1931 86 0 0 25 0 9 0 1990140969 840450048 186864 996147200 134512640 134550740 4294955616 18446744073709551615 103735827 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13724] ppid=13707 vsize=820752 CPUtime=0
/proc/13721/task/13724/stat : 13724 (java) S 13707 13707 12892 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990140970 840450048 186864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13725] ppid=13707 vsize=820752 CPUtime=0
/proc/13721/task/13725/stat : 13725 (java) S 13707 13707 12892 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990140970 840450048 186864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13726] ppid=13707 vsize=820752 CPUtime=0
/proc/13721/task/13726/stat : 13726 (java) S 13707 13707 12892 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990140972 840450048 186864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13727] ppid=13707 vsize=820752 CPUtime=0.14
/proc/13721/task/13727/stat : 13727 (java) S 13707 13707 12892 0 -1 64 777 0 0 0 14 0 0 0 16 0 9 0 1990140972 840450048 186864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13728] ppid=13707 vsize=820752 CPUtime=0
/proc/13721/task/13728/stat : 13728 (java) S 13707 13707 12892 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990140972 840450048 186864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13729] ppid=13707 vsize=820752 CPUtime=0
/proc/13721/task/13729/stat : 13729 (java) S 13707 13707 12892 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990140972 840450048 186864 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 69.58
Current children cumulated vsize (KiB) 868324

[startup+71.9013 s]
/proc/loadavg: 1.97 1.95 1.91 3/91 13735
/proc/meminfo: memFree=585864/2055924 swapFree=4180432/4192956
[pid=13707] ppid=13705 vsize=47572 CPUtime=0.01
/proc/13707/stat : 13707 (galacE.sh) S 13705 13707 12892 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1990140963 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13707/statm: 11893 364 245 79 0 219 0
[pid=13721] ppid=13707 vsize=836756 CPUtime=71.15
/proc/13721/stat : 13721 (java) S 13707 13707 12892 0 -1 0 232781 0 1 0 7016 99 0 0 18 0 9 0 1990140967 856838144 188817 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13721/statm: 209189 188817 2592 9 0 203170 0
[pid=13721/tid=13722] ppid=13707 vsize=836756 CPUtime=49.23
/proc/13721/task/13722/stat : 13722 (java) S 13707 13707 12892 0 -1 64 16674 0 1 0 4914 9 0 0 17 0 9 0 1990140968 856838144 188817 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13723] ppid=13707 vsize=836756 CPUtime=21.75
/proc/13721/task/13723/stat : 13723 (java) R 13707 13707 12892 0 -1 64 214630 0 0 0 2086 89 0 0 25 0 9 0 1990140969 856838144 188817 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13724] ppid=13707 vsize=836756 CPUtime=0
/proc/13721/task/13724/stat : 13724 (java) S 13707 13707 12892 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990140970 856838144 188817 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13725] ppid=13707 vsize=836756 CPUtime=0
/proc/13721/task/13725/stat : 13725 (java) S 13707 13707 12892 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990140970 856838144 188817 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13726] ppid=13707 vsize=836756 CPUtime=0
/proc/13721/task/13726/stat : 13726 (java) S 13707 13707 12892 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990140972 856838144 188817 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13727] ppid=13707 vsize=836756 CPUtime=0.14
/proc/13721/task/13727/stat : 13727 (java) S 13707 13707 12892 0 -1 64 777 0 0 0 14 0 0 0 16 0 9 0 1990140972 856838144 188817 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13728] ppid=13707 vsize=836756 CPUtime=0
/proc/13721/task/13728/stat : 13728 (java) S 13707 13707 12892 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990140972 856838144 188817 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13729] ppid=13707 vsize=836756 CPUtime=0
/proc/13721/task/13729/stat : 13729 (java) S 13707 13707 12892 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990140972 856838144 188817 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.16
Current children cumulated vsize (KiB) 884328

[startup+73.5025 s]
/proc/loadavg: 1.97 1.95 1.91 3/91 13735
/proc/meminfo: memFree=593864/2055924 swapFree=4180432/4192956
[pid=13707] ppid=13705 vsize=47572 CPUtime=0.01
/proc/13707/stat : 13707 (galacE.sh) S 13705 13707 12892 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1990140963 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13707/statm: 11893 364 245 79 0 219 0
[pid=13721] ppid=13707 vsize=836756 CPUtime=72.74
/proc/13721/stat : 13721 (java) S 13707 13707 12892 0 -1 0 239784 0 1 0 7172 102 0 0 18 0 9 0 1990140967 856838144 190865 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13721/statm: 209189 190865 2592 9 0 203170 0
[pid=13721/tid=13722] ppid=13707 vsize=836756 CPUtime=49.23
/proc/13721/task/13722/stat : 13722 (java) S 13707 13707 12892 0 -1 64 16674 0 1 0 4914 9 0 0 17 0 9 0 1990140968 856838144 190865 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13723] ppid=13707 vsize=836756 CPUtime=23.33
/proc/13721/task/13723/stat : 13723 (java) R 13707 13707 12892 0 -1 64 221633 0 0 0 2242 91 0 0 25 0 9 0 1990140969 856838144 190865 996147200 134512640 134550740 4294955616 18446744073709551615 104456997 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13724] ppid=13707 vsize=836756 CPUtime=0
/proc/13721/task/13724/stat : 13724 (java) S 13707 13707 12892 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990140970 856838144 190865 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13725] ppid=13707 vsize=836756 CPUtime=0
/proc/13721/task/13725/stat : 13725 (java) S 13707 13707 12892 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990140970 856838144 190865 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13726] ppid=13707 vsize=836756 CPUtime=0
/proc/13721/task/13726/stat : 13726 (java) S 13707 13707 12892 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990140972 856838144 190865 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13727] ppid=13707 vsize=836756 CPUtime=0.14
/proc/13721/task/13727/stat : 13727 (java) S 13707 13707 12892 0 -1 64 777 0 0 0 14 0 0 0 16 0 9 0 1990140972 856838144 190865 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13728] ppid=13707 vsize=836756 CPUtime=0
/proc/13721/task/13728/stat : 13728 (java) S 13707 13707 12892 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990140972 856838144 190865 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13729] ppid=13707 vsize=836756 CPUtime=0
/proc/13721/task/13729/stat : 13729 (java) S 13707 13707 12892 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990140972 856838144 190865 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 72.75
Current children cumulated vsize (KiB) 884328

[startup+73.9026 s]
/proc/loadavg: 1.97 1.95 1.91 3/91 13735
/proc/meminfo: memFree=585864/2055924 swapFree=4180432/4192956
[pid=13707] ppid=13705 vsize=47572 CPUtime=0.01
/proc/13707/stat : 13707 (galacE.sh) S 13705 13707 12892 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1990140963 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13707/statm: 11893 364 245 79 0 219 0
[pid=13721] ppid=13707 vsize=820752 CPUtime=73.13
/proc/13721/stat : 13721 (java) S 13707 13707 12892 0 -1 0 239787 0 1 0 7211 102 0 0 18 0 9 0 1990140967 840450048 186865 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13721/statm: 205188 186865 2592 9 0 199169 0
[pid=13721/tid=13722] ppid=13707 vsize=820752 CPUtime=49.23
/proc/13721/task/13722/stat : 13722 (java) S 13707 13707 12892 0 -1 64 16677 0 1 0 4914 9 0 0 17 0 9 0 1990140968 840450048 186865 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13723] ppid=13707 vsize=820752 CPUtime=23.73
/proc/13721/task/13723/stat : 13723 (java) R 13707 13707 12892 0 -1 64 221633 0 0 0 2281 92 0 0 25 0 9 0 1990140969 840450048 186865 996147200 134512640 134550740 4294955616 18446744073709551615 104181554 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13724] ppid=13707 vsize=820752 CPUtime=0
/proc/13721/task/13724/stat : 13724 (java) S 13707 13707 12892 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990140970 840450048 186865 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13725] ppid=13707 vsize=820752 CPUtime=0
/proc/13721/task/13725/stat : 13725 (java) S 13707 13707 12892 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990140970 840450048 186865 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13726] ppid=13707 vsize=820752 CPUtime=0
/proc/13721/task/13726/stat : 13726 (java) S 13707 13707 12892 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990140972 840450048 186865 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13727] ppid=13707 vsize=820752 CPUtime=0.14
/proc/13721/task/13727/stat : 13727 (java) S 13707 13707 12892 0 -1 64 777 0 0 0 14 0 0 0 16 0 9 0 1990140972 840450048 186865 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13728] ppid=13707 vsize=820752 CPUtime=0
/proc/13721/task/13728/stat : 13728 (java) S 13707 13707 12892 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990140972 840450048 186865 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13729] ppid=13707 vsize=820752 CPUtime=0
/proc/13721/task/13729/stat : 13729 (java) S 13707 13707 12892 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990140972 840450048 186865 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 73.14
Current children cumulated vsize (KiB) 868324

[startup+74.1026 s]
/proc/loadavg: 1.97 1.95 1.91 3/91 13735
/proc/meminfo: memFree=585864/2055924 swapFree=4180432/4192956
[pid=13707] ppid=13705 vsize=47572 CPUtime=0.01
/proc/13707/stat : 13707 (galacE.sh) S 13705 13707 12892 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1990140963 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13707/statm: 11893 364 245 79 0 219 0
[pid=13721] ppid=13707 vsize=820752 CPUtime=73.31
/proc/13721/stat : 13721 (java) S 13707 13707 12892 0 -1 0 239795 0 1 0 7229 102 0 0 18 0 9 0 1990140967 840450048 186868 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13721/statm: 205188 186868 2592 9 0 199169 0
[pid=13721/tid=13722] ppid=13707 vsize=820752 CPUtime=49.23
/proc/13721/task/13722/stat : 13722 (java) S 13707 13707 12892 0 -1 64 16685 0 1 0 4914 9 0 0 16 0 9 0 1990140968 840450048 186868 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13723] ppid=13707 vsize=820752 CPUtime=23.91
/proc/13721/task/13723/stat : 13723 (java) S 13707 13707 12892 0 -1 64 221633 0 0 0 2299 92 0 0 25 0 9 0 1990140969 840450048 186868 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13724] ppid=13707 vsize=820752 CPUtime=0
/proc/13721/task/13724/stat : 13724 (java) S 13707 13707 12892 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990140970 840450048 186868 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13725] ppid=13707 vsize=820752 CPUtime=0
/proc/13721/task/13725/stat : 13725 (java) S 13707 13707 12892 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990140970 840450048 186868 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13726] ppid=13707 vsize=820752 CPUtime=0
/proc/13721/task/13726/stat : 13726 (java) S 13707 13707 12892 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990140972 840450048 186868 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13727] ppid=13707 vsize=820752 CPUtime=0.14
/proc/13721/task/13727/stat : 13727 (java) S 13707 13707 12892 0 -1 64 777 0 0 0 14 0 0 0 16 0 9 0 1990140972 840450048 186868 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13728] ppid=13707 vsize=820752 CPUtime=0
/proc/13721/task/13728/stat : 13728 (java) S 13707 13707 12892 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990140972 840450048 186868 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13721/tid=13729] ppid=13707 vsize=820752 CPUtime=0
/proc/13721/task/13729/stat : 13729 (java) S 13707 13707 12892 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990140972 840450048 186868 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 73.32
Current children cumulated vsize (KiB) 868324

[startup+74.2029 s]
/proc/loadavg: 1.97 1.95 1.91 3/91 13735
/proc/meminfo: memFree=585864/2055924 swapFree=4180432/4192956
[pid=13707] ppid=13705 vsize=47572 CPUtime=0.01
/proc/13707/stat : 13707 (galacE.sh) S 13705 13707 12892 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1990140963 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13707/statm: 11893 364 245 79 0 219 0
[pid=13721] ppid=13707 vsize=0 CPUtime=73.4
/proc/13721/stat : 13721 (java) Z 13707 13707 12892 0 -1 12 239800 0 1 0 7229 111 0 0 16 0 2 0 1990140967 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13721/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 73.41
Current children cumulated vsize (KiB) 47572

Child status: 0
Real time (s): 74.2339
CPU time (s): 73.4678
CPU user time (s): 72.3
CPU system time (s): 1.16782
CPU usage (%): 98.968
Max. virtual memory (cumulated for all children) (KiB): 892332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.3
system time used= 1.16782
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242284
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= 2318
involuntary context switches= 5176

runsolver used 0.123981 second user time and 0.222966 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-03 21:00:57
IDJOB=1057805
IDBENCH=54075
IDSOLVER=351
FILE ID=node6/1057805-1215111657
PBS_JOBID= 7877191
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ac7c0d475342b35cf3d84a60d71b9c13
RANDOM SEED=1812402790

node6.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.265
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.265
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:      2055924 kB
MemFree:       1342264 kB
Buffers:         51472 kB
Cached:         542604 kB
SwapCached:       6636 kB
Active:         409688 kB
Inactive:       237296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1342264 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            3456 kB
Writeback:           0 kB
Mapped:          69388 kB
Slab:            51664 kB
Committed_AS:  4004352 kB
PageTables:       2076 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node6 at 2008-07-03 21:02:11