Trace number 1103425

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 ESAT 367.634 369.426

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-70_ext.xml
MD5SUM98b3a2b6c0f9d0c2aeeaafe35309499e
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.44617
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.25/1.36	c start processing
1.25/1.36	c start relation processing
1.64/1.78	c start cnf exporting
7.39/7.56	c parsing time : 1.231
7.39/7.56	c preprocessing time : 7.438
7.39/7.56	
7.39/7.56	c Nary constraints - conflicts : 0 supports : 0
7.39/7.56	c Binary constraints - conflicts : 0 supports :103
7.39/7.56	c max arity constraint : 2
7.39/7.56	c Max Tuples generated 0
7.39/7.56	c relations : 103
7.39/7.56	c relations BDD: 0
7.39/7.56	c sampling 0/0
7.39/7.56	c vars : 3201 - clauses :  142920
7.39/7.56	
7.46/7.62	 
7.46/7.62	c --- SAT Solver Stats ---
7.46/7.62	 
7.46/7.62	c eSAT 0.1 : minisat core with additionnal features
7.46/7.62	c ============================[ Problem Statistics ]=============================
7.46/7.62	c |                                                                             |
7.46/7.62	c |  Number of variables:  3200                                                 |
7.46/7.62	c |  Number of clauses:    142920                                               |
7.48/7.75	c |  Parsing time:         0.11         s                                       |
366.36/368.35	c restarts              : 416
366.36/368.35	c conflicts             : 165221         (461 /sec)
366.36/368.35	c decisions             : 400031         (10.73 % random) (1115 /sec)
366.36/368.35	c euip                  : 32382       
366.36/368.35	c propagations          : 57470437       (160221 /sec)
366.36/368.35	c conflict literals     : 41047156       (23.46 % deleted)
366.36/368.35	c Memory used           : 64.19 MB
366.36/368.35	c CPU time              : 358.695 s
366.36/368.35	c 
366.36/368.35	s SATISFIABLE
367.59/369.42	v 25 72 3 54 18 69 5 22 70 71 68 14 58 48 75 68 7 34 44 51 41 71 20 1 33 34 39 3 16 31 77 18 59 41 5 45 22 20 30 19

Verifier Data (download as text)

OK

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-1103425-1215301074/watcher-1103425-1215301074 -o /tmp/evaluation-result-1103425-1215301074/solver-1103425-1215301074 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1103425-1215301074.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.93 2.01 2.00 4/73 28171
/proc/meminfo: memFree=1492264/2055920 swapFree=4180444/4192956
[pid=28171] ppid=28169 vsize=8560 CPUtime=0
/proc/28171/stat : 28171 (galacE.sh) R 28169 28171 27592 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 2009077013 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 213112309647 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28171/statm: 2140 254 197 79 0 133 0

