Trace number 1072926

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) 108.67 109.904

General information on the benchmark

Namecsp/radar-8-30-3-0/
normalized-radar-8-30-3-0-16.xml
MD5SUM32df1a001097e17be2d4390f4d0b6693
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.045992
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints64
Maximum constraint arity17
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c --- Preproc Stats ---
108.59/109.76	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
108.59/109.76		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:149)
108.59/109.76		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
108.59/109.76		at base.Problem.endConstraint(Problem.java:510)
108.59/109.76		at sat4j.Constraint.endElement(Constraint.java:37)
108.59/109.76		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
108.59/109.76		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
108.59/109.76		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
108.59/109.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
108.59/109.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
108.59/109.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
108.59/109.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
108.59/109.76		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
108.59/109.76		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
108.59/109.76		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
108.59/109.76		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
108.59/109.76		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
108.59/109.76		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
108.59/109.76		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-1072926-1215176088/watcher-1072926-1215176088 -o /tmp/evaluation-result-1072926-1215176088/solver-1072926-1215176088 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1072926-1215176088.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.43 2.23 2.09 4/82 31000
/proc/meminfo: memFree=1841424/2055924 swapFree=4177292/4192956
[pid=31000] ppid=30998 vsize=18572 CPUtime=0
/proc/31000/stat : 31000 (runsolver) R 30998 31000 29947 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 673338429 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 230266826023 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31000/statm: 4643 292 257 25 0 2626 0

[startup+0.0255641 s]
/proc/loadavg: 2.43 2.23 2.09 4/82 31000
/proc/meminfo: memFree=1841424/2055924 swapFree=4177292/4192956
[pid=31000] ppid=30998 vsize=8652 CPUtime=0
/proc/31000/stat : 31000 (galacE.sh) S 30998 31000 29947 0 -1 4194304 346 0 0 0 0 0 0 0 21 0 1 0 673338429 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31000/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.102126 s]
/proc/loadavg: 2.43 2.23 2.09 4/82 31000
/proc/meminfo: memFree=1841424/2055924 swapFree=4177292/4192956
[pid=31000] ppid=30998 vsize=47568 CPUtime=0.01
/proc/31000/stat : 31000 (galacE.sh) S 30998 31000 29947 0 -1 4194304 765 1858 0 0 0 0 0 1 25 0 1 0 673338429 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31000/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301163 s]
/proc/loadavg: 2.43 2.23 2.09 4/82 31000
/proc/meminfo: memFree=1841424/2055924 swapFree=4177292/4192956
[pid=31000] ppid=30998 vsize=47568 CPUtime=0.01
/proc/31000/stat : 31000 (galacE.sh) S 30998 31000 29947 0 -1 4194304 765 1858 0 0 0 0 0 1 25 0 1 0 673338429 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31000/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.70124 s]
/proc/loadavg: 2.43 2.23 2.09 4/82 31000
/proc/meminfo: memFree=1841424/2055924 swapFree=4177292/4192956
[pid=31000] ppid=30998 vsize=47568 CPUtime=0.01
/proc/31000/stat : 31000 (galacE.sh) S 30998 31000 29947 0 -1 4194304 765 1858 0 0 0 0 0 1 25 0 1 0 673338429 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31000/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50238 s]
/proc/loadavg: 2.43 2.23 2.09 4/92 31022
/proc/meminfo: memFree=1770624/2055924 swapFree=4177292/4192956
[pid=31000] ppid=30998 vsize=47568 CPUtime=0.01
/proc/31000/stat : 31000 (galacE.sh) S 30998 31000 29947 0 -1 4194304 765 1858 0 0 0 0 0 1 25 0 1 0 673338429 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31000/statm: 11892 364 245 79 0 219 0
[pid=31014] ppid=31000 vsize=812736 CPUtime=1.43
/proc/31014/stat : 31014 (java) S 31000 31000 29947 0 -1 0 14881 0 1 0 134 9 0 0 18 0 9 0 673338434 832241664 14100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31014/statm: 203184 14100 2586 9 0 197165 0
[pid=31014/tid=31015] ppid=31000 vsize=812736 CPUtime=1.07
/proc/31014/task/31015/stat : 31015 (java) R 31000 31000 29947 0 -1 64 8820 0 1 0 102 5 0 0 25 0 9 0 673338435 832241664 14100 996147200 134512640 134550740 4294955600 18446744073709551615 4126785409 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31016] ppid=31000 vsize=812736 CPUtime=0.2
/proc/31014/task/31016/stat : 31016 (java) S 31000 31000 29947 0 -1 64 4592 0 0 0 19 1 0 0 17 0 9 0 673338436 832241664 14100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31017] ppid=31000 vsize=812736 CPUtime=0
/proc/31014/task/31017/stat : 31017 (java) S 31000 31000 29947 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 673338436 832241664 14100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31018] ppid=31000 vsize=812736 CPUtime=0
/proc/31014/task/31018/stat : 31018 (java) S 31000 31000 29947 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 673338436 832241664 14100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31019] ppid=31000 vsize=812736 CPUtime=0
/proc/31014/task/31019/stat : 31019 (java) S 31000 31000 29947 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 673338438 832241664 14100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31020] ppid=31000 vsize=812736 CPUtime=0.13
/proc/31014/task/31020/stat : 31020 (java) S 31000 31000 29947 0 -1 64 770 0 0 0 13 0 0 0 16 0 9 0 673338438 832241664 14100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31021] ppid=31000 vsize=812736 CPUtime=0
/proc/31014/task/31021/stat : 31021 (java) S 31000 31000 29947 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 673338439 832241664 14100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31022] ppid=31000 vsize=812736 CPUtime=0
/proc/31014/task/31022/stat : 31022 (java) S 31000 31000 29947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 673338439 832241664 14100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860304

