Trace number 1072716

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) 134.43 135.129

General information on the benchmark

Namecsp/radar-8-30-3-0/
normalized-radar-8-30-3-0-29.xml
MD5SUMbca19a4f2def118903392a7d6a10cfcf
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.047991
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints64
Maximum constraint arity20
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c --- Preproc Stats ---
134.21/134.99	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
134.21/134.99		at tuples.IP4BigConstraints.createTuples(IP4BigConstraints.java:48)
134.21/134.99		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:167)
134.21/134.99		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
134.21/134.99		at base.Problem.endConstraint(Problem.java:510)
134.21/134.99		at sat4j.Constraint.endElement(Constraint.java:37)
134.21/134.99		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
134.21/134.99		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
134.21/134.99		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
134.21/134.99		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
134.21/134.99		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
134.21/134.99		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
134.21/134.99		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
134.21/134.99		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
134.21/134.99		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
134.21/134.99		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
134.21/134.99		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
134.21/134.99		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
134.21/134.99		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
134.21/134.99		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-1072716-1215175542/watcher-1072716-1215175542 -o /tmp/evaluation-result-1072716-1215175542/solver-1072716-1215175542 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1072716-1215175542.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.20 2.10 2.03 4/82 7464
/proc/meminfo: memFree=1358064/2055920 swapFree=4179828/4192956
[pid=7464] ppid=7462 vsize=5268 CPUtime=0
/proc/7464/stat : 7464 (galacE.sh) R 7462 7464 5835 0 -1 4194304 219 0 0 0 0 0 0 0 21 0 1 0 1996527675 5394432 183 996147200 4194304 4520092 548682068832 18446744073709551615 254195544688 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7464/statm: 1317 183 136 79 0 121 0

[startup+0.108979 s]
/proc/loadavg: 2.20 2.10 2.03 4/82 7464
/proc/meminfo: memFree=1358064/2055920 swapFree=4179828/4192956
[pid=7464] ppid=7462 vsize=47564 CPUtime=0.02
/proc/7464/stat : 7464 (galacE.sh) S 7462 7464 5835 0 -1 4194304 766 1698 0 0 0 1 0 1 18 0 1 0 1996527675 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7464/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47564

[startup+0.203009 s]
/proc/loadavg: 2.20 2.10 2.03 4/82 7464
/proc/meminfo: memFree=1358064/2055920 swapFree=4179828/4192956
[pid=7464] ppid=7462 vsize=47564 CPUtime=0.02
/proc/7464/stat : 7464 (galacE.sh) S 7462 7464 5835 0 -1 4194304 766 1698 0 0 0 1 0 1 18 0 1 0 1996527675 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7464/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47564

[startup+0.303009 s]
/proc/loadavg: 2.20 2.10 2.03 4/82 7464
/proc/meminfo: memFree=1358064/2055920 swapFree=4179828/4192956
[pid=7464] ppid=7462 vsize=47564 CPUtime=0.02
/proc/7464/stat : 7464 (galacE.sh) S 7462 7464 5835 0 -1 4194304 766 1698 0 0 0 1 0 1 18 0 1 0 1996527675 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7464/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47564

[startup+0.702075 s]
/proc/loadavg: 2.20 2.10 2.03 4/82 7464
/proc/meminfo: memFree=1358064/2055920 swapFree=4179828/4192956
[pid=7464] ppid=7462 vsize=47564 CPUtime=0.02
/proc/7464/stat : 7464 (galacE.sh) S 7462 7464 5835 0 -1 4194304 766 1698 0 0 0 1 0 1 18 0 1 0 1996527675 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7464/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47564

