Trace number 1055429

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 M? (problem) 148.095 148.844

General information on the benchmark

Namecsp/nengfa/
normalized-radi.xml
MD5SUM721069b46612331b45c8be673b18e6c8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.035994
Satisfiable
(Un)Satisfiability was proved
Number of variables86
Number of constraints141
Maximum constraint arity10
Maximum domain size71
Number of constraints which are defined in extension0
Number of constraints which are defined in intension141
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
147.93/148.72	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
147.93/148.72		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:149)
147.93/148.72		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
147.93/148.72		at base.Problem.endConstraint(Problem.java:510)
147.93/148.72		at sat4j.Constraint.endElement(Constraint.java:37)
147.93/148.72		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
147.93/148.72		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
147.93/148.72		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
147.93/148.72		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
147.93/148.72		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
147.93/148.72		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
147.93/148.72		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
147.93/148.72		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
147.93/148.72		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
147.93/148.72		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
147.93/148.72		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
147.93/148.72		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
147.93/148.72		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
147.93/148.72		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-1055429-1215059563/watcher-1055429-1215059563 -o /tmp/evaluation-result-1055429-1215059563/solver-1055429-1215059563 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1055429-1215059563.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.01 2.00 4/73 20571
/proc/meminfo: memFree=1707656/2055920 swapFree=4179604/4192956
[pid=20571] ppid=20569 vsize=8652 CPUtime=0
/proc/20571/stat : 20571 (galacM.sh) S 20569 20571 17148 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1984907480 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20571/statm: 2163 280 208 79 0 156 0
[pid=20572] ppid=20571 vsize=8688 CPUtime=0
/proc/20572/stat : 20572 (galacM.sh) S 20571 20571 17148 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1984907481 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 228774871122 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/20572/statm: 2172 286 209 79 0 165 0
[pid=20573] ppid=20572 vsize=8728 CPUtime=0
/proc/20573/stat : 20573 (galacM.sh) R 20572 20571 17148 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1984907481 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 228774702375 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/20573/statm: 2182 290 209 79 0 175 0