[startup+3.10169 s]
/proc/loadavg: 2.43 2.23 2.09 3/92 31022
/proc/meminfo: memFree=1750912/2055924 swapFree=4177292/4192956
[pid=31000] ppid=30998 vsize=47568 CPUtime=0.01
/proc/31000/stat : 31000 (galacE.sh) S 30998 31000 29947 0 -1 4194304 765 1858 0 0 0 0 0 1 25 0 1 0 673338429 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31000/statm: 11892 364 245 79 0 219 0
[pid=31014] ppid=31000 vsize=812736 CPUtime=3.01
/proc/31014/stat : 31014 (java) S 31000 31000 29947 0 -1 0 22458 0 1 0 290 11 0 0 18 0 9 0 673338434 832241664 21676 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31014/statm: 203184 21676 2592 9 0 197165 0
[pid=31014/tid=31015] ppid=31000 vsize=812736 CPUtime=2.63
/proc/31014/task/31015/stat : 31015 (java) R 31000 31000 29947 0 -1 64 14596 0 1 0 256 7 0 0 25 0 9 0 673338435 832241664 21676 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31016] ppid=31000 vsize=812736 CPUtime=0.22
/proc/31014/task/31016/stat : 31016 (java) R 31000 31000 29947 0 -1 64 6388 0 0 0 20 2 0 0 16 0 9 0 673338436 832241664 21676 996147200 134512640 134550740 4294955600 18446744073709551615 104187936 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31017] ppid=31000 vsize=812736 CPUtime=0
/proc/31014/task/31017/stat : 31017 (java) S 31000 31000 29947 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 673338436 832241664 21676 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31018] ppid=31000 vsize=812736 CPUtime=0
/proc/31014/task/31018/stat : 31018 (java) S 31000 31000 29947 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 673338436 832241664 21676 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31019] ppid=31000 vsize=812736 CPUtime=0
/proc/31014/task/31019/stat : 31019 (java) S 31000 31000 29947 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 673338438 832241664 21676 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31020] ppid=31000 vsize=812736 CPUtime=0.13
/proc/31014/task/31020/stat : 31020 (java) S 31000 31000 29947 0 -1 64 775 0 0 0 13 0 0 0 17 0 9 0 673338438 832241664 21676 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31021] ppid=31000 vsize=812736 CPUtime=0
/proc/31014/task/31021/stat : 31021 (java) S 31000 31000 29947 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 673338439 832241664 21676 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31022] ppid=31000 vsize=812736 CPUtime=0
/proc/31014/task/31022/stat : 31022 (java) S 31000 31000 29947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 673338439 832241664 21676 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 860304