[startup+1.50121 s]
/proc/loadavg: 2.20 2.10 2.03 5/92 7486
/proc/meminfo: memFree=1311456/2055920 swapFree=4179828/4192956
[pid=7464] ppid=7462 vsize=47564 CPUtime=0.02
/proc/7464/stat : 7464 (galacE.sh) S 7462 7464 5835 0 -1 4194304 766 1698 0 0 0 1 0 1 18 0 1 0 1996527675 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7464/statm: 11891 365 246 79 0 219 0
[pid=7478] ppid=7464 vsize=812796 CPUtime=1.44
/proc/7478/stat : 7478 (java) S 7464 7464 5835 0 -1 0 14982 0 1 0 134 10 0 0 18 0 9 0 1996527679 832303104 14195 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7478/statm: 203199 14195 2587 9 0 197180 0
[pid=7478/tid=7479] ppid=7464 vsize=812796 CPUtime=0.86
/proc/7478/task/7479/stat : 7479 (java) R 7464 7464 5835 0 -1 64 8881 0 1 0 80 6 0 0 23 0 9 0 1996527680 832303104 14195 996147200 134512640 134550740 4294955600 18446744073709551615 4126790327 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7480] ppid=7464 vsize=812796 CPUtime=0.41
/proc/7478/task/7480/stat : 7480 (java) S 7464 7464 5835 0 -1 64 4655 0 0 0 39 2 0 0 18 0 9 0 1996527682 832303104 14195 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7481] ppid=7464 vsize=812796 CPUtime=0
/proc/7478/task/7481/stat : 7481 (java) S 7464 7464 5835 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996527682 832303104 14195 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7482] ppid=7464 vsize=812796 CPUtime=0
/proc/7478/task/7482/stat : 7482 (java) S 7464 7464 5835 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996527682 832303104 14195 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7483] ppid=7464 vsize=812796 CPUtime=0
/proc/7478/task/7483/stat : 7483 (java) S 7464 7464 5835 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996527684 832303104 14195 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7484] ppid=7464 vsize=812796 CPUtime=0.14
/proc/7478/task/7484/stat : 7484 (java) S 7464 7464 5835 0 -1 64 746 0 0 0 14 0 0 0 16 0 9 0 1996527684 832303104 14195 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7485] ppid=7464 vsize=812796 CPUtime=0
/proc/7478/task/7485/stat : 7485 (java) S 7464 7464 5835 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996527684 832303104 14195 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7486] ppid=7464 vsize=812796 CPUtime=0
/proc/7478/task/7486/stat : 7486 (java) S 7464 7464 5835 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996527684 832303104 14195 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860360

[startup+3.10144 s]
/proc/loadavg: 2.20 2.10 2.03 3/92 7486
/proc/meminfo: memFree=1289632/2055920 swapFree=4179828/4192956
[pid=7464] ppid=7462 vsize=47564 CPUtime=0.02
/proc/7464/stat : 7464 (galacE.sh) S 7462 7464 5835 0 -1 4194304 766 1698 0 0 0 1 0 1 18 0 1 0 1996527675 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7464/statm: 11891 365 246 79 0 219 0
[pid=7478] ppid=7464 vsize=812796 CPUtime=3.04
/proc/7478/stat : 7478 (java) S 7464 7464 5835 0 -1 0 17917 0 1 0 292 12 0 0 18 0 9 0 1996527679 832303104 17130 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7478/statm: 203199 17130 2589 9 0 197180 0
[pid=7478/tid=7479] ppid=7464 vsize=812796 CPUtime=2.45
/proc/7478/task/7479/stat : 7479 (java) R 7464 7464 5835 0 -1 64 11813 0 1 0 237 8 0 0 25 0 9 0 1996527680 832303104 17130 996147200 134512640 134550740 4294955600 18446744073709551615 4126788208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7480] ppid=7464 vsize=812796 CPUtime=0.41
/proc/7478/task/7480/stat : 7480 (java) S 7464 7464 5835 0 -1 64 4655 0 0 0 39 2 0 0 16 0 9 0 1996527682 832303104 17130 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7481] ppid=7464 vsize=812796 CPUtime=0
/proc/7478/task/7481/stat : 7481 (java) S 7464 7464 5835 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996527682 832303104 17130 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7482] ppid=7464 vsize=812796 CPUtime=0
/proc/7478/task/7482/stat : 7482 (java) S 7464 7464 5835 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996527682 832303104 17130 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7483] ppid=7464 vsize=812796 CPUtime=0
/proc/7478/task/7483/stat : 7483 (java) S 7464 7464 5835 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996527684 832303104 17130 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7484] ppid=7464 vsize=812796 CPUtime=0.14
/proc/7478/task/7484/stat : 7484 (java) S 7464 7464 5835 0 -1 64 749 0 0 0 14 0 0 0 16 0 9 0 1996527684 832303104 17130 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7485] ppid=7464 vsize=812796 CPUtime=0
/proc/7478/task/7485/stat : 7485 (java) S 7464 7464 5835 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996527684 832303104 17130 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7486] ppid=7464 vsize=812796 CPUtime=0
/proc/7478/task/7486/stat : 7486 (java) S 7464 7464 5835 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996527684 832303104 17130 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 860360