[startup+0.015675 s]
/proc/loadavg: 1.93 2.01 2.00 4/73 28171
/proc/meminfo: memFree=1492264/2055920 swapFree=4180444/4192956
[pid=28171] ppid=28169 vsize=8652 CPUtime=0
/proc/28171/stat : 28171 (galacE.sh) S 28169 28171 27592 0 -1 4194304 346 0 0 0 0 0 0 0 19 0 1 0 2009077013 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28171/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.102689 s]
/proc/loadavg: 1.93 2.01 2.00 4/73 28171
/proc/meminfo: memFree=1492264/2055920 swapFree=4180444/4192956
[pid=28171] ppid=28169 vsize=47564 CPUtime=0.01
/proc/28171/stat : 28171 (galacE.sh) S 28169 28171 27592 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2009077013 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28171/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.302726 s]
/proc/loadavg: 1.93 2.01 2.00 4/73 28171
/proc/meminfo: memFree=1492264/2055920 swapFree=4180444/4192956
[pid=28171] ppid=28169 vsize=47564 CPUtime=0.01
/proc/28171/stat : 28171 (galacE.sh) S 28169 28171 27592 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2009077013 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28171/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701793 s]
/proc/loadavg: 1.93 2.01 2.00 4/73 28171
/proc/meminfo: memFree=1492264/2055920 swapFree=4180444/4192956
[pid=28171] ppid=28169 vsize=47564 CPUtime=0.01
/proc/28171/stat : 28171 (galacE.sh) S 28169 28171 27592 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2009077013 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28171/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50193 s]
/proc/loadavg: 1.94 2.01 2.00 4/83 28193
/proc/meminfo: memFree=1414360/2055920 swapFree=4180444/4192956
[pid=28171] ppid=28169 vsize=47564 CPUtime=0.01
/proc/28171/stat : 28171 (galacE.sh) S 28169 28171 27592 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2009077013 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28171/statm: 11891 364 245 79 0 219 0
[pid=28185] ppid=28171 vsize=812420 CPUtime=1.44
/proc/28185/stat : 28185 (java) S 28171 28171 27592 0 -1 0 21833 0 1 0 131 13 0 0 19 0 9 0 2009077017 831918080 21250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28185/statm: 203105 21250 1891 9 0 197138 0
[pid=28185/tid=28186] ppid=28171 vsize=812420 CPUtime=1.16
/proc/28185/task/28186/stat : 28186 (java) R 28171 28171 27592 0 -1 64 14487 0 1 0 106 10 0 0 25 0 9 0 2009077018 831918080 21250 996147200 134512640 134550740 4294955600 18446744073709551615 4126867620 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28185/tid=28187] ppid=28171 vsize=812420 CPUtime=0.08
/proc/28185/task/28187/stat : 28187 (java) S 28171 28171 27592 0 -1 64 5858 0 0 0 6 2 0 0 16 0 9 0 2009077019 831918080 21250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28185/tid=28188] ppid=28171 vsize=812420 CPUtime=0
/proc/28185/task/28188/stat : 28188 (java) S 28171 28171 27592 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2009077019 831918080 21250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28185/tid=28189] ppid=28171 vsize=812420 CPUtime=0
/proc/28185/task/28189/stat : 28189 (java) S 28171 28171 27592 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2009077019 831918080 21250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28185/tid=28190] ppid=28171 vsize=812420 CPUtime=0
/proc/28185/task/28190/stat : 28190 (java) S 28171 28171 27592 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2009077022 831918080 21250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28185/tid=28191] ppid=28171 vsize=812420 CPUtime=0.17
/proc/28185/task/28191/stat : 28191 (java) S 28171 28171 27592 0 -1 64 788 0 0 0 17 0 0 0 16 0 9 0 2009077022 831918080 21250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28185/tid=28192] ppid=28171 vsize=812420 CPUtime=0
/proc/28185/task/28192/stat : 28192 (java) S 28171 28171 27592 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2009077022 831918080 21250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28185/tid=28193] ppid=28171 vsize=812420 CPUtime=0
/proc/28185/task/28193/stat : 28193 (java) S 28171 28171 27592 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2009077022 831918080 21250 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) 859984

