Trace number 1094108

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) 49.9794 50.4949

General information on the benchmark

Namecsp/os-taillard-10/
normalized-os-taillard-10-95-1.xml
MD5SUMc4bee948f28d4254d98dcb202c49f529
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.25096
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size558
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
49.79/50.35	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
49.79/50.35		at tuples.IP4BigConstraints.createTuples(IP4BigConstraints.java:48)
49.79/50.35		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:163)
49.79/50.35		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
49.79/50.35		at base.Problem.endConstraint(Problem.java:510)
49.79/50.35		at sat4j.Constraint.endElement(Constraint.java:37)
49.79/50.35		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
49.79/50.35		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
49.79/50.35		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
49.79/50.35		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
49.79/50.35		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
49.79/50.35		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
49.79/50.35		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
49.79/50.35		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
49.79/50.35		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
49.79/50.35		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
49.79/50.35		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
49.79/50.35		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
49.79/50.35		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
49.79/50.35		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-1094108-1215278962/watcher-1094108-1215278962 -o /tmp/evaluation-result-1094108-1215278962/solver-1094108-1215278962 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1094108-1215278962.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.99 1.98 1.99 4/81 3632
/proc/meminfo: memFree=1636056/2055920 swapFree=4180056/4192956
[pid=3632] ppid=3630 vsize=8652 CPUtime=0
/proc/3632/stat : 3632 (galacE.sh) S 3630 3632 1033 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2006871397 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3632/statm: 2163 280 208 79 0 156 0
[pid=3633] ppid=3632 vsize=8688 CPUtime=0
/proc/3633/stat : 3633 (galacE.sh) S 3632 3632 1033 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 2006871397 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 244671283282 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/3633/statm: 2172 286 209 79 0 165 0
[pid=3634] ppid=3633 vsize=8728 CPUtime=0
/proc/3634/stat : 3634 (galacE.sh) R 3633 3632 1033 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2006871397 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 244671114535 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/3634/statm: 2182 290 209 79 0 175 0

[startup+0.111767 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 3632
/proc/meminfo: memFree=1636056/2055920 swapFree=4180056/4192956
[pid=3632] ppid=3630 vsize=47568 CPUtime=0.01
/proc/3632/stat : 3632 (galacE.sh) S 3630 3632 1033 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2006871397 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3632/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.201778 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 3632
/proc/meminfo: memFree=1636056/2055920 swapFree=4180056/4192956
[pid=3632] ppid=3630 vsize=47568 CPUtime=0.01
/proc/3632/stat : 3632 (galacE.sh) S 3630 3632 1033 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2006871397 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3632/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301788 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 3632
/proc/meminfo: memFree=1636056/2055920 swapFree=4180056/4192956
[pid=3632] ppid=3630 vsize=47568 CPUtime=0.01
/proc/3632/stat : 3632 (galacE.sh) S 3630 3632 1033 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2006871397 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3632/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701832 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 3632
/proc/meminfo: memFree=1636056/2055920 swapFree=4180056/4192956
[pid=3632] ppid=3630 vsize=47568 CPUtime=0.01
/proc/3632/stat : 3632 (galacE.sh) S 3630 3632 1033 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2006871397 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3632/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50191 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 3654
/proc/meminfo: memFree=1587592/2055920 swapFree=4180056/4192956
[pid=3632] ppid=3630 vsize=47568 CPUtime=0.01
/proc/3632/stat : 3632 (galacE.sh) S 3630 3632 1033 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2006871397 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3632/statm: 11892 365 246 79 0 219 0
[pid=3646] ppid=3632 vsize=812548 CPUtime=1.43
/proc/3646/stat : 3646 (java) S 3632 3632 1033 0 -1 0 23338 0 1 0 130 13 0 0 18 0 9 0 2006871401 832049152 22754 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3646/statm: 203137 22754 1919 9 0 197171 0
[pid=3646/tid=3647] ppid=3632 vsize=812548 CPUtime=1.18
/proc/3646/task/3647/stat : 3647 (java) R 3632 3632 1033 0 -1 64 14557 0 1 0 109 9 0 0 25 0 9 0 2006871402 832049152 22754 996147200 134512640 134550740 4294955600 18446744073709551615 104454898 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3648] ppid=3632 vsize=812548 CPUtime=0.11
/proc/3646/task/3648/stat : 3648 (java) S 3632 3632 1033 0 -1 64 7334 0 0 0 9 2 0 0 17 0 9 0 2006871403 832049152 22754 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3649] ppid=3632 vsize=812548 CPUtime=0
/proc/3646/task/3649/stat : 3649 (java) S 3632 3632 1033 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006871403 832049152 22754 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3650] ppid=3632 vsize=812548 CPUtime=0
/proc/3646/task/3650/stat : 3650 (java) S 3632 3632 1033 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006871403 832049152 22754 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3651] ppid=3632 vsize=812548 CPUtime=0
/proc/3646/task/3651/stat : 3651 (java) S 3632 3632 1033 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006871405 832049152 22754 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3652] ppid=3632 vsize=812548 CPUtime=0.11
/proc/3646/task/3652/stat : 3652 (java) S 3632 3632 1033 0 -1 64 748 0 0 0 11 0 0 0 16 0 9 0 2006871405 832049152 22754 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3653] ppid=3632 vsize=812548 CPUtime=0
/proc/3646/task/3653/stat : 3653 (java) S 3632 3632 1033 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006871405 832049152 22754 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3654] ppid=3632 vsize=812548 CPUtime=0
/proc/3646/task/3654/stat : 3654 (java) S 3632 3632 1033 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006871405 832049152 22754 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860116