[startup+6.30294 s]
/proc/loadavg: 2.19 2.10 2.03 3/92 7486
/proc/meminfo: memFree=1000416/2055920 swapFree=4179828/4192956
[pid=7464] ppid=7462 vsize=47564 CPUtime=0.02
/proc/7464/stat : 7464 (galacE.sh) S 7462 7464 5835 0 -1 4194304 766 1698 0 0 0 1 0 1 18 0 1 0 1996527675 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7464/statm: 11891 365 246 79 0 219 0
[pid=7478] ppid=7464 vsize=812796 CPUtime=6.23
/proc/7478/stat : 7478 (java) S 7464 7464 5835 0 -1 0 28879 0 1 0 605 18 0 0 18 0 9 0 1996527679 832303104 28090 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7478/statm: 203199 28090 2593 9 0 197180 0
[pid=7478/tid=7479] ppid=7464 vsize=812796 CPUtime=5.47
/proc/7478/task/7479/stat : 7479 (java) R 7464 7464 5835 0 -1 64 14638 0 1 0 538 9 0 0 25 0 9 0 1996527680 832303104 28090 996147200 134512640 134550740 4294955600 18446744073709551615 4126791684 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7480] ppid=7464 vsize=812796 CPUtime=0.57
/proc/7478/task/7480/stat : 7480 (java) S 7464 7464 5835 0 -1 64 12790 0 0 0 51 6 0 0 16 0 9 0 1996527682 832303104 28090 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7481] ppid=7464 vsize=812796 CPUtime=0
/proc/7478/task/7481/stat : 7481 (java) S 7464 7464 5835 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996527682 832303104 28090 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7482] ppid=7464 vsize=812796 CPUtime=0
/proc/7478/task/7482/stat : 7482 (java) S 7464 7464 5835 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996527682 832303104 28090 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7483] ppid=7464 vsize=812796 CPUtime=0
/proc/7478/task/7483/stat : 7483 (java) S 7464 7464 5835 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996527684 832303104 28090 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7484] ppid=7464 vsize=812796 CPUtime=0.15
/proc/7478/task/7484/stat : 7484 (java) S 7464 7464 5835 0 -1 64 751 0 0 0 15 0 0 0 16 0 9 0 1996527684 832303104 28090 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7485] ppid=7464 vsize=812796 CPUtime=0
/proc/7478/task/7485/stat : 7485 (java) S 7464 7464 5835 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996527684 832303104 28090 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7486] ppid=7464 vsize=812796 CPUtime=0
/proc/7478/task/7486/stat : 7486 (java) S 7464 7464 5835 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996527684 832303104 28090 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 860360