[startup+3.10221 s]
/proc/loadavg: 1.94 2.01 2.00 3/83 28193
/proc/meminfo: memFree=1413144/2055920 swapFree=4180444/4192956
[pid=28171] ppid=28169 vsize=47564 CPUtime=0.01
/proc/28171/stat : 28171 (galacE.sh) S 28169 28171 27592 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2009077013 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28171/statm: 11891 364 245 79 0 219 0
[pid=28185] ppid=28171 vsize=812552 CPUtime=3.03
/proc/28185/stat : 28185 (java) S 28171 28171 27592 0 -1 0 24872 0 1 0 287 16 0 0 19 0 9 0 2009077017 832053248 24284 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28185/statm: 203138 24284 1913 9 0 197171 0
[pid=28185/tid=28186] ppid=28171 vsize=812552 CPUtime=2.58
/proc/28185/task/28186/stat : 28186 (java) R 28171 28171 27592 0 -1 64 14534 0 1 0 248 10 0 0 25 0 9 0 2009077018 832053248 24284 996147200 134512640 134550740 4294955600 18446744073709551615 4126686346 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28185/tid=28187] ppid=28171 vsize=812552 CPUtime=0.18
/proc/28185/task/28187/stat : 28187 (java) S 28171 28171 27592 0 -1 64 8808 0 0 0 14 4 0 0 16 0 9 0 2009077019 832053248 24284 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28185/tid=28188] ppid=28171 vsize=812552 CPUtime=0
/proc/28185/task/28188/stat : 28188 (java) S 28171 28171 27592 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2009077019 832053248 24284 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28185/tid=28189] ppid=28171 vsize=812552 CPUtime=0
/proc/28185/task/28189/stat : 28189 (java) S 28171 28171 27592 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2009077019 832053248 24284 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28185/tid=28190] ppid=28171 vsize=812552 CPUtime=0
/proc/28185/task/28190/stat : 28190 (java) S 28171 28171 27592 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2009077022 832053248 24284 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28185/tid=28191] ppid=28171 vsize=812552 CPUtime=0.22
/proc/28185/task/28191/stat : 28191 (java) S 28171 28171 27592 0 -1 64 830 0 0 0 22 0 0 0 16 0 9 0 2009077022 832053248 24284 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28185/tid=28192] ppid=28171 vsize=812552 CPUtime=0
/proc/28185/task/28192/stat : 28192 (java) S 28171 28171 27592 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2009077022 832053248 24284 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28185/tid=28193] ppid=28171 vsize=812552 CPUtime=0
/proc/28185/task/28193/stat : 28193 (java) S 28171 28171 27592 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2009077022 832053248 24284 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860116

[startup+6.30174 s]
/proc/loadavg: 1.94 2.01 2.00 3/83 28193
/proc/meminfo: memFree=1398872/2055920 swapFree=4180444/4192956
[pid=28171] ppid=28169 vsize=47564 CPUtime=0.01
/proc/28171/stat : 28171 (galacE.sh) S 28169 28171 27592 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2009077013 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28171/statm: 11891 364 245 79 0 219 0
[pid=28185] ppid=28171 vsize=812552 CPUtime=6.2
/proc/28185/stat : 28185 (java) S 28171 28171 27592 0 -1 0 24894 0 1 0 602 18 0 0 19 0 9 0 2009077017 832053248 24298 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28185/statm: 203138 24298 1914 9 0 197171 0
[pid=28185/tid=28186] ppid=28171 vsize=812552 CPUtime=5.73
/proc/28185/task/28186/stat : 28186 (java) R 28171 28171 27592 0 -1 64 14543 0 1 0 561 12 0 0 25 0 9 0 2009077018 832053248 24298 996147200 134512640 134550740 4294955600 18446744073709551615 4127034882 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28185/tid=28187] ppid=28171 vsize=812552 CPUtime=0.19
/proc/28185/task/28187/stat : 28187 (java) S 28171 28171 27592 0 -1 64 8808 0 0 0 15 4 0 0 16 0 9 0 2009077019 832053248 24298 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28185/tid=28188] ppid=28171 vsize=812552 CPUtime=0
/proc/28185/task/28188/stat : 28188 (java) S 28171 28171 27592 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2009077019 832053248 24298 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28185/tid=28189] ppid=28171 vsize=812552 CPUtime=0
/proc/28185/task/28189/stat : 28189 (java) S 28171 28171 27592 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2009077019 832053248 24298 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28185/tid=28190] ppid=28171 vsize=812552 CPUtime=0
/proc/28185/task/28190/stat : 28190 (java) S 28171 28171 27592 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2009077022 832053248 24298 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28185/tid=28191] ppid=28171 vsize=812552 CPUtime=0.25
/proc/28185/task/28191/stat : 28191 (java) S 28171 28171 27592 0 -1 64 843 0 0 0 24 1 0 0 15 0 9 0 2009077022 832053248 24298 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28185/tid=28192] ppid=28171 vsize=812552 CPUtime=0
/proc/28185/task/28192/stat : 28192 (java) S 28171 28171 27592 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2009077022 832053248 24298 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28185/tid=28193] ppid=28171 vsize=812552 CPUtime=0
/proc/28185/task/28193/stat : 28193 (java) S 28171 28171 27592 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2009077022 832053248 24298 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860116