[startup+0.0238289 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 20571
/proc/meminfo: memFree=1707656/2055920 swapFree=4179604/4192956
[pid=20571] ppid=20569 vsize=8772 CPUtime=0
/proc/20571/stat : 20571 (galacM.sh) S 20569 20571 17148 0 -1 4194304 526 1177 0 0 0 0 0 0 19 0 1 0 1984907480 8982528 317 996147200 4194304 4520092 548682068832 18446744073709551615 228774871122 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/20571/statm: 2193 317 217 79 0 186 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8772

[startup+0.101843 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 20571
/proc/meminfo: memFree=1707656/2055920 swapFree=4179604/4192956
[pid=20571] ppid=20569 vsize=47560 CPUtime=0.01
/proc/20571/stat : 20571 (galacM.sh) S 20569 20571 17148 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1984907480 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20571/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.301883 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 20571
/proc/meminfo: memFree=1707656/2055920 swapFree=4179604/4192956
[pid=20571] ppid=20569 vsize=47560 CPUtime=0.01
/proc/20571/stat : 20571 (galacM.sh) S 20569 20571 17148 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1984907480 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20571/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.701961 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 20571
/proc/meminfo: memFree=1707656/2055920 swapFree=4179604/4192956
[pid=20571] ppid=20569 vsize=47560 CPUtime=0.01
/proc/20571/stat : 20571 (galacM.sh) S 20569 20571 17148 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1984907480 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20571/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50212 s]
/proc/loadavg: 2.00 2.01 2.00 4/83 20593
/proc/meminfo: memFree=1665592/2055920 swapFree=4179604/4192956
[pid=20571] ppid=20569 vsize=47560 CPUtime=0.01
/proc/20571/stat : 20571 (galacM.sh) S 20569 20571 17148 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1984907480 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20571/statm: 11890 365 246 79 0 219 0
[pid=20585] ppid=20571 vsize=812736 CPUtime=1.44
/proc/20585/stat : 20585 (java) S 20571 20571 17148 0 -1 0 13694 0 1 0 136 8 0 0 18 0 9 0 1984907484 832241664 12894 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20585/statm: 203184 12894 2583 9 0 197165 0
[pid=20585/tid=20586] ppid=20571 vsize=812736 CPUtime=0.57
/proc/20585/task/20586/stat : 20586 (java) S 20571 20571 17148 0 -1 64 7802 0 1 0 52 5 0 0 16 0 9 0 1984907485 832241664 12894 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20587] ppid=20571 vsize=812736 CPUtime=0.73
/proc/20585/task/20587/stat : 20587 (java) R 20571 20571 17148 0 -1 64 4436 0 0 0 71 2 0 0 21 0 9 0 1984907486 832241664 12894 996147200 134512640 134550740 4294955616 18446744073709551615 104182290 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20588] ppid=20571 vsize=812736 CPUtime=0
/proc/20585/task/20588/stat : 20588 (java) S 20571 20571 17148 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984907486 832241664 12894 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20589] ppid=20571 vsize=812736 CPUtime=0
/proc/20585/task/20589/stat : 20589 (java) S 20571 20571 17148 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984907486 832241664 12894 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20590] ppid=20571 vsize=812736 CPUtime=0
/proc/20585/task/20590/stat : 20590 (java) S 20571 20571 17148 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984907488 832241664 12894 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20591] ppid=20571 vsize=812736 CPUtime=0.13
/proc/20585/task/20591/stat : 20591 (java) S 20571 20571 17148 0 -1 64 755 0 0 0 13 0 0 0 15 0 9 0 1984907488 832241664 12894 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20592] ppid=20571 vsize=812736 CPUtime=0
/proc/20585/task/20592/stat : 20592 (java) S 20571 20571 17148 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984907488 832241664 12894 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20593] ppid=20571 vsize=812736 CPUtime=0
/proc/20585/task/20593/stat : 20593 (java) S 20571 20571 17148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984907488 832241664 12894 996147200 134512640 134550740 4294955616 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) 860296

[startup+3.10144 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 20593
/proc/meminfo: memFree=1665208/2055920 swapFree=4179604/4192956
[pid=20571] ppid=20569 vsize=47560 CPUtime=0.01
/proc/20571/stat : 20571 (galacM.sh) S 20569 20571 17148 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1984907480 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20571/statm: 11890 365 246 79 0 219 0
[pid=20585] ppid=20571 vsize=812736 CPUtime=3.03
/proc/20585/stat : 20585 (java) S 20571 20571 17148 0 -1 0 13792 0 1 0 294 9 0 0 18 0 9 0 1984907484 832241664 12938 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20585/statm: 203184 12938 2586 9 0 197165 0
[pid=20585/tid=20586] ppid=20571 vsize=812736 CPUtime=0.62
/proc/20585/task/20586/stat : 20586 (java) S 20571 20571 17148 0 -1 64 7856 0 1 0 57 5 0 0 15 0 9 0 1984907485 832241664 12938 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20587] ppid=20571 vsize=812736 CPUtime=2.23
/proc/20585/task/20587/stat : 20587 (java) R 20571 20571 17148 0 -1 64 4457 0 0 0 220 3 0 0 25 0 9 0 1984907486 832241664 12938 996147200 134512640 134550740 4294955616 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20588] ppid=20571 vsize=812736 CPUtime=0
/proc/20585/task/20588/stat : 20588 (java) S 20571 20571 17148 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984907486 832241664 12938 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20589] ppid=20571 vsize=812736 CPUtime=0
/proc/20585/task/20589/stat : 20589 (java) S 20571 20571 17148 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984907486 832241664 12938 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20590] ppid=20571 vsize=812736 CPUtime=0
/proc/20585/task/20590/stat : 20590 (java) S 20571 20571 17148 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984907488 832241664 12938 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20591] ppid=20571 vsize=812736 CPUtime=0.16
/proc/20585/task/20591/stat : 20591 (java) S 20571 20571 17148 0 -1 64 778 0 0 0 16 0 0 0 15 0 9 0 1984907488 832241664 12938 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20592] ppid=20571 vsize=812736 CPUtime=0
/proc/20585/task/20592/stat : 20592 (java) S 20571 20571 17148 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984907488 832241664 12938 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20593] ppid=20571 vsize=812736 CPUtime=0
/proc/20585/task/20593/stat : 20593 (java) S 20571 20571 17148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984907488 832241664 12938 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860296