[startup+6.30227 s]
/proc/loadavg: 2.47 2.24 2.09 3/92 31022
/proc/meminfo: memFree=1660096/2055924 swapFree=4177292/4192956
[pid=31000] ppid=30998 vsize=47568 CPUtime=0.01
/proc/31000/stat : 31000 (galacE.sh) S 30998 31000 29947 0 -1 4194304 765 1858 0 0 0 0 0 1 25 0 1 0 673338429 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31000/statm: 11892 364 245 79 0 219 0
[pid=31014] ppid=31000 vsize=812736 CPUtime=6.18
/proc/31014/stat : 31014 (java) S 31000 31000 29947 0 -1 0 28565 0 1 0 604 14 0 0 18 0 9 0 673338434 832241664 27782 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31014/statm: 203184 27782 2592 9 0 197165 0
[pid=31014/tid=31015] ppid=31000 vsize=812736 CPUtime=5.69
/proc/31014/task/31015/stat : 31015 (java) R 31000 31000 29947 0 -1 64 14597 0 1 0 562 7 0 0 25 0 9 0 673338435 832241664 27782 996147200 134512640 134550740 4294955600 18446744073709551615 4126786864 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31016] ppid=31000 vsize=812736 CPUtime=0.32
/proc/31014/task/31016/stat : 31016 (java) S 31000 31000 29947 0 -1 64 12494 0 0 0 27 5 0 0 16 0 9 0 673338436 832241664 27782 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31017] ppid=31000 vsize=812736 CPUtime=0
/proc/31014/task/31017/stat : 31017 (java) S 31000 31000 29947 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 673338436 832241664 27782 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31018] ppid=31000 vsize=812736 CPUtime=0
/proc/31014/task/31018/stat : 31018 (java) S 31000 31000 29947 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 673338436 832241664 27782 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31019] ppid=31000 vsize=812736 CPUtime=0
/proc/31014/task/31019/stat : 31019 (java) S 31000 31000 29947 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 673338438 832241664 27782 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31020] ppid=31000 vsize=812736 CPUtime=0.13
/proc/31014/task/31020/stat : 31020 (java) S 31000 31000 29947 0 -1 64 775 0 0 0 13 0 0 0 16 0 9 0 673338438 832241664 27782 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31021] ppid=31000 vsize=812736 CPUtime=0
/proc/31014/task/31021/stat : 31021 (java) S 31000 31000 29947 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 673338439 832241664 27782 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31022] ppid=31000 vsize=812736 CPUtime=0
/proc/31014/task/31022/stat : 31022 (java) S 31000 31000 29947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 673338439 832241664 27782 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) 860304

[startup+12.7015 s]
/proc/loadavg: 2.52 2.26 2.10 3/92 31022
/proc/meminfo: memFree=1489672/2055924 swapFree=4177292/4192956
[pid=31000] ppid=30998 vsize=47568 CPUtime=0.01
/proc/31000/stat : 31000 (galacE.sh) S 30998 31000 29947 0 -1 4194304 765 1858 0 0 0 0 0 1 25 0 1 0 673338429 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31000/statm: 11892 364 245 79 0 219 0
[pid=31014] ppid=31000 vsize=812736 CPUtime=12.53
/proc/31014/stat : 31014 (java) S 31000 31000 29947 0 -1 0 49773 0 1 0 1230 23 0 0 18 0 9 0 673338434 832241664 48988 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31014/statm: 203184 48988 2592 9 0 197165 0
[pid=31014/tid=31015] ppid=31000 vsize=812736 CPUtime=11.61
/proc/31014/task/31015/stat : 31015 (java) R 31000 31000 29947 0 -1 64 14599 0 1 0 1154 7 0 0 25 0 9 0 673338435 832241664 48988 996147200 134512640 134550740 4294955600 18446744073709551615 4126604456 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31016] ppid=31000 vsize=812736 CPUtime=0.74
/proc/31014/task/31016/stat : 31016 (java) S 31000 31000 29947 0 -1 64 33692 0 0 0 60 14 0 0 16 0 9 0 673338436 832241664 48988 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31017] ppid=31000 vsize=812736 CPUtime=0
/proc/31014/task/31017/stat : 31017 (java) S 31000 31000 29947 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 673338436 832241664 48988 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31018] ppid=31000 vsize=812736 CPUtime=0
/proc/31014/task/31018/stat : 31018 (java) S 31000 31000 29947 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 673338436 832241664 48988 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31019] ppid=31000 vsize=812736 CPUtime=0
/proc/31014/task/31019/stat : 31019 (java) S 31000 31000 29947 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 673338438 832241664 48988 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31020] ppid=31000 vsize=812736 CPUtime=0.14
/proc/31014/task/31020/stat : 31020 (java) S 31000 31000 29947 0 -1 64 783 0 0 0 14 0 0 0 17 0 9 0 673338438 832241664 48988 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31021] ppid=31000 vsize=812736 CPUtime=0
/proc/31014/task/31021/stat : 31021 (java) S 31000 31000 29947 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 673338439 832241664 48988 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31022] ppid=31000 vsize=812736 CPUtime=0
/proc/31014/task/31022/stat : 31022 (java) S 31000 31000 29947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 673338439 832241664 48988 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860304