[startup+12.7018 s]
/proc/loadavg: 1.95 2.01 2.00 3/75 28194
/proc/meminfo: memFree=1476056/2055920 swapFree=4180444/4192956
[pid=28171] ppid=28169 vsize=47564 CPUtime=7.48
/proc/28171/stat : 28171 (galacE.sh) S 28169 28171 27592 0 -1 4194304 799 26606 0 1 0 0 727 21 17 0 1 0 2009077013 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28171/statm: 11891 364 245 79 0 219 0
[pid=28194] ppid=28171 vsize=13440 CPUtime=5.02
/proc/28194/stat : 28194 (eSAT_static) R 28171 28171 27592 0 -1 4194304 3506 0 0 0 500 2 0 0 25 0 1 0 2009077775 13762560 3178 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/28194/statm: 3360 3178 81 162 0 3195 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 61004

[startup+25.503 s]
/proc/loadavg: 1.95 2.01 2.00 3/75 28194
/proc/meminfo: memFree=1467160/2055920 swapFree=4180444/4192956
[pid=28171] ppid=28169 vsize=47564 CPUtime=7.48
/proc/28171/stat : 28171 (galacE.sh) S 28169 28171 27592 0 -1 4194304 799 26606 0 1 0 0 727 21 17 0 1 0 2009077013 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28171/statm: 11891 364 245 79 0 219 0
[pid=28194] ppid=28171 vsize=20456 CPUtime=17.7
/proc/28194/stat : 28194 (eSAT_static) R 28171 28171 27592 0 -1 4194304 5288 0 0 0 1766 4 0 0 25 0 1 0 2009077775 20946944 4960 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/28194/statm: 5114 4960 81 162 0 4949 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 68020

[startup+51.1024 s]
/proc/loadavg: 1.97 2.01 2.00 3/75 28194
/proc/meminfo: memFree=1455448/2055920 swapFree=4180444/4192956
[pid=28171] ppid=28169 vsize=47564 CPUtime=7.48
/proc/28171/stat : 28171 (galacE.sh) S 28169 28171 27592 0 -1 4194304 799 26606 0 1 0 0 727 21 17 0 1 0 2009077013 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28171/statm: 11891 364 245 79 0 219 0
[pid=28194] ppid=28171 vsize=30292 CPUtime=43.06
/proc/28194/stat : 28194 (eSAT_static) R 28171 28171 27592 0 -1 4194304 7737 0 0 0 4299 7 0 0 25 0 1 0 2009077775 31019008 7409 996147200 134512640 135177480 4294955968 18446744073709551615 134565312 0 0 4096 3 0 0 0 17 1 0 0
/proc/28194/statm: 7573 7409 81 162 0 7408 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 77856

