Trace number 1073262

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) 789.303 796.834

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-03-08.xml
MD5SUM85c81568cbfb76e69f1a2bef9e4026a8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.544
Satisfiable
(Un)Satisfiability was proved
Number of variables14930
Number of constraints87036
Maximum constraint arity19
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension87036
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
789.06/796.68	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
789.06/796.69		at tuples.IP4BigConstraints.createTuples(IP4BigConstraints.java:48)
789.06/796.69		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:163)
789.06/796.69		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
789.06/796.69		at base.Problem.endConstraint(Problem.java:510)
789.06/796.69		at sat4j.Constraint.endElement(Constraint.java:37)
789.06/796.69		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
789.06/796.69		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
789.06/796.69		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
789.06/796.69		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
789.06/796.69		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
789.06/796.69		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
789.06/796.69		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
789.06/796.69		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
789.06/796.69		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
789.06/796.69		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
789.06/796.69		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
789.06/796.69		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
789.06/796.69		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
789.06/796.69		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-1073262-1215176898/watcher-1073262-1215176898 -o /tmp/evaluation-result-1073262-1215176898/solver-1073262-1215176898 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1073262-1215176898.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/81 14983
/proc/meminfo: memFree=1694048/2055920 swapFree=4112508/4192956
[pid=14983] ppid=14981 vsize=18572 CPUtime=0
/proc/14983/stat : 14983 (runsolver) R 14981 14983 14395 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1547360302 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 266890439975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14983/statm: 4643 292 257 25 0 2626 0

[startup+0.085968 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14983
/proc/meminfo: memFree=1694048/2055920 swapFree=4112508/4192956
[pid=14983] ppid=14981 vsize=47568 CPUtime=0.01
/proc/14983/stat : 14983 (galacE.sh) S 14981 14983 14395 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1547360302 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14983/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.101972 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14983
/proc/meminfo: memFree=1694048/2055920 swapFree=4112508/4192956
[pid=14983] ppid=14981 vsize=47568 CPUtime=0.01
/proc/14983/stat : 14983 (galacE.sh) S 14981 14983 14395 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1547360302 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14983/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301988 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14983
/proc/meminfo: memFree=1694048/2055920 swapFree=4112508/4192956
[pid=14983] ppid=14981 vsize=47568 CPUtime=0.01
/proc/14983/stat : 14983 (galacE.sh) S 14981 14983 14395 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1547360302 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14983/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701035 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14983
/proc/meminfo: memFree=1694048/2055920 swapFree=4112508/4192956
[pid=14983] ppid=14981 vsize=47568 CPUtime=0.01
/proc/14983/stat : 14983 (galacE.sh) S 14981 14983 14395 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1547360302 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14983/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50113 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 15005
/proc/meminfo: memFree=1663440/2055920 swapFree=4112508/4192956
[pid=14983] ppid=14981 vsize=47568 CPUtime=0.01
/proc/14983/stat : 14983 (galacE.sh) S 14981 14983 14395 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1547360302 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14983/statm: 11892 365 246 79 0 219 0
[pid=14997] ppid=14983 vsize=812840 CPUtime=1.44
/proc/14997/stat : 14997 (java) S 14983 14983 14395 0 -1 0 15789 0 1 0 136 8 0 0 18 0 9 0 1547360306 832348160 15008 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14997/statm: 203210 15008 2588 9 0 197192 0
[pid=14997/tid=14998] ppid=14983 vsize=812840 CPUtime=1.09
/proc/14997/task/14998/stat : 14998 (java) R 14983 14983 14395 0 -1 64 9287 0 1 0 105 4 0 0 25 0 9 0 1547360307 832348160 15008 996147200 134512640 134550740 4294955600 18446744073709551615 4126095823 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=14999] ppid=14983 vsize=812840 CPUtime=0.07
/proc/14997/task/14999/stat : 14999 (java) S 14983 14983 14395 0 -1 64 4954 0 0 0 6 1 0 0 16 0 9 0 1547360308 832348160 15008 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15000] ppid=14983 vsize=812840 CPUtime=0
/proc/14997/task/15000/stat : 15000 (java) S 14983 14983 14395 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1547360309 832348160 15008 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15001] ppid=14983 vsize=812840 CPUtime=0
/proc/14997/task/15001/stat : 15001 (java) S 14983 14983 14395 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1547360309 832348160 15008 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15002] ppid=14983 vsize=812840 CPUtime=0
/proc/14997/task/15002/stat : 15002 (java) S 14983 14983 14395 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1547360311 832348160 15008 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15003] ppid=14983 vsize=812840 CPUtime=0.24
/proc/14997/task/15003/stat : 15003 (java) S 14983 14983 14395 0 -1 64 847 0 0 0 24 0 0 0 16 0 9 0 1547360311 832348160 15008 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15004] ppid=14983 vsize=812840 CPUtime=0
/proc/14997/task/15004/stat : 15004 (java) S 14983 14983 14395 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1547360311 832348160 15008 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15005] ppid=14983 vsize=812840 CPUtime=0
/proc/14997/task/15005/stat : 15005 (java) S 14983 14983 14395 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547360311 832348160 15008 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) 860408

