Trace number 1083125

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) 53.9498 54.2272

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-23.xml
MD5SUMf282a7bc045af28efe9331ccc5efb812
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark31.5772
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1171
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
53.75/54.06	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
53.75/54.06		at tuples.IP4BigConstraints.createTuples(IP4BigConstraints.java:48)
53.75/54.06		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:163)
53.75/54.06		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
53.75/54.06		at base.Problem.endConstraint(Problem.java:510)
53.75/54.06		at sat4j.Constraint.endElement(Constraint.java:37)
53.75/54.06		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
53.75/54.06		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
53.75/54.06		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
53.75/54.06		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
53.75/54.06		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
53.75/54.06		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
53.75/54.06		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
53.75/54.06		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
53.75/54.06		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
53.75/54.06		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
53.75/54.06		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
53.75/54.06		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
53.75/54.06		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
53.75/54.06		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-1083125-1215225265/watcher-1083125-1215225265 -o /tmp/evaluation-result-1083125-1215225265/solver-1083125-1215225265 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1083125-1215225265.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.97 2.00 2.00 4/74 29907
/proc/meminfo: memFree=1506000/2055920 swapFree=4179588/4192956
[pid=29907] ppid=29905 vsize=8652 CPUtime=0
/proc/29907/stat : 29907 (galacM.sh) R 29905 29907 28028 0 -1 4194304 333 0 0 0 0 0 0 0 18 0 1 0 255514469 8859648 278 996147200 4194304 4520092 548682068832 18446744073709551615 4230001 0 2 4096 73728 0 0 0 17 0 0 0
/proc/29907/statm: 2163 279 207 79 0 156 0

[startup+0.0903521 s]
/proc/loadavg: 1.97 2.00 2.00 4/74 29907
/proc/meminfo: memFree=1506000/2055920 swapFree=4179588/4192956
[pid=29907] ppid=29905 vsize=47556 CPUtime=0.01
/proc/29907/stat : 29907 (galacM.sh) S 29905 29907 28028 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 255514469 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29907/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.102348 s]
/proc/loadavg: 1.97 2.00 2.00 4/74 29907
/proc/meminfo: memFree=1506000/2055920 swapFree=4179588/4192956
[pid=29907] ppid=29905 vsize=47556 CPUtime=0.01
/proc/29907/stat : 29907 (galacM.sh) S 29905 29907 28028 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 255514469 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29907/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301372 s]
/proc/loadavg: 1.97 2.00 2.00 4/74 29907
/proc/meminfo: memFree=1506000/2055920 swapFree=4179588/4192956
[pid=29907] ppid=29905 vsize=47556 CPUtime=0.01
/proc/29907/stat : 29907 (galacM.sh) S 29905 29907 28028 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 255514469 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29907/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.702413 s]
/proc/loadavg: 1.97 2.00 2.00 4/74 29907
/proc/meminfo: memFree=1506000/2055920 swapFree=4179588/4192956
[pid=29907] ppid=29905 vsize=47556 CPUtime=0.01
/proc/29907/stat : 29907 (galacM.sh) S 29905 29907 28028 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 255514469 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29907/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.5015 s]
/proc/loadavg: 1.97 2.00 2.00 3/84 29929
/proc/meminfo: memFree=1445824/2055920 swapFree=4179588/4192956
[pid=29907] ppid=29905 vsize=47556 CPUtime=0.01
/proc/29907/stat : 29907 (galacM.sh) S 29905 29907 28028 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 255514469 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29907/statm: 11889 364 245 79 0 219 0
[pid=29921] ppid=29907 vsize=813156 CPUtime=1.44
/proc/29921/stat : 29921 (java) S 29907 29907 28028 0 -1 0 31688 0 1 0 129 15 0 0 19 0 9 0 255514472 832671744 30922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29921/statm: 203289 30922 2589 9 0 197322 0
[pid=29921/tid=29922] ppid=29907 vsize=813156 CPUtime=0.9
/proc/29921/task/29922/stat : 29922 (java) R 29907 29907 28028 0 -1 64 14689 0 1 0 83 7 0 0 25 0 9 0 255514473 832671744 30922 996147200 134512640 134550740 4294955600 18446744073709551615 103826193 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29923] ppid=29907 vsize=813156 CPUtime=0.38
/proc/29921/task/29923/stat : 29923 (java) S 29907 29907 28028 0 -1 64 15523 0 0 0 32 6 0 0 19 0 9 0 255514474 832671744 30922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29924] ppid=29907 vsize=813156 CPUtime=0
/proc/29921/task/29924/stat : 29924 (java) S 29907 29907 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 255514474 832671744 30922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29925] ppid=29907 vsize=813156 CPUtime=0
/proc/29921/task/29925/stat : 29925 (java) S 29907 29907 28028 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 255514474 832671744 30922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29926] ppid=29907 vsize=813156 CPUtime=0
/proc/29921/task/29926/stat : 29926 (java) S 29907 29907 28028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 255514476 832671744 30922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29927] ppid=29907 vsize=813156 CPUtime=0.13
/proc/29921/task/29927/stat : 29927 (java) S 29907 29907 28028 0 -1 64 775 0 0 0 13 0 0 0 16 0 9 0 255514476 832671744 30922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29928] ppid=29907 vsize=813156 CPUtime=0
/proc/29921/task/29928/stat : 29928 (java) S 29907 29907 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 255514476 832671744 30922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29929] ppid=29907 vsize=813156 CPUtime=0
/proc/29921/task/29929/stat : 29929 (java) S 29907 29907 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 255514476 832671744 30922 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860712

