Trace number 1092651

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) 71.8771 72.5965

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-105-5.xml
MD5SUMc03a979904773fcfaa1bb1514e47dcef
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark49.8974
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1763
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c --- Preproc Stats ---
71.68/72.45	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
71.68/72.45		at tuples.IP4BigConstraints.createTuples(IP4BigConstraints.java:48)
71.68/72.45		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:163)
71.68/72.45		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
71.68/72.45		at base.Problem.endConstraint(Problem.java:510)
71.68/72.45		at sat4j.Constraint.endElement(Constraint.java:37)
71.68/72.45		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
71.68/72.45		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
71.68/72.45		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
71.68/72.45		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
71.68/72.45		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
71.68/72.45		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
71.68/72.45		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
71.68/72.45		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
71.68/72.45		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
71.68/72.45		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
71.68/72.45		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
71.68/72.45		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
71.68/72.45		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
71.68/72.45		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-1092651-1215276556/watcher-1092651-1215276556 -o /tmp/evaluation-result-1092651-1215276556/solver-1092651-1215276556 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1092651-1215276556.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.01 2.03 2.00 4/80 16564
/proc/meminfo: memFree=1542848/2055920 swapFree=4117608/4192956
[pid=16564] ppid=16562 vsize=8652 CPUtime=0
/proc/16564/stat : 16564 (galacE.sh) S 16562 16564 16375 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2006629313 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16564/statm: 2163 280 208 79 0 156 0
[pid=16565] ppid=16564 vsize=8688 CPUtime=0
/proc/16565/stat : 16565 (galacE.sh) S 16564 16564 16375 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 2006629314 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 264907751506 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/16565/statm: 2172 286 209 79 0 165 0
[pid=16566] ppid=16565 vsize=8728 CPUtime=0
/proc/16566/stat : 16566 (galacE.sh) R 16565 16564 16375 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2006629314 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 264907582759 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/16566/statm: 2182 290 209 79 0 175 0

[startup+0.0974751 s]
/proc/loadavg: 2.01 2.03 2.00 4/80 16564
/proc/meminfo: memFree=1542848/2055920 swapFree=4117608/4192956
[pid=16564] ppid=16562 vsize=47564 CPUtime=0.01
/proc/16564/stat : 16564 (galacE.sh) S 16562 16564 16375 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2006629313 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16564/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.101473 s]
/proc/loadavg: 2.01 2.03 2.00 4/80 16564
/proc/meminfo: memFree=1542848/2055920 swapFree=4117608/4192956
[pid=16564] ppid=16562 vsize=47564 CPUtime=0.01
/proc/16564/stat : 16564 (galacE.sh) S 16562 16564 16375 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2006629313 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16564/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301486 s]
/proc/loadavg: 2.01 2.03 2.00 4/80 16564
/proc/meminfo: memFree=1542848/2055920 swapFree=4117608/4192956
[pid=16564] ppid=16562 vsize=47564 CPUtime=0.01
/proc/16564/stat : 16564 (galacE.sh) S 16562 16564 16375 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2006629313 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16564/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701516 s]
/proc/loadavg: 2.01 2.03 2.00 4/80 16564
/proc/meminfo: memFree=1542848/2055920 swapFree=4117608/4192956
[pid=16564] ppid=16562 vsize=47564 CPUtime=0.01
/proc/16564/stat : 16564 (galacE.sh) S 16562 16564 16375 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2006629313 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16564/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50257 s]
/proc/loadavg: 2.01 2.03 2.00 3/90 16586
/proc/meminfo: memFree=1511080/2055920 swapFree=4117608/4192956
[pid=16564] ppid=16562 vsize=47564 CPUtime=0.01
/proc/16564/stat : 16564 (galacE.sh) S 16562 16564 16375 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2006629313 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16564/statm: 11891 365 246 79 0 219 0
[pid=16578] ppid=16564 vsize=813756 CPUtime=1.43
/proc/16578/stat : 16578 (java) S 16564 16564 16375 0 -1 0 20323 0 1 0 133 10 0 0 18 0 9 0 2006629317 833286144 19559 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16578/statm: 203439 19559 2586 9 0 197420 0
[pid=16578/tid=16579] ppid=16564 vsize=813756 CPUtime=1.16
/proc/16578/task/16579/stat : 16579 (java) R 16564 16564 16375 0 -1 64 13673 0 1 0 109 7 0 0 25 0 9 0 2006629318 833286144 19559 996147200 134512640 134550740 4294955600 18446744073709551615 4126910247 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16580] ppid=16564 vsize=813756 CPUtime=0.05
/proc/16578/task/16580/stat : 16580 (java) S 16564 16564 16375 0 -1 64 5142 0 0 0 4 1 0 0 17 0 9 0 2006629320 833286144 19559 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16581] ppid=16564 vsize=813756 CPUtime=0
/proc/16578/task/16581/stat : 16581 (java) S 16564 16564 16375 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006629320 833286144 19559 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16582] ppid=16564 vsize=813756 CPUtime=0
/proc/16578/task/16582/stat : 16582 (java) S 16564 16564 16375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006629320 833286144 19559 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16583] ppid=16564 vsize=813756 CPUtime=0
/proc/16578/task/16583/stat : 16583 (java) S 16564 16564 16375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006629322 833286144 19559 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16584] ppid=16564 vsize=813756 CPUtime=0.18
/proc/16578/task/16584/stat : 16584 (java) S 16564 16564 16375 0 -1 64 806 0 0 0 18 0 0 0 16 0 9 0 2006629322 833286144 19559 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16585] ppid=16564 vsize=813756 CPUtime=0
/proc/16578/task/16585/stat : 16585 (java) S 16564 16564 16375 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006629322 833286144 19559 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16586] ppid=16564 vsize=813756 CPUtime=0
/proc/16578/task/16586/stat : 16586 (java) S 16564 16564 16375 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2006629322 833286144 19559 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) 861320

