Trace number 1083294

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) 77.7342 78.4696

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-3.xml
MD5SUM6a3e1593e782c2eb2195b67110bb4fb5
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Maximum constraint arity2
Maximum domain size1368
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9690
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
77.54/78.34	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
77.54/78.34		at tuples.IP4BigConstraints.createTuples(IP4BigConstraints.java:48)
77.54/78.34		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:163)
77.54/78.34		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
77.54/78.34		at base.Problem.endConstraint(Problem.java:510)
77.54/78.34		at sat4j.Constraint.endElement(Constraint.java:37)
77.54/78.34		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
77.54/78.34		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
77.54/78.34		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
77.54/78.34		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
77.54/78.34		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
77.54/78.34		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
77.54/78.34		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
77.54/78.34		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
77.54/78.34		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
77.54/78.34		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
77.54/78.34		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
77.54/78.34		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
77.54/78.34		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
77.54/78.34		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-1083294-1215226695/watcher-1083294-1215226695 -o /tmp/evaluation-result-1083294-1215226695/solver-1083294-1215226695 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1083294-1215226695.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.10 2.06 2.01 4/74 11041
/proc/meminfo: memFree=1036128/2055920 swapFree=4180452/4192956
[pid=11041] ppid=11039 vsize=8560 CPUtime=0
/proc/11041/stat : 11041 (galacE.sh) R 11039 11041 9727 0 -1 4194304 308 0 0 0 0 0 0 0 21 0 1 0 2001643324 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 221780887439 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11041/statm: 2140 254 197 79 0 133 0

[startup+0.021313 s]
/proc/loadavg: 2.10 2.06 2.01 4/74 11041
/proc/meminfo: memFree=1036128/2055920 swapFree=4180452/4192956
[pid=11041] ppid=11039 vsize=8748 CPUtime=0
/proc/11041/stat : 11041 (galacE.sh) S 11039 11041 9727 0 -1 4194304 454 948 0 0 0 0 0 0 20 0 1 0 2001643324 8957952 312 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11041/statm: 2187 312 217 79 0 180 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8748

[startup+0.102317 s]
/proc/loadavg: 2.10 2.06 2.01 4/74 11041
/proc/meminfo: memFree=1036128/2055920 swapFree=4180452/4192956
[pid=11041] ppid=11039 vsize=47568 CPUtime=0.01
/proc/11041/stat : 11041 (galacE.sh) S 11039 11041 9727 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2001643324 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11041/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.30233 s]
/proc/loadavg: 2.10 2.06 2.01 4/74 11041
/proc/meminfo: memFree=1036128/2055920 swapFree=4180452/4192956
[pid=11041] ppid=11039 vsize=47568 CPUtime=0.01
/proc/11041/stat : 11041 (galacE.sh) S 11039 11041 9727 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2001643324 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11041/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.702357 s]
/proc/loadavg: 2.10 2.06 2.01 4/74 11041
/proc/meminfo: memFree=1036128/2055920 swapFree=4180452/4192956
[pid=11041] ppid=11039 vsize=47568 CPUtime=0.01
/proc/11041/stat : 11041 (galacE.sh) S 11039 11041 9727 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2001643324 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11041/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50141 s]
/proc/loadavg: 2.10 2.06 2.01 3/84 11063
/proc/meminfo: memFree=1005392/2055920 swapFree=4180452/4192956
[pid=11041] ppid=11039 vsize=47568 CPUtime=0.01
/proc/11041/stat : 11041 (galacE.sh) S 11039 11041 9727 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2001643324 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11041/statm: 11892 365 246 79 0 219 0
[pid=11055] ppid=11041 vsize=813808 CPUtime=1.44
/proc/11055/stat : 11055 (java) S 11041 11041 9727 0 -1 0 22310 0 1 0 131 13 0 0 18 0 9 0 2001643328 833339392 21545 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11055/statm: 203452 21545 2590 9 0 197433 0
[pid=11055/tid=11056] ppid=11041 vsize=813808 CPUtime=1.16
/proc/11055/task/11056/stat : 11056 (java) R 11041 11041 9727 0 -1 64 14559 0 1 0 108 8 0 0 25 0 9 0 2001643329 833339392 21545 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11057] ppid=11041 vsize=813808 CPUtime=0.09
/proc/11055/task/11057/stat : 11057 (java) R 11041 11041 9727 0 -1 64 6269 0 0 0 6 3 0 0 16 0 9 0 2001643330 833339392 21545 996147200 134512640 134550740 4294955600 18446744073709551615 102514324 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11058] ppid=11041 vsize=813808 CPUtime=0
/proc/11055/task/11058/stat : 11058 (java) S 11041 11041 9727 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001643330 833339392 21545 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11059] ppid=11041 vsize=813808 CPUtime=0
/proc/11055/task/11059/stat : 11059 (java) S 11041 11041 9727 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001643330 833339392 21545 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11060] ppid=11041 vsize=813808 CPUtime=0
/proc/11055/task/11060/stat : 11060 (java) S 11041 11041 9727 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001643333 833339392 21545 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11061] ppid=11041 vsize=813808 CPUtime=0.16
/proc/11055/task/11061/stat : 11061 (java) S 11041 11041 9727 0 -1 64 782 0 0 0 16 0 0 0 16 0 9 0 2001643333 833339392 21545 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11062] ppid=11041 vsize=813808 CPUtime=0
/proc/11055/task/11062/stat : 11062 (java) S 11041 11041 9727 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001643333 833339392 21545 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11063] ppid=11041 vsize=813808 CPUtime=0
/proc/11055/task/11063/stat : 11063 (java) S 11041 11041 9727 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001643333 833339392 21545 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 861376