[startup+3.10167 s]
/proc/loadavg: 1.97 2.00 2.00 3/84 29929
/proc/meminfo: memFree=1391424/2055920 swapFree=4179588/4192956
[pid=29907] ppid=29905 vsize=47556 CPUtime=0.01
/proc/29907/stat : 29907 (galacM.sh) S 29905 29907 28028 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 255514469 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29907/statm: 11889 364 245 79 0 219 0
[pid=29921] ppid=29907 vsize=813156 CPUtime=3.04
/proc/29921/stat : 29921 (java) S 29907 29907 28028 0 -1 0 41541 0 1 0 285 19 0 0 19 0 9 0 255514472 832671744 40765 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29921/statm: 203289 40765 2590 9 0 197322 0
[pid=29921/tid=29922] ppid=29907 vsize=813156 CPUtime=2.26
/proc/29921/task/29922/stat : 29922 (java) R 29907 29907 28028 0 -1 64 14712 0 1 0 219 7 0 0 25 0 9 0 255514473 832671744 40765 996147200 134512640 134550740 4294955600 18446744073709551615 4126790813 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29923] ppid=29907 vsize=813156 CPUtime=0.6
/proc/29921/task/29923/stat : 29923 (java) S 29907 29907 28028 0 -1 64 25340 0 0 0 50 10 0 0 18 0 9 0 255514474 832671744 40765 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29924] ppid=29907 vsize=813156 CPUtime=0
/proc/29921/task/29924/stat : 29924 (java) S 29907 29907 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 255514474 832671744 40765 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29925] ppid=29907 vsize=813156 CPUtime=0
/proc/29921/task/29925/stat : 29925 (java) S 29907 29907 28028 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 255514474 832671744 40765 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29926] ppid=29907 vsize=813156 CPUtime=0
/proc/29921/task/29926/stat : 29926 (java) S 29907 29907 28028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 255514476 832671744 40765 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29927] ppid=29907 vsize=813156 CPUtime=0.15
/proc/29921/task/29927/stat : 29927 (java) S 29907 29907 28028 0 -1 64 788 0 0 0 15 0 0 0 16 0 9 0 255514476 832671744 40765 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29928] ppid=29907 vsize=813156 CPUtime=0
/proc/29921/task/29928/stat : 29928 (java) S 29907 29907 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 255514476 832671744 40765 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29929] ppid=29907 vsize=813156 CPUtime=0
/proc/29921/task/29929/stat : 29929 (java) S 29907 29907 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 255514476 832671744 40765 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860712

