Trace number 1083462

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.5542 78.183

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-3.xml
MD5SUMd4dfebcda634d2e830e49daacaa49bde
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 variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1574
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
77.37/78.04	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
77.37/78.04		at tuples.IP4BigConstraints.createTuples(IP4BigConstraints.java:48)
77.37/78.04		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:163)
77.37/78.04		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
77.37/78.04		at base.Problem.endConstraint(Problem.java:510)
77.37/78.04		at sat4j.Constraint.endElement(Constraint.java:37)
77.37/78.04		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
77.37/78.04		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
77.37/78.04		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
77.37/78.04		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
77.37/78.04		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
77.37/78.04		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
77.37/78.04		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
77.37/78.04		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
77.37/78.04		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
77.37/78.04		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
77.37/78.04		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
77.37/78.04		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
77.37/78.04		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
77.37/78.04		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-1083462-1215228304/watcher-1083462-1215228304 -o /tmp/evaluation-result-1083462-1215228304/solver-1083462-1215228304 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1083462-1215228304.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.00 2.00 2.00 4/72 26406
/proc/meminfo: memFree=1745504/2055920 swapFree=4179472/4192956
[pid=26406] ppid=26404 vsize=8768 CPUtime=0.01
/proc/26406/stat : 26406 (galacE.sh) S 26404 26406 25300 0 -1 4194304 493 1063 0 0 0 0 0 1 18 0 1 0 2001806057 8978432 315 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26406/statm: 2192 315 217 79 0 185 0
[pid=26413] ppid=26406 vsize=8768 CPUtime=0
/proc/26413/stat : 26413 (galacE.sh) R 26406 26406 25300 0 -1 4194368 20 0 0 0 0 0 0 0 21 0 1 0 2001806059 8978432 315 996147200 4194304 4520092 548682068832 18446744073709551615 259353275687 0 0 4096 73728 0 0 0 17 1 0 0
/proc/26413/statm: 2192 315 217 79 0 185 0

[startup+0.046778 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 26406
/proc/meminfo: memFree=1745504/2055920 swapFree=4179472/4192956
[pid=26406] ppid=26404 vsize=47576 CPUtime=0.01
/proc/26406/stat : 26406 (galacE.sh) S 26404 26406 25300 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001806057 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26406/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.103791 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 26406
/proc/meminfo: memFree=1745504/2055920 swapFree=4179472/4192956
[pid=26406] ppid=26404 vsize=47576 CPUtime=0.01
/proc/26406/stat : 26406 (galacE.sh) S 26404 26406 25300 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001806057 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26406/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.302825 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 26406
/proc/meminfo: memFree=1745504/2055920 swapFree=4179472/4192956
[pid=26406] ppid=26404 vsize=47576 CPUtime=0.01
/proc/26406/stat : 26406 (galacE.sh) S 26404 26406 25300 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001806057 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26406/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.701905 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 26406
/proc/meminfo: memFree=1745504/2055920 swapFree=4179472/4192956
[pid=26406] ppid=26404 vsize=47576 CPUtime=0.01
/proc/26406/stat : 26406 (galacE.sh) S 26404 26406 25300 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001806057 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26406/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.50107 s]
/proc/loadavg: 2.08 2.02 2.01 3/82 26428
/proc/meminfo: memFree=1718032/2055920 swapFree=4179472/4192956
[pid=26406] ppid=26404 vsize=47576 CPUtime=0.01
/proc/26406/stat : 26406 (galacE.sh) S 26404 26406 25300 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001806057 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26406/statm: 11894 364 245 79 0 219 0
[pid=26420] ppid=26406 vsize=812532 CPUtime=1.43
/proc/26420/stat : 26420 (java) S 26406 26406 25300 0 -1 0 16066 0 1 0 132 11 0 0 18 0 9 0 2001806061 832032768 15301 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26420/statm: 203133 15301 2585 9 0 197166 0
[pid=26420/tid=26421] ppid=26406 vsize=812532 CPUtime=1.18
/proc/26420/task/26421/stat : 26421 (java) R 26406 26406 25300 0 -1 64 9925 0 1 0 110 8 0 0 25 0 9 0 2001806062 832032768 15301 996147200 134512640 134550740 4294955600 18446744073709551615 4126895997 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26422] ppid=26406 vsize=812532 CPUtime=0.06
/proc/26420/task/26422/stat : 26422 (java) S 26406 26406 25300 0 -1 64 4646 0 0 0 4 2 0 0 16 0 9 0 2001806063 832032768 15301 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26423] ppid=26406 vsize=812532 CPUtime=0
/proc/26420/task/26423/stat : 26423 (java) S 26406 26406 25300 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001806063 832032768 15301 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26424] ppid=26406 vsize=812532 CPUtime=0
/proc/26420/task/26424/stat : 26424 (java) S 26406 26406 25300 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001806063 832032768 15301 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26425] ppid=26406 vsize=812532 CPUtime=0
/proc/26420/task/26425/stat : 26425 (java) S 26406 26406 25300 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001806066 832032768 15301 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26426] ppid=26406 vsize=812532 CPUtime=0.17
/proc/26420/task/26426/stat : 26426 (java) S 26406 26406 25300 0 -1 64 796 0 0 0 17 0 0 0 16 0 9 0 2001806066 832032768 15301 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26427] ppid=26406 vsize=812532 CPUtime=0
/proc/26420/task/26427/stat : 26427 (java) S 26406 26406 25300 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001806066 832032768 15301 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26428] ppid=26406 vsize=812532 CPUtime=0
/proc/26420/task/26428/stat : 26428 (java) S 26406 26406 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001806066 832032768 15301 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) 860108