[startup+3.1015 s]
/proc/loadavg: 2.10 2.06 2.01 3/84 11063
/proc/meminfo: memFree=920400/2055920 swapFree=4180452/4192956
[pid=11041] ppid=11039 vsize=47568 CPUtime=0.01
/proc/11041/stat : 11041 (galacE.sh) S 11039 11041 9727 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2001643324 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11041/statm: 11892 365 246 79 0 219 0
[pid=11055] ppid=11041 vsize=815404 CPUtime=3.03
/proc/11055/stat : 11055 (java) S 11041 11041 9727 0 -1 0 44375 0 1 0 277 26 0 0 18 0 9 0 2001643328 834973696 43609 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11055/statm: 203851 43609 2590 9 0 197832 0
[pid=11055/tid=11056] ppid=11041 vsize=815404 CPUtime=2.06
/proc/11055/task/11056/stat : 11056 (java) R 11041 11041 9727 0 -1 64 14945 0 1 0 197 9 0 0 25 0 9 0 2001643329 834973696 43609 996147200 134512640 134550740 4294955600 18446744073709551615 4126869360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11057] ppid=11041 vsize=815404 CPUtime=0.77
/proc/11055/task/11057/stat : 11057 (java) S 11041 11041 9727 0 -1 64 27946 0 0 0 62 15 0 0 19 0 9 0 2001643330 834973696 43609 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11058] ppid=11041 vsize=815404 CPUtime=0
/proc/11055/task/11058/stat : 11058 (java) S 11041 11041 9727 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001643330 834973696 43609 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11059] ppid=11041 vsize=815404 CPUtime=0
/proc/11055/task/11059/stat : 11059 (java) S 11041 11041 9727 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001643330 834973696 43609 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11060] ppid=11041 vsize=815404 CPUtime=0
/proc/11055/task/11060/stat : 11060 (java) S 11041 11041 9727 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001643333 834973696 43609 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11061] ppid=11041 vsize=815404 CPUtime=0.16
/proc/11055/task/11061/stat : 11061 (java) S 11041 11041 9727 0 -1 64 784 0 0 0 16 0 0 0 16 0 9 0 2001643333 834973696 43609 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11062] ppid=11041 vsize=815404 CPUtime=0
/proc/11055/task/11062/stat : 11062 (java) S 11041 11041 9727 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001643333 834973696 43609 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11063] ppid=11041 vsize=815404 CPUtime=0
/proc/11055/task/11063/stat : 11063 (java) S 11041 11041 9727 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001643333 834973696 43609 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 862972