[startup+6.30302 s]
/proc/loadavg: 1.97 2.00 2.00 3/84 29929
/proc/meminfo: memFree=1290496/2055920 swapFree=4179588/4192956
[pid=29907] ppid=29905 vsize=47556 CPUtime=0.01
/proc/29907/stat : 29907 (galacM.sh) S 29905 29907 28028 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 255514469 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29907/statm: 11889 364 245 79 0 219 0
[pid=29921] ppid=29907 vsize=813156 CPUtime=6.23
/proc/29921/stat : 29921 (java) S 29907 29907 28028 0 -1 0 62149 0 1 0 594 29 0 0 19 0 9 0 255514472 832671744 61368 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29921/statm: 203289 61369 2593 9 0 197322 0
[pid=29921/tid=29922] ppid=29907 vsize=813156 CPUtime=4.89
/proc/29921/task/29922/stat : 29922 (java) R 29907 29907 28028 0 -1 64 14718 0 1 0 481 8 0 0 25 0 9 0 255514473 832671744 61371 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29923] ppid=29907 vsize=813156 CPUtime=1.15
/proc/29921/task/29923/stat : 29923 (java) R 29907 29907 28028 0 -1 64 45941 0 0 0 96 19 0 0 17 0 9 0 255514474 832671744 61373 996147200 134512640 134550740 4294955600 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29924] ppid=29907 vsize=813156 CPUtime=0
/proc/29921/task/29924/stat : 29924 (java) S 29907 29907 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 255514474 832671744 61374 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29925] ppid=29907 vsize=813156 CPUtime=0
/proc/29921/task/29925/stat : 29925 (java) S 29907 29907 28028 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 255514474 832671744 61376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29926] ppid=29907 vsize=813156 CPUtime=0
/proc/29921/task/29926/stat : 29926 (java) S 29907 29907 28028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 255514476 832671744 61378 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29927] ppid=29907 vsize=813156 CPUtime=0.16
/proc/29921/task/29927/stat : 29927 (java) S 29907 29907 28028 0 -1 64 794 0 0 0 16 0 0 0 17 0 9 0 255514476 832671744 61380 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29928] ppid=29907 vsize=813156 CPUtime=0
/proc/29921/task/29928/stat : 29928 (java) S 29907 29907 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 255514476 832671744 61382 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29929] ppid=29907 vsize=813156 CPUtime=0
/proc/29921/task/29929/stat : 29929 (java) S 29907 29907 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 255514476 832671744 61384 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 860712

[startup+12.7017 s]
/proc/loadavg: 1.97 2.00 2.00 4/84 29929
/proc/meminfo: memFree=1136016/2055920 swapFree=4179588/4192956
[pid=29907] ppid=29905 vsize=47556 CPUtime=0.01
/proc/29907/stat : 29907 (galacM.sh) S 29905 29907 28028 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 255514469 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29907/statm: 11889 364 245 79 0 219 0
[pid=29921] ppid=29907 vsize=813156 CPUtime=12.6
/proc/29921/stat : 29921 (java) S 29907 29907 28028 0 -1 0 95380 0 1 0 1218 42 0 0 19 0 9 0 255514472 832671744 94589 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29921/statm: 203289 94589 2592 9 0 197322 0
[pid=29921/tid=29922] ppid=29907 vsize=813156 CPUtime=9.12
/proc/29921/task/29922/stat : 29922 (java) S 29907 29907 28028 0 -1 64 14725 0 1 0 904 8 0 0 25 0 9 0 255514473 832671744 94589 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29923] ppid=29907 vsize=813156 CPUtime=3.26
/proc/29921/task/29923/stat : 29923 (java) R 29907 29907 28028 0 -1 64 79144 0 0 0 294 32 0 0 22 0 9 0 255514474 832671744 94589 996147200 134512640 134550740 4294955600 18446744073709551615 104456994 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29924] ppid=29907 vsize=813156 CPUtime=0
/proc/29921/task/29924/stat : 29924 (java) S 29907 29907 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 255514474 832671744 94589 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29925] ppid=29907 vsize=813156 CPUtime=0
/proc/29921/task/29925/stat : 29925 (java) S 29907 29907 28028 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 255514474 832671744 94589 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29926] ppid=29907 vsize=813156 CPUtime=0
/proc/29921/task/29926/stat : 29926 (java) S 29907 29907 28028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 255514476 832671744 94589 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29927] ppid=29907 vsize=813156 CPUtime=0.19
/proc/29921/task/29927/stat : 29927 (java) S 29907 29907 28028 0 -1 64 810 0 0 0 19 0 0 0 16 0 9 0 255514476 832671744 94589 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29928] ppid=29907 vsize=813156 CPUtime=0
/proc/29921/task/29928/stat : 29928 (java) S 29907 29907 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 255514476 832671744 94589 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29929] ppid=29907 vsize=813156 CPUtime=0
/proc/29921/task/29929/stat : 29929 (java) S 29907 29907 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 255514476 832671744 94589 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 860712