[startup+3.10208 s]
/proc/loadavg: 1.99 1.98 1.99 4/91 3654
/proc/meminfo: memFree=1518984/2055920 swapFree=4180056/4192956
[pid=3632] ppid=3630 vsize=47568 CPUtime=0.01
/proc/3632/stat : 3632 (galacE.sh) S 3630 3632 1033 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2006871397 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3632/statm: 11892 365 246 79 0 219 0
[pid=3646] ppid=3632 vsize=812596 CPUtime=3.02
/proc/3646/stat : 3646 (java) S 3632 3632 1033 0 -1 0 38420 0 1 0 283 19 0 0 18 0 9 0 2006871401 832098304 37563 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3646/statm: 203149 37563 2593 9 0 197183 0
[pid=3646/tid=3647] ppid=3632 vsize=812596 CPUtime=2.28
/proc/3646/task/3647/stat : 3647 (java) R 3632 3632 1033 0 -1 64 14589 0 1 0 219 9 0 0 25 0 9 0 2006871402 832098304 37563 996147200 134512640 134550740 4294955600 18446744073709551615 4126709419 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3648] ppid=3632 vsize=812596 CPUtime=0.59
/proc/3646/task/3648/stat : 3648 (java) S 3632 3632 1033 0 -1 64 22375 0 0 0 51 8 0 0 18 0 9 0 2006871403 832098304 37563 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3649] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3649/stat : 3649 (java) S 3632 3632 1033 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006871403 832098304 37563 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3650] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3650/stat : 3650 (java) S 3632 3632 1033 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006871403 832098304 37563 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3651] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3651/stat : 3651 (java) S 3632 3632 1033 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006871405 832098304 37563 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3652] ppid=3632 vsize=812596 CPUtime=0.12
/proc/3646/task/3652/stat : 3652 (java) S 3632 3632 1033 0 -1 64 757 0 0 0 12 0 0 0 16 0 9 0 2006871405 832098304 37563 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3653] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3653/stat : 3653 (java) S 3632 3632 1033 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006871405 832098304 37563 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3654] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3654/stat : 3654 (java) S 3632 3632 1033 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006871405 832098304 37563 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860164