[startup+25.5028 s]
/proc/loadavg: 2.48 2.26 2.10 4/92 31022
/proc/meminfo: memFree=1260232/2055924 swapFree=4177292/4192956
[pid=31000] ppid=30998 vsize=47568 CPUtime=0.01
/proc/31000/stat : 31000 (galacE.sh) S 30998 31000 29947 0 -1 4194304 765 1858 0 0 0 0 0 1 25 0 1 0 673338429 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31000/statm: 11892 364 245 79 0 219 0
[pid=31014] ppid=31000 vsize=812736 CPUtime=25.21
/proc/31014/stat : 31014 (java) S 31000 31000 29947 0 -1 0 78390 0 1 0 2486 35 0 0 18 0 9 0 673338434 832241664 77602 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31014/statm: 203184 77602 2592 9 0 197165 0
[pid=31014/tid=31015] ppid=31000 vsize=812736 CPUtime=23.77
/proc/31014/task/31015/stat : 31015 (java) R 31000 31000 29947 0 -1 64 14602 0 1 0 2370 7 0 0 25 0 9 0 673338435 832241664 77602 996147200 134512640 134550740 4294955600 18446744073709551615 4126782825 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31016] ppid=31000 vsize=812736 CPUtime=1.25
/proc/31014/task/31016/stat : 31016 (java) S 31000 31000 29947 0 -1 64 62306 0 0 0 99 26 0 0 16 0 9 0 673338436 832241664 77602 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31017] ppid=31000 vsize=812736 CPUtime=0
/proc/31014/task/31017/stat : 31017 (java) S 31000 31000 29947 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 673338436 832241664 77602 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31018] ppid=31000 vsize=812736 CPUtime=0
/proc/31014/task/31018/stat : 31018 (java) S 31000 31000 29947 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 673338436 832241664 77602 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31019] ppid=31000 vsize=812736 CPUtime=0
/proc/31014/task/31019/stat : 31019 (java) S 31000 31000 29947 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 673338438 832241664 77602 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31020] ppid=31000 vsize=812736 CPUtime=0.15
/proc/31014/task/31020/stat : 31020 (java) S 31000 31000 29947 0 -1 64 783 0 0 0 15 0 0 0 16 0 9 0 673338438 832241664 77602 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31021] ppid=31000 vsize=812736 CPUtime=0
/proc/31014/task/31021/stat : 31021 (java) S 31000 31000 29947 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 673338439 832241664 77602 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31022] ppid=31000 vsize=812736 CPUtime=0
/proc/31014/task/31022/stat : 31022 (java) S 31000 31000 29947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 673338439 832241664 77602 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 860304

[startup+51.1026 s]
/proc/loadavg: 2.37 2.25 2.10 5/92 31022
/proc/meminfo: memFree=906312/2055924 swapFree=4177292/4192956
[pid=31000] ppid=30998 vsize=47568 CPUtime=0.01

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

Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 875832

[startup+109.802 s]
/proc/loadavg: 2.27 2.24 2.10 4/93 31070
/proc/meminfo: memFree=1111104/2055924 swapFree=4177292/4192956
[pid=31000] ppid=30998 vsize=47568 CPUtime=0.01
/proc/31000/stat : 31000 (galacE.sh) S 30998 31000 29947 0 -1 4194304 765 1858 0 0 0 0 0 1 25 0 1 0 673338429 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31000/statm: 11892 364 245 79 0 219 0
[pid=31014] ppid=31000 vsize=0 CPUtime=108.66
/proc/31014/stat : 31014 (java) Z 31000 31000 29947 0 -1 12 203947 0 1 0 10764 102 0 0 16 0 2 0 673338434 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31014/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 108.67
Current children cumulated vsize (KiB) 47568