[startup+25.5021 s]
/proc/loadavg: 2.12 2.03 2.01 3/84 29929
/proc/meminfo: memFree=910928/2055920 swapFree=4179588/4192956
[pid=29907] ppid=29905 vsize=47556 CPUtime=0.01
/proc/29907/stat : 29907 (galacM.sh) S 29905 29907 28028 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 255514469 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29907/statm: 11889 364 245 79 0 219 0
[pid=29921] ppid=29907 vsize=813272 CPUtime=25.36
/proc/29921/stat : 29921 (java) S 29907 29907 28028 0 -1 0 151558 0 1 0 2472 64 0 0 19 0 9 0 255514472 832790528 150756 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29921/statm: 203318 150756 2592 9 0 197351 0
[pid=29921/tid=29922] ppid=29907 vsize=813272 CPUtime=17.99
/proc/29921/task/29922/stat : 29922 (java) R 29907 29907 28028 0 -1 64 14752 0 1 0 1791 8 0 0 25 0 9 0 255514473 832790528 150756 996147200 134512640 134550740 4294955600 18446744073709551615 4126856192 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29923] ppid=29907 vsize=813272 CPUtime=7.11
/proc/29921/task/29923/stat : 29923 (java) S 29907 29907 28028 0 -1 64 135273 0 0 0 657 54 0 0 17 0 9 0 255514474 832790528 150756 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29924] ppid=29907 vsize=813272 CPUtime=0
/proc/29921/task/29924/stat : 29924 (java) S 29907 29907 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 255514474 832790528 150756 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29925] ppid=29907 vsize=813272 CPUtime=0
/proc/29921/task/29925/stat : 29925 (java) S 29907 29907 28028 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 255514474 832790528 150756 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29926] ppid=29907 vsize=813272 CPUtime=0
/proc/29921/task/29926/stat : 29926 (java) S 29907 29907 28028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 255514476 832790528 150756 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29927] ppid=29907 vsize=813272 CPUtime=0.22
/proc/29921/task/29927/stat : 29927 (java) S 29907 29907 28028 0 -1 64 832 0 0 0 22 0 0 0 16 0 9 0 255514476 832790528 150756 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29928] ppid=29907 vsize=813272 CPUtime=0
/proc/29921/task/29928/stat : 29928 (java) S 29907 29907 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 255514476 832790528 150756 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29929] ppid=29907 vsize=813272 CPUtime=0
/proc/29921/task/29929/stat : 29929 (java) S 29907 29907 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 255514476 832790528 150756 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 860828

[startup+51.1028 s]
/proc/loadavg: 2.08 2.03 2.00 3/84 29929
/proc/meminfo: memFree=769104/2055920 swapFree=4179588/4192956
[pid=29907] ppid=29905 vsize=47556 CPUtime=0.01
/proc/29907/stat : 29907 (galacM.sh) S 29905 29907 28028 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 255514469 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29907/statm: 11889 364 245 79 0 219 0
[pid=29921] ppid=29907 vsize=817372 CPUtime=50.85
/proc/29921/stat : 29921 (java) S 29907 29907 28028 0 -1 0 194004 0 1 0 5004 81 0 0 19 0 9 0 255514472 836988928 186119 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29921/statm: 204343 186119 2592 9 0 198376 0
[pid=29921/tid=29922] ppid=29907 vsize=817372 CPUtime=23.67
/proc/29921/task/29922/stat : 29922 (java) S 29907 29907 28028 0 -1 64 14762 0 1 0 2359 8 0 0 17 0 9 0 255514473 836988928 186119 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29923] ppid=29907 vsize=817372 CPUtime=26.91
/proc/29921/task/29923/stat : 29923 (java) R 29907 29907 28028 0 -1 64 177706 0 0 0 2621 70 0 0 25 0 9 0 255514474 836988928 186119 996147200 134512640 134550740 4294955600 18446744073709551615 104457044 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29924] ppid=29907 vsize=817372 CPUtime=0
/proc/29921/task/29924/stat : 29924 (java) S 29907 29907 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 255514474 836988928 186119 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29925] ppid=29907 vsize=817372 CPUtime=0
/proc/29921/task/29925/stat : 29925 (java) S 29907 29907 28028 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 255514474 836988928 186119 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29926] ppid=29907 vsize=817372 CPUtime=0
/proc/29921/task/29926/stat : 29926 (java) S 29907 29907 28028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 255514476 836988928 186119 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29927] ppid=29907 vsize=817372 CPUtime=0.23
/proc/29921/task/29927/stat : 29927 (java) S 29907 29907 28028 0 -1 64 835 0 0 0 23 0 0 0 16 0 9 0 255514476 836988928 186119 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29928] ppid=29907 vsize=817372 CPUtime=0
/proc/29921/task/29928/stat : 29928 (java) S 29907 29907 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 255514476 836988928 186119 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29929] ppid=29907 vsize=817372 CPUtime=0
/proc/29921/task/29929/stat : 29929 (java) S 29907 29907 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 255514476 836988928 186119 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 864928

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