[startup+3.10258 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 15005
/proc/meminfo: memFree=1643024/2055920 swapFree=4112508/4192956
[pid=14983] ppid=14981 vsize=47568 CPUtime=0.01
/proc/14983/stat : 14983 (galacE.sh) S 14981 14983 14395 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1547360302 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14983/statm: 11892 365 246 79 0 219 0
[pid=14997] ppid=14983 vsize=812872 CPUtime=3.02
/proc/14997/stat : 14997 (java) S 14983 14983 14395 0 -1 0 15884 0 1 0 294 8 0 0 18 0 9 0 1547360306 832380928 15095 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14997/statm: 203218 15095 2587 9 0 197200 0
[pid=14997/tid=14998] ppid=14983 vsize=812872 CPUtime=2.56
/proc/14997/task/14998/stat : 14998 (java) R 14983 14983 14395 0 -1 64 9290 0 1 0 252 4 0 0 25 0 9 0 1547360307 832380928 15095 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=14999] ppid=14983 vsize=812872 CPUtime=0.11
/proc/14997/task/14999/stat : 14999 (java) S 14983 14983 14395 0 -1 64 5004 0 0 0 10 1 0 0 16 0 9 0 1547360308 832380928 15095 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15000] ppid=14983 vsize=812872 CPUtime=0
/proc/14997/task/15000/stat : 15000 (java) S 14983 14983 14395 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1547360309 832380928 15095 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15001] ppid=14983 vsize=812872 CPUtime=0
/proc/14997/task/15001/stat : 15001 (java) S 14983 14983 14395 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1547360309 832380928 15095 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15002] ppid=14983 vsize=812872 CPUtime=0
/proc/14997/task/15002/stat : 15002 (java) S 14983 14983 14395 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1547360311 832380928 15095 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15003] ppid=14983 vsize=812872 CPUtime=0.32
/proc/14997/task/15003/stat : 15003 (java) S 14983 14983 14395 0 -1 64 889 0 0 0 31 1 0 0 15 0 9 0 1547360311 832380928 15095 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15004] ppid=14983 vsize=812872 CPUtime=0
/proc/14997/task/15004/stat : 15004 (java) S 14983 14983 14395 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1547360311 832380928 15095 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15005] ppid=14983 vsize=812872 CPUtime=0
/proc/14997/task/15005/stat : 15005 (java) S 14983 14983 14395 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547360311 832380928 15095 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860440