[startup+6.30242 s]
/proc/loadavg: 1.99 1.98 1.99 4/91 3654
/proc/meminfo: memFree=1420488/2055920 swapFree=4180056/4192956
[pid=3632] ppid=3630 vsize=47568 CPUtime=0.01
/proc/3632/stat : 3632 (galacE.sh) S 3630 3632 1033 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2006871397 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3632/statm: 11892 365 246 79 0 219 0
[pid=3646] ppid=3632 vsize=812596 CPUtime=6.19
/proc/3646/stat : 3646 (java) S 3632 3632 1033 0 -1 0 57851 0 1 0 591 28 0 0 18 0 9 0 2006871401 832098304 56991 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3646/statm: 203149 56991 2593 9 0 197183 0
[pid=3646/tid=3647] ppid=3632 vsize=812596 CPUtime=4.83
/proc/3646/task/3647/stat : 3647 (java) R 3632 3632 1033 0 -1 64 14600 0 1 0 474 9 0 0 25 0 9 0 2006871402 832098304 56991 996147200 134512640 134550740 4294955600 18446744073709551615 4126709380 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3648] ppid=3632 vsize=812596 CPUtime=1.16
/proc/3646/task/3648/stat : 3648 (java) S 3632 3632 1033 0 -1 64 41776 0 0 0 100 16 0 0 17 0 9 0 2006871403 832098304 56991 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3649] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3649/stat : 3649 (java) S 3632 3632 1033 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006871403 832098304 56991 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3650] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3650/stat : 3650 (java) S 3632 3632 1033 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006871403 832098304 56991 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3651] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3651/stat : 3651 (java) S 3632 3632 1033 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006871405 832098304 56991 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3652] ppid=3632 vsize=812596 CPUtime=0.15
/proc/3646/task/3652/stat : 3652 (java) S 3632 3632 1033 0 -1 64 776 0 0 0 15 0 0 0 16 0 9 0 2006871405 832098304 56991 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3653] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3653/stat : 3653 (java) S 3632 3632 1033 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006871405 832098304 56991 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3654] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3654/stat : 3654 (java) S 3632 3632 1033 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006871405 832098304 56991 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860164

[startup+12.7021 s]
/proc/loadavg: 2.07 2.00 2.00 3/91 3654
/proc/meminfo: memFree=1250120/2055920 swapFree=4180056/4192956
[pid=3632] ppid=3630 vsize=47568 CPUtime=0.01
/proc/3632/stat : 3632 (galacE.sh) S 3630 3632 1033 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2006871397 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3632/statm: 11892 365 246 79 0 219 0
[pid=3646] ppid=3632 vsize=812596 CPUtime=12.53
/proc/3646/stat : 3646 (java) S 3632 3632 1033 0 -1 0 99407 0 1 0 1206 47 0 0 18 0 9 0 2006871401 832098304 98540 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3646/statm: 203149 98540 2593 9 0 197183 0
[pid=3646/tid=3647] ppid=3632 vsize=812596 CPUtime=9.93
/proc/3646/task/3647/stat : 3647 (java) R 3632 3632 1033 0 -1 64 14608 0 1 0 984 9 0 0 25 0 9 0 2006871402 832098304 98540 996147200 134512640 134550740 4294955600 18446744073709551615 4126709401 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3648] ppid=3632 vsize=812596 CPUtime=2.38
/proc/3646/task/3648/stat : 3648 (java) S 3632 3632 1033 0 -1 64 83309 0 0 0 203 35 0 0 17 0 9 0 2006871403 832098304 98540 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3649] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3649/stat : 3649 (java) S 3632 3632 1033 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006871403 832098304 98540 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3650] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3650/stat : 3650 (java) S 3632 3632 1033 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006871403 832098304 98540 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3651] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3651/stat : 3651 (java) S 3632 3632 1033 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006871405 832098304 98540 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3652] ppid=3632 vsize=812596 CPUtime=0.18
/proc/3646/task/3652/stat : 3652 (java) S 3632 3632 1033 0 -1 64 791 0 0 0 18 0 0 0 16 0 9 0 2006871405 832098304 98540 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3653] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3653/stat : 3653 (java) S 3632 3632 1033 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006871405 832098304 98540 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3654] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3654/stat : 3654 (java) S 3632 3632 1033 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006871405 832098304 98540 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860164