[startup+12.7029 s]
/proc/loadavg: 2.17 2.10 2.03 3/92 7486
/proc/meminfo: memFree=885792/2055920 swapFree=4179828/4192956
[pid=7464] ppid=7462 vsize=47564 CPUtime=0.02
/proc/7464/stat : 7464 (galacE.sh) S 7462 7464 5835 0 -1 4194304 766 1698 0 0 0 1 0 1 18 0 1 0 1996527675 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7464/statm: 11891 365 246 79 0 219 0
[pid=7478] ppid=7464 vsize=812796 CPUtime=12.59
/proc/7478/stat : 7478 (java) S 7464 7464 5835 0 -1 0 47338 0 1 0 1228 31 0 0 18 0 9 0 1996527679 832303104 46547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7478/statm: 203199 46547 2593 9 0 197180 0
[pid=7478/tid=7479] ppid=7464 vsize=812796 CPUtime=11.45
/proc/7478/task/7479/stat : 7479 (java) R 7464 7464 5835 0 -1 64 14640 0 1 0 1136 9 0 0 25 0 9 0 1996527680 832303104 46547 996147200 134512640 134550740 4294955600 18446744073709551615 4126801604 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7480] ppid=7464 vsize=812796 CPUtime=0.96
/proc/7478/task/7480/stat : 7480 (java) S 7464 7464 5835 0 -1 64 31247 0 0 0 76 20 0 0 16 0 9 0 1996527682 832303104 46547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7481] ppid=7464 vsize=812796 CPUtime=0
/proc/7478/task/7481/stat : 7481 (java) S 7464 7464 5835 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996527682 832303104 46547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7482] ppid=7464 vsize=812796 CPUtime=0
/proc/7478/task/7482/stat : 7482 (java) S 7464 7464 5835 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996527682 832303104 46547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7483] ppid=7464 vsize=812796 CPUtime=0
/proc/7478/task/7483/stat : 7483 (java) S 7464 7464 5835 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996527684 832303104 46547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7484] ppid=7464 vsize=812796 CPUtime=0.15
/proc/7478/task/7484/stat : 7484 (java) S 7464 7464 5835 0 -1 64 751 0 0 0 15 0 0 0 17 0 9 0 1996527684 832303104 46547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7485] ppid=7464 vsize=812796 CPUtime=0
/proc/7478/task/7485/stat : 7485 (java) S 7464 7464 5835 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996527684 832303104 46547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7486] ppid=7464 vsize=812796 CPUtime=0
/proc/7478/task/7486/stat : 7486 (java) S 7464 7464 5835 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996527684 832303104 46547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 860360

[startup+25.5029 s]
/proc/loadavg: 2.13 2.09 2.03 3/91 7487
/proc/meminfo: memFree=855384/2055920 swapFree=4179828/4192956
[pid=7464] ppid=7462 vsize=47564 CPUtime=0.02
/proc/7464/stat : 7464 (galacE.sh) S 7462 7464 5835 0 -1 4194304 766 1698 0 0 0 1 0 1 18 0 1 0 1996527675 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7464/statm: 11891 365 246 79 0 219 0
[pid=7478] ppid=7464 vsize=812796 CPUtime=25.32
/proc/7478/stat : 7478 (java) S 7464 7464 5835 0 -1 0 76424 0 1 0 2487 45 0 0 18 0 9 0 1996527679 832303104 75630 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7478/statm: 203199 75630 2593 9 0 197180 0
[pid=7478/tid=7479] ppid=7464 vsize=812796 CPUtime=23.54
/proc/7478/task/7479/stat : 7479 (java) R 7464 7464 5835 0 -1 64 14643 0 1 0 2345 9 0 0 25 0 9 0 1996527680 832303104 75630 996147200 134512640 134550740 4294955600 18446744073709551615 4126788208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7480] ppid=7464 vsize=812796 CPUtime=1.59
/proc/7478/task/7480/stat : 7480 (java) S 7464 7464 5835 0 -1 64 60323 0 0 0 126 33 0 0 16 0 9 0 1996527682 832303104 75630 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7481] ppid=7464 vsize=812796 CPUtime=0
/proc/7478/task/7481/stat : 7481 (java) S 7464 7464 5835 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996527682 832303104 75630 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7482] ppid=7464 vsize=812796 CPUtime=0
/proc/7478/task/7482/stat : 7482 (java) S 7464 7464 5835 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996527682 832303104 75630 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7483] ppid=7464 vsize=812796 CPUtime=0
/proc/7478/task/7483/stat : 7483 (java) S 7464 7464 5835 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996527684 832303104 75630 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7484] ppid=7464 vsize=812796 CPUtime=0.16
/proc/7478/task/7484/stat : 7484 (java) S 7464 7464 5835 0 -1 64 758 0 0 0 16 0 0 0 17 0 9 0 1996527684 832303104 75630 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7485] ppid=7464 vsize=812796 CPUtime=0
/proc/7478/task/7485/stat : 7485 (java) S 7464 7464 5835 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996527684 832303104 75630 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7486] ppid=7464 vsize=812796 CPUtime=0
/proc/7478/task/7486/stat : 7486 (java) S 7464 7464 5835 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996527684 832303104 75630 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 860360

[startup+51.1029 s]
/proc/loadavg: 2.09 2.08 2.02 3/91 7487
/proc/meminfo: memFree=678296/2055920 swapFree=4179828/4192956
[pid=7464] ppid=7462 vsize=47564 CPUtime=0.02

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

