Trace number 1083503

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) 75.2236 75.9961

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-9.xml
MD5SUM047becb47729aa963b371bd5ff63726c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1635
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
75.06/75.83	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
75.06/75.83		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:149)
75.06/75.83		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
75.06/75.83		at base.Problem.endConstraint(Problem.java:510)
75.06/75.83		at sat4j.Constraint.endElement(Constraint.java:37)
75.06/75.83		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
75.06/75.83		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
75.06/75.83		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
75.06/75.83		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
75.06/75.83		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
75.06/75.83		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
75.06/75.83		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
75.06/75.83		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
75.06/75.83		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
75.06/75.83		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
75.06/75.83		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
75.06/75.83		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
75.06/75.83		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
75.06/75.83		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-1083503-1215228588/watcher-1083503-1215228588 -o /tmp/evaluation-result-1083503-1215228588/solver-1083503-1215228588 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1083503-1215228588.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: 1.92 1.98 1.99 4/72 27428
/proc/meminfo: memFree=1708456/2055920 swapFree=4180396/4192956
[pid=27428] ppid=27426 vsize=18572 CPUtime=0
/proc/27428/stat : 27428 (runsolver) R 27426 27428 27254 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2001831704 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 264840473895 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27428/statm: 4643 292 257 25 0 2626 0

[startup+0.06778 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 27428
/proc/meminfo: memFree=1708456/2055920 swapFree=4180396/4192956
[pid=27428] ppid=27426 vsize=47568 CPUtime=0.01
/proc/27428/stat : 27428 (galacM.sh) S 27426 27428 27254 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2001831704 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27428/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.102788 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 27428
/proc/meminfo: memFree=1708456/2055920 swapFree=4180396/4192956
[pid=27428] ppid=27426 vsize=47568 CPUtime=0.01
/proc/27428/stat : 27428 (galacM.sh) S 27426 27428 27254 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2001831704 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27428/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.302803 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 27428
/proc/meminfo: memFree=1708456/2055920 swapFree=4180396/4192956
[pid=27428] ppid=27426 vsize=47568 CPUtime=0.01
/proc/27428/stat : 27428 (galacM.sh) S 27426 27428 27254 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2001831704 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27428/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.702844 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 27428
/proc/meminfo: memFree=1708456/2055920 swapFree=4180396/4192956
[pid=27428] ppid=27426 vsize=47568 CPUtime=0.01
/proc/27428/stat : 27428 (galacM.sh) S 27426 27428 27254 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2001831704 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27428/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50194 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 27450
/proc/meminfo: memFree=1680984/2055920 swapFree=4180396/4192956
[pid=27428] ppid=27426 vsize=47568 CPUtime=0.01
/proc/27428/stat : 27428 (galacM.sh) S 27426 27428 27254 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2001831704 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27428/statm: 11892 363 244 79 0 219 0
[pid=27442] ppid=27428 vsize=812740 CPUtime=1.44
/proc/27442/stat : 27442 (java) S 27428 27428 27254 0 -1 0 23029 0 1 0 130 14 0 0 18 0 9 0 2001831708 832245760 22445 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27442/statm: 203185 22445 1915 9 0 197166 0
[pid=27442/tid=27443] ppid=27428 vsize=812740 CPUtime=1.07
/proc/27442/task/27443/stat : 27443 (java) R 27428 27428 27254 0 -1 64 14558 0 1 0 98 9 0 0 25 0 9 0 2001831709 832245760 22445 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27444] ppid=27428 vsize=812740 CPUtime=0.15
/proc/27442/task/27444/stat : 27444 (java) R 27428 27428 27254 0 -1 64 6977 0 0 0 13 2 0 0 17 0 9 0 2001831710 832245760 22445 996147200 134512640 134550740 4294955600 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27445] ppid=27428 vsize=812740 CPUtime=0
/proc/27442/task/27445/stat : 27445 (java) S 27428 27428 27254 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2001831710 832245760 22445 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27446] ppid=27428 vsize=812740 CPUtime=0
/proc/27442/task/27446/stat : 27446 (java) S 27428 27428 27254 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 2001831710 832245760 22445 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27447] ppid=27428 vsize=812740 CPUtime=0
/proc/27442/task/27447/stat : 27447 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001831713 832245760 22445 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27448] ppid=27428 vsize=812740 CPUtime=0.19
/proc/27442/task/27448/stat : 27448 (java) S 27428 27428 27254 0 -1 64 796 0 0 0 18 1 0 0 16 0 9 0 2001831713 832245760 22445 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27449] ppid=27428 vsize=812740 CPUtime=0
/proc/27442/task/27449/stat : 27449 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001831713 832245760 22445 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27450] ppid=27428 vsize=812740 CPUtime=0
/proc/27442/task/27450/stat : 27450 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001831713 832245760 22445 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860308