[startup+6.3027 s]
/proc/loadavg: 2.25 2.09 2.02 3/84 11063
/proc/meminfo: memFree=842064/2055920 swapFree=4180452/4192956
[pid=11041] ppid=11039 vsize=47568 CPUtime=0.01
/proc/11041/stat : 11041 (galacE.sh) S 11039 11041 9727 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2001643324 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11041/statm: 11892 365 246 79 0 219 0
[pid=11055] ppid=11041 vsize=813808 CPUtime=6.2
/proc/11055/stat : 11055 (java) S 11041 11041 9727 0 -1 0 58436 0 1 0 585 35 0 0 18 0 9 0 2001643328 833339392 57282 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11055/statm: 203452 57282 2594 9 0 197433 0
[pid=11055/tid=11056] ppid=11041 vsize=813808 CPUtime=4.79
/proc/11055/task/11056/stat : 11056 (java) R 11041 11041 9727 0 -1 64 14970 0 1 0 470 9 0 0 25 0 9 0 2001643329 833339392 57282 996147200 134512640 134550740 4294955600 18446744073709551615 4126880670 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11057] ppid=11041 vsize=813808 CPUtime=1.2
/proc/11055/task/11057/stat : 11057 (java) S 11041 11041 9727 0 -1 64 41972 0 0 0 96 24 0 0 17 0 9 0 2001643330 833339392 57282 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11058] ppid=11041 vsize=813808 CPUtime=0
/proc/11055/task/11058/stat : 11058 (java) S 11041 11041 9727 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001643330 833339392 57282 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11059] ppid=11041 vsize=813808 CPUtime=0
/proc/11055/task/11059/stat : 11059 (java) S 11041 11041 9727 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001643330 833339392 57282 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11060] ppid=11041 vsize=813808 CPUtime=0
/proc/11055/task/11060/stat : 11060 (java) S 11041 11041 9727 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001643333 833339392 57282 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11061] ppid=11041 vsize=813808 CPUtime=0.17
/proc/11055/task/11061/stat : 11061 (java) S 11041 11041 9727 0 -1 64 794 0 0 0 17 0 0 0 16 0 9 0 2001643333 833339392 57282 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11062] ppid=11041 vsize=813808 CPUtime=0
/proc/11055/task/11062/stat : 11062 (java) S 11041 11041 9727 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001643333 833339392 57282 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11063] ppid=11041 vsize=813808 CPUtime=0
/proc/11055/task/11063/stat : 11063 (java) S 11041 11041 9727 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001643333 833339392 57282 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 861376