[startup+3.10237 s]
/proc/loadavg: 2.08 2.02 2.01 3/82 26428
/proc/meminfo: memFree=1631568/2055920 swapFree=4179472/4192956
[pid=26406] ppid=26404 vsize=47576 CPUtime=0.01
/proc/26406/stat : 26406 (galacE.sh) S 26404 26406 25300 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001806057 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26406/statm: 11894 364 245 79 0 219 0
[pid=26420] ppid=26406 vsize=815396 CPUtime=3.01
/proc/26420/stat : 26420 (java) S 26406 26406 25300 0 -1 0 43348 0 1 0 276 25 0 0 18 0 9 0 2001806061 834965504 42581 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26420/statm: 203849 42581 2589 9 0 197882 0
[pid=26420/tid=26421] ppid=26406 vsize=815396 CPUtime=2.02
/proc/26420/task/26421/stat : 26421 (java) R 26406 26406 25300 0 -1 64 15263 0 1 0 192 10 0 0 25 0 9 0 2001806062 834965504 42581 996147200 134512640 134550740 4294955600 18446744073709551615 4126924702 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26422] ppid=26406 vsize=815396 CPUtime=0.79
/proc/26420/task/26422/stat : 26422 (java) S 26406 26406 25300 0 -1 64 26586 0 0 0 65 14 0 0 19 0 9 0 2001806063 834965504 42581 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26423] ppid=26406 vsize=815396 CPUtime=0
/proc/26420/task/26423/stat : 26423 (java) S 26406 26406 25300 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001806063 834965504 42581 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26424] ppid=26406 vsize=815396 CPUtime=0
/proc/26420/task/26424/stat : 26424 (java) S 26406 26406 25300 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001806063 834965504 42581 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26425] ppid=26406 vsize=815396 CPUtime=0
/proc/26420/task/26425/stat : 26425 (java) S 26406 26406 25300 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001806066 834965504 42581 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26426] ppid=26406 vsize=815396 CPUtime=0.18
/proc/26420/task/26426/stat : 26426 (java) S 26406 26406 25300 0 -1 64 800 0 0 0 18 0 0 0 16 0 9 0 2001806066 834965504 42581 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26427] ppid=26406 vsize=815396 CPUtime=0
/proc/26420/task/26427/stat : 26427 (java) S 26406 26406 25300 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001806066 834965504 42581 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26428] ppid=26406 vsize=815396 CPUtime=0
/proc/26420/task/26428/stat : 26428 (java) S 26406 26406 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001806066 834965504 42581 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 862972