[startup+102.306 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 28194
/proc/meminfo: memFree=1440792/2055920 swapFree=4180444/4192956
[pid=28171] ppid=28169 vsize=47564 CPUtime=7.48
/proc/28171/stat : 28171 (galacE.sh) S 28169 28171 27592 0 -1 4194304 799 26606 0 1 0 0 727 21 17 0 1 0 2009077013 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28171/statm: 11891 364 245 79 0 219 0
[pid=28194] ppid=28171 vsize=41116 CPUtime=93.78
/proc/28194/stat : 28194 (eSAT_static) R 28171 28171 27592 0 -1 4194304 10438 0 0 0 9368 10 0 0 25 0 1 0 2009077775 42102784 10110 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/28194/statm: 10279 10110 81 162 0 10114 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 88680

[startup+162.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 28194
/proc/meminfo: memFree=1428312/2055920 swapFree=4180444/4192956
[pid=28171] ppid=28169 vsize=47564 CPUtime=7.48
/proc/28171/stat : 28171 (galacE.sh) S 28169 28171 27592 0 -1 4194304 799 26606 0 1 0 0 727 21 17 0 1 0 2009077013 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28171/statm: 11891 364 245 79 0 219 0
[pid=28194] ppid=28171 vsize=49364 CPUtime=153.21
/proc/28194/stat : 28194 (eSAT_static) R 28171 28171 27592 0 -1 4194304 12479 0 0 0 15309 12 0 0 25 0 1 0 2009077775 50548736 12151 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/28194/statm: 12341 12151 81 162 0 12176 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 96928

[startup+222.301 s]
/proc/loadavg: 1.45 1.85 1.94 2/69 28485
/proc/meminfo: memFree=1629776/2055920 swapFree=4180444/4192956
[pid=28171] ppid=28169 vsize=47564 CPUtime=7.48
/proc/28171/stat : 28171 (galacE.sh) S 28169 28171 27592 0 -1 4194304 799 26606 0 1 0 0 727 21 17 0 1 0 2009077013 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28171/statm: 11891 364 245 79 0 219 0
[pid=28194] ppid=28171 vsize=61856 CPUtime=213.09
/proc/28194/stat : 28194 (eSAT_static) R 28171 28171 27592 0 -1 4194304 15579 0 0 0 21292 17 0 0 25 0 1 0 2009077775 63340544 15251 996147200 134512640 135177480 4294955968 18446744073709551615 134565258 0 0 4096 3 0 0 0 17 0 0 0
/proc/28194/statm: 15464 15251 81 162 0 15299 0
Current children cumulated CPU time (s) 220.57
Current children cumulated vsize (KiB) 109420

[startup+282.302 s]
/proc/loadavg: 1.16 1.69 1.88 2/69 28815
/proc/meminfo: memFree=1628496/2055920 swapFree=4180444/4192956
[pid=28171] ppid=28169 vsize=47564 CPUtime=7.48
/proc/28171/stat : 28171 (galacE.sh) S 28169 28171 27592 0 -1 4194304 799 26606 0 1 0 0 727 21 17 0 1 0 2009077013 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28171/statm: 11891 364 245 79 0 219 0
[pid=28194] ppid=28171 vsize=62892 CPUtime=273
/proc/28194/stat : 28194 (eSAT_static) R 28171 28171 27592 0 -1 4194304 15862 0 0 0 27280 20 0 0 25 0 1 0 2009077775 64401408 15534 996147200 134512640 135177480 4294955968 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 0 0 0
/proc/28194/statm: 15723 15534 81 162 0 15558 0
Current children cumulated CPU time (s) 280.48
Current children cumulated vsize (KiB) 110456

[startup+342.302 s]
/proc/loadavg: 1.06 1.56 1.82 2/69 29145
/proc/meminfo: memFree=1625680/2055920 swapFree=4180444/4192956
[pid=28171] ppid=28169 vsize=47564 CPUtime=7.48
/proc/28171/stat : 28171 (galacE.sh) S 28169 28171 27592 0 -1 4194304 799 26606 0 1 0 0 727 21 17 0 1 0 2009077013 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28171/statm: 11891 364 245 79 0 219 0
[pid=28194] ppid=28171 vsize=65724 CPUtime=332.92
/proc/28194/stat : 28194 (eSAT_static) R 28171 28171 27592 0 -1 4194304 16544 0 0 0 33270 22 0 0 25 0 1 0 2009077775 67301376 16216 996147200 134512640 135177480 4294955968 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 0 0 0
/proc/28194/statm: 16431 16216 81 162 0 16266 0
Current children cumulated CPU time (s) 340.4
Current children cumulated vsize (KiB) 113288

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

[startup+345.502 s]
/proc/loadavg: 1.06 1.56 1.82 3/67 29179
/proc/meminfo: memFree=1626592/2055920 swapFree=4180444/4192956
[pid=28171] ppid=28169 vsize=47564 CPUtime=7.48
/proc/28171/stat : 28171 (galacE.sh) S 28169 28171 27592 0 -1 4194304 799 26606 0 1 0 0 727 21 17 0 1 0 2009077013 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28171/statm: 11891 364 245 79 0 219 0
[pid=28194] ppid=28171 vsize=65724 CPUtime=336.12
/proc/28194/stat : 28194 (eSAT_static) R 28171 28171 27592 0 -1 4194304 16544 0 0 0 33589 23 0 0 25 0 1 0 2009077775 67301376 16216 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/28194/statm: 16431 16216 81 162 0 16266 0
Current children cumulated CPU time (s) 343.6
Current children cumulated vsize (KiB) 113288

[startup+358.302 s]
/proc/loadavg: 1.05 1.53 1.81 2/66 29248
/proc/meminfo: memFree=1626664/2055920 swapFree=4180444/4192956
[pid=28171] ppid=28169 vsize=47564 CPUtime=7.48
/proc/28171/stat : 28171 (galacE.sh) S 28169 28171 27592 0 -1 4194304 799 26606 0 1 0 0 727 21 17 0 1 0 2009077013 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28171/statm: 11891 364 245 79 0 219 0
[pid=28194] ppid=28171 vsize=65724 CPUtime=348.88
/proc/28194/stat : 28194 (eSAT_static) R 28171 28171 27592 0 -1 4194304 16546 0 0 0 34865 23 0 0 25 0 1 0 2009077775 67301376 16218 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/28194/statm: 16431 16218 81 162 0 16266 0
Current children cumulated CPU time (s) 356.36
Current children cumulated vsize (KiB) 113288

[startup+364.702 s]
/proc/loadavg: 1.04 1.52 1.80 2/66 29281
/proc/meminfo: memFree=1626848/2055920 swapFree=4180444/4192956
[pid=28171] ppid=28169 vsize=47564 CPUtime=7.48
/proc/28171/stat : 28171 (galacE.sh) S 28169 28171 27592 0 -1 4194304 799 26606 0 1 0 0 727 21 17 0 1 0 2009077013 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28171/statm: 11891 364 245 79 0 219 0
[pid=28194] ppid=28171 vsize=65724 CPUtime=355.28
/proc/28194/stat : 28194 (eSAT_static) R 28171 28171 27592 0 -1 4194304 16546 0 0 0 35504 24 0 0 25 0 1 0 2009077775 67301376 16218 996147200 134512640 135177480 4294955968 18446744073709551615 134571273 0 0 4096 3 0 0 0 17 0 0 0
/proc/28194/statm: 16431 16218 81 162 0 16266 0
Current children cumulated CPU time (s) 362.76
Current children cumulated vsize (KiB) 113288

[startup+367.901 s]
/proc/loadavg: 1.04 1.51 1.80 2/69 29310
/proc/meminfo: memFree=1625608/2055920 swapFree=4180444/4192956
[pid=28171] ppid=28169 vsize=47564 CPUtime=7.48
/proc/28171/stat : 28171 (galacE.sh) S 28169 28171 27592 0 -1 4194304 799 26606 0 1 0 0 727 21 17 0 1 0 2009077013 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28171/statm: 11891 364 245 79 0 219 0
[pid=28194] ppid=28171 vsize=65724 CPUtime=358.48
/proc/28194/stat : 28194 (eSAT_static) R 28171 28171 27592 0 -1 4194304 16546 0 0 0 35824 24 0 0 25 0 1 0 2009077775 67301376 16218 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/28194/statm: 16431 16218 81 162 0 16266 0
Current children cumulated CPU time (s) 365.96
Current children cumulated vsize (KiB) 113288

[startup+368.701 s]
/proc/loadavg: 1.04 1.51 1.80 2/73 29315
/proc/meminfo: memFree=1686504/2055920 swapFree=4180444/4192956
[pid=28171] ppid=28169 vsize=47564 CPUtime=366.43
/proc/28171/stat : 28171 (galacE.sh) S 28169 28171 27592 0 -1 4194304 835 43164 0 1 0 0 36597 46 16 0 1 0 2009077013 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213112291410 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28171/statm: 11891 365 245 79 0 219 0
[pid=29311] ppid=28171 vsize=813512 CPUtime=0.43
/proc/29311/stat : 29311 (java) S 28171 28171 27592 0 -1 0 7845 0 1 0 38 5 0 0 18 0 9 0 2009113850 833036288 7268 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29311/statm: 203378 7271 1856 9 0 197411 0
[pid=29311/tid=29312] ppid=28171 vsize=813512 CPUtime=0.3
/proc/29311/task/29312/stat : 29312 (java) R 28171 28171 27592 0 -1 64 6448 0 1 0 27 3 0 0 17 0 9 0 2009113851 833036288 7273 996147200 134512640 134550740 4294955616 18446744073709551615 4126682234 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29311/tid=29313] ppid=28171 vsize=813512 CPUtime=0
/proc/29311/task/29313/stat : 29313 (java) S 28171 28171 27592 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2009113852 833036288 7275 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=29311/tid=29314] ppid=28171 vsize=813512 CPUtime=0
/proc/29311/task/29314/stat : 29314 (java) S 28171 28171 27592 0 -1 64 11 0 0 0 0 0 0 0 21 0 9 0 2009113853 833036288 7277 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29311/tid=29315] ppid=28171 vsize=813512 CPUtime=0
/proc/29311/task/29315/stat : 29315 (java) S 28171 28171 27592 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 2009113853 833036288 7280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 366.86
Current children cumulated vsize (KiB) 861076