[startup+12.7021 s]
/proc/loadavg: 2.31 2.10 2.02 3/84 11063
/proc/meminfo: memFree=697744/2055920 swapFree=4180452/4192956
[pid=11041] ppid=11039 vsize=47568 CPUtime=0.01
/proc/11041/stat : 11041 (galacE.sh) S 11039 11041 9727 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2001643324 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11041/statm: 11892 365 246 79 0 219 0
[pid=11055] ppid=11041 vsize=813808 CPUtime=12.53
/proc/11055/stat : 11055 (java) S 11041 11041 9727 0 -1 0 87845 0 1 0 1202 51 0 0 18 0 9 0 2001643328 833339392 86680 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11055/statm: 203452 86680 2593 9 0 197433 0
[pid=11055/tid=11056] ppid=11041 vsize=813808 CPUtime=9.21
/proc/11055/task/11056/stat : 11056 (java) S 11041 11041 9727 0 -1 64 14977 0 1 0 912 9 0 0 25 0 9 0 2001643329 833339392 86680 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11057] ppid=11041 vsize=813808 CPUtime=3.09
/proc/11055/task/11057/stat : 11057 (java) R 11041 11041 9727 0 -1 64 71356 0 0 0 269 40 0 0 25 0 9 0 2001643330 833339392 86680 996147200 134512640 134550740 4294955600 18446744073709551615 104182667 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11058] ppid=11041 vsize=813808 CPUtime=0
/proc/11055/task/11058/stat : 11058 (java) S 11041 11041 9727 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001643330 833339392 86680 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11059] ppid=11041 vsize=813808 CPUtime=0
/proc/11055/task/11059/stat : 11059 (java) S 11041 11041 9727 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001643330 833339392 86680 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11060] ppid=11041 vsize=813808 CPUtime=0
/proc/11055/task/11060/stat : 11060 (java) S 11041 11041 9727 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001643333 833339392 86680 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11061] ppid=11041 vsize=813808 CPUtime=0.2
/proc/11055/task/11061/stat : 11061 (java) S 11041 11041 9727 0 -1 64 812 0 0 0 20 0 0 0 16 0 9 0 2001643333 833339392 86680 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11062] ppid=11041 vsize=813808 CPUtime=0
/proc/11055/task/11062/stat : 11062 (java) S 11041 11041 9727 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001643333 833339392 86680 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11063] ppid=11041 vsize=813808 CPUtime=0
/proc/11055/task/11063/stat : 11063 (java) S 11041 11041 9727 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001643333 833339392 86680 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) 861376

[startup+25.5029 s]
/proc/loadavg: 2.31 2.11 2.03 3/84 11063
/proc/meminfo: memFree=535696/2055920 swapFree=4180452/4192956
[pid=11041] ppid=11039 vsize=47568 CPUtime=0.01
/proc/11041/stat : 11041 (galacE.sh) S 11039 11041 9727 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2001643324 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11041/statm: 11892 365 246 79 0 219 0
[pid=11055] ppid=11041 vsize=815084 CPUtime=25.22
/proc/11055/stat : 11055 (java) S 11041 11041 9727 0 -1 0 128652 0 1 0 2447 75 0 0 18 0 9 0 2001643328 834646016 127078 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11055/statm: 203771 127078 2594 9 0 197752 0
[pid=11055/tid=11056] ppid=11041 vsize=815084 CPUtime=19.98
/proc/11055/task/11056/stat : 11056 (java) R 11041 11041 9727 0 -1 64 15710 0 1 0 1989 9 0 0 25 0 9 0 2001643329 834646016 127078 996147200 134512640 134550740 4294955600 18446744073709551615 4126838854 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11057] ppid=11041 vsize=815084 CPUtime=4.97
/proc/11055/task/11057/stat : 11057 (java) S 11041 11041 9727 0 -1 64 111420 0 0 0 434 63 0 0 17 0 9 0 2001643330 834646016 127078 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11058] ppid=11041 vsize=815084 CPUtime=0
/proc/11055/task/11058/stat : 11058 (java) S 11041 11041 9727 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001643330 834646016 127078 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11059] ppid=11041 vsize=815084 CPUtime=0
/proc/11055/task/11059/stat : 11059 (java) S 11041 11041 9727 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001643330 834646016 127078 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11060] ppid=11041 vsize=815084 CPUtime=0
/proc/11055/task/11060/stat : 11060 (java) S 11041 11041 9727 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001643333 834646016 127078 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11061] ppid=11041 vsize=815084 CPUtime=0.22
/proc/11055/task/11061/stat : 11061 (java) S 11041 11041 9727 0 -1 64 822 0 0 0 22 0 0 0 16 0 9 0 2001643333 834646016 127078 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11062] ppid=11041 vsize=815084 CPUtime=0
/proc/11055/task/11062/stat : 11062 (java) S 11041 11041 9727 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001643333 834646016 127078 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11063] ppid=11041 vsize=815084 CPUtime=0
/proc/11055/task/11063/stat : 11063 (java) S 11041 11041 9727 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001643333 834646016 127078 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 862652