[startup+25.5014 s]
/proc/loadavg: 2.06 2.00 2.00 4/91 3654
/proc/meminfo: memFree=954824/2055920 swapFree=4180056/4192956
[pid=3632] ppid=3630 vsize=47568 CPUtime=0.01
/proc/3632/stat : 3632 (galacE.sh) S 3630 3632 1033 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2006871397 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3632/statm: 11892 365 246 79 0 219 0
[pid=3646] ppid=3632 vsize=812596 CPUtime=25.21
/proc/3646/stat : 3646 (java) S 3632 3632 1033 0 -1 0 175149 0 1 0 2444 77 0 0 18 0 9 0 2006871401 832098304 174270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3646/statm: 203149 174270 2593 9 0 197183 0
[pid=3646/tid=3647] ppid=3632 vsize=812596 CPUtime=18.04
/proc/3646/task/3647/stat : 3647 (java) R 3632 3632 1033 0 -1 64 14620 0 1 0 1795 9 0 0 25 0 9 0 2006871402 832098304 174270 996147200 134512640 134550740 4294955600 18446744073709551615 4126709314 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3648] ppid=3632 vsize=812596 CPUtime=6.92
/proc/3646/task/3648/stat : 3648 (java) S 3632 3632 1033 0 -1 64 159023 0 0 0 627 65 0 0 17 0 9 0 2006871403 832098304 174270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3649] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3649/stat : 3649 (java) S 3632 3632 1033 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006871403 832098304 174270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3650] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3650/stat : 3650 (java) S 3632 3632 1033 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006871403 832098304 174270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3651] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3651/stat : 3651 (java) S 3632 3632 1033 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006871405 832098304 174270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3652] ppid=3632 vsize=812596 CPUtime=0.21
/proc/3646/task/3652/stat : 3652 (java) S 3632 3632 1033 0 -1 64 807 0 0 0 21 0 0 0 15 0 9 0 2006871405 832098304 174270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3653] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3653/stat : 3653 (java) S 3632 3632 1033 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006871405 832098304 174270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3654] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3654/stat : 3654 (java) S 3632 3632 1033 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006871405 832098304 174270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22

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

[pid=3646/tid=3647] ppid=3632 vsize=812596 CPUtime=18.13
/proc/3646/task/3647/stat : 3647 (java) R 3632 3632 1033 0 -1 64 14620 0 1 0 1804 9 0 0 25 0 9 0 2006871402 832098304 174270 996147200 134512640 134550740 4294955600 18446744073709551615 4126740168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3648] ppid=3632 vsize=812596 CPUtime=6.92
/proc/3646/task/3648/stat : 3648 (java) S 3632 3632 1033 0 -1 64 159023 0 0 0 627 65 0 0 17 0 9 0 2006871403 832098304 174270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3649] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3649/stat : 3649 (java) S 3632 3632 1033 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006871403 832098304 174270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3650] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3650/stat : 3650 (java) S 3632 3632 1033 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006871403 832098304 174270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3651] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3651/stat : 3651 (java) S 3632 3632 1033 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006871405 832098304 174270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3652] ppid=3632 vsize=812596 CPUtime=0.21
/proc/3646/task/3652/stat : 3652 (java) S 3632 3632 1033 0 -1 64 807 0 0 0 21 0 0 0 15 0 9 0 2006871405 832098304 174270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3653] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3653/stat : 3653 (java) S 3632 3632 1033 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006871405 832098304 174270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3654] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3654/stat : 3654 (java) S 3632 3632 1033 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006871405 832098304 174270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 860164