# WARNING:
# current cumulated CPU time (0 s) is less than in the last sample (108.67 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (108.67 s) to the 'lost time'.

[startup+109.901 s]
/proc/loadavg: 2.27 2.24 2.10 4/74 31085
/proc/meminfo: memFree=1856928/2055924 swapFree=4177292/4192956
[pid=31000] ppid=-1 vsize=0 CPUtime=0
/proc/31000/stat : -- couldn't open stat file --/proc/31000/statm: &yCurrent children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

Solver just ended. Dumping a history of the last processes samples

[startup+105.503 s]
/proc/loadavg: 2.20 2.22 2.10 3/92 31022
/proc/meminfo: memFree=383688/2055924 swapFree=4177292/4192956
[pid=31000] ppid=30998 vsize=47568 CPUtime=0.01
/proc/31000/stat : 31000 (galacE.sh) S 30998 31000 29947 0 -1 4194304 765 1858 0 0 0 0 0 1 25 0 1 0 673338429 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31000/statm: 11892 364 245 79 0 219 0
[pid=31014] ppid=31000 vsize=820260 CPUtime=104.46
/proc/31014/stat : 31014 (java) S 31000 31000 29947 0 -1 0 199929 0 1 0 10347 99 0 0 18 0 9 0 673338434 839946240 186746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31014/statm: 205065 186746 2592 9 0 199046 0
[pid=31014/tid=31015] ppid=31000 vsize=820260 CPUtime=79.86
/proc/31014/task/31015/stat : 31015 (java) S 31000 31000 29947 0 -1 64 16640 0 1 0 7977 9 0 0 17 0 9 0 673338435 839946240 186746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31016] ppid=31000 vsize=820260 CPUtime=24.43
/proc/31014/task/31016/stat : 31016 (java) R 31000 31000 29947 0 -1 64 181806 0 0 0 2355 88 0 0 25 0 9 0 673338436 839946240 186746 996147200 134512640 134550740 4294955600 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31017] ppid=31000 vsize=820260 CPUtime=0
/proc/31014/task/31017/stat : 31017 (java) S 31000 31000 29947 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 673338436 839946240 186746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31018] ppid=31000 vsize=820260 CPUtime=0
/proc/31014/task/31018/stat : 31018 (java) S 31000 31000 29947 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 673338436 839946240 186746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31019] ppid=31000 vsize=820260 CPUtime=0
/proc/31014/task/31019/stat : 31019 (java) S 31000 31000 29947 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 673338438 839946240 186746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31020] ppid=31000 vsize=820260 CPUtime=0.15
/proc/31014/task/31020/stat : 31020 (java) S 31000 31000 29947 0 -1 64 784 0 0 0 15 0 0 0 17 0 9 0 673338438 839946240 186746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31021] ppid=31000 vsize=820260 CPUtime=0
/proc/31014/task/31021/stat : 31021 (java) S 31000 31000 29947 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 673338439 839946240 186746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31022] ppid=31000 vsize=820260 CPUtime=0
/proc/31014/task/31022/stat : 31022 (java) S 31000 31000 29947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 673338439 839946240 186746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 104.47
Current children cumulated vsize (KiB) 867828