[startup+51.1025 s]
/proc/loadavg: 2.21 2.10 2.02 3/84 11063
/proc/meminfo: memFree=333264/2055920 swapFree=4180452/4192956
[pid=11041] ppid=11039 vsize=47568 CPUtime=0.01

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

[pid=11055/tid=11056] ppid=11041 vsize=814812 CPUtime=38.73
/proc/11055/task/11056/stat : 11056 (java) S 11041 11041 9727 0 -1 64 16519 0 1 0 3864 9 0 0 17 0 9 0 2001643329 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11057] ppid=11041 vsize=814812 CPUtime=30.6
/proc/11055/task/11057/stat : 11057 (java) R 11041 11041 9727 0 -1 64 172094 0 0 0 2964 96 0 0 25 0 9 0 2001643330 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 102469621 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11058] ppid=11041 vsize=814812 CPUtime=0
/proc/11055/task/11058/stat : 11058 (java) S 11041 11041 9727 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001643330 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11059] ppid=11041 vsize=814812 CPUtime=0
/proc/11055/task/11059/stat : 11059 (java) S 11041 11041 9727 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001643330 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11060] ppid=11041 vsize=814812 CPUtime=0
/proc/11055/task/11060/stat : 11060 (java) S 11041 11041 9727 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001643333 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11061] ppid=11041 vsize=814812 CPUtime=0.24
/proc/11055/task/11061/stat : 11061 (java) S 11041 11041 9727 0 -1 64 833 0 0 0 24 0 0 0 17 0 9 0 2001643333 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11062] ppid=11041 vsize=814812 CPUtime=0
/proc/11055/task/11062/stat : 11062 (java) S 11041 11041 9727 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001643333 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11063] ppid=11041 vsize=814812 CPUtime=0
/proc/11055/task/11063/stat : 11063 (java) S 11041 11041 9727 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001643333 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 69.63
Current children cumulated vsize (KiB) 862380

[startup+73.5029 s]
/proc/loadavg: 2.13 2.09 2.02 3/84 11063
/proc/meminfo: memFree=302608/2055920 swapFree=4180452/4192956
[pid=11041] ppid=11039 vsize=47568 CPUtime=0.01
/proc/11041/stat : 11041 (galacE.sh) S 11039 11041 9727 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2001643324 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11041/statm: 11892 365 246 79 0 219 0
[pid=11055] ppid=11041 vsize=814812 CPUtime=72.79
/proc/11055/stat : 11055 (java) S 11041 11041 9727 0 -1 0 190398 0 1 0 7171 108 0 0 18 0 9 0 2001643328 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11055/statm: 203703 185187 2593 9 0 197684 0
[pid=11055/tid=11056] ppid=11041 vsize=814812 CPUtime=38.73
/proc/11055/task/11056/stat : 11056 (java) S 11041 11041 9727 0 -1 64 16520 0 1 0 3864 9 0 0 17 0 9 0 2001643329 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11057] ppid=11041 vsize=814812 CPUtime=33.77
/proc/11055/task/11057/stat : 11057 (java) R 11041 11041 9727 0 -1 64 172345 0 0 0 3281 96 0 0 25 0 9 0 2001643330 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 103735808 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11058] ppid=11041 vsize=814812 CPUtime=0
/proc/11055/task/11058/stat : 11058 (java) S 11041 11041 9727 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001643330 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11059] ppid=11041 vsize=814812 CPUtime=0
/proc/11055/task/11059/stat : 11059 (java) S 11041 11041 9727 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001643330 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11060] ppid=11041 vsize=814812 CPUtime=0
/proc/11055/task/11060/stat : 11060 (java) S 11041 11041 9727 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001643333 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11061] ppid=11041 vsize=814812 CPUtime=0.24
/proc/11055/task/11061/stat : 11061 (java) S 11041 11041 9727 0 -1 64 833 0 0 0 24 0 0 0 17 0 9 0 2001643333 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11062] ppid=11041 vsize=814812 CPUtime=0
/proc/11055/task/11062/stat : 11062 (java) S 11041 11041 9727 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001643333 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11063] ppid=11041 vsize=814812 CPUtime=0
/proc/11055/task/11063/stat : 11063 (java) S 11041 11041 9727 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001643333 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 72.8
Current children cumulated vsize (KiB) 862380