[startup+3.10268 s]
/proc/loadavg: 2.01 2.03 2.00 3/90 16586
/proc/meminfo: memFree=1425704/2055920 swapFree=4117608/4192956
[pid=16564] ppid=16562 vsize=47564 CPUtime=0.01
/proc/16564/stat : 16564 (galacE.sh) S 16562 16564 16375 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2006629313 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16564/statm: 11891 365 246 79 0 219 0
[pid=16578] ppid=16564 vsize=817896 CPUtime=3.02
/proc/16578/stat : 16578 (java) S 16564 16564 16375 0 -1 0 54822 0 1 0 276 26 0 0 18 0 9 0 2006629317 837525504 54054 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16578/statm: 204474 54054 2590 9 0 198455 0
[pid=16578/tid=16579] ppid=16564 vsize=817896 CPUtime=1.77
/proc/16578/task/16579/stat : 16579 (java) R 16564 16564 16375 0 -1 64 15574 0 1 0 170 7 0 0 25 0 9 0 2006629318 837525504 54054 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16580] ppid=16564 vsize=817896 CPUtime=1.04
/proc/16578/task/16580/stat : 16580 (java) R 16564 16564 16375 0 -1 64 37739 0 0 0 87 17 0 0 17 0 9 0 2006629320 837525504 54054 996147200 134512640 134550740 4294955600 18446744073709551615 101588322 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16581] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16581/stat : 16581 (java) S 16564 16564 16375 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006629320 837525504 54054 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16582] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16582/stat : 16582 (java) S 16564 16564 16375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006629320 837525504 54054 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16583] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16583/stat : 16583 (java) S 16564 16564 16375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006629322 837525504 54054 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16584] ppid=16564 vsize=817896 CPUtime=0.18
/proc/16578/task/16584/stat : 16584 (java) S 16564 16564 16375 0 -1 64 807 0 0 0 18 0 0 0 16 0 9 0 2006629322 837525504 54054 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16585] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16585/stat : 16585 (java) S 16564 16564 16375 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006629322 837525504 54054 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16586] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16586/stat : 16586 (java) S 16564 16564 16375 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2006629322 837525504 54054 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) 865460