[startup+3.10109 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 27450
/proc/meminfo: memFree=1594264/2055920 swapFree=4180396/4192956
[pid=27428] ppid=27426 vsize=47568 CPUtime=0.01
/proc/27428/stat : 27428 (galacM.sh) S 27426 27428 27254 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2001831704 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27428/statm: 11892 363 244 79 0 219 0
[pid=27442] ppid=27428 vsize=815256 CPUtime=3.02
/proc/27442/stat : 27442 (java) S 27428 27428 27254 0 -1 0 39352 0 1 0 280 22 0 0 18 0 9 0 2001831708 834822144 38761 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27442/statm: 203814 38761 1922 9 0 197795 0
[pid=27442/tid=27443] ppid=27428 vsize=815256 CPUtime=2.14
/proc/27442/task/27443/stat : 27443 (java) R 27428 27428 27254 0 -1 64 15190 0 1 0 205 9 0 0 25 0 9 0 2001831709 834822144 38761 996147200 134512640 134550740 4294955600 18446744073709551615 4126877858 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27444] ppid=27428 vsize=815256 CPUtime=0.66
/proc/27442/task/27444/stat : 27444 (java) S 27428 27428 27254 0 -1 64 22664 0 0 0 56 10 0 0 19 0 9 0 2001831710 834822144 38761 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27445] ppid=27428 vsize=815256 CPUtime=0
/proc/27442/task/27445/stat : 27445 (java) S 27428 27428 27254 0 -1 64 11 0 0 0 0 0 0 0 17 0 9 0 2001831710 834822144 38761 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27446] ppid=27428 vsize=815256 CPUtime=0
/proc/27442/task/27446/stat : 27446 (java) S 27428 27428 27254 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001831710 834822144 38761 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27447] ppid=27428 vsize=815256 CPUtime=0
/proc/27442/task/27447/stat : 27447 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001831713 834822144 38761 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27448] ppid=27428 vsize=815256 CPUtime=0.19
/proc/27442/task/27448/stat : 27448 (java) S 27428 27428 27254 0 -1 64 798 0 0 0 18 1 0 0 16 0 9 0 2001831713 834822144 38761 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27449] ppid=27428 vsize=815256 CPUtime=0
/proc/27442/task/27449/stat : 27449 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001831713 834822144 38761 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27450] ppid=27428 vsize=815256 CPUtime=0
/proc/27442/task/27450/stat : 27450 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001831713 834822144 38761 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) 862824

[startup+6.30241 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 27450
/proc/meminfo: memFree=1478944/2055920 swapFree=4180396/4192956
[pid=27428] ppid=27426 vsize=47568 CPUtime=0.01
/proc/27428/stat : 27428 (galacM.sh) S 27426 27428 27254 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2001831704 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27428/statm: 11892 363 244 79 0 219 0
[pid=27442] ppid=27428 vsize=815256 CPUtime=6.19
/proc/27442/stat : 27442 (java) S 27428 27428 27254 0 -1 0 59477 0 1 0 585 34 0 0 18 0 9 0 2001831708 834822144 58874 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27442/statm: 203814 58874 1929 9 0 197795 0
[pid=27442/tid=27443] ppid=27428 vsize=815256 CPUtime=4.68
/proc/27442/task/27443/stat : 27443 (java) R 27428 27428 27254 0 -1 64 15221 0 1 0 459 9 0 0 25 0 9 0 2001831709 834822144 58874 996147200 134512640 134550740 4294955600 18446744073709551615 4126915481 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27444] ppid=27428 vsize=815256 CPUtime=1.28
/proc/27442/task/27444/stat : 27444 (java) S 27428 27428 27254 0 -1 64 42756 0 0 0 106 22 0 0 16 0 9 0 2001831710 834822144 58874 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27445] ppid=27428 vsize=815256 CPUtime=0
/proc/27442/task/27445/stat : 27445 (java) S 27428 27428 27254 0 -1 64 11 0 0 0 0 0 0 0 17 0 9 0 2001831710 834822144 58874 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27446] ppid=27428 vsize=815256 CPUtime=0
/proc/27442/task/27446/stat : 27446 (java) S 27428 27428 27254 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001831710 834822144 58874 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27447] ppid=27428 vsize=815256 CPUtime=0
/proc/27442/task/27447/stat : 27447 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001831713 834822144 58874 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27448] ppid=27428 vsize=815256 CPUtime=0.2
/proc/27442/task/27448/stat : 27448 (java) S 27428 27428 27254 0 -1 64 800 0 0 0 19 1 0 0 17 0 9 0 2001831713 834822144 58874 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27449] ppid=27428 vsize=815256 CPUtime=0
/proc/27442/task/27449/stat : 27449 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001831713 834822144 58874 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27450] ppid=27428 vsize=815256 CPUtime=0
/proc/27442/task/27450/stat : 27450 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001831713 834822144 58874 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 862824