[startup+76.7021 s]
/proc/loadavg: 2.13 2.09 2.02 3/84 11063
/proc/meminfo: memFree=302608/2055920 swapFree=4180452/4192956
[pid=11041] ppid=11039 vsize=47568 CPUtime=0.01
/proc/11041/stat : 11041 (galacE.sh) S 11039 11041 9727 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2001643324 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11041/statm: 11892 365 246 79 0 219 0
[pid=11055] ppid=11041 vsize=814812 CPUtime=75.95
/proc/11055/stat : 11055 (java) S 11041 11041 9727 0 -1 0 190649 0 1 0 7487 108 0 0 18 0 9 0 2001643328 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11055/statm: 203703 185187 2593 9 0 197684 0
[pid=11055/tid=11056] ppid=11041 vsize=814812 CPUtime=38.73
/proc/11055/task/11056/stat : 11056 (java) S 11041 11041 9727 0 -1 64 16520 0 1 0 3864 9 0 0 17 0 9 0 2001643329 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11057] ppid=11041 vsize=814812 CPUtime=36.94
/proc/11055/task/11057/stat : 11057 (java) R 11041 11041 9727 0 -1 64 172596 0 0 0 3598 96 0 0 25 0 9 0 2001643330 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 104180241 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11058] ppid=11041 vsize=814812 CPUtime=0
/proc/11055/task/11058/stat : 11058 (java) S 11041 11041 9727 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001643330 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11059] ppid=11041 vsize=814812 CPUtime=0
/proc/11055/task/11059/stat : 11059 (java) S 11041 11041 9727 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001643330 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11060] ppid=11041 vsize=814812 CPUtime=0
/proc/11055/task/11060/stat : 11060 (java) S 11041 11041 9727 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001643333 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11061] ppid=11041 vsize=814812 CPUtime=0.24
/proc/11055/task/11061/stat : 11061 (java) S 11041 11041 9727 0 -1 64 833 0 0 0 24 0 0 0 17 0 9 0 2001643333 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11062] ppid=11041 vsize=814812 CPUtime=0
/proc/11055/task/11062/stat : 11062 (java) S 11041 11041 9727 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001643333 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11063] ppid=11041 vsize=814812 CPUtime=0
/proc/11055/task/11063/stat : 11063 (java) S 11041 11041 9727 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001643333 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.96
Current children cumulated vsize (KiB) 862380

[startup+77.5022 s]
/proc/loadavg: 2.13 2.09 2.02 3/84 11063
/proc/meminfo: memFree=302608/2055920 swapFree=4180452/4192956
[pid=11041] ppid=11039 vsize=47568 CPUtime=0.01
/proc/11041/stat : 11041 (galacE.sh) S 11039 11041 9727 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2001643324 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11041/statm: 11892 365 246 79 0 219 0
[pid=11055] ppid=11041 vsize=814812 CPUtime=76.74
/proc/11055/stat : 11055 (java) S 11041 11041 9727 0 -1 0 190649 0 1 0 7566 108 0 0 18 0 9 0 2001643328 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11055/statm: 203703 185187 2593 9 0 197684 0
[pid=11055/tid=11056] ppid=11041 vsize=814812 CPUtime=38.73
/proc/11055/task/11056/stat : 11056 (java) S 11041 11041 9727 0 -1 64 16520 0 1 0 3864 9 0 0 17 0 9 0 2001643329 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11057] ppid=11041 vsize=814812 CPUtime=37.73
/proc/11055/task/11057/stat : 11057 (java) R 11041 11041 9727 0 -1 64 172596 0 0 0 3677 96 0 0 25 0 9 0 2001643330 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 104457011 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11058] ppid=11041 vsize=814812 CPUtime=0
/proc/11055/task/11058/stat : 11058 (java) S 11041 11041 9727 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001643330 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11059] ppid=11041 vsize=814812 CPUtime=0
/proc/11055/task/11059/stat : 11059 (java) S 11041 11041 9727 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001643330 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11060] ppid=11041 vsize=814812 CPUtime=0
/proc/11055/task/11060/stat : 11060 (java) S 11041 11041 9727 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001643333 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11061] ppid=11041 vsize=814812 CPUtime=0.24
/proc/11055/task/11061/stat : 11061 (java) S 11041 11041 9727 0 -1 64 833 0 0 0 24 0 0 0 17 0 9 0 2001643333 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11062] ppid=11041 vsize=814812 CPUtime=0
/proc/11055/task/11062/stat : 11062 (java) S 11041 11041 9727 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001643333 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11063] ppid=11041 vsize=814812 CPUtime=0
/proc/11055/task/11063/stat : 11063 (java) S 11041 11041 9727 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001643333 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 76.75
Current children cumulated vsize (KiB) 862380