[startup+6.30267 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 15005
/proc/meminfo: memFree=1642768/2055920 swapFree=4112508/4192956
[pid=14983] ppid=14981 vsize=47568 CPUtime=0.01
/proc/14983/stat : 14983 (galacE.sh) S 14981 14983 14395 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1547360302 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14983/statm: 11892 365 246 79 0 219 0
[pid=14997] ppid=14983 vsize=812872 CPUtime=6.18
/proc/14997/stat : 14997 (java) S 14983 14983 14395 0 -1 0 15887 0 1 0 609 9 0 0 18 0 9 0 1547360306 832380928 15096 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14997/statm: 203218 15096 2587 9 0 197200 0
[pid=14997/tid=14998] ppid=14983 vsize=812872 CPUtime=5.72
/proc/14997/task/14998/stat : 14998 (java) R 14983 14983 14395 0 -1 64 9292 0 1 0 566 6 0 0 25 0 9 0 1547360307 832380928 15096 996147200 134512640 134550740 4294955600 18446744073709551615 4126416192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=14999] ppid=14983 vsize=812872 CPUtime=0.11
/proc/14997/task/14999/stat : 14999 (java) S 14983 14983 14395 0 -1 64 5004 0 0 0 10 1 0 0 16 0 9 0 1547360308 832380928 15096 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15000] ppid=14983 vsize=812872 CPUtime=0
/proc/14997/task/15000/stat : 15000 (java) S 14983 14983 14395 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1547360309 832380928 15096 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15001] ppid=14983 vsize=812872 CPUtime=0
/proc/14997/task/15001/stat : 15001 (java) S 14983 14983 14395 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1547360309 832380928 15096 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15002] ppid=14983 vsize=812872 CPUtime=0
/proc/14997/task/15002/stat : 15002 (java) S 14983 14983 14395 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1547360311 832380928 15096 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15003] ppid=14983 vsize=812872 CPUtime=0.33
/proc/14997/task/15003/stat : 15003 (java) S 14983 14983 14395 0 -1 64 890 0 0 0 32 1 0 0 15 0 9 0 1547360311 832380928 15096 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15004] ppid=14983 vsize=812872 CPUtime=0
/proc/14997/task/15004/stat : 15004 (java) S 14983 14983 14395 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1547360311 832380928 15096 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15005] ppid=14983 vsize=812872 CPUtime=0
/proc/14997/task/15005/stat : 15005 (java) S 14983 14983 14395 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547360311 832380928 15096 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) 860440

[startup+12.7024 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 15005
/proc/meminfo: memFree=1623504/2055920 swapFree=4112508/4192956
[pid=14983] ppid=14981 vsize=47568 CPUtime=0.01
/proc/14983/stat : 14983 (galacE.sh) S 14981 14983 14395 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1547360302 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14983/statm: 11892 365 246 79 0 219 0
[pid=14997] ppid=14983 vsize=812872 CPUtime=12.52
/proc/14997/stat : 14997 (java) S 14983 14983 14395 0 -1 0 21624 0 1 0 1239 13 0 0 18 0 9 0 1547360306 832380928 20832 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14997/statm: 203218 20832 2591 9 0 197200 0
[pid=14997/tid=14998] ppid=14983 vsize=812872 CPUtime=12.04
/proc/14997/task/14998/stat : 14998 (java) R 14983 14983 14395 0 -1 64 14608 0 1 0 1194 10 0 0 25 0 9 0 1547360307 832380928 20832 996147200 134512640 134550740 4294955600 18446744073709551615 4125977250 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=14999] ppid=14983 vsize=812872 CPUtime=0.13
/proc/14997/task/14999/stat : 14999 (java) S 14983 14983 14395 0 -1 64 5425 0 0 0 12 1 0 0 16 0 9 0 1547360308 832380928 20832 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15000] ppid=14983 vsize=812872 CPUtime=0
/proc/14997/task/15000/stat : 15000 (java) S 14983 14983 14395 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1547360309 832380928 20832 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15001] ppid=14983 vsize=812872 CPUtime=0
/proc/14997/task/15001/stat : 15001 (java) S 14983 14983 14395 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1547360309 832380928 20832 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15002] ppid=14983 vsize=812872 CPUtime=0
/proc/14997/task/15002/stat : 15002 (java) S 14983 14983 14395 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1547360311 832380928 20832 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15003] ppid=14983 vsize=812872 CPUtime=0.33
/proc/14997/task/15003/stat : 15003 (java) S 14983 14983 14395 0 -1 64 890 0 0 0 32 1 0 0 15 0 9 0 1547360311 832380928 20832 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15004] ppid=14983 vsize=812872 CPUtime=0
/proc/14997/task/15004/stat : 15004 (java) S 14983 14983 14395 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1547360311 832380928 20832 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15005] ppid=14983 vsize=812872 CPUtime=0
/proc/14997/task/15005/stat : 15005 (java) S 14983 14983 14395 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547360311 832380928 20832 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) 860440