[startup+6.30288 s]
/proc/loadavg: 2.09 2.04 2.01 3/90 16586
/proc/meminfo: memFree=1300072/2055920 swapFree=4117608/4192956
[pid=16564] ppid=16562 vsize=47564 CPUtime=0.01
/proc/16564/stat : 16564 (galacE.sh) S 16562 16564 16375 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2006629313 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16564/statm: 11891 365 246 79 0 219 0
[pid=16578] ppid=16564 vsize=817896 CPUtime=6.18
/proc/16578/stat : 16578 (java) S 16564 16564 16375 0 -1 0 63622 0 1 0 589 29 0 0 18 0 9 0 2006629317 837525504 62852 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16578/statm: 204474 62852 2590 9 0 198455 0
[pid=16578/tid=16579] ppid=16564 vsize=817896 CPUtime=4.61
/proc/16578/task/16579/stat : 16579 (java) R 16564 16564 16375 0 -1 64 15576 0 1 0 454 7 0 0 25 0 9 0 2006629318 837525504 62852 996147200 134512640 134550740 4294955600 18446744073709551615 4126913263 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16580] ppid=16564 vsize=817896 CPUtime=1.35
/proc/16578/task/16580/stat : 16580 (java) S 16564 16564 16375 0 -1 64 46530 0 0 0 115 20 0 0 16 0 9 0 2006629320 837525504 62852 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16581] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16581/stat : 16581 (java) S 16564 16564 16375 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006629320 837525504 62852 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16582] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16582/stat : 16582 (java) S 16564 16564 16375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006629320 837525504 62852 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16583] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16583/stat : 16583 (java) S 16564 16564 16375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006629322 837525504 62852 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16584] ppid=16564 vsize=817896 CPUtime=0.19
/proc/16578/task/16584/stat : 16584 (java) S 16564 16564 16375 0 -1 64 814 0 0 0 19 0 0 0 17 0 9 0 2006629322 837525504 62852 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16585] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16585/stat : 16585 (java) S 16564 16564 16375 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006629322 837525504 62852 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16586] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16586/stat : 16586 (java) S 16564 16564 16375 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2006629322 837525504 62852 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) 865460

[startup+12.7023 s]
/proc/loadavg: 2.08 2.04 2.00 3/90 16586
/proc/meminfo: memFree=1206768/2055920 swapFree=4117608/4192956
[pid=16564] ppid=16562 vsize=47564 CPUtime=0.01
/proc/16564/stat : 16564 (galacE.sh) S 16562 16564 16375 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2006629313 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16564/statm: 11891 365 246 79 0 219 0
[pid=16578] ppid=16564 vsize=817896 CPUtime=12.52
/proc/16578/stat : 16578 (java) S 16564 16564 16375 0 -1 0 86900 0 1 0 1213 39 0 0 18 0 9 0 2006629317 837525504 86118 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16578/statm: 204474 86118 2594 9 0 198455 0
[pid=16578/tid=16579] ppid=16564 vsize=817896 CPUtime=10.22
/proc/16578/task/16579/stat : 16579 (java) R 16564 16564 16375 0 -1 64 15600 0 1 0 1015 7 0 0 25 0 9 0 2006629318 837525504 86118 996147200 134512640 134550740 4294955600 18446744073709551615 4126907797 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16580] ppid=16564 vsize=817896 CPUtime=2.07
/proc/16578/task/16580/stat : 16580 (java) S 16564 16564 16375 0 -1 64 69777 0 0 0 177 30 0 0 18 0 9 0 2006629320 837525504 86118 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16581] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16581/stat : 16581 (java) S 16564 16564 16375 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006629320 837525504 86118 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16582] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16582/stat : 16582 (java) S 16564 16564 16375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006629320 837525504 86118 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16583] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16583/stat : 16583 (java) S 16564 16564 16375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006629322 837525504 86118 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16584] ppid=16564 vsize=817896 CPUtime=0.2
/proc/16578/task/16584/stat : 16584 (java) S 16564 16564 16375 0 -1 64 821 0 0 0 20 0 0 0 17 0 9 0 2006629322 837525504 86118 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16585] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16585/stat : 16585 (java) S 16564 16564 16375 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006629322 837525504 86118 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16586] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16586/stat : 16586 (java) S 16564 16564 16375 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2006629322 837525504 86118 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) 865460