[startup+38.4028 s]
/proc/loadavg: 2.05 2.00 2.00 3/91 3654
/proc/meminfo: memFree=903752/2055920 swapFree=4180056/4192956
[pid=3632] ppid=3630 vsize=47568 CPUtime=0.01
/proc/3632/stat : 3632 (galacE.sh) S 3630 3632 1033 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2006871397 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3632/statm: 11892 365 246 79 0 219 0
[pid=3646] ppid=3632 vsize=812596 CPUtime=37.99
/proc/3646/stat : 3646 (java) S 3632 3632 1033 0 -1 0 185805 0 1 0 3717 82 0 0 18 0 9 0 2006871401 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3646/statm: 203149 184922 2593 9 0 197183 0
[pid=3646/tid=3647] ppid=3632 vsize=812596 CPUtime=22.39
/proc/3646/task/3647/stat : 3647 (java) S 3632 3632 1033 0 -1 64 14624 0 1 0 2230 9 0 0 20 0 9 0 2006871402 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3648] ppid=3632 vsize=812596 CPUtime=15.33
/proc/3646/task/3648/stat : 3648 (java) R 3632 3632 1033 0 -1 64 169666 0 0 0 1463 70 0 0 25 0 9 0 2006871403 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 104180096 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3649] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3649/stat : 3649 (java) S 3632 3632 1033 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006871403 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3650] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3650/stat : 3650 (java) S 3632 3632 1033 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006871403 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3651] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3651/stat : 3651 (java) S 3632 3632 1033 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006871405 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3652] ppid=3632 vsize=812596 CPUtime=0.24
/proc/3646/task/3652/stat : 3652 (java) S 3632 3632 1033 0 -1 64 816 0 0 0 23 1 0 0 15 0 9 0 2006871405 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3653] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3653/stat : 3653 (java) S 3632 3632 1033 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006871405 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3654] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3654/stat : 3654 (java) S 3632 3632 1033 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006871405 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 38
Current children cumulated vsize (KiB) 860164

[startup+44.8015 s]
/proc/loadavg: 2.04 2.00 2.00 3/91 3654
/proc/meminfo: memFree=903816/2055920 swapFree=4180056/4192956
[pid=3632] ppid=3630 vsize=47568 CPUtime=0.01
/proc/3632/stat : 3632 (galacE.sh) S 3630 3632 1033 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2006871397 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3632/statm: 11892 365 246 79 0 219 0
[pid=3646] ppid=3632 vsize=812596 CPUtime=44.33
/proc/3646/stat : 3646 (java) S 3632 3632 1033 0 -1 0 185807 0 1 0 4351 82 0 0 18 0 9 0 2006871401 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3646/statm: 203149 184922 2593 9 0 197183 0
[pid=3646/tid=3647] ppid=3632 vsize=812596 CPUtime=22.83
/proc/3646/task/3647/stat : 3647 (java) S 3632 3632 1033 0 -1 64 14626 0 1 0 2274 9 0 0 18 0 9 0 2006871402 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3648] ppid=3632 vsize=812596 CPUtime=21.22
/proc/3646/task/3648/stat : 3648 (java) R 3632 3632 1033 0 -1 64 169666 0 0 0 2052 70 0 0 25 0 9 0 2006871403 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 104457013 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3649] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3649/stat : 3649 (java) S 3632 3632 1033 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006871403 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3650] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3650/stat : 3650 (java) S 3632 3632 1033 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006871403 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3651] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3651/stat : 3651 (java) S 3632 3632 1033 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006871405 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3652] ppid=3632 vsize=812596 CPUtime=0.24
/proc/3646/task/3652/stat : 3652 (java) S 3632 3632 1033 0 -1 64 816 0 0 0 23 1 0 0 15 0 9 0 2006871405 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3653] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3653/stat : 3653 (java) S 3632 3632 1033 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006871405 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3654] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3654/stat : 3654 (java) S 3632 3632 1033 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006871405 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.34
Current children cumulated vsize (KiB) 860164