[startup+25.5018 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 15005
/proc/meminfo: memFree=1616528/2055920 swapFree=4112508/4192956
[pid=14983] ppid=14981 vsize=47568 CPUtime=0.01
/proc/14983/stat : 14983 (galacE.sh) S 14981 14983 14395 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1547360302 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14983/statm: 11892 365 246 79 0 219 0
[pid=14997] ppid=14983 vsize=812872 CPUtime=25.2
/proc/14997/stat : 14997 (java) S 14983 14983 14395 0 -1 0 22495 0 1 0 2506 14 0 0 18 0 9 0 1547360306 832380928 21696 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14997/statm: 203218 21696 2591 9 0 197200 0
[pid=14997/tid=14998] ppid=14983 vsize=812872 CPUtime=24.35
/proc/14997/task/14998/stat : 14998 (java) R 14983 14983 14395 0 -1 64 14616 0 1 0 2425 10 0 0 25 0 9 0 1547360307 832380928 21696 996147200 134512640 134550740 4294955600 18446744073709551615 4125952076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=14999] ppid=14983 vsize=812872 CPUtime=0.49
/proc/14997/task/14999/stat : 14999 (java) S 14983 14983 14395 0 -1 64 6286 0 0 0 47 2 0 0 18 0 9 0 1547360308 832380928 21696 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15000] ppid=14983 vsize=812872 CPUtime=0
/proc/14997/task/15000/stat : 15000 (java) S 14983 14983 14395 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1547360309 832380928 21696 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15001] ppid=14983 vsize=812872 CPUtime=0
/proc/14997/task/15001/stat : 15001 (java) S 14983 14983 14395 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1547360309 832380928 21696 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15002] ppid=14983 vsize=812872 CPUtime=0
/proc/14997/task/15002/stat : 15002 (java) S 14983 14983 14395 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1547360311 832380928 21696 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15003] ppid=14983 vsize=812872 CPUtime=0.33
/proc/14997/task/15003/stat : 15003 (java) S 14983 14983 14395 0 -1 64 892 0 0 0 32 1 0 0 16 0 9 0 1547360311 832380928 21696 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15004] ppid=14983 vsize=812872 CPUtime=0
/proc/14997/task/15004/stat : 15004 (java) S 14983 14983 14395 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1547360311 832380928 21696 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15005] ppid=14983 vsize=812872 CPUtime=0
/proc/14997/task/15005/stat : 15005 (java) S 14983 14983 14395 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547360311 832380928 21696 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) 860440