[startup+6.30201 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 26428
/proc/meminfo: memFree=1542224/2055920 swapFree=4179472/4192956
[pid=26406] ppid=26404 vsize=47576 CPUtime=0.01
/proc/26406/stat : 26406 (galacE.sh) S 26404 26406 25300 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001806057 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26406/statm: 11894 364 245 79 0 219 0
[pid=26420] ppid=26406 vsize=815396 CPUtime=6.18
/proc/26420/stat : 26420 (java) S 26406 26406 25300 0 -1 0 56854 0 1 0 585 33 0 0 18 0 9 0 2001806061 834965504 56074 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26420/statm: 203849 56074 2590 9 0 197882 0
[pid=26420/tid=26421] ppid=26406 vsize=815396 CPUtime=4.79
/proc/26420/task/26421/stat : 26421 (java) R 26406 26406 25300 0 -1 64 15290 0 1 0 469 10 0 0 25 0 9 0 2001806062 834965504 56074 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26422] ppid=26406 vsize=815396 CPUtime=1.18
/proc/26420/task/26422/stat : 26422 (java) R 26406 26406 25300 0 -1 64 40063 0 0 0 97 21 0 0 17 0 9 0 2001806063 834965504 56074 996147200 134512640 134550740 4294955600 18446744073709551615 102514726 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26423] ppid=26406 vsize=815396 CPUtime=0
/proc/26420/task/26423/stat : 26423 (java) S 26406 26406 25300 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001806063 834965504 56074 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26424] ppid=26406 vsize=815396 CPUtime=0
/proc/26420/task/26424/stat : 26424 (java) S 26406 26406 25300 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001806063 834965504 56074 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26425] ppid=26406 vsize=815396 CPUtime=0
/proc/26420/task/26425/stat : 26425 (java) S 26406 26406 25300 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001806066 834965504 56074 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26426] ppid=26406 vsize=815396 CPUtime=0.18
/proc/26420/task/26426/stat : 26426 (java) S 26406 26406 25300 0 -1 64 802 0 0 0 18 0 0 0 16 0 9 0 2001806066 834965504 56074 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26427] ppid=26406 vsize=815396 CPUtime=0
/proc/26420/task/26427/stat : 26427 (java) S 26406 26406 25300 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001806066 834965504 56074 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26428] ppid=26406 vsize=815396 CPUtime=0
/proc/26420/task/26428/stat : 26428 (java) S 26406 26406 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001806066 834965504 56074 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 862972