[startup+6.30205 s]
/proc/loadavg: 2.00 2.01 2.00 4/83 20593
/proc/meminfo: memFree=1664704/2055920 swapFree=4179604/4192956
[pid=20571] ppid=20569 vsize=47560 CPUtime=0.01
/proc/20571/stat : 20571 (galacM.sh) S 20569 20571 17148 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1984907480 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20571/statm: 11890 365 246 79 0 219 0
[pid=20585] ppid=20571 vsize=812792 CPUtime=6.22
/proc/20585/stat : 20585 (java) S 20571 20571 17148 0 -1 0 14078 0 1 0 612 10 0 0 18 0 9 0 1984907484 832299008 12988 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20585/statm: 203198 12988 2586 9 0 197179 0
[pid=20585/tid=20586] ppid=20571 vsize=812792 CPUtime=2.46
/proc/20585/task/20586/stat : 20586 (java) R 20571 20571 17148 0 -1 64 7903 0 1 0 241 5 0 0 17 0 9 0 1984907485 832299008 12988 996147200 134512640 134550740 4294955616 18446744073709551615 4126905609 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20587] ppid=20571 vsize=812792 CPUtime=3.55
/proc/20585/task/20587/stat : 20587 (java) R 20571 20571 17148 0 -1 64 4688 0 0 0 352 3 0 0 25 0 9 0 1984907486 832299008 12988 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20588] ppid=20571 vsize=812792 CPUtime=0
/proc/20585/task/20588/stat : 20588 (java) S 20571 20571 17148 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984907486 832299008 12988 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20589] ppid=20571 vsize=812792 CPUtime=0
/proc/20585/task/20589/stat : 20589 (java) S 20571 20571 17148 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984907486 832299008 12988 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20590] ppid=20571 vsize=812792 CPUtime=0
/proc/20585/task/20590/stat : 20590 (java) S 20571 20571 17148 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984907488 832299008 12988 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20591] ppid=20571 vsize=812792 CPUtime=0.17
/proc/20585/task/20591/stat : 20591 (java) S 20571 20571 17148 0 -1 64 786 0 0 0 17 0 0 0 15 0 9 0 1984907488 832299008 12988 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20592] ppid=20571 vsize=812792 CPUtime=0
/proc/20585/task/20592/stat : 20592 (java) S 20571 20571 17148 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984907488 832299008 12988 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20593] ppid=20571 vsize=812792 CPUtime=0
/proc/20585/task/20593/stat : 20593 (java) S 20571 20571 17148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984907488 832299008 12988 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 860352