[startup+25.5011 s]
/proc/loadavg: 2.14 2.06 2.01 3/90 16586
/proc/meminfo: memFree=1034544/2055920 swapFree=4117608/4192956
[pid=16564] ppid=16562 vsize=47564 CPUtime=0.01
/proc/16564/stat : 16564 (galacE.sh) S 16562 16564 16375 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2006629313 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16564/statm: 11891 365 246 79 0 219 0
[pid=16578] ppid=16564 vsize=817896 CPUtime=25.2
/proc/16578/stat : 16578 (java) S 16564 16564 16375 0 -1 0 129892 0 1 0 2462 58 0 0 18 0 9 0 2006629317 837525504 129099 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16578/statm: 204474 129099 2593 9 0 198455 0
[pid=16578/tid=16579] ppid=16564 vsize=817896 CPUtime=19.73
/proc/16578/task/16579/stat : 16579 (java) R 16564 16564 16375 0 -1 64 15608 0 1 0 1965 8 0 0 25 0 9 0 2006629318 837525504 129099 996147200 134512640 134550740 4294955600 18446744073709551615 4126906397 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16580] ppid=16564 vsize=817896 CPUtime=5.24
/proc/16578/task/16580/stat : 16580 (java) S 16564 16564 16375 0 -1 64 112760 0 0 0 476 48 0 0 16 0 9 0 2006629320 837525504 129099 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16581] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16581/stat : 16581 (java) S 16564 16564 16375 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006629320 837525504 129099 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16582] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16582/stat : 16582 (java) S 16564 16564 16375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006629320 837525504 129099 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16583] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16583/stat : 16583 (java) S 16564 16564 16375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006629322 837525504 129099 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16584] ppid=16564 vsize=817896 CPUtime=0.2
/proc/16578/task/16584/stat : 16584 (java) S 16564 16564 16375 0 -1 64 822 0 0 0 20 0 0 0 16 0 9 0 2006629322 837525504 129099 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16585] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16585/stat : 16585 (java) S 16564 16564 16375 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006629322 837525504 129099 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16586] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16586/stat : 16586 (java) S 16564 16564 16375 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2006629322 837525504 129099 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

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

[pid=16578/tid=16580] ppid=16564 vsize=817896 CPUtime=14.41
/proc/16578/task/16580/stat : 16580 (java) S 16564 16564 16375 0 -1 64 166635 0 0 0 1369 72 0 0 16 0 9 0 2006629320 837525504 182975 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16581] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16581/stat : 16581 (java) S 16564 16564 16375 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006629320 837525504 182975 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16582] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16582/stat : 16582 (java) S 16564 16564 16375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006629320 837525504 182975 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16583] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16583/stat : 16583 (java) S 16564 16564 16375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006629322 837525504 182975 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16584] ppid=16564 vsize=817896 CPUtime=0.2
/proc/16578/task/16584/stat : 16584 (java) S 16564 16564 16375 0 -1 64 823 0 0 0 20 0 0 0 16 0 9 0 2006629322 837525504 182975 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16585] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16585/stat : 16585 (java) S 16564 16564 16375 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006629322 837525504 182975 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16586] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16586/stat : 16586 (java) S 16564 16564 16375 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2006629322 837525504 182975 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 865460

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