[startup+12.7013 s]
/proc/loadavg: 2.15 2.03 2.01 3/82 26428
/proc/meminfo: memFree=1446032/2055920 swapFree=4179472/4192956
[pid=26406] ppid=26404 vsize=47576 CPUtime=0.01
/proc/26406/stat : 26406 (galacE.sh) S 26404 26406 25300 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001806057 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26406/statm: 11894 364 245 79 0 219 0
[pid=26420] ppid=26406 vsize=815396 CPUtime=12.52
/proc/26420/stat : 26420 (java) S 26406 26406 25300 0 -1 0 77755 0 1 0 1207 45 0 0 18 0 9 0 2001806061 834965504 76971 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26420/statm: 203849 76971 2593 9 0 197882 0
[pid=26420/tid=26421] ppid=26406 vsize=815396 CPUtime=10.42
/proc/26420/task/26421/stat : 26421 (java) R 26406 26406 25300 0 -1 64 15294 0 1 0 1032 10 0 0 25 0 9 0 2001806062 834965504 76971 996147200 134512640 134550740 4294955600 18446744073709551615 4126879310 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26422] ppid=26406 vsize=815396 CPUtime=1.88
/proc/26420/task/26422/stat : 26422 (java) S 26406 26406 25300 0 -1 64 60949 0 0 0 155 33 0 0 17 0 9 0 2001806063 834965504 76971 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26423] ppid=26406 vsize=815396 CPUtime=0
/proc/26420/task/26423/stat : 26423 (java) S 26406 26406 25300 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001806063 834965504 76971 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26424] ppid=26406 vsize=815396 CPUtime=0
/proc/26420/task/26424/stat : 26424 (java) S 26406 26406 25300 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001806063 834965504 76971 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26425] ppid=26406 vsize=815396 CPUtime=0
/proc/26420/task/26425/stat : 26425 (java) S 26406 26406 25300 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001806066 834965504 76971 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26426] ppid=26406 vsize=815396 CPUtime=0.19
/proc/26420/task/26426/stat : 26426 (java) S 26406 26406 25300 0 -1 64 813 0 0 0 19 0 0 0 16 0 9 0 2001806066 834965504 76971 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26427] ppid=26406 vsize=815396 CPUtime=0
/proc/26420/task/26427/stat : 26427 (java) S 26406 26406 25300 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001806066 834965504 76971 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26428] ppid=26406 vsize=815396 CPUtime=0
/proc/26420/task/26428/stat : 26428 (java) S 26406 26406 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001806066 834965504 76971 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 862972

[startup+25.5028 s]
/proc/loadavg: 2.20 2.05 2.01 3/82 26428
/proc/meminfo: memFree=1296464/2055920 swapFree=4179472/4192956
[pid=26406] ppid=26404 vsize=47576 CPUtime=0.01
/proc/26406/stat : 26406 (galacE.sh) S 26404 26406 25300 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001806057 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26406/statm: 11894 364 245 79 0 219 0
[pid=26420] ppid=26406 vsize=815396 CPUtime=25.2
/proc/26420/stat : 26420 (java) S 26406 26406 25300 0 -1 0 115078 0 1 0 2456 64 0 0 18 0 9 0 2001806061 834965504 114282 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26420/statm: 203849 114282 2592 9 0 197882 0
[pid=26420/tid=26421] ppid=26406 vsize=815396 CPUtime=20.4
/proc/26420/task/26421/stat : 26421 (java) R 26406 26406 25300 0 -1 64 15311 0 1 0 2030 10 0 0 25 0 9 0 2001806062 834965504 114282 996147200 134512640 134550740 4294955600 18446744073709551615 4126915609 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26422] ppid=26406 vsize=815396 CPUtime=4.57
/proc/26420/task/26422/stat : 26422 (java) S 26406 26406 25300 0 -1 64 98249 0 0 0 405 52 0 0 18 0 9 0 2001806063 834965504 114282 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26423] ppid=26406 vsize=815396 CPUtime=0
/proc/26420/task/26423/stat : 26423 (java) S 26406 26406 25300 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001806063 834965504 114282 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26424] ppid=26406 vsize=815396 CPUtime=0
/proc/26420/task/26424/stat : 26424 (java) S 26406 26406 25300 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001806063 834965504 114282 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26425] ppid=26406 vsize=815396 CPUtime=0
/proc/26420/task/26425/stat : 26425 (java) S 26406 26406 25300 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001806066 834965504 114282 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26426] ppid=26406 vsize=815396 CPUtime=0.21
/proc/26420/task/26426/stat : 26426 (java) S 26406 26406 25300 0 -1 64 819 0 0 0 21 0 0 0 16 0 9 0 2001806066 834965504 114282 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26427] ppid=26406 vsize=815396 CPUtime=0
/proc/26420/task/26427/stat : 26427 (java) S 26406 26406 25300 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001806066 834965504 114282 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26428] ppid=26406 vsize=815396 CPUtime=0
/proc/26420/task/26428/stat : 26428 (java) S 26406 26406 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001806066 834965504 114282 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 862972