[startup+48.0028 s]
/proc/loadavg: 2.04 2.00 2.00 3/91 3654
/proc/meminfo: memFree=903816/2055920 swapFree=4180056/4192956
[pid=3632] ppid=3630 vsize=47568 CPUtime=0.01
/proc/3632/stat : 3632 (galacE.sh) S 3630 3632 1033 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2006871397 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3632/statm: 11892 365 246 79 0 219 0
[pid=3646] ppid=3632 vsize=812596 CPUtime=47.5
/proc/3646/stat : 3646 (java) S 3632 3632 1033 0 -1 0 185808 0 1 0 4668 82 0 0 18 0 9 0 2006871401 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3646/statm: 203149 184922 2593 9 0 197183 0
[pid=3646/tid=3647] ppid=3632 vsize=812596 CPUtime=22.93
/proc/3646/task/3647/stat : 3647 (java) S 3632 3632 1033 0 -1 64 14627 0 1 0 2284 9 0 0 17 0 9 0 2006871402 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3648] ppid=3632 vsize=812596 CPUtime=24.29
/proc/3646/task/3648/stat : 3648 (java) R 3632 3632 1033 0 -1 64 169666 0 0 0 2359 70 0 0 25 0 9 0 2006871403 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 103735755 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3649] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3649/stat : 3649 (java) S 3632 3632 1033 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006871403 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3650] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3650/stat : 3650 (java) S 3632 3632 1033 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006871403 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3651] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3651/stat : 3651 (java) S 3632 3632 1033 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006871405 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3652] ppid=3632 vsize=812596 CPUtime=0.24
/proc/3646/task/3652/stat : 3652 (java) S 3632 3632 1033 0 -1 64 816 0 0 0 23 1 0 0 15 0 9 0 2006871405 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3653] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3653/stat : 3653 (java) S 3632 3632 1033 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006871405 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3654] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3654/stat : 3654 (java) S 3632 3632 1033 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006871405 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 47.51
Current children cumulated vsize (KiB) 860164

[startup+49.608 s]
/proc/loadavg: 2.04 2.00 2.00 3/91 3654
/proc/meminfo: memFree=903816/2055920 swapFree=4180056/4192956
[pid=3632] ppid=3630 vsize=47568 CPUtime=0.01
/proc/3632/stat : 3632 (galacE.sh) S 3630 3632 1033 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2006871397 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3632/statm: 11892 365 246 79 0 219 0
[pid=3646] ppid=3632 vsize=812596 CPUtime=49.09
/proc/3646/stat : 3646 (java) S 3632 3632 1033 0 -1 0 185808 0 1 0 4827 82 0 0 18 0 9 0 2006871401 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3646/statm: 203149 184922 2593 9 0 197183 0
[pid=3646/tid=3647] ppid=3632 vsize=812596 CPUtime=22.93
/proc/3646/task/3647/stat : 3647 (java) S 3632 3632 1033 0 -1 64 14627 0 1 0 2284 9 0 0 17 0 9 0 2006871402 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3648] ppid=3632 vsize=812596 CPUtime=25.88
/proc/3646/task/3648/stat : 3648 (java) R 3632 3632 1033 0 -1 64 169666 0 0 0 2518 70 0 0 25 0 9 0 2006871403 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 104456997 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3649] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3649/stat : 3649 (java) S 3632 3632 1033 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006871403 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3650] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3650/stat : 3650 (java) S 3632 3632 1033 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006871403 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3651] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3651/stat : 3651 (java) S 3632 3632 1033 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006871405 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3652] ppid=3632 vsize=812596 CPUtime=0.24
/proc/3646/task/3652/stat : 3652 (java) S 3632 3632 1033 0 -1 64 816 0 0 0 23 1 0 0 15 0 9 0 2006871405 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3653] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3653/stat : 3653 (java) S 3632 3632 1033 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006871405 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3654] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3654/stat : 3654 (java) S 3632 3632 1033 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006871405 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.1
Current children cumulated vsize (KiB) 860164