[startup+52.702 s]
/proc/loadavg: 2.08 2.03 2.00 3/84 29929
/proc/meminfo: memFree=768976/2055920 swapFree=4179588/4192956
[pid=29907] ppid=29905 vsize=47556 CPUtime=0.01
/proc/29907/stat : 29907 (galacM.sh) S 29905 29907 28028 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 255514469 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29907/statm: 11889 364 245 79 0 219 0
[pid=29921] ppid=29907 vsize=817468 CPUtime=52.45
/proc/29921/stat : 29921 (java) S 29907 29907 28028 0 -1 0 195993 0 1 0 5163 82 0 0 19 0 9 0 255514472 837087232 186143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29921/statm: 204367 186143 2592 9 0 198400 0
[pid=29921/tid=29922] ppid=29907 vsize=817468 CPUtime=23.67
/proc/29921/task/29922/stat : 29922 (java) S 29907 29907 28028 0 -1 64 14762 0 1 0 2359 8 0 0 17 0 9 0 255514473 837087232 186143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29923] ppid=29907 vsize=817468 CPUtime=28.51
/proc/29921/task/29923/stat : 29923 (java) R 29907 29907 28028 0 -1 64 179695 0 0 0 2780 71 0 0 25 0 9 0 255514474 837087232 186143 996147200 134512640 134550740 4294955600 18446744073709551615 104180127 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29924] ppid=29907 vsize=817468 CPUtime=0
/proc/29921/task/29924/stat : 29924 (java) S 29907 29907 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 255514474 837087232 186143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29925] ppid=29907 vsize=817468 CPUtime=0
/proc/29921/task/29925/stat : 29925 (java) S 29907 29907 28028 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 255514474 837087232 186143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29926] ppid=29907 vsize=817468 CPUtime=0
/proc/29921/task/29926/stat : 29926 (java) S 29907 29907 28028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 255514476 837087232 186143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29927] ppid=29907 vsize=817468 CPUtime=0.23
/proc/29921/task/29927/stat : 29927 (java) S 29907 29907 28028 0 -1 64 835 0 0 0 23 0 0 0 16 0 9 0 255514476 837087232 186143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29928] ppid=29907 vsize=817468 CPUtime=0
/proc/29921/task/29928/stat : 29928 (java) S 29907 29907 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 255514476 837087232 186143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29929] ppid=29907 vsize=817468 CPUtime=0
/proc/29921/task/29929/stat : 29929 (java) S 29907 29907 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 255514476 837087232 186143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.46
Current children cumulated vsize (KiB) 865024