[startup+51.1028 s]

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

[pid=26420/tid=26421] ppid=26406 vsize=816500 CPUtime=37.83
/proc/26420/task/26421/stat : 26421 (java) S 26406 26406 25300 0 -1 64 15332 0 1 0 3773 10 0 0 23 0 9 0 2001806062 836096000 185898 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26422] ppid=26406 vsize=816500 CPUtime=25.18
/proc/26420/task/26422/stat : 26422 (java) R 26406 26406 25300 0 -1 64 180573 0 0 0 2418 100 0 0 25 0 9 0 2001806063 836096000 185898 996147200 134512640 134550740 4294955600 18446744073709551615 102469635 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26423] ppid=26406 vsize=816500 CPUtime=0
/proc/26420/task/26423/stat : 26423 (java) S 26406 26406 25300 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001806063 836096000 185898 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26424] ppid=26406 vsize=816500 CPUtime=0
/proc/26420/task/26424/stat : 26424 (java) S 26406 26406 25300 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001806063 836096000 185898 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26425] ppid=26406 vsize=816500 CPUtime=0
/proc/26420/task/26425/stat : 26425 (java) S 26406 26406 25300 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001806066 836096000 185898 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26426] ppid=26406 vsize=816500 CPUtime=0.23
/proc/26420/task/26426/stat : 26426 (java) S 26406 26406 25300 0 -1 64 829 0 0 0 23 0 0 0 16 0 9 0 2001806066 836096000 185898 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26427] ppid=26406 vsize=816500 CPUtime=0
/proc/26420/task/26427/stat : 26427 (java) S 26406 26406 25300 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001806066 836096000 185898 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26428] ppid=26406 vsize=816500 CPUtime=0
/proc/26420/task/26428/stat : 26428 (java) S 26406 26406 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001806066 836096000 185898 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.28
Current children cumulated vsize (KiB) 864076

[startup+70.3026 s]
/proc/loadavg: 2.02 2.02 2.00 4/91 26466
/proc/meminfo: memFree=1045384/2055920 swapFree=4179472/4192956
[pid=26406] ppid=26404 vsize=47576 CPUtime=0.01
/proc/26406/stat : 26406 (galacE.sh) S 26404 26406 25300 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001806057 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26406/statm: 11894 364 245 79 0 219 0
[pid=26420] ppid=26406 vsize=815432 CPUtime=69.67
/proc/26420/stat : 26420 (java) S 26406 26406 25300 0 -1 0 197898 0 1 0 6855 112 0 0 18 0 9 0 2001806061 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26420/statm: 203858 185631 2592 9 0 197891 0
[pid=26420/tid=26421] ppid=26406 vsize=815432 CPUtime=38.17
/proc/26420/task/26421/stat : 26421 (java) R 26406 26406 25300 0 -1 64 15335 0 1 0 3807 10 0 0 18 0 9 0 2001806062 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4126905289 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26422] ppid=26406 vsize=815432 CPUtime=31.24
/proc/26420/task/26422/stat : 26422 (java) R 26406 26406 25300 0 -1 64 181035 0 0 0 3024 100 0 0 25 0 9 0 2001806063 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26423] ppid=26406 vsize=815432 CPUtime=0
/proc/26420/task/26423/stat : 26423 (java) S 26406 26406 25300 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001806063 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26424] ppid=26406 vsize=815432 CPUtime=0
/proc/26420/task/26424/stat : 26424 (java) S 26406 26406 25300 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001806063 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26425] ppid=26406 vsize=815432 CPUtime=0
/proc/26420/task/26425/stat : 26425 (java) S 26406 26406 25300 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001806066 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26426] ppid=26406 vsize=815432 CPUtime=0.23
/proc/26420/task/26426/stat : 26426 (java) S 26406 26406 25300 0 -1 64 829 0 0 0 23 0 0 0 16 0 9 0 2001806066 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26427] ppid=26406 vsize=815432 CPUtime=0
/proc/26420/task/26427/stat : 26427 (java) S 26406 26406 25300 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001806066 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26428] ppid=26406 vsize=815432 CPUtime=0
/proc/26420/task/26428/stat : 26428 (java) S 26406 26406 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001806066 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 69.68
Current children cumulated vsize (KiB) 863008