[startup+107.103 s]
/proc/loadavg: 2.20 2.22 2.10 3/92 31022
/proc/meminfo: memFree=375816/2055924 swapFree=4177292/4192956
[pid=31000] ppid=30998 vsize=47568 CPUtime=0.01
/proc/31000/stat : 31000 (galacE.sh) S 30998 31000 29947 0 -1 4194304 765 1858 0 0 0 0 0 1 25 0 1 0 673338429 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31000/statm: 11892 364 245 79 0 219 0
[pid=31014] ppid=31000 vsize=828264 CPUtime=106.05
/proc/31014/stat : 31014 (java) S 31000 31000 29947 0 -1 0 201930 0 1 0 10505 100 0 0 18 0 9 0 673338434 848142336 188747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31014/statm: 207066 188747 2592 9 0 201047 0
[pid=31014/tid=31015] ppid=31000 vsize=828264 CPUtime=79.86
/proc/31014/task/31015/stat : 31015 (java) S 31000 31000 29947 0 -1 64 16640 0 1 0 7977 9 0 0 17 0 9 0 673338435 848142336 188747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31016] ppid=31000 vsize=828264 CPUtime=26.01
/proc/31014/task/31016/stat : 31016 (java) R 31000 31000 29947 0 -1 64 183807 0 0 0 2512 89 0 0 25 0 9 0 673338436 848142336 188747 996147200 134512640 134550740 4294955600 18446744073709551615 104180096 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31017] ppid=31000 vsize=828264 CPUtime=0
/proc/31014/task/31017/stat : 31017 (java) S 31000 31000 29947 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 673338436 848142336 188747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31018] ppid=31000 vsize=828264 CPUtime=0
/proc/31014/task/31018/stat : 31018 (java) S 31000 31000 29947 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 673338436 848142336 188747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31019] ppid=31000 vsize=828264 CPUtime=0
/proc/31014/task/31019/stat : 31019 (java) S 31000 31000 29947 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 673338438 848142336 188747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31020] ppid=31000 vsize=828264 CPUtime=0.15
/proc/31014/task/31020/stat : 31020 (java) S 31000 31000 29947 0 -1 64 784 0 0 0 15 0 0 0 17 0 9 0 673338438 848142336 188747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31021] ppid=31000 vsize=828264 CPUtime=0
/proc/31014/task/31021/stat : 31021 (java) S 31000 31000 29947 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 673338439 848142336 188747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31022] ppid=31000 vsize=828264 CPUtime=0
/proc/31014/task/31022/stat : 31022 (java) S 31000 31000 29947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 673338439 848142336 188747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 106.06
Current children cumulated vsize (KiB) 875832

[startup+108.701 s]
/proc/loadavg: 2.20 2.22 2.10 2/78 31039
/proc/meminfo: memFree=1120568/2055924 swapFree=4177292/4192956
[pid=31000] ppid=30998 vsize=47568 CPUtime=0.01
/proc/31000/stat : 31000 (galacE.sh) S 30998 31000 29947 0 -1 4194304 765 1858 0 0 0 0 0 1 25 0 1 0 673338429 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31000/statm: 11892 364 245 79 0 219 0
[pid=31014] ppid=31000 vsize=828264 CPUtime=107.6
/proc/31014/stat : 31014 (java) S 31000 31000 29947 0 -1 0 203931 0 1 0 10659 101 0 0 18 0 9 0 673338434 848142336 188747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31014/statm: 207066 188747 2592 9 0 201047 0
[pid=31014/tid=31015] ppid=31000 vsize=828264 CPUtime=79.86
/proc/31014/task/31015/stat : 31015 (java) S 31000 31000 29947 0 -1 64 16640 0 1 0 7977 9 0 0 17 0 9 0 673338435 848142336 188747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31016] ppid=31000 vsize=828264 CPUtime=27.57
/proc/31014/task/31016/stat : 31016 (java) R 31000 31000 29947 0 -1 64 185808 0 0 0 2667 90 0 0 25 0 9 0 673338436 848142336 188747 996147200 134512640 134550740 4294955600 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31017] ppid=31000 vsize=828264 CPUtime=0
/proc/31014/task/31017/stat : 31017 (java) S 31000 31000 29947 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 673338436 848142336 188747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31018] ppid=31000 vsize=828264 CPUtime=0
/proc/31014/task/31018/stat : 31018 (java) S 31000 31000 29947 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 673338436 848142336 188747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31019] ppid=31000 vsize=828264 CPUtime=0
/proc/31014/task/31019/stat : 31019 (java) S 31000 31000 29947 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 673338438 848142336 188747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31020] ppid=31000 vsize=828264 CPUtime=0.15
/proc/31014/task/31020/stat : 31020 (java) S 31000 31000 29947 0 -1 64 784 0 0 0 15 0 0 0 17 0 9 0 673338438 848142336 188747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31021] ppid=31000 vsize=828264 CPUtime=0
/proc/31014/task/31021/stat : 31021 (java) S 31000 31000 29947 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 673338439 848142336 188747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31022] ppid=31000 vsize=828264 CPUtime=0
/proc/31014/task/31022/stat : 31022 (java) R 31000 31000 29947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 673338439 848142336 188747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 107.61
Current children cumulated vsize (KiB) 875832