[startup+53.5011 s]
/proc/loadavg: 2.08 2.03 2.00 3/84 29929
/proc/meminfo: memFree=768976/2055920 swapFree=4179588/4192956
[pid=29907] ppid=29905 vsize=47556 CPUtime=0.01
/proc/29907/stat : 29907 (galacM.sh) S 29905 29907 28028 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 255514469 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29907/statm: 11889 364 245 79 0 219 0
[pid=29921] ppid=29907 vsize=817468 CPUtime=53.24
/proc/29921/stat : 29921 (java) S 29907 29907 28028 0 -1 0 195993 0 1 0 5242 82 0 0 19 0 9 0 255514472 837087232 186143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29921/statm: 204367 186143 2592 9 0 198400 0
[pid=29921/tid=29922] ppid=29907 vsize=817468 CPUtime=23.67
/proc/29921/task/29922/stat : 29922 (java) S 29907 29907 28028 0 -1 64 14762 0 1 0 2359 8 0 0 17 0 9 0 255514473 837087232 186143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29923] ppid=29907 vsize=817468 CPUtime=29.3
/proc/29921/task/29923/stat : 29923 (java) R 29907 29907 28028 0 -1 64 179695 0 0 0 2859 71 0 0 25 0 9 0 255514474 837087232 186143 996147200 134512640 134550740 4294955600 18446744073709551615 103834269 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29924] ppid=29907 vsize=817468 CPUtime=0
/proc/29921/task/29924/stat : 29924 (java) S 29907 29907 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 255514474 837087232 186143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29925] ppid=29907 vsize=817468 CPUtime=0
/proc/29921/task/29925/stat : 29925 (java) S 29907 29907 28028 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 255514474 837087232 186143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29926] ppid=29907 vsize=817468 CPUtime=0
/proc/29921/task/29926/stat : 29926 (java) S 29907 29907 28028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 255514476 837087232 186143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29927] ppid=29907 vsize=817468 CPUtime=0.23
/proc/29921/task/29927/stat : 29927 (java) S 29907 29907 28028 0 -1 64 835 0 0 0 23 0 0 0 16 0 9 0 255514476 837087232 186143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29928] ppid=29907 vsize=817468 CPUtime=0
/proc/29921/task/29928/stat : 29928 (java) S 29907 29907 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 255514476 837087232 186143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29929] ppid=29907 vsize=817468 CPUtime=0
/proc/29921/task/29929/stat : 29929 (java) S 29907 29907 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 255514476 837087232 186143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.25
Current children cumulated vsize (KiB) 865024

[startup+53.9061 s]
/proc/loadavg: 2.08 2.03 2.00 3/84 29929
/proc/meminfo: memFree=773008/2055920 swapFree=4179588/4192956
[pid=29907] ppid=29905 vsize=47556 CPUtime=0.01
/proc/29907/stat : 29907 (galacM.sh) S 29905 29907 28028 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 255514469 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29907/statm: 11889 364 245 79 0 219 0
[pid=29921] ppid=29907 vsize=813464 CPUtime=53.65
/proc/29921/stat : 29921 (java) S 29907 29907 28028 0 -1 0 195996 0 1 0 5283 82 0 0 19 0 9 0 255514472 832987136 185143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29921/statm: 203366 185143 2592 9 0 197399 0
[pid=29921/tid=29922] ppid=29907 vsize=813464 CPUtime=23.67
/proc/29921/task/29922/stat : 29922 (java) S 29907 29907 28028 0 -1 64 14765 0 1 0 2359 8 0 0 17 0 9 0 255514473 832987136 185143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29923] ppid=29907 vsize=813464 CPUtime=29.7
/proc/29921/task/29923/stat : 29923 (java) R 29907 29907 28028 0 -1 64 179695 0 0 0 2899 71 0 0 25 0 9 0 255514474 832987136 185143 996147200 134512640 134550740 4294955600 18446744073709551615 104181554 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29924] ppid=29907 vsize=813464 CPUtime=0
/proc/29921/task/29924/stat : 29924 (java) S 29907 29907 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 255514474 832987136 185143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29925] ppid=29907 vsize=813464 CPUtime=0
/proc/29921/task/29925/stat : 29925 (java) S 29907 29907 28028 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 255514474 832987136 185143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29926] ppid=29907 vsize=813464 CPUtime=0
/proc/29921/task/29926/stat : 29926 (java) S 29907 29907 28028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 255514476 832987136 185143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29927] ppid=29907 vsize=813464 CPUtime=0.23
/proc/29921/task/29927/stat : 29927 (java) S 29907 29907 28028 0 -1 64 835 0 0 0 23 0 0 0 16 0 9 0 255514476 832987136 185143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29928] ppid=29907 vsize=813464 CPUtime=0
/proc/29921/task/29928/stat : 29928 (java) S 29907 29907 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 255514476 832987136 185143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29929] ppid=29907 vsize=813464 CPUtime=0
/proc/29921/task/29929/stat : 29929 (java) S 29907 29907 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 255514476 832987136 185143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.66
Current children cumulated vsize (KiB) 861020