[startup+12.7023 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 20593
/proc/meminfo: memFree=1664576/2055920 swapFree=4179604/4192956
[pid=20571] ppid=20569 vsize=47560 CPUtime=0.01
/proc/20571/stat : 20571 (galacM.sh) S 20569 20571 17148 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1984907480 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20571/statm: 11890 365 246 79 0 219 0
[pid=20585] ppid=20571 vsize=812792 CPUtime=12.59
/proc/20585/stat : 20585 (java) S 20571 20571 17148 0 -1 0 14078 0 1 0 1249 10 0 0 18 0 9 0 1984907484 832299008 12988 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20585/statm: 203198 12988 2586 9 0 197179 0
[pid=20585/tid=20586] ppid=20571 vsize=812792 CPUtime=8.83
/proc/20585/task/20586/stat : 20586 (java) R 20571 20571 17148 0 -1 64 7903 0 1 0 878 5 0 0 25 0 9 0 1984907485 832299008 12988 996147200 134512640 134550740 4294955616 18446744073709551615 4126770183 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20587] ppid=20571 vsize=812792 CPUtime=3.55
/proc/20585/task/20587/stat : 20587 (java) S 20571 20571 17148 0 -1 64 4688 0 0 0 352 3 0 0 16 0 9 0 1984907486 832299008 12988 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20588] ppid=20571 vsize=812792 CPUtime=0
/proc/20585/task/20588/stat : 20588 (java) S 20571 20571 17148 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984907486 832299008 12988 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20589] ppid=20571 vsize=812792 CPUtime=0
/proc/20585/task/20589/stat : 20589 (java) S 20571 20571 17148 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984907486 832299008 12988 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20590] ppid=20571 vsize=812792 CPUtime=0
/proc/20585/task/20590/stat : 20590 (java) S 20571 20571 17148 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984907488 832299008 12988 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20591] ppid=20571 vsize=812792 CPUtime=0.17
/proc/20585/task/20591/stat : 20591 (java) S 20571 20571 17148 0 -1 64 786 0 0 0 17 0 0 0 15 0 9 0 1984907488 832299008 12988 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20592] ppid=20571 vsize=812792 CPUtime=0
/proc/20585/task/20592/stat : 20592 (java) S 20571 20571 17148 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984907488 832299008 12988 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20593] ppid=20571 vsize=812792 CPUtime=0
/proc/20585/task/20593/stat : 20593 (java) S 20571 20571 17148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984907488 832299008 12988 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 860352

[startup+25.5018 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 20593
/proc/meminfo: memFree=1542336/2055920 swapFree=4179604/4192956
[pid=20571] ppid=20569 vsize=47560 CPUtime=0.01
/proc/20571/stat : 20571 (galacM.sh) S 20569 20571 17148 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1984907480 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20571/statm: 11890 365 246 79 0 219 0
[pid=20585] ppid=20571 vsize=813752 CPUtime=25.32
/proc/20585/stat : 20585 (java) S 20571 20571 17148 0 -1 0 44575 0 1 0 2507 25 0 0 18 0 9 0 1984907484 833282048 43482 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20585/statm: 203438 43482 2593 9 0 197419 0
[pid=20585/tid=20586] ppid=20571 vsize=813752 CPUtime=21
/proc/20585/task/20586/stat : 20586 (java) R 20571 20571 17148 0 -1 64 14930 0 1 0 2091 9 0 0 25 0 9 0 1984907485 833282048 43482 996147200 134512640 134550740 4294955616 18446744073709551615 4126770183 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20587] ppid=20571 vsize=813752 CPUtime=4.11
/proc/20585/task/20587/stat : 20587 (java) S 20571 20571 17148 0 -1 64 28154 0 0 0 397 14 0 0 16 0 9 0 1984907486 833282048 43482 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20588] ppid=20571 vsize=813752 CPUtime=0
/proc/20585/task/20588/stat : 20588 (java) S 20571 20571 17148 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984907486 833282048 43482 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20589] ppid=20571 vsize=813752 CPUtime=0
/proc/20585/task/20589/stat : 20589 (java) S 20571 20571 17148 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984907486 833282048 43482 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20590] ppid=20571 vsize=813752 CPUtime=0
/proc/20585/task/20590/stat : 20590 (java) S 20571 20571 17148 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984907488 833282048 43482 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20591] ppid=20571 vsize=813752 CPUtime=0.18
/proc/20585/task/20591/stat : 20591 (java) S 20571 20571 17148 0 -1 64 790 0 0 0 18 0 0 0 15 0 9 0 1984907488 833282048 43482 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20592] ppid=20571 vsize=813752 CPUtime=0
/proc/20585/task/20592/stat : 20592 (java) S 20571 20571 17148 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984907488 833282048 43482 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20593] ppid=20571 vsize=813752 CPUtime=0
/proc/20585/task/20593/stat : 20593 (java) S 20571 20571 17148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984907488 833282048 43482 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33

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