[startup+12.7011 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 27450
/proc/meminfo: memFree=1380128/2055920 swapFree=4180396/4192956
[pid=27428] ppid=27426 vsize=47568 CPUtime=0.01
/proc/27428/stat : 27428 (galacM.sh) S 27426 27428 27254 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2001831704 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27428/statm: 11892 363 244 79 0 219 0
[pid=27442] ppid=27428 vsize=815256 CPUtime=12.53
/proc/27442/stat : 27442 (java) S 27428 27428 27254 0 -1 0 92212 0 1 0 1202 51 0 0 18 0 9 0 2001831708 834822144 91605 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27442/statm: 203814 91605 1933 9 0 197795 0
[pid=27442/tid=27443] ppid=27428 vsize=815256 CPUtime=9.96
/proc/27442/task/27443/stat : 27443 (java) R 27428 27428 27254 0 -1 64 15227 0 1 0 987 9 0 0 25 0 9 0 2001831709 834822144 91605 996147200 134512640 134550740 4294955600 18446744073709551615 4126877854 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27444] ppid=27428 vsize=815256 CPUtime=2.33
/proc/27442/task/27444/stat : 27444 (java) S 27428 27428 27254 0 -1 64 75475 0 0 0 194 39 0 0 18 0 9 0 2001831710 834822144 91605 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27445] ppid=27428 vsize=815256 CPUtime=0
/proc/27442/task/27445/stat : 27445 (java) S 27428 27428 27254 0 -1 64 11 0 0 0 0 0 0 0 17 0 9 0 2001831710 834822144 91605 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27446] ppid=27428 vsize=815256 CPUtime=0
/proc/27442/task/27446/stat : 27446 (java) S 27428 27428 27254 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001831710 834822144 91605 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27447] ppid=27428 vsize=815256 CPUtime=0
/proc/27442/task/27447/stat : 27447 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001831713 834822144 91605 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27448] ppid=27428 vsize=815256 CPUtime=0.21
/proc/27442/task/27448/stat : 27448 (java) S 27428 27428 27254 0 -1 64 810 0 0 0 20 1 0 0 16 0 9 0 2001831713 834822144 91605 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27449] ppid=27428 vsize=815256 CPUtime=0
/proc/27442/task/27449/stat : 27449 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001831713 834822144 91605 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27450] ppid=27428 vsize=815256 CPUtime=0
/proc/27442/task/27450/stat : 27450 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001831713 834822144 91605 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) 862824