[startup+73.5023 s]
/proc/loadavg: 2.10 2.04 2.01 3/91 26466
/proc/meminfo: memFree=1044424/2055920 swapFree=4179472/4192956
[pid=26406] ppid=26404 vsize=47576 CPUtime=0.01
/proc/26406/stat : 26406 (galacE.sh) S 26404 26406 25300 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001806057 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26406/statm: 11894 364 245 79 0 219 0
[pid=26420] ppid=26406 vsize=815432 CPUtime=72.86
/proc/26420/stat : 26420 (java) S 26406 26406 25300 0 -1 0 197899 0 1 0 7174 112 0 0 18 0 9 0 2001806061 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26420/statm: 203858 185631 2592 9 0 197891 0
[pid=26420/tid=26421] ppid=26406 vsize=815432 CPUtime=38.68
/proc/26420/task/26421/stat : 26421 (java) S 26406 26406 25300 0 -1 64 15336 0 1 0 3858 10 0 0 17 0 9 0 2001806062 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26422] ppid=26406 vsize=815432 CPUtime=33.92
/proc/26420/task/26422/stat : 26422 (java) R 26406 26406 25300 0 -1 64 181035 0 0 0 3292 100 0 0 25 0 9 0 2001806063 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 102469621 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26423] ppid=26406 vsize=815432 CPUtime=0
/proc/26420/task/26423/stat : 26423 (java) S 26406 26406 25300 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001806063 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26424] ppid=26406 vsize=815432 CPUtime=0
/proc/26420/task/26424/stat : 26424 (java) S 26406 26406 25300 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001806063 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26425] ppid=26406 vsize=815432 CPUtime=0
/proc/26420/task/26425/stat : 26425 (java) S 26406 26406 25300 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001806066 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26426] ppid=26406 vsize=815432 CPUtime=0.23
/proc/26420/task/26426/stat : 26426 (java) S 26406 26406 25300 0 -1 64 829 0 0 0 23 0 0 0 16 0 9 0 2001806066 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26427] ppid=26406 vsize=815432 CPUtime=0
/proc/26420/task/26427/stat : 26427 (java) S 26406 26406 25300 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001806066 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26428] ppid=26406 vsize=815432 CPUtime=0
/proc/26420/task/26428/stat : 26428 (java) S 26406 26406 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001806066 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 72.87
Current children cumulated vsize (KiB) 863008

[startup+76.7019 s]
/proc/loadavg: 2.09 2.04 2.01 3/91 26466
/proc/meminfo: memFree=1043528/2055920 swapFree=4179472/4192956
[pid=26406] ppid=26404 vsize=47576 CPUtime=0.01
/proc/26406/stat : 26406 (galacE.sh) S 26404 26406 25300 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001806057 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26406/statm: 11894 364 245 79 0 219 0
[pid=26420] ppid=26406 vsize=815432 CPUtime=76.06
/proc/26420/stat : 26420 (java) S 26406 26406 25300 0 -1 0 197899 0 1 0 7494 112 0 0 18 0 9 0 2001806061 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26420/statm: 203858 185631 2592 9 0 197891 0
[pid=26420/tid=26421] ppid=26406 vsize=815432 CPUtime=38.68
/proc/26420/task/26421/stat : 26421 (java) S 26406 26406 25300 0 -1 64 15336 0 1 0 3858 10 0 0 17 0 9 0 2001806062 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26422] ppid=26406 vsize=815432 CPUtime=37.12
/proc/26420/task/26422/stat : 26422 (java) R 26406 26406 25300 0 -1 64 181035 0 0 0 3612 100 0 0 25 0 9 0 2001806063 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 104180214 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26423] ppid=26406 vsize=815432 CPUtime=0
/proc/26420/task/26423/stat : 26423 (java) S 26406 26406 25300 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001806063 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26424] ppid=26406 vsize=815432 CPUtime=0
/proc/26420/task/26424/stat : 26424 (java) S 26406 26406 25300 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001806063 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26425] ppid=26406 vsize=815432 CPUtime=0
/proc/26420/task/26425/stat : 26425 (java) S 26406 26406 25300 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001806066 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26426] ppid=26406 vsize=815432 CPUtime=0.23
/proc/26420/task/26426/stat : 26426 (java) S 26406 26406 25300 0 -1 64 829 0 0 0 23 0 0 0 16 0 9 0 2001806066 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26427] ppid=26406 vsize=815432 CPUtime=0
/proc/26420/task/26427/stat : 26427 (java) S 26406 26406 25300 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001806066 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26428] ppid=26406 vsize=815432 CPUtime=0
/proc/26420/task/26428/stat : 26428 (java) S 26406 26406 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001806066 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 76.07
Current children cumulated vsize (KiB) 863008