[pid=20585/tid=20586] ppid=20571 vsize=817804 CPUtime=122.75
/proc/20585/task/20586/stat : 20586 (java) S 20571 20571 17148 0 -1 64 14984 0 1 0 12266 9 0 0 16 0 9 0 1984907485 837431296 186149 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20587] ppid=20571 vsize=817804 CPUtime=16.99
/proc/20585/task/20587/stat : 20587 (java) R 20571 20571 17148 0 -1 64 175418 0 0 0 1625 74 0 0 25 0 9 0 1984907486 837431296 186149 996147200 134512640 134550740 4294955616 18446744073709551615 101587899 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20588] ppid=20571 vsize=817804 CPUtime=0
/proc/20585/task/20588/stat : 20588 (java) S 20571 20571 17148 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984907486 837431296 186149 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20589] ppid=20571 vsize=817804 CPUtime=0
/proc/20585/task/20589/stat : 20589 (java) S 20571 20571 17148 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984907486 837431296 186149 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20590] ppid=20571 vsize=817804 CPUtime=0
/proc/20585/task/20590/stat : 20590 (java) S 20571 20571 17148 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984907488 837431296 186149 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20591] ppid=20571 vsize=817804 CPUtime=0.19
/proc/20585/task/20591/stat : 20591 (java) S 20571 20571 17148 0 -1 64 795 0 0 0 19 0 0 0 17 0 9 0 1984907488 837431296 186149 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20592] ppid=20571 vsize=817804 CPUtime=0
/proc/20585/task/20592/stat : 20592 (java) S 20571 20571 17148 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984907488 837431296 186149 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20593] ppid=20571 vsize=817804 CPUtime=0
/proc/20585/task/20593/stat : 20593 (java) S 20571 20571 17148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984907488 837431296 186149 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 139.97
Current children cumulated vsize (KiB) 865364

[startup+143.903 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 20593
/proc/meminfo: memFree=970304/2055920 swapFree=4179604/4192956
[pid=20571] ppid=20569 vsize=47560 CPUtime=0.01
/proc/20571/stat : 20571 (galacM.sh) S 20569 20571 17148 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1984907480 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20571/statm: 11890 365 246 79 0 219 0
[pid=20585] ppid=20571 vsize=815804 CPUtime=143.14
/proc/20585/stat : 20585 (java) S 20571 20571 17148 0 -1 0 194404 0 1 0 14228 86 0 0 18 0 9 0 1984907484 835383296 185649 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20585/statm: 203951 185649 2593 9 0 197932 0
[pid=20585/tid=20586] ppid=20571 vsize=815804 CPUtime=122.75
/proc/20585/task/20586/stat : 20586 (java) S 20571 20571 17148 0 -1 64 14985 0 1 0 12266 9 0 0 16 0 9 0 1984907485 835383296 185649 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20587] ppid=20571 vsize=815804 CPUtime=20.17
/proc/20585/task/20587/stat : 20587 (java) R 20571 20571 17148 0 -1 64 177923 0 0 0 1942 75 0 0 25 0 9 0 1984907486 835383296 185649 996147200 134512640 134550740 4294955616 18446744073709551615 102721943 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20588] ppid=20571 vsize=815804 CPUtime=0
/proc/20585/task/20588/stat : 20588 (java) S 20571 20571 17148 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984907486 835383296 185649 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20589] ppid=20571 vsize=815804 CPUtime=0
/proc/20585/task/20589/stat : 20589 (java) S 20571 20571 17148 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984907486 835383296 185649 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20590] ppid=20571 vsize=815804 CPUtime=0
/proc/20585/task/20590/stat : 20590 (java) S 20571 20571 17148 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984907488 835383296 185649 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20591] ppid=20571 vsize=815804 CPUtime=0.19
/proc/20585/task/20591/stat : 20591 (java) S 20571 20571 17148 0 -1 64 795 0 0 0 19 0 0 0 17 0 9 0 1984907488 835383296 185649 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20592] ppid=20571 vsize=815804 CPUtime=0
/proc/20585/task/20592/stat : 20592 (java) S 20571 20571 17148 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984907488 835383296 185649 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20593] ppid=20571 vsize=815804 CPUtime=0
/proc/20585/task/20593/stat : 20593 (java) S 20571 20571 17148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984907488 835383296 185649 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 143.15
Current children cumulated vsize (KiB) 863364