[startup+369.102 s]
/proc/loadavg: 1.04 1.51 1.80 2/73 29315
/proc/meminfo: memFree=1686504/2055920 swapFree=4180444/4192956
[pid=28171] ppid=28169 vsize=47564 CPUtime=366.43
/proc/28171/stat : 28171 (galacE.sh) S 28169 28171 27592 0 -1 4194304 835 43164 0 1 0 0 36597 46 16 0 1 0 2009077013 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213112291410 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28171/statm: 11891 365 245 79 0 219 0
[pid=29311] ppid=28171 vsize=813512 CPUtime=0.83
/proc/29311/stat : 29311 (java) S 28171 28171 27592 0 -1 0 16023 0 1 0 75 8 0 0 18 0 9 0 2009113850 833036288 15443 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29311/statm: 203378 15443 1867 9 0 197411 0
[pid=29311/tid=29312] ppid=28171 vsize=813512 CPUtime=0.7
/proc/29311/task/29312/stat : 29312 (java) R 28171 28171 27592 0 -1 64 14465 0 1 0 63 7 0 0 18 0 9 0 2009113851 833036288 15443 996147200 134512640 134550740 4294955616 18446744073709551615 4126664945 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29311/tid=29313] ppid=28171 vsize=813512 CPUtime=0
/proc/29311/task/29313/stat : 29313 (java) S 28171 28171 27592 0 -1 64 151 0 0 0 0 0 0 0 16 0 9 0 2009113852 833036288 15443 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=29311/tid=29314] ppid=28171 vsize=813512 CPUtime=0
/proc/29311/task/29314/stat : 29314 (java) S 28171 28171 27592 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 2009113853 833036288 15443 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29311/tid=29315] ppid=28171 vsize=813512 CPUtime=0
/proc/29311/task/29315/stat : 29315 (java) S 28171 28171 27592 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2009113853 833036288 15443 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 367.26
Current children cumulated vsize (KiB) 861076