[startup+51.1017 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 15005
/proc/meminfo: memFree=1616400/2055920 swapFree=4112508/4192956
[pid=14983] ppid=14981 vsize=47568 CPUtime=0.01

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

[pid=14997/tid=14998] ppid=14983 vsize=812876 CPUtime=767.63
/proc/14997/task/14998/stat : 14998 (java) R 14983 14983 14395 0 -1 64 15801 0 1 0 76748 15 0 0 25 0 9 0 1547360307 832385024 182461 996147200 134512640 134550740 4294955600 18446744073709551615 4127260969 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=14999] ppid=14983 vsize=812876 CPUtime=11.63
/proc/14997/task/14999/stat : 14999 (java) S 14983 14983 14395 0 -1 64 182309 0 0 0 1086 77 0 0 16 0 9 0 1547360308 832385024 182461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15000] ppid=14983 vsize=812876 CPUtime=0
/proc/14997/task/15000/stat : 15000 (java) S 14983 14983 14395 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1547360309 832385024 182461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15001] ppid=14983 vsize=812876 CPUtime=0
/proc/14997/task/15001/stat : 15001 (java) S 14983 14983 14395 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1547360309 832385024 182461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15002] ppid=14983 vsize=812876 CPUtime=0
/proc/14997/task/15002/stat : 15002 (java) S 14983 14983 14395 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1547360311 832385024 182461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15003] ppid=14983 vsize=812876 CPUtime=0.36
/proc/14997/task/15003/stat : 15003 (java) S 14983 14983 14395 0 -1 64 907 0 0 0 35 1 0 0 16 0 9 0 1547360311 832385024 182461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15004] ppid=14983 vsize=812876 CPUtime=0
/proc/14997/task/15004/stat : 15004 (java) S 14983 14983 14395 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1547360311 832385024 182461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15005] ppid=14983 vsize=812876 CPUtime=0
/proc/14997/task/15005/stat : 15005 (java) S 14983 14983 14395 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547360311 832385024 182461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 779.65
Current children cumulated vsize (KiB) 860444

[startup+793.502 s]
/proc/loadavg: 2.06 2.02 2.00 4/91 15005
/proc/meminfo: memFree=929040/2055920 swapFree=4112508/4192956
[pid=14983] ppid=14981 vsize=47568 CPUtime=0.01
/proc/14983/stat : 14983 (galacE.sh) S 14981 14983 14395 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1547360302 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14983/statm: 11892 365 246 79 0 219 0
[pid=14997] ppid=14983 vsize=844880 CPUtime=785.99
/proc/14997/stat : 14997 (java) S 14983 14983 14395 0 -1 0 233795 0 1 0 78489 110 0 0 18 0 9 0 1547360306 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14997/statm: 211220 193025 2594 9 0 205202 0
[pid=14997/tid=14998] ppid=14983 vsize=844880 CPUtime=770.39
/proc/14997/task/14998/stat : 14998 (java) R 14983 14983 14395 0 -1 64 15803 0 1 0 77024 15 0 0 25 0 9 0 1547360307 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=14999] ppid=14983 vsize=844880 CPUtime=15.21
/proc/14997/task/14999/stat : 14999 (java) R 14983 14983 14395 0 -1 64 216384 0 0 0 1428 93 0 0 17 0 9 0 1547360308 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15000] ppid=14983 vsize=844880 CPUtime=0
/proc/14997/task/15000/stat : 15000 (java) S 14983 14983 14395 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1547360309 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15001] ppid=14983 vsize=844880 CPUtime=0
/proc/14997/task/15001/stat : 15001 (java) S 14983 14983 14395 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1547360309 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15002] ppid=14983 vsize=844880 CPUtime=0
/proc/14997/task/15002/stat : 15002 (java) S 14983 14983 14395 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1547360311 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15003] ppid=14983 vsize=844880 CPUtime=0.36
/proc/14997/task/15003/stat : 15003 (java) S 14983 14983 14395 0 -1 64 907 0 0 0 35 1 0 0 16 0 9 0 1547360311 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15004] ppid=14983 vsize=844880 CPUtime=0
/proc/14997/task/15004/stat : 15004 (java) S 14983 14983 14395 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1547360311 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15005] ppid=14983 vsize=844880 CPUtime=0
/proc/14997/task/15005/stat : 15005 (java) S 14983 14983 14395 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547360311 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 786
Current children cumulated vsize (KiB) 892448