[startup+147.103 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 20593
/proc/meminfo: memFree=970304/2055920 swapFree=4179604/4192956
[pid=20571] ppid=20569 vsize=47560 CPUtime=0.01
/proc/20571/stat : 20571 (galacM.sh) S 20569 20571 17148 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1984907480 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20571/statm: 11890 365 246 79 0 219 0
[pid=20585] ppid=20571 vsize=813800 CPUtime=146.33
/proc/20585/stat : 20585 (java) S 20571 20571 17148 0 -1 0 197159 0 1 0 14545 88 0 0 18 0 9 0 1984907484 833331200 185148 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20585/statm: 203450 185148 2593 9 0 197431 0
[pid=20585/tid=20586] ppid=20571 vsize=813800 CPUtime=122.75
/proc/20585/task/20586/stat : 20586 (java) S 20571 20571 17148 0 -1 64 14986 0 1 0 12266 9 0 0 16 0 9 0 1984907485 833331200 185148 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20587] ppid=20571 vsize=813800 CPUtime=23.36
/proc/20585/task/20587/stat : 20587 (java) R 20571 20571 17148 0 -1 64 180677 0 0 0 2259 77 0 0 25 0 9 0 1984907486 833331200 185148 996147200 134512640 134550740 4294955616 18446744073709551615 103735833 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20588] ppid=20571 vsize=813800 CPUtime=0
/proc/20585/task/20588/stat : 20588 (java) S 20571 20571 17148 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984907486 833331200 185148 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20589] ppid=20571 vsize=813800 CPUtime=0
/proc/20585/task/20589/stat : 20589 (java) S 20571 20571 17148 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984907486 833331200 185148 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20590] ppid=20571 vsize=813800 CPUtime=0
/proc/20585/task/20590/stat : 20590 (java) S 20571 20571 17148 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984907488 833331200 185148 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20591] ppid=20571 vsize=813800 CPUtime=0.19
/proc/20585/task/20591/stat : 20591 (java) S 20571 20571 17148 0 -1 64 795 0 0 0 19 0 0 0 17 0 9 0 1984907488 833331200 185148 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20592] ppid=20571 vsize=813800 CPUtime=0
/proc/20585/task/20592/stat : 20592 (java) S 20571 20571 17148 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984907488 833331200 185148 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20593] ppid=20571 vsize=813800 CPUtime=0
/proc/20585/task/20593/stat : 20593 (java) S 20571 20571 17148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984907488 833331200 185148 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 146.34
Current children cumulated vsize (KiB) 861360

[startup+147.903 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 20593
/proc/meminfo: memFree=970304/2055920 swapFree=4179604/4192956
[pid=20571] ppid=20569 vsize=47560 CPUtime=0.01
/proc/20571/stat : 20571 (galacM.sh) S 20569 20571 17148 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1984907480 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20571/statm: 11890 365 246 79 0 219 0
[pid=20585] ppid=20571 vsize=817804 CPUtime=147.12
/proc/20585/stat : 20585 (java) S 20571 20571 17148 0 -1 0 198912 0 1 0 14624 88 0 0 18 0 9 0 1984907484 837431296 186149 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20585/statm: 204451 186149 2593 9 0 198432 0
[pid=20585/tid=20586] ppid=20571 vsize=817804 CPUtime=122.75
/proc/20585/task/20586/stat : 20586 (java) S 20571 20571 17148 0 -1 64 14986 0 1 0 12266 9 0 0 16 0 9 0 1984907485 837431296 186149 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20587] ppid=20571 vsize=817804 CPUtime=24.15
/proc/20585/task/20587/stat : 20587 (java) R 20571 20571 17148 0 -1 64 182430 0 0 0 2338 77 0 0 25 0 9 0 1984907486 837431296 186149 996147200 134512640 134550740 4294955616 18446744073709551615 104182221 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20588] ppid=20571 vsize=817804 CPUtime=0
/proc/20585/task/20588/stat : 20588 (java) S 20571 20571 17148 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984907486 837431296 186149 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20589] ppid=20571 vsize=817804 CPUtime=0
/proc/20585/task/20589/stat : 20589 (java) S 20571 20571 17148 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984907486 837431296 186149 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20590] ppid=20571 vsize=817804 CPUtime=0
/proc/20585/task/20590/stat : 20590 (java) S 20571 20571 17148 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984907488 837431296 186149 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20591] ppid=20571 vsize=817804 CPUtime=0.19
/proc/20585/task/20591/stat : 20591 (java) S 20571 20571 17148 0 -1 64 795 0 0 0 19 0 0 0 17 0 9 0 1984907488 837431296 186149 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20592] ppid=20571 vsize=817804 CPUtime=0
/proc/20585/task/20592/stat : 20592 (java) S 20571 20571 17148 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984907488 837431296 186149 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20593] ppid=20571 vsize=817804 CPUtime=0
/proc/20585/task/20593/stat : 20593 (java) S 20571 20571 17148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984907488 837431296 186149 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 147.13
Current children cumulated vsize (KiB) 865364