[startup+25.5024 s]
/proc/loadavg: 1.95 1.98 1.99 3/82 27450
/proc/meminfo: memFree=1163872/2055920 swapFree=4180396/4192956
[pid=27428] ppid=27426 vsize=47568 CPUtime=0.01
/proc/27428/stat : 27428 (galacM.sh) S 27426 27428 27254 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2001831704 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27428/statm: 11892 363 244 79 0 219 0
[pid=27442] ppid=27428 vsize=815264 CPUtime=25.21
/proc/27442/stat : 27442 (java) S 27428 27428 27254 0 -1 0 139101 0 1 0 2445 76 0 0 18 0 9 0 2001831708 834830336 138132 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27442/statm: 203816 138132 2590 9 0 197797 0
[pid=27442/tid=27443] ppid=27428 vsize=815264 CPUtime=19.51
/proc/27442/task/27443/stat : 27443 (java) R 27428 27428 27254 0 -1 64 15435 0 1 0 1941 10 0 0 25 0 9 0 2001831709 834830336 138132 996147200 134512640 134550740 4294955600 18446744073709551615 4126895869 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27444] ppid=27428 vsize=815264 CPUtime=5.46
/proc/27442/task/27444/stat : 27444 (java) S 27428 27428 27254 0 -1 64 122150 0 0 0 482 64 0 0 18 0 9 0 2001831710 834830336 138132 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27445] ppid=27428 vsize=815264 CPUtime=0
/proc/27442/task/27445/stat : 27445 (java) S 27428 27428 27254 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001831710 834830336 138132 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27446] ppid=27428 vsize=815264 CPUtime=0
/proc/27442/task/27446/stat : 27446 (java) S 27428 27428 27254 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001831710 834830336 138132 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27447] ppid=27428 vsize=815264 CPUtime=0
/proc/27442/task/27447/stat : 27447 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001831713 834830336 138132 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27448] ppid=27428 vsize=815264 CPUtime=0.22
/proc/27442/task/27448/stat : 27448 (java) S 27428 27428 27254 0 -1 64 816 0 0 0 21 1 0 0 17 0 9 0 2001831713 834830336 138132 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27449] ppid=27428 vsize=815264 CPUtime=0
/proc/27442/task/27449/stat : 27449 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001831713 834830336 138132 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27450] ppid=27428 vsize=815264 CPUtime=0
/proc/27442/task/27450/stat : 27450 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001831713 834830336 138132 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) 862832

[startup+51.102 s]
/proc/loadavg: 2.03 2.00 2.00 3/82 27450
/proc/meminfo: memFree=987296/2055920 swapFree=4180396/4192956
[pid=27428] ppid=27426 vsize=47568 CPUtime=0.01

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

[pid=27442/tid=27444] ppid=27428 vsize=815264 CPUtime=15.07
/proc/27442/task/27444/stat : 27444 (java) S 27428 27428 27254 0 -1 64 166428 0 0 0 1421 86 0 0 16 0 9 0 2001831710 834830336 182173 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27445] ppid=27428 vsize=815264 CPUtime=0
/proc/27442/task/27445/stat : 27445 (java) S 27428 27428 27254 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001831710 834830336 182173 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27446] ppid=27428 vsize=815264 CPUtime=0
/proc/27442/task/27446/stat : 27446 (java) S 27428 27428 27254 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001831710 834830336 182173 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27447] ppid=27428 vsize=815264 CPUtime=0
/proc/27442/task/27447/stat : 27447 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001831713 834830336 182173 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27448] ppid=27428 vsize=815264 CPUtime=0.24
/proc/27442/task/27448/stat : 27448 (java) S 27428 27428 27254 0 -1 64 827 0 0 0 23 1 0 0 17 0 9 0 2001831713 834830336 182173 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27449] ppid=27428 vsize=815264 CPUtime=0
/proc/27442/task/27449/stat : 27449 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001831713 834830336 182173 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27450] ppid=27428 vsize=815264 CPUtime=0
/proc/27442/task/27450/stat : 27450 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001831713 834830336 182173 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 862832

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