[startup+63.9027 s]
/proc/loadavg: 2.14 2.06 2.01 3/90 16586
/proc/meminfo: memFree=806832/2055920 swapFree=4117608/4192956
[pid=16564] ppid=16562 vsize=47564 CPUtime=0.01
/proc/16564/stat : 16564 (galacE.sh) S 16562 16564 16375 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2006629313 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16564/statm: 11891 365 246 79 0 219 0
[pid=16578] ppid=16564 vsize=817896 CPUtime=63.24
/proc/16578/stat : 16578 (java) S 16564 16564 16375 0 -1 0 186713 0 1 0 6241 83 0 0 18 0 9 0 2006629317 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16578/statm: 204474 185906 2593 9 0 198455 0
[pid=16578/tid=16579] ppid=16564 vsize=817896 CPUtime=41.11
/proc/16578/task/16579/stat : 16579 (java) S 16564 16564 16375 0 -1 64 15622 0 1 0 4103 8 0 0 25 0 9 0 2006629318 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16580] ppid=16564 vsize=817896 CPUtime=21.89
/proc/16578/task/16580/stat : 16580 (java) R 16564 16564 16375 0 -1 64 169564 0 0 0 2116 73 0 0 25 0 9 0 2006629320 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 104182582 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16581] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16581/stat : 16581 (java) S 16564 16564 16375 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006629320 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16582] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16582/stat : 16582 (java) S 16564 16564 16375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006629320 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16583] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16583/stat : 16583 (java) S 16564 16564 16375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006629322 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16584] ppid=16564 vsize=817896 CPUtime=0.21
/proc/16578/task/16584/stat : 16584 (java) S 16564 16564 16375 0 -1 64 825 0 0 0 21 0 0 0 17 0 9 0 2006629322 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16585] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16585/stat : 16585 (java) S 16564 16564 16375 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006629322 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16586] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16586/stat : 16586 (java) S 16564 16564 16375 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2006629322 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.25
Current children cumulated vsize (KiB) 865460

[startup+67.1069 s]
/proc/loadavg: 2.14 2.06 2.01 3/90 16586
/proc/meminfo: memFree=806768/2055920 swapFree=4117608/4192956
[pid=16564] ppid=16562 vsize=47564 CPUtime=0.01
/proc/16564/stat : 16564 (galacE.sh) S 16562 16564 16375 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2006629313 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16564/statm: 11891 365 246 79 0 219 0
[pid=16578] ppid=16564 vsize=817896 CPUtime=66.42
/proc/16578/stat : 16578 (java) S 16564 16564 16375 0 -1 0 186713 0 1 0 6559 83 0 0 18 0 9 0 2006629317 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16578/statm: 204474 185906 2593 9 0 198455 0
[pid=16578/tid=16579] ppid=16564 vsize=817896 CPUtime=41.83
/proc/16578/task/16579/stat : 16579 (java) S 16564 16564 16375 0 -1 64 15622 0 1 0 4175 8 0 0 23 0 9 0 2006629318 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16580] ppid=16564 vsize=817896 CPUtime=24.35
/proc/16578/task/16580/stat : 16580 (java) R 16564 16564 16375 0 -1 64 169564 0 0 0 2362 73 0 0 25 0 9 0 2006629320 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 104182211 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16581] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16581/stat : 16581 (java) S 16564 16564 16375 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006629320 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16582] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16582/stat : 16582 (java) S 16564 16564 16375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006629320 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16583] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16583/stat : 16583 (java) S 16564 16564 16375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006629322 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16584] ppid=16564 vsize=817896 CPUtime=0.21
/proc/16578/task/16584/stat : 16584 (java) S 16564 16564 16375 0 -1 64 825 0 0 0 21 0 0 0 17 0 9 0 2006629322 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16585] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16585/stat : 16585 (java) S 16564 16564 16375 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006629322 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16586] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16586/stat : 16586 (java) S 16564 16564 16375 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2006629322 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 66.43
Current children cumulated vsize (KiB) 865460