[startup+148.303 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 20593
/proc/meminfo: memFree=970304/2055920 swapFree=4179604/4192956
[pid=20571] ppid=20569 vsize=47560 CPUtime=0.01
/proc/20571/stat : 20571 (galacM.sh) S 20569 20571 17148 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1984907480 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20571/statm: 11890 365 246 79 0 219 0
[pid=20585] ppid=20571 vsize=817804 CPUtime=147.52
/proc/20585/stat : 20585 (java) S 20571 20571 17148 0 -1 0 198912 0 1 0 14664 88 0 0 18 0 9 0 1984907484 837431296 186149 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20585/statm: 204451 186149 2593 9 0 198432 0
[pid=20585/tid=20586] ppid=20571 vsize=817804 CPUtime=122.75
/proc/20585/task/20586/stat : 20586 (java) S 20571 20571 17148 0 -1 64 14986 0 1 0 12266 9 0 0 16 0 9 0 1984907485 837431296 186149 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20587] ppid=20571 vsize=817804 CPUtime=24.55
/proc/20585/task/20587/stat : 20587 (java) R 20571 20571 17148 0 -1 64 182430 0 0 0 2378 77 0 0 25 0 9 0 1984907486 837431296 186149 996147200 134512640 134550740 4294955616 18446744073709551615 104456997 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20588] ppid=20571 vsize=817804 CPUtime=0
/proc/20585/task/20588/stat : 20588 (java) S 20571 20571 17148 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984907486 837431296 186149 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20589] ppid=20571 vsize=817804 CPUtime=0
/proc/20585/task/20589/stat : 20589 (java) S 20571 20571 17148 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984907486 837431296 186149 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20590] ppid=20571 vsize=817804 CPUtime=0
/proc/20585/task/20590/stat : 20590 (java) S 20571 20571 17148 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984907488 837431296 186149 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20591] ppid=20571 vsize=817804 CPUtime=0.19
/proc/20585/task/20591/stat : 20591 (java) S 20571 20571 17148 0 -1 64 795 0 0 0 19 0 0 0 17 0 9 0 1984907488 837431296 186149 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20592] ppid=20571 vsize=817804 CPUtime=0
/proc/20585/task/20592/stat : 20592 (java) S 20571 20571 17148 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984907488 837431296 186149 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20593] ppid=20571 vsize=817804 CPUtime=0
/proc/20585/task/20593/stat : 20593 (java) S 20571 20571 17148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984907488 837431296 186149 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 147.53
Current children cumulated vsize (KiB) 865364