[startup+63.9024 s]
/proc/loadavg: 2.10 2.02 2.00 3/82 27450
/proc/meminfo: memFree=971744/2055920 swapFree=4180396/4192956
[pid=27428] ppid=27426 vsize=47568 CPUtime=0.01
/proc/27428/stat : 27428 (galacM.sh) S 27426 27428 27254 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2001831704 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27428/statm: 11892 363 244 79 0 219 0
[pid=27442] ppid=27428 vsize=817268 CPUtime=63.25
/proc/27442/stat : 27442 (java) S 27428 27428 27254 0 -1 0 187288 0 1 0 6224 101 0 0 18 0 9 0 2001831708 836882432 186047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27442/statm: 204317 186047 2590 9 0 198298 0
[pid=27442/tid=27443] ppid=27428 vsize=817268 CPUtime=38.19
/proc/27442/task/27443/stat : 27443 (java) S 27428 27428 27254 0 -1 64 15459 0 1 0 3809 10 0 0 19 0 9 0 2001831709 836882432 186047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27444] ppid=27428 vsize=817268 CPUtime=24.79
/proc/27442/task/27444/stat : 27444 (java) R 27428 27428 27254 0 -1 64 170301 0 0 0 2391 88 0 0 25 0 9 0 2001831710 836882432 186047 996147200 134512640 134550740 4294955600 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27445] ppid=27428 vsize=817268 CPUtime=0
/proc/27442/task/27445/stat : 27445 (java) S 27428 27428 27254 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001831710 836882432 186047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27446] ppid=27428 vsize=817268 CPUtime=0
/proc/27442/task/27446/stat : 27446 (java) S 27428 27428 27254 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001831710 836882432 186047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27447] ppid=27428 vsize=817268 CPUtime=0
/proc/27442/task/27447/stat : 27447 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001831713 836882432 186047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27448] ppid=27428 vsize=817268 CPUtime=0.24
/proc/27442/task/27448/stat : 27448 (java) S 27428 27428 27254 0 -1 64 828 0 0 0 23 1 0 0 16 0 9 0 2001831713 836882432 186047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27449] ppid=27428 vsize=817268 CPUtime=0
/proc/27442/task/27449/stat : 27449 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001831713 836882432 186047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27450] ppid=27428 vsize=817268 CPUtime=0
/proc/27442/task/27450/stat : 27450 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001831713 836882432 186047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.26
Current children cumulated vsize (KiB) 864836

[startup+70.302 s]
/proc/loadavg: 2.08 2.02 2.00 3/82 27450
/proc/meminfo: memFree=973728/2055920 swapFree=4180396/4192956
[pid=27428] ppid=27426 vsize=47568 CPUtime=0.01
/proc/27428/stat : 27428 (galacM.sh) S 27426 27428 27254 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2001831704 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27428/statm: 11892 363 244 79 0 219 0
[pid=27442] ppid=27428 vsize=815264 CPUtime=69.59
/proc/27442/stat : 27442 (java) S 27428 27428 27254 0 -1 0 188292 0 1 0 6858 101 0 0 18 0 9 0 2001831708 834830336 185546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27442/statm: 203816 185546 2590 9 0 197797 0
[pid=27442/tid=27443] ppid=27428 vsize=815264 CPUtime=38.35
/proc/27442/task/27443/stat : 27443 (java) S 27428 27428 27254 0 -1 64 15461 0 1 0 3825 10 0 0 17 0 9 0 2001831709 834830336 185546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27444] ppid=27428 vsize=815264 CPUtime=30.97
/proc/27442/task/27444/stat : 27444 (java) R 27428 27428 27254 0 -1 64 171303 0 0 0 3009 88 0 0 25 0 9 0 2001831710 834830336 185546 996147200 134512640 134550740 4294955600 18446744073709551615 102721253 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27445] ppid=27428 vsize=815264 CPUtime=0
/proc/27442/task/27445/stat : 27445 (java) S 27428 27428 27254 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001831710 834830336 185546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27446] ppid=27428 vsize=815264 CPUtime=0
/proc/27442/task/27446/stat : 27446 (java) S 27428 27428 27254 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001831710 834830336 185546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27447] ppid=27428 vsize=815264 CPUtime=0
/proc/27442/task/27447/stat : 27447 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001831713 834830336 185546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27448] ppid=27428 vsize=815264 CPUtime=0.24
/proc/27442/task/27448/stat : 27448 (java) S 27428 27428 27254 0 -1 64 828 0 0 0 23 1 0 0 16 0 9 0 2001831713 834830336 185546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27449] ppid=27428 vsize=815264 CPUtime=0
/proc/27442/task/27449/stat : 27449 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001831713 834830336 185546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27450] ppid=27428 vsize=815264 CPUtime=0
/proc/27442/task/27450/stat : 27450 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001831713 834830336 185546 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) 862832