[startup+70.3021 s]
/proc/loadavg: 2.13 2.06 2.01 3/90 16586
/proc/meminfo: memFree=806832/2055920 swapFree=4117608/4192956
[pid=16564] ppid=16562 vsize=47564 CPUtime=0.01
/proc/16564/stat : 16564 (galacE.sh) S 16562 16564 16375 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2006629313 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16564/statm: 11891 365 246 79 0 219 0
[pid=16578] ppid=16564 vsize=817896 CPUtime=69.59
/proc/16578/stat : 16578 (java) S 16564 16564 16375 0 -1 0 186714 0 1 0 6876 83 0 0 18 0 9 0 2006629317 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16578/statm: 204474 185906 2593 9 0 198455 0
[pid=16578/tid=16579] ppid=16564 vsize=817896 CPUtime=41.83
/proc/16578/task/16579/stat : 16579 (java) S 16564 16564 16375 0 -1 64 15623 0 1 0 4175 8 0 0 17 0 9 0 2006629318 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16580] ppid=16564 vsize=817896 CPUtime=27.52
/proc/16578/task/16580/stat : 16580 (java) R 16564 16564 16375 0 -1 64 169564 0 0 0 2679 73 0 0 25 0 9 0 2006629320 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 102469655 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16581] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16581/stat : 16581 (java) S 16564 16564 16375 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006629320 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16582] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16582/stat : 16582 (java) S 16564 16564 16375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006629320 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16583] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16583/stat : 16583 (java) S 16564 16564 16375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006629322 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16584] ppid=16564 vsize=817896 CPUtime=0.21
/proc/16578/task/16584/stat : 16584 (java) S 16564 16564 16375 0 -1 64 825 0 0 0 21 0 0 0 17 0 9 0 2006629322 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16585] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16585/stat : 16585 (java) S 16564 16564 16375 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006629322 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16586] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16586/stat : 16586 (java) S 16564 16564 16375 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2006629322 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 69.6
Current children cumulated vsize (KiB) 865460

[startup+71.9022 s]
/proc/loadavg: 2.13 2.06 2.01 3/90 16586
/proc/meminfo: memFree=806832/2055920 swapFree=4117608/4192956
[pid=16564] ppid=16562 vsize=47564 CPUtime=0.01
/proc/16564/stat : 16564 (galacE.sh) S 16562 16564 16375 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2006629313 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16564/statm: 11891 365 246 79 0 219 0
[pid=16578] ppid=16564 vsize=817896 CPUtime=71.17
/proc/16578/stat : 16578 (java) S 16564 16564 16375 0 -1 0 186714 0 1 0 7034 83 0 0 18 0 9 0 2006629317 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16578/statm: 204474 185906 2593 9 0 198455 0
[pid=16578/tid=16579] ppid=16564 vsize=817896 CPUtime=41.83
/proc/16578/task/16579/stat : 16579 (java) S 16564 16564 16375 0 -1 64 15623 0 1 0 4175 8 0 0 17 0 9 0 2006629318 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16580] ppid=16564 vsize=817896 CPUtime=29.1
/proc/16578/task/16580/stat : 16580 (java) R 16564 16564 16375 0 -1 64 169564 0 0 0 2837 73 0 0 25 0 9 0 2006629320 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 104457044 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16581] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16581/stat : 16581 (java) S 16564 16564 16375 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006629320 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16582] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16582/stat : 16582 (java) S 16564 16564 16375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006629320 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16583] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16583/stat : 16583 (java) S 16564 16564 16375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006629322 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16584] ppid=16564 vsize=817896 CPUtime=0.21
/proc/16578/task/16584/stat : 16584 (java) S 16564 16564 16375 0 -1 64 825 0 0 0 21 0 0 0 17 0 9 0 2006629322 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16585] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16585/stat : 16585 (java) S 16564 16564 16375 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006629322 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16586] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16586/stat : 16586 (java) S 16564 16564 16375 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2006629322 837525504 185906 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.18
Current children cumulated vsize (KiB) 865460