[startup+77.9022 s]
/proc/loadavg: 2.13 2.09 2.02 3/84 11063
/proc/meminfo: memFree=302608/2055920 swapFree=4180452/4192956
[pid=11041] ppid=11039 vsize=47568 CPUtime=0.01
/proc/11041/stat : 11041 (galacE.sh) S 11039 11041 9727 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2001643324 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11041/statm: 11892 365 246 79 0 219 0
[pid=11055] ppid=11041 vsize=814812 CPUtime=77.14
/proc/11055/stat : 11055 (java) S 11041 11041 9727 0 -1 0 190649 0 1 0 7606 108 0 0 18 0 9 0 2001643328 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11055/statm: 203703 185187 2593 9 0 197684 0
[pid=11055/tid=11056] ppid=11041 vsize=814812 CPUtime=38.73
/proc/11055/task/11056/stat : 11056 (java) S 11041 11041 9727 0 -1 64 16520 0 1 0 3864 9 0 0 17 0 9 0 2001643329 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11057] ppid=11041 vsize=814812 CPUtime=38.13
/proc/11055/task/11057/stat : 11057 (java) R 11041 11041 9727 0 -1 64 172596 0 0 0 3717 96 0 0 25 0 9 0 2001643330 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 104456976 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11058] ppid=11041 vsize=814812 CPUtime=0
/proc/11055/task/11058/stat : 11058 (java) S 11041 11041 9727 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001643330 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11059] ppid=11041 vsize=814812 CPUtime=0
/proc/11055/task/11059/stat : 11059 (java) S 11041 11041 9727 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001643330 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11060] ppid=11041 vsize=814812 CPUtime=0
/proc/11055/task/11060/stat : 11060 (java) S 11041 11041 9727 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001643333 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11061] ppid=11041 vsize=814812 CPUtime=0.24
/proc/11055/task/11061/stat : 11061 (java) S 11041 11041 9727 0 -1 64 833 0 0 0 24 0 0 0 17 0 9 0 2001643333 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11062] ppid=11041 vsize=814812 CPUtime=0
/proc/11055/task/11062/stat : 11062 (java) S 11041 11041 9727 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001643333 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11063] ppid=11041 vsize=814812 CPUtime=0
/proc/11055/task/11063/stat : 11063 (java) S 11041 11041 9727 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001643333 834367488 185187 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.15
Current children cumulated vsize (KiB) 862380