[startup+73.5023 s]
/proc/loadavg: 2.08 2.02 2.00 3/82 27450
/proc/meminfo: memFree=971936/2055920 swapFree=4180396/4192956
[pid=27428] ppid=27426 vsize=47568 CPUtime=0.01
/proc/27428/stat : 27428 (galacM.sh) S 27426 27428 27254 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2001831704 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27428/statm: 11892 363 244 79 0 219 0
[pid=27442] ppid=27428 vsize=815264 CPUtime=72.76
/proc/27442/stat : 27442 (java) S 27428 27428 27254 0 -1 0 188793 0 1 0 7175 101 0 0 18 0 9 0 2001831708 834830336 185546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27442/statm: 203816 185546 2590 9 0 197797 0
[pid=27442/tid=27443] ppid=27428 vsize=815264 CPUtime=38.35
/proc/27442/task/27443/stat : 27443 (java) S 27428 27428 27254 0 -1 64 15461 0 1 0 3825 10 0 0 17 0 9 0 2001831709 834830336 185546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27444] ppid=27428 vsize=815264 CPUtime=34.15
/proc/27442/task/27444/stat : 27444 (java) R 27428 27428 27254 0 -1 64 171804 0 0 0 3326 89 0 0 25 0 9 0 2001831710 834830336 185546 996147200 134512640 134550740 4294955600 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27445] ppid=27428 vsize=815264 CPUtime=0
/proc/27442/task/27445/stat : 27445 (java) S 27428 27428 27254 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001831710 834830336 185546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27446] ppid=27428 vsize=815264 CPUtime=0
/proc/27442/task/27446/stat : 27446 (java) S 27428 27428 27254 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001831710 834830336 185546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27447] ppid=27428 vsize=815264 CPUtime=0
/proc/27442/task/27447/stat : 27447 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001831713 834830336 185546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27448] ppid=27428 vsize=815264 CPUtime=0.24
/proc/27442/task/27448/stat : 27448 (java) S 27428 27428 27254 0 -1 64 828 0 0 0 23 1 0 0 16 0 9 0 2001831713 834830336 185546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27449] ppid=27428 vsize=815264 CPUtime=0
/proc/27442/task/27449/stat : 27449 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001831713 834830336 185546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27450] ppid=27428 vsize=815264 CPUtime=0
/proc/27442/task/27450/stat : 27450 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001831713 834830336 185546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 72.77
Current children cumulated vsize (KiB) 862832

[startup+75.1025 s]
/proc/loadavg: 2.07 2.01 2.00 3/82 27450
/proc/meminfo: memFree=971872/2055920 swapFree=4180396/4192956
[pid=27428] ppid=27426 vsize=47568 CPUtime=0.01
/proc/27428/stat : 27428 (galacM.sh) S 27426 27428 27254 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2001831704 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27428/statm: 11892 363 244 79 0 219 0
[pid=27442] ppid=27428 vsize=817268 CPUtime=74.35
/proc/27442/stat : 27442 (java) S 27428 27428 27254 0 -1 0 189294 0 1 0 7333 102 0 0 18 0 9 0 2001831708 836882432 186047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27442/statm: 204317 186047 2590 9 0 198298 0
[pid=27442/tid=27443] ppid=27428 vsize=817268 CPUtime=38.35
/proc/27442/task/27443/stat : 27443 (java) S 27428 27428 27254 0 -1 64 15461 0 1 0 3825 10 0 0 17 0 9 0 2001831709 836882432 186047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27444] ppid=27428 vsize=817268 CPUtime=35.73
/proc/27442/task/27444/stat : 27444 (java) R 27428 27428 27254 0 -1 64 172305 0 0 0 3484 89 0 0 25 0 9 0 2001831710 836882432 186047 996147200 134512640 134550740 4294955600 18446744073709551615 104456991 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27445] ppid=27428 vsize=817268 CPUtime=0
/proc/27442/task/27445/stat : 27445 (java) S 27428 27428 27254 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001831710 836882432 186047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27446] ppid=27428 vsize=817268 CPUtime=0
/proc/27442/task/27446/stat : 27446 (java) S 27428 27428 27254 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001831710 836882432 186047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27447] ppid=27428 vsize=817268 CPUtime=0
/proc/27442/task/27447/stat : 27447 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001831713 836882432 186047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27448] ppid=27428 vsize=817268 CPUtime=0.24
/proc/27442/task/27448/stat : 27448 (java) S 27428 27428 27254 0 -1 64 828 0 0 0 23 1 0 0 16 0 9 0 2001831713 836882432 186047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27449] ppid=27428 vsize=817268 CPUtime=0
/proc/27442/task/27449/stat : 27449 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001831713 836882432 186047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27450] ppid=27428 vsize=817268 CPUtime=0
/proc/27442/task/27450/stat : 27450 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001831713 836882432 186047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 74.36
Current children cumulated vsize (KiB) 864836