[startup+54.1012 s]
/proc/loadavg: 2.08 2.03 2.00 3/84 29929
/proc/meminfo: memFree=773008/2055920 swapFree=4179588/4192956
[pid=29907] ppid=29905 vsize=47556 CPUtime=0.01
/proc/29907/stat : 29907 (galacM.sh) S 29905 29907 28028 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 255514469 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29907/statm: 11889 364 245 79 0 219 0
[pid=29921] ppid=29907 vsize=813464 CPUtime=53.8
/proc/29921/stat : 29921 (java) S 29907 29907 28028 0 -1 0 196004 0 1 0 5298 82 0 0 19 0 9 0 255514472 832987136 185147 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29921/statm: 203366 185147 2592 9 0 197399 0
[pid=29921/tid=29922] ppid=29907 vsize=813464 CPUtime=23.68
/proc/29921/task/29922/stat : 29922 (java) S 29907 29907 28028 0 -1 64 14773 0 1 0 2360 8 0 0 16 0 9 0 255514473 832987136 185147 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29923] ppid=29907 vsize=813464 CPUtime=29.86
/proc/29921/task/29923/stat : 29923 (java) S 29907 29907 28028 0 -1 64 179695 0 0 0 2915 71 0 0 25 0 9 0 255514474 832987136 185147 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29924] ppid=29907 vsize=813464 CPUtime=0
/proc/29921/task/29924/stat : 29924 (java) S 29907 29907 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 255514474 832987136 185147 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29925] ppid=29907 vsize=813464 CPUtime=0
/proc/29921/task/29925/stat : 29925 (java) S 29907 29907 28028 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 255514474 832987136 185147 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29926] ppid=29907 vsize=813464 CPUtime=0
/proc/29921/task/29926/stat : 29926 (java) S 29907 29907 28028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 255514476 832987136 185147 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29927] ppid=29907 vsize=813464 CPUtime=0.23
/proc/29921/task/29927/stat : 29927 (java) S 29907 29907 28028 0 -1 64 835 0 0 0 23 0 0 0 16 0 9 0 255514476 832987136 185147 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29928] ppid=29907 vsize=813464 CPUtime=0
/proc/29921/task/29928/stat : 29928 (java) S 29907 29907 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 255514476 832987136 185147 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29921/tid=29929] ppid=29907 vsize=813464 CPUtime=0
/proc/29921/task/29929/stat : 29929 (java) S 29907 29907 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 255514476 832987136 185147 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.81
Current children cumulated vsize (KiB) 861020

[startup+54.2012 s]
/proc/loadavg: 2.08 2.03 2.00 3/84 29929
/proc/meminfo: memFree=773008/2055920 swapFree=4179588/4192956
[pid=29907] ppid=29905 vsize=47556 CPUtime=0.01
/proc/29907/stat : 29907 (galacM.sh) S 29905 29907 28028 0 -1 4194304 765 1698 0 0 0 0 0 1 17 0 1 0 255514469 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29907/statm: 11889 364 245 79 0 219 0
[pid=29921] ppid=29907 vsize=0 CPUtime=53.88
/proc/29921/stat : 29921 (java) Z 29907 29907 28028 0 -1 12 196009 0 1 0 5298 90 0 0 16 0 2 0 255514472 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29921/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 53.89
Current children cumulated vsize (KiB) 47556

Child status: 0
Real time (s): 54.2272
CPU time (s): 53.9498
CPU user time (s): 52.9999
CPU system time (s): 0.949855
CPU usage (%): 99.4884
Max. virtual memory (cumulated for all children) (KiB): 865024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.9999
system time used= 0.949855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198494
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= 2109
involuntary context switches= 2698

runsolver used 0.06299 second user time and 0.158975 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-05 04:34:25
IDJOB=1083125
IDBENCH=57413
IDSOLVER=350
FILE ID=node81/1083125-1215225265
PBS_JOBID= 7881768
Free space on /tmp= 126816 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f282a7bc045af28efe9331ccc5efb812
RANDOM SEED=945085193

node81.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.236
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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1506480 kB
Buffers:         82692 kB
Cached:         381668 kB
SwapCached:       6404 kB
Active:         244880 kB
Inactive:       233160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1506480 kB
SwapTotal:     4192956 kB
SwapFree:      4179588 kB
Dirty:            4068 kB
Writeback:           0 kB
Mapped:          20848 kB
Slab:            56912 kB
Committed_AS:   636264 kB
PageTables:       1572 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126816 MiB
End job on node81 at 2008-07-05 04:35:20