[startup+795.102 s]
/proc/loadavg: 2.06 2.02 2.00 4/91 15005
/proc/meminfo: memFree=929040/2055920 swapFree=4112508/4192956
[pid=14983] ppid=14981 vsize=47568 CPUtime=0.01
/proc/14983/stat : 14983 (galacE.sh) S 14981 14983 14395 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1547360302 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14983/statm: 11892 365 246 79 0 219 0
[pid=14997] ppid=14983 vsize=844880 CPUtime=787.57
/proc/14997/stat : 14997 (java) S 14983 14983 14395 0 -1 0 249551 0 1 0 78640 117 0 0 18 0 9 0 1547360306 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14997/statm: 211220 193025 2594 9 0 205202 0
[pid=14997/tid=14998] ppid=14983 vsize=844880 CPUtime=770.39
/proc/14997/task/14998/stat : 14998 (java) S 14983 14983 14395 0 -1 64 15803 0 1 0 77024 15 0 0 25 0 9 0 1547360307 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=14999] ppid=14983 vsize=844880 CPUtime=16.8
/proc/14997/task/14999/stat : 14999 (java) R 14983 14983 14395 0 -1 64 232140 0 0 0 1580 100 0 0 19 0 9 0 1547360308 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 103735868 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15000] ppid=14983 vsize=844880 CPUtime=0
/proc/14997/task/15000/stat : 15000 (java) S 14983 14983 14395 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1547360309 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15001] ppid=14983 vsize=844880 CPUtime=0
/proc/14997/task/15001/stat : 15001 (java) S 14983 14983 14395 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1547360309 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15002] ppid=14983 vsize=844880 CPUtime=0
/proc/14997/task/15002/stat : 15002 (java) S 14983 14983 14395 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1547360311 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15003] ppid=14983 vsize=844880 CPUtime=0.36
/proc/14997/task/15003/stat : 15003 (java) S 14983 14983 14395 0 -1 64 907 0 0 0 35 1 0 0 16 0 9 0 1547360311 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15004] ppid=14983 vsize=844880 CPUtime=0
/proc/14997/task/15004/stat : 15004 (java) S 14983 14983 14395 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1547360311 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15005] ppid=14983 vsize=844880 CPUtime=0
/proc/14997/task/15005/stat : 15005 (java) R 14983 14983 14395 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547360311 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 787.58
Current children cumulated vsize (KiB) 892448

[startup+795.902 s]
/proc/loadavg: 2.06 2.02 2.00 3/91 15005
/proc/meminfo: memFree=928976/2055920 swapFree=4112508/4192956
[pid=14983] ppid=14981 vsize=47568 CPUtime=0.01
/proc/14983/stat : 14983 (galacE.sh) S 14981 14983 14395 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1547360302 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14983/statm: 11892 365 246 79 0 219 0
[pid=14997] ppid=14983 vsize=844880 CPUtime=788.36
/proc/14997/stat : 14997 (java) S 14983 14983 14395 0 -1 0 249551 0 1 0 78719 117 0 0 18 0 9 0 1547360306 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14997/statm: 211220 193025 2594 9 0 205202 0
[pid=14997/tid=14998] ppid=14983 vsize=844880 CPUtime=770.39
/proc/14997/task/14998/stat : 14998 (java) S 14983 14983 14395 0 -1 64 15803 0 1 0 77024 15 0 0 25 0 9 0 1547360307 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=14999] ppid=14983 vsize=844880 CPUtime=17.59
/proc/14997/task/14999/stat : 14999 (java) R 14983 14983 14395 0 -1 64 232140 0 0 0 1659 100 0 0 20 0 9 0 1547360308 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 104181388 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15000] ppid=14983 vsize=844880 CPUtime=0
/proc/14997/task/15000/stat : 15000 (java) S 14983 14983 14395 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1547360309 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15001] ppid=14983 vsize=844880 CPUtime=0
/proc/14997/task/15001/stat : 15001 (java) S 14983 14983 14395 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1547360309 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15002] ppid=14983 vsize=844880 CPUtime=0
/proc/14997/task/15002/stat : 15002 (java) S 14983 14983 14395 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1547360311 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15003] ppid=14983 vsize=844880 CPUtime=0.36
/proc/14997/task/15003/stat : 15003 (java) S 14983 14983 14395 0 -1 64 907 0 0 0 35 1 0 0 16 0 9 0 1547360311 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15004] ppid=14983 vsize=844880 CPUtime=0
/proc/14997/task/15004/stat : 15004 (java) S 14983 14983 14395 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1547360311 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15005] ppid=14983 vsize=844880 CPUtime=0
/proc/14997/task/15005/stat : 15005 (java) S 14983 14983 14395 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547360311 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 788.37
Current children cumulated vsize (KiB) 892448