[startup+78.3012 s]
/proc/loadavg: 2.12 2.09 2.02 3/84 11063
/proc/meminfo: memFree=303440/2055920 swapFree=4180452/4192956
[pid=11041] ppid=11039 vsize=47568 CPUtime=0.01
/proc/11041/stat : 11041 (galacE.sh) S 11039 11041 9727 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2001643324 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11041/statm: 11892 365 246 79 0 219 0
[pid=11055] ppid=11041 vsize=813808 CPUtime=77.53
/proc/11055/stat : 11055 (java) S 11041 11041 9727 0 -1 0 190652 0 1 0 7645 108 0 0 18 0 9 0 2001643328 833339392 184937 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11055/statm: 203452 184937 2593 9 0 197433 0
[pid=11055/tid=11056] ppid=11041 vsize=813808 CPUtime=38.73
/proc/11055/task/11056/stat : 11056 (java) S 11041 11041 9727 0 -1 64 16523 0 1 0 3864 9 0 0 17 0 9 0 2001643329 833339392 184937 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11057] ppid=11041 vsize=813808 CPUtime=38.52
/proc/11055/task/11057/stat : 11057 (java) R 11041 11041 9727 0 -1 64 172596 0 0 0 3756 96 0 0 25 0 9 0 2001643330 833339392 184937 996147200 134512640 134550740 4294955600 18446744073709551615 104181557 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11058] ppid=11041 vsize=813808 CPUtime=0
/proc/11055/task/11058/stat : 11058 (java) S 11041 11041 9727 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001643330 833339392 184937 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11059] ppid=11041 vsize=813808 CPUtime=0
/proc/11055/task/11059/stat : 11059 (java) S 11041 11041 9727 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001643330 833339392 184937 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11060] ppid=11041 vsize=813808 CPUtime=0
/proc/11055/task/11060/stat : 11060 (java) S 11041 11041 9727 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001643333 833339392 184937 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11061] ppid=11041 vsize=813808 CPUtime=0.24
/proc/11055/task/11061/stat : 11061 (java) S 11041 11041 9727 0 -1 64 833 0 0 0 24 0 0 0 17 0 9 0 2001643333 833339392 184937 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11062] ppid=11041 vsize=813808 CPUtime=0
/proc/11055/task/11062/stat : 11062 (java) S 11041 11041 9727 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001643333 833339392 184937 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11055/tid=11063] ppid=11041 vsize=813808 CPUtime=0
/proc/11055/task/11063/stat : 11063 (java) S 11041 11041 9727 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001643333 833339392 184937 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.54
Current children cumulated vsize (KiB) 861376

[startup+78.4019 s]
/proc/loadavg: 2.12 2.09 2.02 3/84 11063
/proc/meminfo: memFree=303440/2055920 swapFree=4180452/4192956
[pid=11041] ppid=11039 vsize=47568 CPUtime=0.01
/proc/11041/stat : 11041 (galacE.sh) S 11039 11041 9727 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2001643324 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11041/statm: 11892 365 246 79 0 219 0
[pid=11055] ppid=11041 vsize=0 CPUtime=77.63
/proc/11055/stat : 11055 (java) Z 11041 11041 9727 0 -1 12 190665 0 1 0 7650 113 0 0 16 0 2 0 2001643328 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11055/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 77.64
Current children cumulated vsize (KiB) 47568

Child status: 0
Real time (s): 78.4696
CPU time (s): 77.7342
CPU user time (s): 76.5174
CPU system time (s): 1.21681
CPU usage (%): 99.0628
Max. virtual memory (cumulated for all children) (KiB): 865380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.5174
system time used= 1.21681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193150
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= 2606
involuntary context switches= 4134

runsolver used 0.093985 second user time and 0.279957 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-05 04:58:15
IDJOB=1083294
IDBENCH=57462
IDSOLVER=351
FILE ID=node29/1083294-1215226695
PBS_JOBID= 7881818
Free space on /tmp= 66316 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6a3e1593e782c2eb2195b67110bb4fb5
RANDOM SEED=934957095

node29.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.220
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.220
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:       1036608 kB
Buffers:         93480 kB
Cached:         486216 kB
SwapCached:       6872 kB
Active:         769832 kB
Inactive:       182456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1036608 kB
SwapTotal:     4192956 kB
SwapFree:      4180452 kB
Dirty:            4312 kB
Writeback:           0 kB
Mapped:         379332 kB
Slab:            51372 kB
Committed_AS:  3802408 kB
PageTables:       2792 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= 66316 MiB
End job on node29 at 2008-07-05 04:59:34