[startup+50.003 s]
/proc/loadavg: 2.04 2.00 2.00 3/91 3654
/proc/meminfo: memFree=903816/2055920 swapFree=4180056/4192956
[pid=3632] ppid=3630 vsize=47568 CPUtime=0.01
/proc/3632/stat : 3632 (galacE.sh) S 3630 3632 1033 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2006871397 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3632/statm: 11892 365 246 79 0 219 0
[pid=3646] ppid=3632 vsize=812596 CPUtime=49.48
/proc/3646/stat : 3646 (java) S 3632 3632 1033 0 -1 0 185808 0 1 0 4866 82 0 0 18 0 9 0 2006871401 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3646/statm: 203149 184922 2593 9 0 197183 0
[pid=3646/tid=3647] ppid=3632 vsize=812596 CPUtime=22.93
/proc/3646/task/3647/stat : 3647 (java) S 3632 3632 1033 0 -1 64 14627 0 1 0 2284 9 0 0 17 0 9 0 2006871402 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3648] ppid=3632 vsize=812596 CPUtime=26.27
/proc/3646/task/3648/stat : 3648 (java) R 3632 3632 1033 0 -1 64 169666 0 0 0 2557 70 0 0 25 0 9 0 2006871403 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3649] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3649/stat : 3649 (java) S 3632 3632 1033 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006871403 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3650] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3650/stat : 3650 (java) S 3632 3632 1033 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006871403 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3651] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3651/stat : 3651 (java) S 3632 3632 1033 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006871405 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3652] ppid=3632 vsize=812596 CPUtime=0.24
/proc/3646/task/3652/stat : 3652 (java) S 3632 3632 1033 0 -1 64 816 0 0 0 23 1 0 0 15 0 9 0 2006871405 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3653] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3653/stat : 3653 (java) S 3632 3632 1033 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006871405 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3646/tid=3654] ppid=3632 vsize=812596 CPUtime=0
/proc/3646/task/3654/stat : 3654 (java) S 3632 3632 1033 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006871405 832098304 184922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.49
Current children cumulated vsize (KiB) 860164

[startup+50.4023 s]
/proc/loadavg: 2.04 2.00 2.00 3/91 3654
/proc/meminfo: memFree=903816/2055920 swapFree=4180056/4192956
[pid=3632] ppid=3630 vsize=47568 CPUtime=0.01
/proc/3632/stat : 3632 (galacE.sh) S 3630 3632 1033 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2006871397 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3632/statm: 11892 365 246 79 0 219 0
[pid=3646] ppid=3632 vsize=0 CPUtime=49.85
/proc/3646/stat : 3646 (java) Z 3632 3632 1033 0 -1 12 185823 0 1 0 4901 84 0 0 16 0 2 0 2006871401 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3646/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 49.86
Current children cumulated vsize (KiB) 47568

Child status: 0
Real time (s): 50.4949
CPU time (s): 49.9794
CPU user time (s): 49.0205
CPU system time (s): 0.958854
CPU usage (%): 98.979
Max. virtual memory (cumulated for all children) (KiB): 860416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.0205
system time used= 0.958854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188308
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= 1815
involuntary context switches= 3814

runsolver used 0.065989 second user time and 0.172973 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-05 19:29:22
IDJOB=1094108
IDBENCH=58752
IDSOLVER=351
FILE ID=node7/1094108-1215278962
PBS_JOBID= 7882183
Free space on /tmp= 66524 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c4bee948f28d4254d98dcb202c49f529
RANDOM SEED=28490338

node7.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.236
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.236
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:       1636536 kB
Buffers:         75636 kB
Cached:         243244 kB
SwapCached:       7384 kB
Active:         221596 kB
Inactive:       139748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1636536 kB
SwapTotal:     4192956 kB
SwapFree:      4180056 kB
Dirty:            3216 kB
Writeback:           0 kB
Mapped:          58308 kB
Slab:            43088 kB
Committed_AS:  3592900 kB
PageTables:       1968 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= 66520 MiB
End job on node7 at 2008-07-05 19:30:13