[startup+796.302 s]
/proc/loadavg: 2.06 2.01 2.00 3/91 15005
/proc/meminfo: memFree=929040/2055920 swapFree=4112508/4192956
[pid=14983] ppid=14981 vsize=47568 CPUtime=0.01
/proc/14983/stat : 14983 (galacE.sh) S 14981 14983 14395 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1547360302 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14983/statm: 11892 365 246 79 0 219 0
[pid=14997] ppid=14983 vsize=844880 CPUtime=788.76
/proc/14997/stat : 14997 (java) S 14983 14983 14395 0 -1 0 249551 0 1 0 78759 117 0 0 18 0 9 0 1547360306 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14997/statm: 211220 193025 2594 9 0 205202 0
[pid=14997/tid=14998] ppid=14983 vsize=844880 CPUtime=770.39
/proc/14997/task/14998/stat : 14998 (java) S 14983 14983 14395 0 -1 64 15803 0 1 0 77024 15 0 0 25 0 9 0 1547360307 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=14999] ppid=14983 vsize=844880 CPUtime=17.99
/proc/14997/task/14999/stat : 14999 (java) R 14983 14983 14395 0 -1 64 232140 0 0 0 1699 100 0 0 21 0 9 0 1547360308 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 104182221 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15000] ppid=14983 vsize=844880 CPUtime=0
/proc/14997/task/15000/stat : 15000 (java) S 14983 14983 14395 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1547360309 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15001] ppid=14983 vsize=844880 CPUtime=0
/proc/14997/task/15001/stat : 15001 (java) S 14983 14983 14395 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1547360309 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15002] ppid=14983 vsize=844880 CPUtime=0
/proc/14997/task/15002/stat : 15002 (java) S 14983 14983 14395 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1547360311 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15003] ppid=14983 vsize=844880 CPUtime=0.36
/proc/14997/task/15003/stat : 15003 (java) S 14983 14983 14395 0 -1 64 907 0 0 0 35 1 0 0 16 0 9 0 1547360311 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15004] ppid=14983 vsize=844880 CPUtime=0
/proc/14997/task/15004/stat : 15004 (java) S 14983 14983 14395 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1547360311 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15005] ppid=14983 vsize=844880 CPUtime=0
/proc/14997/task/15005/stat : 15005 (java) S 14983 14983 14395 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547360311 865157120 193025 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 788.77
Current children cumulated vsize (KiB) 892448