[pid=7478/tid=7479] ppid=7464 vsize=812844 CPUtime=113.86
/proc/7478/task/7479/stat : 7479 (java) R 7464 7464 5835 0 -1 64 15674 0 1 0 11377 9 0 0 25 0 9 0 1996527680 832352256 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4126788215 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7480] ppid=7464 vsize=812844 CPUtime=13.26
/proc/7478/task/7480/stat : 7480 (java) S 7464 7464 5835 0 -1 64 182827 0 0 0 1243 83 0 0 16 0 9 0 1996527682 832352256 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7481] ppid=7464 vsize=812844 CPUtime=0
/proc/7478/task/7481/stat : 7481 (java) S 7464 7464 5835 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996527682 832352256 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7482] ppid=7464 vsize=812844 CPUtime=0
/proc/7478/task/7482/stat : 7482 (java) S 7464 7464 5835 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996527682 832352256 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7483] ppid=7464 vsize=812844 CPUtime=0
/proc/7478/task/7483/stat : 7483 (java) S 7464 7464 5835 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996527684 832352256 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7484] ppid=7464 vsize=812844 CPUtime=0.16
/proc/7478/task/7484/stat : 7484 (java) S 7464 7464 5835 0 -1 64 758 0 0 0 16 0 0 0 17 0 9 0 1996527684 832352256 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7485] ppid=7464 vsize=812844 CPUtime=0
/proc/7478/task/7485/stat : 7485 (java) S 7464 7464 5835 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996527684 832352256 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7486] ppid=7464 vsize=812844 CPUtime=0
/proc/7478/task/7486/stat : 7486 (java) S 7464 7464 5835 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996527684 832352256 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 127.34
Current children cumulated vsize (KiB) 860408

[startup+131.202 s]
/proc/loadavg: 2.07 2.07 2.02 3/91 7487
/proc/meminfo: memFree=417112/2055920 swapFree=4179828/4192956
[pid=7464] ppid=7462 vsize=47564 CPUtime=0.02
/proc/7464/stat : 7464 (galacE.sh) S 7462 7464 5835 0 -1 4194304 766 1698 0 0 0 1 0 1 18 0 1 0 1996527675 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7464/statm: 11891 365 246 79 0 219 0
[pid=7478] ppid=7464 vsize=812844 CPUtime=130.51
/proc/7478/stat : 7478 (java) S 7464 7464 5835 0 -1 0 199959 0 1 0 12956 95 0 0 18 0 9 0 1996527679 832352256 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7478/statm: 203211 184893 2593 9 0 197192 0
[pid=7478/tid=7479] ppid=7464 vsize=812844 CPUtime=117.04
/proc/7478/task/7479/stat : 7479 (java) R 7464 7464 5835 0 -1 64 15674 0 1 0 11695 9 0 0 25 0 9 0 1996527680 832352256 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4126789469 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7480] ppid=7464 vsize=812844 CPUtime=13.26
/proc/7478/task/7480/stat : 7480 (java) S 7464 7464 5835 0 -1 64 182827 0 0 0 1243 83 0 0 16 0 9 0 1996527682 832352256 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7481] ppid=7464 vsize=812844 CPUtime=0
/proc/7478/task/7481/stat : 7481 (java) S 7464 7464 5835 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996527682 832352256 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7482] ppid=7464 vsize=812844 CPUtime=0
/proc/7478/task/7482/stat : 7482 (java) S 7464 7464 5835 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996527682 832352256 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7483] ppid=7464 vsize=812844 CPUtime=0
/proc/7478/task/7483/stat : 7483 (java) S 7464 7464 5835 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996527684 832352256 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7484] ppid=7464 vsize=812844 CPUtime=0.16
/proc/7478/task/7484/stat : 7484 (java) S 7464 7464 5835 0 -1 64 758 0 0 0 16 0 0 0 17 0 9 0 1996527684 832352256 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7485] ppid=7464 vsize=812844 CPUtime=0
/proc/7478/task/7485/stat : 7485 (java) S 7464 7464 5835 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996527684 832352256 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7486] ppid=7464 vsize=812844 CPUtime=0
/proc/7478/task/7486/stat : 7486 (java) S 7464 7464 5835 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996527684 832352256 184893 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 130.53
Current children cumulated vsize (KiB) 860408