[startup+72.3022 s]
/proc/loadavg: 2.13 2.06 2.01 3/90 16586
/proc/meminfo: memFree=806832/2055920 swapFree=4117608/4192956
[pid=16564] ppid=16562 vsize=47564 CPUtime=0.01
/proc/16564/stat : 16564 (galacE.sh) S 16562 16564 16375 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2006629313 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16564/statm: 11891 365 246 79 0 219 0
[pid=16578] ppid=16564 vsize=817896 CPUtime=71.57
/proc/16578/stat : 16578 (java) S 16564 16564 16375 0 -1 0 186717 0 1 0 7074 83 0 0 18 0 9 0 2006629317 837525504 185907 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16578/statm: 204474 185907 2593 9 0 198455 0
[pid=16578/tid=16579] ppid=16564 vsize=817896 CPUtime=41.83
/proc/16578/task/16579/stat : 16579 (java) S 16564 16564 16375 0 -1 64 15626 0 1 0 4175 8 0 0 17 0 9 0 2006629318 837525504 185907 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16580] ppid=16564 vsize=817896 CPUtime=29.5
/proc/16578/task/16580/stat : 16580 (java) R 16564 16564 16375 0 -1 64 169564 0 0 0 2877 73 0 0 25 0 9 0 2006629320 837525504 185907 996147200 134512640 134550740 4294955600 18446744073709551615 104181586 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16581] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16581/stat : 16581 (java) S 16564 16564 16375 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006629320 837525504 185907 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16582] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16582/stat : 16582 (java) S 16564 16564 16375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006629320 837525504 185907 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16583] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16583/stat : 16583 (java) S 16564 16564 16375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006629322 837525504 185907 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16584] ppid=16564 vsize=817896 CPUtime=0.21
/proc/16578/task/16584/stat : 16584 (java) S 16564 16564 16375 0 -1 64 825 0 0 0 21 0 0 0 17 0 9 0 2006629322 837525504 185907 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16585] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16585/stat : 16585 (java) S 16564 16564 16375 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006629322 837525504 185907 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16578/tid=16586] ppid=16564 vsize=817896 CPUtime=0
/proc/16578/task/16586/stat : 16586 (java) S 16564 16564 16375 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2006629322 837525504 185907 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.58
Current children cumulated vsize (KiB) 865460

[startup+72.5029 s]
/proc/loadavg: 2.12 2.06 2.01 3/83 16586
/proc/meminfo: memFree=990192/2055920 swapFree=4117608/4192956
[pid=16564] ppid=16562 vsize=47564 CPUtime=0.01
/proc/16564/stat : 16564 (galacE.sh) S 16562 16564 16375 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2006629313 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16564/statm: 11891 365 246 79 0 219 0
[pid=16578] ppid=16564 vsize=0 CPUtime=71.75
/proc/16578/stat : 16578 (java) Z 16564 16564 16375 0 -1 12 186732 0 1 0 7089 86 0 0 16 0 2 0 2006629317 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16578/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 71.76
Current children cumulated vsize (KiB) 47564

Child status: 0
Real time (s): 72.5965
CPU time (s): 71.8771
CPU user time (s): 70.9012
CPU system time (s): 0.975851
CPU usage (%): 99.009
Max. virtual memory (cumulated for all children) (KiB): 865460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.9012
system time used= 0.975851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189218
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= 2274
involuntary context switches= 5083

runsolver used 0.083987 second user time and 0.25896 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-05 18:49:16
IDJOB=1092651
IDBENCH=58645
IDSOLVER=351
FILE ID=node30/1092651-1215276556
PBS_JOBID= 7882271
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c03a979904773fcfaa1bb1514e47dcef
RANDOM SEED=46311827

node30.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.218
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.218
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:       1543328 kB
Buffers:         38500 kB
Cached:         201176 kB
SwapCached:      69112 kB
Active:         369712 kB
Inactive:        86508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1543328 kB
SwapTotal:     4192956 kB
SwapFree:      4117608 kB
Dirty:            3668 kB
Writeback:           0 kB
Mapped:         233072 kB
Slab:            41300 kB
Committed_AS:  4468144 kB
PageTables:       2124 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= 66548 MiB
End job on node30 at 2008-07-05 18:50:29