[startup+75.5026 s]
/proc/loadavg: 2.07 2.01 2.00 3/82 27450
/proc/meminfo: memFree=971872/2055920 swapFree=4180396/4192956
[pid=27428] ppid=27426 vsize=47568 CPUtime=0.01
/proc/27428/stat : 27428 (galacM.sh) S 27426 27428 27254 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2001831704 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27428/statm: 11892 363 244 79 0 219 0
[pid=27442] ppid=27428 vsize=815264 CPUtime=74.75
/proc/27442/stat : 27442 (java) S 27428 27428 27254 0 -1 0 189297 0 1 0 7373 102 0 0 18 0 9 0 2001831708 834830336 185547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27442/statm: 203816 185547 2590 9 0 197797 0
[pid=27442/tid=27443] ppid=27428 vsize=815264 CPUtime=38.35
/proc/27442/task/27443/stat : 27443 (java) S 27428 27428 27254 0 -1 64 15464 0 1 0 3825 10 0 0 17 0 9 0 2001831709 834830336 185547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27444] ppid=27428 vsize=815264 CPUtime=36.13
/proc/27442/task/27444/stat : 27444 (java) R 27428 27428 27254 0 -1 64 172305 0 0 0 3524 89 0 0 25 0 9 0 2001831710 834830336 185547 996147200 134512640 134550740 4294955600 18446744073709551615 104181579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27445] ppid=27428 vsize=815264 CPUtime=0
/proc/27442/task/27445/stat : 27445 (java) S 27428 27428 27254 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001831710 834830336 185547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27446] ppid=27428 vsize=815264 CPUtime=0
/proc/27442/task/27446/stat : 27446 (java) S 27428 27428 27254 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001831710 834830336 185547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27447] ppid=27428 vsize=815264 CPUtime=0
/proc/27442/task/27447/stat : 27447 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001831713 834830336 185547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27448] ppid=27428 vsize=815264 CPUtime=0.24
/proc/27442/task/27448/stat : 27448 (java) S 27428 27428 27254 0 -1 64 828 0 0 0 23 1 0 0 16 0 9 0 2001831713 834830336 185547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27449] ppid=27428 vsize=815264 CPUtime=0
/proc/27442/task/27449/stat : 27449 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001831713 834830336 185547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27442/tid=27450] ppid=27428 vsize=815264 CPUtime=0
/proc/27442/task/27450/stat : 27450 (java) S 27428 27428 27254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001831713 834830336 185547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 74.76
Current children cumulated vsize (KiB) 862832

[startup+75.9082 s]
/proc/loadavg: 2.07 2.01 2.00 3/82 27450
/proc/meminfo: memFree=973664/2055920 swapFree=4180396/4192956
[pid=27428] ppid=27426 vsize=47568 CPUtime=0.01
/proc/27428/stat : 27428 (galacM.sh) S 27426 27428 27254 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2001831704 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27428/statm: 11892 363 244 79 0 219 0
[pid=27442] ppid=27428 vsize=0 CPUtime=75.1
/proc/27442/stat : 27442 (java) Z 27428 27428 27254 0 -1 12 189311 0 1 0 7405 105 0 0 16 0 2 0 2001831708 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27442/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 75.11
Current children cumulated vsize (KiB) 47568

Child status: 0
Real time (s): 75.9961
CPU time (s): 75.2236
CPU user time (s): 74.0647
CPU system time (s): 1.15882
CPU usage (%): 98.9834
Max. virtual memory (cumulated for all children) (KiB): 864836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.0647
system time used= 1.15882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191794
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= 2560
involuntary context switches= 4053

runsolver used 0.089986 second user time and 0.268959 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-05 05:29:49
IDJOB=1083503
IDBENCH=57482
IDSOLVER=350
FILE ID=node44/1083503-1215228588
PBS_JOBID= 7881862
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 047becb47729aa963b371bd5ff63726c
RANDOM SEED=1375669788

node44.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.213
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.213
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:       1709000 kB
Buffers:         43204 kB
Cached:         170372 kB
SwapCached:       6540 kB
Active:         214600 kB
Inactive:        72040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1709000 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            4688 kB
Writeback:           0 kB
Mapped:          78764 kB
Slab:            45636 kB
Committed_AS:  3610008 kB
PageTables:       1868 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= 66544 MiB
End job on node44 at 2008-07-05 05:31:05