[startup+77.501 s]
/proc/loadavg: 2.09 2.04 2.01 3/91 26466
/proc/meminfo: memFree=1043272/2055920 swapFree=4179472/4192956
[pid=26406] ppid=26404 vsize=47576 CPUtime=0.01
/proc/26406/stat : 26406 (galacE.sh) S 26404 26406 25300 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001806057 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26406/statm: 11894 364 245 79 0 219 0
[pid=26420] ppid=26406 vsize=815432 CPUtime=76.86
/proc/26420/stat : 26420 (java) S 26406 26406 25300 0 -1 0 197899 0 1 0 7574 112 0 0 18 0 9 0 2001806061 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26420/statm: 203858 185631 2592 9 0 197891 0
[pid=26420/tid=26421] ppid=26406 vsize=815432 CPUtime=38.68
/proc/26420/task/26421/stat : 26421 (java) S 26406 26406 25300 0 -1 64 15336 0 1 0 3858 10 0 0 17 0 9 0 2001806062 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26422] ppid=26406 vsize=815432 CPUtime=37.92
/proc/26420/task/26422/stat : 26422 (java) R 26406 26406 25300 0 -1 64 181035 0 0 0 3692 100 0 0 25 0 9 0 2001806063 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 104457027 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26423] ppid=26406 vsize=815432 CPUtime=0
/proc/26420/task/26423/stat : 26423 (java) S 26406 26406 25300 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001806063 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26424] ppid=26406 vsize=815432 CPUtime=0
/proc/26420/task/26424/stat : 26424 (java) S 26406 26406 25300 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001806063 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26425] ppid=26406 vsize=815432 CPUtime=0
/proc/26420/task/26425/stat : 26425 (java) S 26406 26406 25300 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001806066 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26426] ppid=26406 vsize=815432 CPUtime=0.23
/proc/26420/task/26426/stat : 26426 (java) S 26406 26406 25300 0 -1 64 829 0 0 0 23 0 0 0 16 0 9 0 2001806066 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26427] ppid=26406 vsize=815432 CPUtime=0
/proc/26420/task/26427/stat : 26427 (java) S 26406 26406 25300 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001806066 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26428] ppid=26406 vsize=815432 CPUtime=0
/proc/26420/task/26428/stat : 26428 (java) S 26406 26406 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001806066 835002368 185631 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 76.87
Current children cumulated vsize (KiB) 863008