[startup+132.803 s]
/proc/loadavg: 2.07 2.07 2.02 4/91 7487
/proc/meminfo: memFree=409048/2055920 swapFree=4179828/4192956
[pid=7464] ppid=7462 vsize=47564 CPUtime=0.02
/proc/7464/stat : 7464 (galacE.sh) S 7462 7464 5835 0 -1 4194304 766 1698 0 0 0 1 0 1 18 0 1 0 1996527675 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7464/statm: 11891 365 246 79 0 219 0
[pid=7478] ppid=7464 vsize=820848 CPUtime=132.1
/proc/7478/stat : 7478 (java) S 7464 7464 5835 0 -1 0 203714 0 1 0 13114 96 0 0 18 0 9 0 1996527679 840548352 186894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7478/statm: 205212 186894 2593 9 0 199193 0
[pid=7478/tid=7479] ppid=7464 vsize=820848 CPUtime=117.24
/proc/7478/task/7479/stat : 7479 (java) R 7464 7464 5835 0 -1 64 15675 0 1 0 11715 9 0 0 25 0 9 0 1996527680 840548352 186894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7480] ppid=7464 vsize=820848 CPUtime=14.66
/proc/7478/task/7480/stat : 7480 (java) R 7464 7464 5835 0 -1 64 186581 0 0 0 1381 85 0 0 17 0 9 0 1996527682 840548352 186894 996147200 134512640 134550740 4294955600 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7481] ppid=7464 vsize=820848 CPUtime=0
/proc/7478/task/7481/stat : 7481 (java) S 7464 7464 5835 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996527682 840548352 186894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7482] ppid=7464 vsize=820848 CPUtime=0
/proc/7478/task/7482/stat : 7482 (java) S 7464 7464 5835 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996527682 840548352 186894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7483] ppid=7464 vsize=820848 CPUtime=0
/proc/7478/task/7483/stat : 7483 (java) S 7464 7464 5835 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996527684 840548352 186894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7484] ppid=7464 vsize=820848 CPUtime=0.16
/proc/7478/task/7484/stat : 7484 (java) S 7464 7464 5835 0 -1 64 758 0 0 0 16 0 0 0 17 0 9 0 1996527684 840548352 186894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7485] ppid=7464 vsize=820848 CPUtime=0
/proc/7478/task/7485/stat : 7485 (java) S 7464 7464 5835 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996527684 840548352 186894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7486] ppid=7464 vsize=820848 CPUtime=0
/proc/7478/task/7486/stat : 7486 (java) S 7464 7464 5835 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996527684 840548352 186894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 132.12
Current children cumulated vsize (KiB) 868412

[startup+134.402 s]
/proc/loadavg: 2.14 2.09 2.03 3/91 7487
/proc/meminfo: memFree=409048/2055920 swapFree=4179828/4192956
[pid=7464] ppid=7462 vsize=47564 CPUtime=0.02
/proc/7464/stat : 7464 (galacE.sh) S 7462 7464 5835 0 -1 4194304 766 1698 0 0 0 1 0 1 18 0 1 0 1996527675 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7464/statm: 11891 365 246 79 0 219 0
[pid=7478] ppid=7464 vsize=820848 CPUtime=133.69
/proc/7478/stat : 7478 (java) S 7464 7464 5835 0 -1 0 207468 0 1 0 13271 98 0 0 18 0 9 0 1996527679 840548352 186894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7478/statm: 205212 186894 2593 9 0 199193 0
[pid=7478/tid=7479] ppid=7464 vsize=820848 CPUtime=117.24
/proc/7478/task/7479/stat : 7479 (java) S 7464 7464 5835 0 -1 64 15675 0 1 0 11715 9 0 0 25 0 9 0 1996527680 840548352 186894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7480] ppid=7464 vsize=820848 CPUtime=16.25
/proc/7478/task/7480/stat : 7480 (java) R 7464 7464 5835 0 -1 64 190335 0 0 0 1539 86 0 0 19 0 9 0 1996527682 840548352 186894 996147200 134512640 134550740 4294955600 18446744073709551615 104457044 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7481] ppid=7464 vsize=820848 CPUtime=0
/proc/7478/task/7481/stat : 7481 (java) S 7464 7464 5835 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996527682 840548352 186894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7482] ppid=7464 vsize=820848 CPUtime=0
/proc/7478/task/7482/stat : 7482 (java) S 7464 7464 5835 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996527682 840548352 186894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7483] ppid=7464 vsize=820848 CPUtime=0
/proc/7478/task/7483/stat : 7483 (java) S 7464 7464 5835 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996527684 840548352 186894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7484] ppid=7464 vsize=820848 CPUtime=0.16
/proc/7478/task/7484/stat : 7484 (java) S 7464 7464 5835 0 -1 64 758 0 0 0 16 0 0 0 17 0 9 0 1996527684 840548352 186894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7485] ppid=7464 vsize=820848 CPUtime=0
/proc/7478/task/7485/stat : 7485 (java) S 7464 7464 5835 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996527684 840548352 186894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7486] ppid=7464 vsize=820848 CPUtime=0
/proc/7478/task/7486/stat : 7486 (java) S 7464 7464 5835 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996527684 840548352 186894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 133.71
Current children cumulated vsize (KiB) 868412