[startup+369.302 s]
/proc/loadavg: 1.04 1.51 1.80 2/73 29315
/proc/meminfo: memFree=1686504/2055920 swapFree=4180444/4192956
[pid=28171] ppid=28169 vsize=47564 CPUtime=366.43
/proc/28171/stat : 28171 (galacE.sh) S 28169 28171 27592 0 -1 4194304 835 43164 0 1 0 0 36597 46 16 0 1 0 2009077013 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213112291410 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28171/statm: 11891 365 245 79 0 219 0
[pid=29311] ppid=28171 vsize=813512 CPUtime=1.03
/proc/29311/stat : 29311 (java) S 28171 28171 27592 0 -1 0 16160 0 1 0 95 8 0 0 18 0 9 0 2009113850 833036288 15579 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29311/statm: 203378 15579 1867 9 0 197411 0
[pid=29311/tid=29312] ppid=28171 vsize=813512 CPUtime=0.89
/proc/29311/task/29312/stat : 29312 (java) R 28171 28171 27592 0 -1 64 14468 0 1 0 82 7 0 0 18 0 9 0 2009113851 833036288 15579 996147200 134512640 134550740 4294955616 18446744073709551615 4125924730 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=29311/tid=29313] ppid=28171 vsize=813512 CPUtime=0
/proc/29311/task/29313/stat : 29313 (java) S 28171 28171 27592 0 -1 64 283 0 0 0 0 0 0 0 15 0 9 0 2009113852 833036288 15579 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=29311/tid=29314] ppid=28171 vsize=813512 CPUtime=0
/proc/29311/task/29314/stat : 29314 (java) S 28171 28171 27592 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 2009113853 833036288 15579 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29311/tid=29315] ppid=28171 vsize=813512 CPUtime=0
/proc/29311/task/29315/stat : 29315 (java) S 28171 28171 27592 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2009113853 833036288 15579 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 367.46
Current children cumulated vsize (KiB) 861076