[startup+109.502 s]
/proc/loadavg: 2.27 2.24 2.10 4/93 31070
/proc/meminfo: memFree=1111104/2055924 swapFree=4177292/4192956
[pid=31000] ppid=30998 vsize=47568 CPUtime=0.01
/proc/31000/stat : 31000 (galacE.sh) S 30998 31000 29947 0 -1 4194304 765 1858 0 0 0 0 0 1 25 0 1 0 673338429 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31000/statm: 11892 364 245 79 0 219 0
[pid=31014] ppid=31000 vsize=828264 CPUtime=108.39
/proc/31014/stat : 31014 (java) S 31000 31000 29947 0 -1 0 203931 0 1 0 10738 101 0 0 18 0 9 0 673338434 848142336 186746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31014/statm: 207066 186746 2592 9 0 201047 0
[pid=31014/tid=31015] ppid=31000 vsize=828264 CPUtime=79.86
/proc/31014/task/31015/stat : 31015 (java) S 31000 31000 29947 0 -1 64 16640 0 1 0 7977 9 0 0 17 0 9 0 673338435 848142336 186746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31016] ppid=31000 vsize=828264 CPUtime=28.35
/proc/31014/task/31016/stat : 31016 (java) R 31000 31000 29947 0 -1 64 185808 0 0 0 2745 90 0 0 25 0 9 0 673338436 848142336 186746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31017] ppid=31000 vsize=828264 CPUtime=0
/proc/31014/task/31017/stat : 31017 (java) S 31000 31000 29947 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 673338436 848142336 186746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31018] ppid=31000 vsize=828264 CPUtime=0
/proc/31014/task/31018/stat : 31018 (java) S 31000 31000 29947 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 673338436 848142336 186746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31019] ppid=31000 vsize=828264 CPUtime=0
/proc/31014/task/31019/stat : 31019 (java) S 31000 31000 29947 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 673338438 848142336 186746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31020] ppid=31000 vsize=828264 CPUtime=0.15
/proc/31014/task/31020/stat : 31020 (java) S 31000 31000 29947 0 -1 64 784 0 0 0 15 0 0 0 17 0 9 0 673338438 848142336 186746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31021] ppid=31000 vsize=828264 CPUtime=0
/proc/31014/task/31021/stat : 31021 (java) S 31000 31000 29947 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 673338439 848142336 186746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31014/tid=31022] ppid=31000 vsize=828264 CPUtime=0
/proc/31014/task/31022/stat : 31022 (java) S 31000 31000 29947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 673338439 848142336 186746 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 108.4
Current children cumulated vsize (KiB) 875832

[startup+109.901 s]
/proc/loadavg: 2.27 2.24 2.10 4/74 31085
/proc/meminfo: memFree=1856928/2055924 swapFree=4177292/4192956
[pid=31000] ppid=-1 vsize=0 CPUtime=0
/proc/31000/stat : -- couldn't open stat file --/proc/31000/statm: &yCurrent children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31000 and gives
#  childrusage.ru_utime.tv_sec=107
#  childrusage.ru_utime.tv_usec=646635
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=145825
# CPU time returned by wait4() is 108.792
# while last known CPU time is 0
#
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 108.67
#  lost CPU user time (s): 107.64
#  lost CPU system time (s): 1.03

Real time (s): 109.904
CPU time (s): 108.67
CPU user time (s): 107.64
CPU system time (s): 1.03
CPU usage (%): 98.877
Max. virtual memory (cumulated for all children) (KiB): 875832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 107.647
system time used= 1.14582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206592
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= 3035
involuntary context switches= 6722

runsolver used 0.141978 second user time and 0.350946 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-04 14:54:48
IDJOB=1072926
IDBENCH=56300
IDSOLVER=351
FILE ID=node83/1072926-1215176088
PBS_JOBID= 7881534
Free space on /tmp= 66552 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/radar-8-30-3-0/normalized-radar-8-30-3-0-16.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1072926-1215176088/watcher-1072926-1215176088 -o /tmp/evaluation-result-1072926-1215176088/solver-1072926-1215176088 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1072926-1215176088.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 32df1a001097e17be2d4390f4d0b6693
RANDOM SEED=2099119459

node83.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.263
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.263
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1842096 kB
Buffers:         19236 kB
Cached:         114364 kB
SwapCached:       9336 kB
Active:         143012 kB
Inactive:        27504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1842096 kB
SwapTotal:     4192956 kB
SwapFree:      4177292 kB
Dirty:            6472 kB
Writeback:           0 kB
Mapped:          48348 kB
Slab:            28488 kB
Committed_AS:  1818684 kB
PageTables:       1892 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= 66552 MiB
End job on node83 at 2008-07-04 14:56:38