[startup+134.802 s]
/proc/loadavg: 2.14 2.09 2.03 3/91 7487
/proc/meminfo: memFree=409048/2055920 swapFree=4179828/4192956
[pid=7464] ppid=7462 vsize=47564 CPUtime=0.02
/proc/7464/stat : 7464 (galacE.sh) S 7462 7464 5835 0 -1 4194304 766 1698 0 0 0 1 0 1 18 0 1 0 1996527675 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7464/statm: 11891 365 246 79 0 219 0
[pid=7478] ppid=7464 vsize=820848 CPUtime=134.09
/proc/7478/stat : 7478 (java) S 7464 7464 5835 0 -1 0 207468 0 1 0 13311 98 0 0 18 0 9 0 1996527679 840548352 186894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7478/statm: 205212 186894 2593 9 0 199193 0
[pid=7478/tid=7479] ppid=7464 vsize=820848 CPUtime=117.24
/proc/7478/task/7479/stat : 7479 (java) S 7464 7464 5835 0 -1 64 15675 0 1 0 11715 9 0 0 25 0 9 0 1996527680 840548352 186894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7480] ppid=7464 vsize=820848 CPUtime=16.65
/proc/7478/task/7480/stat : 7480 (java) R 7464 7464 5835 0 -1 64 190335 0 0 0 1579 86 0 0 20 0 9 0 1996527682 840548352 186894 996147200 134512640 134550740 4294955600 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7481] ppid=7464 vsize=820848 CPUtime=0
/proc/7478/task/7481/stat : 7481 (java) S 7464 7464 5835 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996527682 840548352 186894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7482] ppid=7464 vsize=820848 CPUtime=0
/proc/7478/task/7482/stat : 7482 (java) S 7464 7464 5835 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996527682 840548352 186894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7483] ppid=7464 vsize=820848 CPUtime=0
/proc/7478/task/7483/stat : 7483 (java) S 7464 7464 5835 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996527684 840548352 186894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7484] ppid=7464 vsize=820848 CPUtime=0.16
/proc/7478/task/7484/stat : 7484 (java) S 7464 7464 5835 0 -1 64 758 0 0 0 16 0 0 0 17 0 9 0 1996527684 840548352 186894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7485] ppid=7464 vsize=820848 CPUtime=0
/proc/7478/task/7485/stat : 7485 (java) S 7464 7464 5835 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996527684 840548352 186894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7486] ppid=7464 vsize=820848 CPUtime=0
/proc/7478/task/7486/stat : 7486 (java) S 7464 7464 5835 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996527684 840548352 186894 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 134.11
Current children cumulated vsize (KiB) 868412