[startup+369.402 s]
/proc/loadavg: 1.04 1.51 1.80 2/73 29315
/proc/meminfo: memFree=1686504/2055920 swapFree=4180444/4192956
[pid=28171] ppid=28169 vsize=47564 CPUtime=366.43
/proc/28171/stat : 28171 (galacE.sh) S 28169 28171 27592 0 -1 4194304 842 43164 0 1 0 0 36597 46 16 0 1 0 2009077013 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 213112291410 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28171/statm: 11891 366 245 79 0 219 0
[pid=29311] ppid=28171 vsize=813624 CPUtime=1.16
/proc/29311/stat : 29311 (java) S 28171 28171 27592 0 -1 0 16347 0 1 0 107 9 0 0 18 0 9 0 2009113850 833150976 15727 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29311/statm: 203406 15727 1923 9 0 197411 0
[pid=29311/tid=29312] ppid=28171 vsize=813624 CPUtime=0.96
/proc/29311/task/29312/stat : 29312 (java) S 28171 28171 27592 0 -1 64 14620 0 1 0 89 7 0 0 17 0 9 0 2009113851 833150976 15727 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29311/tid=29313] ppid=28171 vsize=813624 CPUtime=0
/proc/29311/task/29313/stat : 29313 (java) S 28171 28171 27592 0 -1 64 283 0 0 0 0 0 0 0 15 0 9 0 2009113852 833150976 15727 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=29311/tid=29314] ppid=28171 vsize=813624 CPUtime=0
/proc/29311/task/29314/stat : 29314 (java) S 28171 28171 27592 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 2009113853 833150976 15727 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29311/tid=29315] ppid=28171 vsize=813624 CPUtime=0
/proc/29311/task/29315/stat : 29315 (java) S 28171 28171 27592 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2009113853 833150976 15727 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 367.59
Current children cumulated vsize (KiB) 861188

Child status: 0
Real time (s): 369.426
CPU time (s): 367.634
CPU user time (s): 367.054
CPU system time (s): 0.579911
CPU usage (%): 99.515
Max. virtual memory (cumulated for all children) (KiB): 861188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 367.054
system time used= 0.579911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60551
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1543
involuntary context switches= 5845

runsolver used 0.431934 second user time and 1.08183 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-06 01:37:54
IDJOB=1103425
IDBENCH=60338
IDSOLVER=351
FILE ID=node68/1103425-1215301074
PBS_JOBID= 7882440
Free space on /tmp= 66520 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-70_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1103425-1215301074/watcher-1103425-1215301074 -o /tmp/evaluation-result-1103425-1215301074/solver-1103425-1215301074 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1103425-1215301074.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 98b3a2b6c0f9d0c2aeeaafe35309499e
RANDOM SEED=1664906302

node68.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.261
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.261
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:       1492744 kB
Buffers:         68596 kB
Cached:         233760 kB
SwapCached:       6772 kB
Active:         379172 kB
Inactive:       128296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1492744 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            4112 kB
Writeback:           0 kB
Mapped:         210432 kB
Slab:            40760 kB
Committed_AS:  4565168 kB
PageTables:       2100 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= 66524 MiB
End job on node68 at 2008-07-06 01:44:04