[startup+77.9011 s]
/proc/loadavg: 2.09 2.04 2.01 3/91 26466
/proc/meminfo: memFree=1043272/2055920 swapFree=4179472/4192956
[pid=26406] ppid=26404 vsize=47576 CPUtime=0.01
/proc/26406/stat : 26406 (galacE.sh) S 26404 26406 25300 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001806057 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26406/statm: 11894 364 245 79 0 219 0
[pid=26420] ppid=26406 vsize=815432 CPUtime=77.26
/proc/26420/stat : 26420 (java) S 26406 26406 25300 0 -1 0 197902 0 1 0 7614 112 0 0 18 0 9 0 2001806061 835002368 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26420/statm: 203858 185632 2592 9 0 197891 0
[pid=26420/tid=26421] ppid=26406 vsize=815432 CPUtime=38.68
/proc/26420/task/26421/stat : 26421 (java) S 26406 26406 25300 0 -1 64 15339 0 1 0 3858 10 0 0 17 0 9 0 2001806062 835002368 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26422] ppid=26406 vsize=815432 CPUtime=38.32
/proc/26420/task/26422/stat : 26422 (java) R 26406 26406 25300 0 -1 64 181035 0 0 0 3732 100 0 0 25 0 9 0 2001806063 835002368 185632 996147200 134512640 134550740 4294955600 18446744073709551615 104181586 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26423] ppid=26406 vsize=815432 CPUtime=0
/proc/26420/task/26423/stat : 26423 (java) S 26406 26406 25300 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001806063 835002368 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26424] ppid=26406 vsize=815432 CPUtime=0
/proc/26420/task/26424/stat : 26424 (java) S 26406 26406 25300 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001806063 835002368 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26425] ppid=26406 vsize=815432 CPUtime=0
/proc/26420/task/26425/stat : 26425 (java) S 26406 26406 25300 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001806066 835002368 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26426] ppid=26406 vsize=815432 CPUtime=0.23
/proc/26420/task/26426/stat : 26426 (java) S 26406 26406 25300 0 -1 64 829 0 0 0 23 0 0 0 16 0 9 0 2001806066 835002368 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26427] ppid=26406 vsize=815432 CPUtime=0
/proc/26420/task/26427/stat : 26427 (java) S 26406 26406 25300 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001806066 835002368 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26420/tid=26428] ppid=26406 vsize=815432 CPUtime=0
/proc/26420/task/26428/stat : 26428 (java) S 26406 26406 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001806066 835002368 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.27
Current children cumulated vsize (KiB) 863008

[startup+78.1062 s]
/proc/loadavg: 2.09 2.04 2.01 3/91 26466
/proc/meminfo: memFree=1042952/2055920 swapFree=4179472/4192956
[pid=26406] ppid=26404 vsize=47576 CPUtime=0.01
/proc/26406/stat : 26406 (galacE.sh) S 26404 26406 25300 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001806057 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26406/statm: 11894 364 245 79 0 219 0
[pid=26420] ppid=26406 vsize=0 CPUtime=77.44
/proc/26420/stat : 26420 (java) Z 26406 26406 25300 0 -1 12 197915 0 1 0 7628 116 0 0 16 0 2 0 2001806061 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26420/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 77.45
Current children cumulated vsize (KiB) 47576

Child status: 0
Real time (s): 78.183
CPU time (s): 77.5542
CPU user time (s): 76.2914
CPU system time (s): 1.26281
CPU usage (%): 99.1958
Max. virtual memory (cumulated for all children) (KiB): 874980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.2914
system time used= 1.26281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200399
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= 2586
involuntary context switches= 3468

runsolver used 0.084987 second user time and 0.293955 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-05 05:25:04
IDJOB=1083462
IDBENCH=57476
IDSOLVER=351
FILE ID=node1/1083462-1215228304
PBS_JOBID= 7881835
Free space on /tmp= 66516 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d4dfebcda634d2e830e49daacaa49bde
RANDOM SEED=374382195

node1.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1745984 kB
Buffers:         28908 kB
Cached:         160320 kB
SwapCached:       7496 kB
Active:         166364 kB
Inactive:        87988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745984 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            4720 kB
Writeback:           0 kB
Mapped:          72732 kB
Slab:            40796 kB
Committed_AS:  3239148 kB
PageTables:       1884 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= 66512 MiB
End job on node1 at 2008-07-05 05:26:23