[startup+135.002 s]
/proc/loadavg: 2.14 2.09 2.03 3/91 7487
/proc/meminfo: memFree=409048/2055920 swapFree=4179828/4192956
[pid=7464] ppid=7462 vsize=47564 CPUtime=0.02
/proc/7464/stat : 7464 (galacE.sh) S 7462 7464 5835 0 -1 4194304 766 1698 0 0 0 1 0 1 18 0 1 0 1996527675 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7464/statm: 11891 365 246 79 0 219 0
[pid=7478] ppid=7464 vsize=812844 CPUtime=134.28
/proc/7478/stat : 7478 (java) S 7464 7464 5835 0 -1 0 207477 0 1 0 13330 98 0 0 18 0 9 0 1996527679 832352256 184898 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7478/statm: 203211 184898 2593 9 0 197192 0
[pid=7478/tid=7479] ppid=7464 vsize=812844 CPUtime=117.24
/proc/7478/task/7479/stat : 7479 (java) S 7464 7464 5835 0 -1 64 15684 0 1 0 11715 9 0 0 17 0 9 0 1996527680 832352256 184898 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7480] ppid=7464 vsize=812844 CPUtime=16.84
/proc/7478/task/7480/stat : 7480 (java) S 7464 7464 5835 0 -1 64 190335 0 0 0 1598 86 0 0 20 0 9 0 1996527682 832352256 184898 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7481] ppid=7464 vsize=812844 CPUtime=0
/proc/7478/task/7481/stat : 7481 (java) S 7464 7464 5835 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996527682 832352256 184898 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7482] ppid=7464 vsize=812844 CPUtime=0
/proc/7478/task/7482/stat : 7482 (java) S 7464 7464 5835 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996527682 832352256 184898 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7483] ppid=7464 vsize=812844 CPUtime=0
/proc/7478/task/7483/stat : 7483 (java) S 7464 7464 5835 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996527684 832352256 184898 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7484] ppid=7464 vsize=812844 CPUtime=0.16
/proc/7478/task/7484/stat : 7484 (java) S 7464 7464 5835 0 -1 64 758 0 0 0 16 0 0 0 17 0 9 0 1996527684 832352256 184898 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7485] ppid=7464 vsize=812844 CPUtime=0
/proc/7478/task/7485/stat : 7485 (java) S 7464 7464 5835 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996527684 832352256 184898 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7478/tid=7486] ppid=7464 vsize=812844 CPUtime=0
/proc/7478/task/7486/stat : 7486 (java) S 7464 7464 5835 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996527684 832352256 184898 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 134.3
Current children cumulated vsize (KiB) 860408

[startup+135.102 s]
/proc/loadavg: 2.14 2.09 2.03 3/91 7487
/proc/meminfo: memFree=409048/2055920 swapFree=4179828/4192956
[pid=7464] ppid=7462 vsize=47564 CPUtime=0.02
/proc/7464/stat : 7464 (galacE.sh) S 7462 7464 5835 0 -1 4194304 766 1698 0 0 0 1 0 1 18 0 1 0 1996527675 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7464/statm: 11891 365 246 79 0 219 0
[pid=7478] ppid=7464 vsize=0 CPUtime=134.36
/proc/7478/stat : 7478 (java) Z 7464 7464 5835 0 -1 12 207482 0 1 0 13330 106 0 0 16 0 2 0 1996527679 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7478/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 134.38
Current children cumulated vsize (KiB) 47564

Child status: 0
Real time (s): 135.129
CPU time (s): 134.43
CPU user time (s): 133.311
CPU system time (s): 1.11883
CPU usage (%): 99.4827
Max. virtual memory (cumulated for all children) (KiB): 876216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 133.311
system time used= 1.11883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209968
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= 3453
involuntary context switches= 7185

runsolver used 0.19097 second user time and 0.438933 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-04 14:45:42
IDJOB=1072716
IDBENCH=56281
IDSOLVER=351
FILE ID=node34/1072716-1215175542
PBS_JOBID= 7881401
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bca19a4f2def118903392a7d6a10cfcf
RANDOM SEED=2069237899

node34.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.259
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.259
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:       1358416 kB
Buffers:         30484 kB
Cached:         108828 kB
SwapCached:       6752 kB
Active:         603132 kB
Inactive:        38544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1358416 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:            3164 kB
Writeback:           0 kB
Mapped:         518768 kB
Slab:            39360 kB
Committed_AS:  3971880 kB
PageTables:       3428 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= 66556 MiB
End job on node34 at 2008-07-04 14:47:57