[startup+148.703 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 20593
/proc/meminfo: memFree=970304/2055920 swapFree=4179604/4192956
[pid=20571] ppid=20569 vsize=47560 CPUtime=0.01
/proc/20571/stat : 20571 (galacM.sh) S 20569 20571 17148 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1984907480 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20571/statm: 11890 365 246 79 0 219 0
[pid=20585] ppid=20571 vsize=813800 CPUtime=147.92
/proc/20585/stat : 20585 (java) S 20571 20571 17148 0 -1 0 198916 0 1 0 14703 89 0 0 18 0 9 0 1984907484 833331200 185150 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20585/statm: 203450 185150 2593 9 0 197431 0
[pid=20585/tid=20586] ppid=20571 vsize=813800 CPUtime=122.75
/proc/20585/task/20586/stat : 20586 (java) S 20571 20571 17148 0 -1 64 14990 0 1 0 12266 9 0 0 16 0 9 0 1984907485 833331200 185150 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20587] ppid=20571 vsize=813800 CPUtime=24.94
/proc/20585/task/20587/stat : 20587 (java) R 20571 20571 17148 0 -1 64 182430 0 0 0 2417 77 0 0 25 0 9 0 1984907486 833331200 185150 996147200 134512640 134550740 4294955616 18446744073709551615 104181589 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20588] ppid=20571 vsize=813800 CPUtime=0
/proc/20585/task/20588/stat : 20588 (java) S 20571 20571 17148 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984907486 833331200 185150 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20589] ppid=20571 vsize=813800 CPUtime=0
/proc/20585/task/20589/stat : 20589 (java) S 20571 20571 17148 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984907486 833331200 185150 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20590] ppid=20571 vsize=813800 CPUtime=0
/proc/20585/task/20590/stat : 20590 (java) S 20571 20571 17148 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984907488 833331200 185150 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20591] ppid=20571 vsize=813800 CPUtime=0.19
/proc/20585/task/20591/stat : 20591 (java) S 20571 20571 17148 0 -1 64 795 0 0 0 19 0 0 0 17 0 9 0 1984907488 833331200 185150 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20592] ppid=20571 vsize=813800 CPUtime=0
/proc/20585/task/20592/stat : 20592 (java) S 20571 20571 17148 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984907488 833331200 185150 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20585/tid=20593] ppid=20571 vsize=813800 CPUtime=0
/proc/20585/task/20593/stat : 20593 (java) S 20571 20571 17148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984907488 833331200 185150 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 147.93
Current children cumulated vsize (KiB) 861360

[startup+148.803 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 20593
/proc/meminfo: memFree=970304/2055920 swapFree=4179604/4192956
[pid=20571] ppid=20569 vsize=47560 CPUtime=0.01
/proc/20571/stat : 20571 (galacM.sh) S 20569 20571 17148 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1984907480 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20571/statm: 11890 365 246 79 0 219 0
[pid=20585] ppid=20571 vsize=0 CPUtime=148.02
/proc/20585/stat : 20585 (java) Z 20571 20571 17148 0 -1 12 198929 0 1 0 14706 96 0 0 16 0 2 0 1984907484 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20585/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 148.03
Current children cumulated vsize (KiB) 47560

Child status: 0
Real time (s): 148.844
CPU time (s): 148.095
CPU user time (s): 147.071
CPU system time (s): 1.02484
CPU usage (%): 99.4972
Max. virtual memory (cumulated for all children) (KiB): 865364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 147.071
system time used= 1.02484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201415
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= 4156
involuntary context switches= 5801

runsolver used 0.19197 second user time and 0.496924 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-03 06:32:43
IDJOB=1055429
IDBENCH=56819
IDSOLVER=350
FILE ID=node74/1055429-1215059563
PBS_JOBID= 7875029
Free space on /tmp= 103212 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/nengfa/normalized-radi.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1055429-1215059563/watcher-1055429-1215059563 -o /tmp/evaluation-result-1055429-1215059563/solver-1055429-1215059563 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1055429-1215059563.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 721069b46612331b45c8be673b18e6c8
RANDOM SEED=158840889

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1708136 kB
Buffers:         56908 kB
Cached:         213872 kB
SwapCached:       6796 kB
Active:         154764 kB
Inactive:       128524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1708136 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:            3112 kB
Writeback:           0 kB
Mapped:          20212 kB
Slab:            49784 kB
Committed_AS:  4004688 kB
PageTables:       1812 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103208 MiB
End job on node74 at 2008-07-03 06:35:12