[startup+796.702 s]
/proc/loadavg: 2.06 2.01 2.00 3/91 15005
/proc/meminfo: memFree=929040/2055920 swapFree=4112508/4192956
[pid=14983] ppid=14981 vsize=47568 CPUtime=0.01
/proc/14983/stat : 14983 (galacE.sh) S 14981 14983 14395 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1547360302 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14983/statm: 11892 365 246 79 0 219 0
[pid=14997] ppid=14983 vsize=812876 CPUtime=789.15
/proc/14997/stat : 14997 (java) S 14983 14983 14395 0 -1 0 249560 0 1 0 78797 118 0 0 18 0 9 0 1547360306 832385024 185029 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14997/statm: 203219 185029 2594 9 0 197201 0
[pid=14997/tid=14998] ppid=14983 vsize=812876 CPUtime=770.39
/proc/14997/task/14998/stat : 14998 (java) S 14983 14983 14395 0 -1 64 15812 0 1 0 77024 15 0 0 17 0 9 0 1547360307 832385024 185029 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=14999] ppid=14983 vsize=812876 CPUtime=18.37
/proc/14997/task/14999/stat : 14999 (java) S 14983 14983 14395 0 -1 64 232140 0 0 0 1736 101 0 0 22 0 9 0 1547360308 832385024 185029 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15000] ppid=14983 vsize=812876 CPUtime=0
/proc/14997/task/15000/stat : 15000 (java) S 14983 14983 14395 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1547360309 832385024 185029 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15001] ppid=14983 vsize=812876 CPUtime=0
/proc/14997/task/15001/stat : 15001 (java) S 14983 14983 14395 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1547360309 832385024 185029 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15002] ppid=14983 vsize=812876 CPUtime=0
/proc/14997/task/15002/stat : 15002 (java) S 14983 14983 14395 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1547360311 832385024 185029 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15003] ppid=14983 vsize=812876 CPUtime=0.36
/proc/14997/task/15003/stat : 15003 (java) S 14983 14983 14395 0 -1 64 907 0 0 0 35 1 0 0 16 0 9 0 1547360311 832385024 185029 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15004] ppid=14983 vsize=812876 CPUtime=0
/proc/14997/task/15004/stat : 15004 (java) S 14983 14983 14395 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1547360311 832385024 185029 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14997/tid=15005] ppid=14983 vsize=812876 CPUtime=0
/proc/14997/task/15005/stat : 15005 (java) S 14983 14983 14395 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547360311 832385024 185029 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 789.16
Current children cumulated vsize (KiB) 860444

[startup+796.802 s]
/proc/loadavg: 2.06 2.01 2.00 3/91 15005
/proc/meminfo: memFree=929040/2055920 swapFree=4112508/4192956
[pid=14983] ppid=14981 vsize=47568 CPUtime=0.01
/proc/14983/stat : 14983 (galacE.sh) S 14981 14983 14395 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1547360302 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14983/statm: 11892 365 246 79 0 219 0
[pid=14997] ppid=14983 vsize=0 CPUtime=789.24
/proc/14997/stat : 14997 (java) Z 14983 14983 14395 0 -1 12 249565 0 1 0 78797 127 0 0 16 0 2 0 1547360306 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14997/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 789.25
Current children cumulated vsize (KiB) 47568

Child status: 0
Real time (s): 796.834
CPU time (s): 789.303
CPU user time (s): 787.98
CPU system time (s): 1.3228
CPU usage (%): 99.0549
Max. virtual memory (cumulated for all children) (KiB): 908452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 787.98
system time used= 1.3228
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252051
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= 17885
involuntary context switches= 43353

runsolver used 0.91486 second user time and 2.71959 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-04 15:08:19
IDJOB=1073262
IDBENCH=56332
IDSOLVER=351
FILE ID=node38/1073262-1215176898
PBS_JOBID= 7881504
Free space on /tmp= 66540 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/bmc/normalized-bmc-ibm-03-08.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1073262-1215176898/watcher-1073262-1215176898 -o /tmp/evaluation-result-1073262-1215176898/solver-1073262-1215176898 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1073262-1215176898.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 85c81568cbfb76e69f1a2bef9e4026a8
RANDOM SEED=966203049

node38.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.223
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.223
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:       1694528 kB
Buffers:         46604 kB
Cached:         136044 kB
SwapCached:      74664 kB
Active:         244360 kB
Inactive:        59952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1694528 kB
SwapTotal:     4192956 kB
SwapFree:      4112508 kB
Dirty:           15220 kB
Writeback:           0 kB
Mapped:         137532 kB
Slab:            40376 kB
Committed_AS:  2903680 kB
PageTables:       3664 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= 66536 MiB
End job on node38 at 2008-07-04 15:21:36