Trace number 1089683

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 EUNSAT 16.0756 16.2135

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-15/
normalized-lei450-15d-08.xml
MD5SUM18f5e43835e75ec52b7f30d00e66eb96
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 benchmark0.620905
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints16750
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16750
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.03	c --- Preproc Stats ---
4.04/4.19	c start processing
4.04/4.19	c start relation processing
4.04/4.19	c start cnf exporting
7.60/7.72	c parsing time : 4.063
7.60/7.72	c preprocessing time : 7.602
7.60/7.74	
7.60/7.74	c Nary constraints - conflicts : 0 supports : 0
7.60/7.74	c Binary constraints - conflicts : 16750 supports :0
7.60/7.74	c max arity constraint : 2
7.60/7.74	c Max Tuples generated 64
7.60/7.74	c relations : 1
7.60/7.74	c relations BDD: 0
7.60/7.74	c sampling 0/0
7.60/7.74	c vars : 3601 - clauses :  147050
7.60/7.74	
7.64/7.80	 
7.64/7.80	c --- SAT Solver Stats ---
7.64/7.80	 
7.64/7.80	c eSAT 0.1 : minisat core with additionnal features
7.64/7.80	c ============================[ Problem Statistics ]=============================
7.64/7.80	c |                                                                             |
7.64/7.80	c |  Number of variables:  3600                                                 |
7.64/7.80	c |  Number of clauses:    147050                                               |
7.65/7.90	c |  Parsing time:         0.09         s                                       |
16.04/16.20	c restarts              : 177
16.04/16.20	c conflicts             : 44028          (5255 /sec)
16.04/16.20	c decisions             : 71589          (24.76 % random) (8545 /sec)
16.04/16.20	c euip                  : 4449        
16.04/16.20	c propagations          : 4194166        (500633 /sec)
16.04/16.20	c conflict literals     : 736354         (26.60 % deleted)
16.04/16.20	c Memory used           : 14.09 MB
16.04/16.20	c CPU time              : 8.37773 s
16.04/16.20	c 
16.04/16.20	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1089683-1215269174/watcher-1089683-1215269174 -o /tmp/evaluation-result-1089683-1215269174/solver-1089683-1215269174 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1089683-1215269174.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.00 2.00 4/73 27234
/proc/meminfo: memFree=1701896/2055920 swapFree=4179812/4192956
[pid=27234] ppid=27232 vsize=8652 CPUtime=0
/proc/27234/stat : 27234 (galacE.sh) S 27232 27234 25444 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 682645083 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27234/statm: 2163 280 208 79 0 156 0
[pid=27235] ppid=27234 vsize=8688 CPUtime=0
/proc/27235/stat : 27235 (galacE.sh) R 27234 27234 25444 0 -1 4194368 47 243 0 0 0 0 0 0 16 0 1 0 682645083 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 249069890207 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/27235/statm: 2172 288 210 79 0 165 0
[pid=27237] ppid=27235 vsize=8728 CPUtime=0
/proc/27237/stat : 27237 (galacE.sh) R 27235 27234 25444 0 -1 4194368 25 0 0 0 0 0 0 0 16 0 1 0 682645083 8937472 292 996147200 4194304 4520092 548682068832 18446744073709551615 249069890855 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/27237/statm: 0 0 0 0 0 0 0

[startup+0.0308801 s]
/proc/loadavg: 2.08 2.00 2.00 4/73 27234
/proc/meminfo: memFree=1701896/2055920 swapFree=4179812/4192956
[pid=27234] ppid=27232 vsize=8784 CPUtime=0.01
/proc/27234/stat : 27234 (galacE.sh) S 27232 27234 25444 0 -1 4194304 639 1482 0 0 0 0 0 1 16 0 1 0 682645083 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 249070059602 0 2 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/27234/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.102137 s]
/proc/loadavg: 2.08 2.00 2.00 4/73 27234
/proc/meminfo: memFree=1701896/2055920 swapFree=4179812/4192956
[pid=27234] ppid=27232 vsize=47564 CPUtime=0.01
/proc/27234/stat : 27234 (galacE.sh) S 27232 27234 25444 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 682645083 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27234/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301157 s]
/proc/loadavg: 2.08 2.00 2.00 4/73 27234
/proc/meminfo: memFree=1701896/2055920 swapFree=4179812/4192956
[pid=27234] ppid=27232 vsize=47564 CPUtime=0.01
/proc/27234/stat : 27234 (galacE.sh) S 27232 27234 25444 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 682645083 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27234/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701193 s]
/proc/loadavg: 2.08 2.00 2.00 4/73 27234
/proc/meminfo: memFree=1701896/2055920 swapFree=4179812/4192956
[pid=27234] ppid=27232 vsize=47564 CPUtime=0.01
/proc/27234/stat : 27234 (galacE.sh) S 27232 27234 25444 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 682645083 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27234/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50228 s]
/proc/loadavg: 2.08 2.00 2.00 4/83 27256
/proc/meminfo: memFree=1660472/2055920 swapFree=4179812/4192956
[pid=27234] ppid=27232 vsize=47564 CPUtime=0.01
/proc/27234/stat : 27234 (galacE.sh) S 27232 27234 25444 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 682645083 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27234/statm: 11891 365 246 79 0 219 0
[pid=27248] ppid=27234 vsize=812760 CPUtime=1.44
/proc/27248/stat : 27248 (java) S 27234 27234 25444 0 -1 0 15274 0 1 0 134 10 0 0 20 0 9 0 682645086 832266240 14500 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27248/statm: 203190 14500 2587 9 0 197171 0
[pid=27248/tid=27249] ppid=27234 vsize=812760 CPUtime=1.07
/proc/27248/task/27249/stat : 27249 (java) R 27234 27234 25444 0 -1 64 9256 0 1 0 100 7 0 0 25 0 9 0 682645087 832266240 14500 996147200 134512640 134550740 4294955600 18446744073709551615 102689701 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27248/tid=27250] ppid=27234 vsize=812760 CPUtime=0.05
/proc/27248/task/27250/stat : 27250 (java) S 27234 27234 25444 0 -1 64 4413 0 0 0 4 1 0 0 16 0 9 0 682645088 832266240 14500 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27248/tid=27251] ppid=27234 vsize=812760 CPUtime=0
/proc/27248/task/27251/stat : 27251 (java) S 27234 27234 25444 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 682645089 832266240 14500 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27248/tid=27252] ppid=27234 vsize=812760 CPUtime=0
/proc/27248/task/27252/stat : 27252 (java) S 27234 27234 25444 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 682645089 832266240 14500 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27248/tid=27253] ppid=27234 vsize=812760 CPUtime=0
/proc/27248/task/27253/stat : 27253 (java) S 27234 27234 25444 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 682645091 832266240 14500 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27248/tid=27254] ppid=27234 vsize=812760 CPUtime=0.28
/proc/27248/task/27254/stat : 27254 (java) S 27234 27234 25444 0 -1 64 903 0 0 0 28 0 0 0 15 0 9 0 682645091 832266240 14500 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27248/tid=27255] ppid=27234 vsize=812760 CPUtime=0
/proc/27248/task/27255/stat : 27255 (java) S 27234 27234 25444 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 682645091 832266240 14500 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27248/tid=27256] ppid=27234 vsize=812760 CPUtime=0
/proc/27248/task/27256/stat : 27256 (java) S 27234 27234 25444 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 682645091 832266240 14500 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) 860324

[startup+3.10244 s]
/proc/loadavg: 2.08 2.00 2.00 4/83 27256
/proc/meminfo: memFree=1630776/2055920 swapFree=4179812/4192956
[pid=27234] ppid=27232 vsize=47564 CPUtime=0.01
/proc/27234/stat : 27234 (galacE.sh) S 27232 27234 25444 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 682645083 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27234/statm: 11891 365 246 79 0 219 0
[pid=27248] ppid=27234 vsize=812760 CPUtime=3.03
/proc/27248/stat : 27248 (java) S 27234 27234 25444 0 -1 0 20813 0 1 0 288 15 0 0 20 0 9 0 682645086 832266240 20037 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27248/statm: 203190 20037 2591 9 0 197171 0
[pid=27248/tid=27249] ppid=27234 vsize=812760 CPUtime=2.65
/proc/27248/task/27249/stat : 27249 (java) R 27234 27234 25444 0 -1 64 14574 0 1 0 253 12 0 0 25 0 9 0 682645087 832266240 20037 996147200 134512640 134550740 4294955600 18446744073709551615 4126414985 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27248/tid=27250] ppid=27234 vsize=812760 CPUtime=0.07
/proc/27248/task/27250/stat : 27250 (java) S 27234 27234 25444 0 -1 64 4634 0 0 0 5 2 0 0 16 0 9 0 682645088 832266240 20037 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27248/tid=27251] ppid=27234 vsize=812760 CPUtime=0
/proc/27248/task/27251/stat : 27251 (java) S 27234 27234 25444 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 682645089 832266240 20037 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27248/tid=27252] ppid=27234 vsize=812760 CPUtime=0
/proc/27248/task/27252/stat : 27252 (java) S 27234 27234 25444 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 682645089 832266240 20037 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27248/tid=27253] ppid=27234 vsize=812760 CPUtime=0
/proc/27248/task/27253/stat : 27253 (java) S 27234 27234 25444 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 682645091 832266240 20037 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27248/tid=27254] ppid=27234 vsize=812760 CPUtime=0.28
/proc/27248/task/27254/stat : 27254 (java) S 27234 27234 25444 0 -1 64 903 0 0 0 28 0 0 0 16 0 9 0 682645091 832266240 20037 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27248/tid=27255] ppid=27234 vsize=812760 CPUtime=0
/proc/27248/task/27255/stat : 27255 (java) S 27234 27234 25444 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 682645091 832266240 20037 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27248/tid=27256] ppid=27234 vsize=812760 CPUtime=0
/proc/27248/task/27256/stat : 27256 (java) S 27234 27234 25444 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 682645091 832266240 20037 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860324

[startup+6.30176 s]
/proc/loadavg: 2.07 2.00 2.00 3/83 27256
/proc/meminfo: memFree=1626808/2055920 swapFree=4179812/4192956
[pid=27234] ppid=27232 vsize=47564 CPUtime=0.01
/proc/27234/stat : 27234 (galacE.sh) S 27232 27234 25444 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 682645083 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27234/statm: 11891 365 246 79 0 219 0
[pid=27248] ppid=27234 vsize=812892 CPUtime=6.2
/proc/27248/stat : 27248 (java) S 27234 27234 25444 0 -1 0 21598 0 1 0 602 18 0 0 20 0 9 0 682645086 832401408 20816 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27248/statm: 203223 20816 2593 9 0 197204 0
[pid=27248/tid=27249] ppid=27234 vsize=812892 CPUtime=5.71
/proc/27248/task/27249/stat : 27249 (java) R 27234 27234 25444 0 -1 64 14601 0 1 0 557 14 0 0 25 0 9 0 682645087 832401408 20816 996147200 134512640 134550740 4294955600 18446744073709551615 4126759151 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27248/tid=27250] ppid=27234 vsize=812892 CPUtime=0.11
/proc/27248/task/27250/stat : 27250 (java) S 27234 27234 25444 0 -1 64 5341 0 0 0 9 2 0 0 16 0 9 0 682645088 832401408 20816 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27248/tid=27251] ppid=27234 vsize=812892 CPUtime=0
/proc/27248/task/27251/stat : 27251 (java) S 27234 27234 25444 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 682645089 832401408 20816 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27248/tid=27252] ppid=27234 vsize=812892 CPUtime=0
/proc/27248/task/27252/stat : 27252 (java) S 27234 27234 25444 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 682645089 832401408 20816 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27248/tid=27253] ppid=27234 vsize=812892 CPUtime=0
/proc/27248/task/27253/stat : 27253 (java) S 27234 27234 25444 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 682645091 832401408 20816 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27248/tid=27254] ppid=27234 vsize=812892 CPUtime=0.35
/proc/27248/task/27254/stat : 27254 (java) S 27234 27234 25444 0 -1 64 954 0 0 0 35 0 0 0 15 0 9 0 682645091 832401408 20816 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27248/tid=27255] ppid=27234 vsize=812892 CPUtime=0
/proc/27248/task/27255/stat : 27255 (java) S 27234 27234 25444 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 682645091 832401408 20816 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27248/tid=27256] ppid=27234 vsize=812892 CPUtime=0
/proc/27248/task/27256/stat : 27256 (java) S 27234 27234 25444 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 682645091 832401408 20816 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860456

[startup+12.7024 s]
/proc/loadavg: 2.07 2.00 2.00 3/75 27257
/proc/meminfo: memFree=1685760/2055920 swapFree=4179812/4192956
[pid=27234] ppid=27232 vsize=47564 CPUtime=7.65
/proc/27234/stat : 27234 (galacE.sh) S 27232 27234 25444 0 -1 4194304 800 23315 0 1 0 0 744 21 17 0 1 0 682645083 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27234/statm: 11891 365 246 79 0 219 0
[pid=27257] ppid=27234 vsize=14016 CPUtime=4.88
/proc/27257/stat : 27257 (eSAT_static) R 27234 27234 25444 0 -1 4194304 3689 0 0 0 487 1 0 0 25 0 1 0 682645863 14352384 3354 996147200 134512640 135177480 4294955968 18446744073709551615 134565552 0 0 4096 3 0 0 0 17 1 0 0
/proc/27257/statm: 3504 3354 81 162 0 3339 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 61580

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

[startup+14.3065 s]
/proc/loadavg: 2.06 2.00 2.00 3/75 27257
/proc/meminfo: memFree=1685632/2055920 swapFree=4179812/4192956
[pid=27234] ppid=27232 vsize=47564 CPUtime=7.65
/proc/27234/stat : 27234 (galacE.sh) S 27232 27234 25444 0 -1 4194304 800 23315 0 1 0 0 744 21 17 0 1 0 682645083 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27234/statm: 11891 365 246 79 0 219 0
[pid=27257] ppid=27234 vsize=14152 CPUtime=6.48
/proc/27257/stat : 27257 (eSAT_static) R 27234 27234 25444 0 -1 4194304 3744 0 0 0 647 1 0 0 25 0 1 0 682645863 14491648 3409 996147200 134512640 135177480 4294955968 18446744073709551615 134565298 0 0 4096 3 0 0 0 17 1 0 0
/proc/27257/statm: 3538 3409 81 162 0 3373 0
Current children cumulated CPU time (s) 14.13
Current children cumulated vsize (KiB) 61716

[startup+15.1016 s]
/proc/loadavg: 2.06 2.00 2.00 3/75 27257
/proc/meminfo: memFree=1685632/2055920 swapFree=4179812/4192956
[pid=27234] ppid=27232 vsize=47564 CPUtime=7.65
/proc/27234/stat : 27234 (galacE.sh) S 27232 27234 25444 0 -1 4194304 800 23315 0 1 0 0 744 21 17 0 1 0 682645083 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27234/statm: 11891 365 246 79 0 219 0
[pid=27257] ppid=27234 vsize=14288 CPUtime=7.29
/proc/27257/stat : 27257 (eSAT_static) R 27234 27234 25444 0 -1 4194304 3774 0 0 0 727 2 0 0 25 0 1 0 682645863 14630912 3439 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/27257/statm: 3572 3439 81 162 0 3407 0
Current children cumulated CPU time (s) 14.94
Current children cumulated vsize (KiB) 61852

[startup+15.9017 s]
/proc/loadavg: 2.06 2.00 2.00 3/75 27257
/proc/meminfo: memFree=1685504/2055920 swapFree=4179812/4192956
[pid=27234] ppid=27232 vsize=47564 CPUtime=7.65
/proc/27234/stat : 27234 (galacE.sh) S 27232 27234 25444 0 -1 4194304 800 23315 0 1 0 0 744 21 17 0 1 0 682645083 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27234/statm: 11891 365 246 79 0 219 0
[pid=27257] ppid=27234 vsize=14288 CPUtime=8.09
/proc/27257/stat : 27257 (eSAT_static) R 27234 27234 25444 0 -1 4194304 3774 0 0 0 807 2 0 0 25 0 1 0 682645863 14630912 3439 996147200 134512640 135177480 4294955968 18446744073709551615 134565495 0 0 4096 3 0 0 0 17 1 0 0
/proc/27257/statm: 3572 3439 81 162 0 3407 0
Current children cumulated CPU time (s) 15.74
Current children cumulated vsize (KiB) 61852

[startup+16.1017 s]
/proc/loadavg: 2.06 2.00 2.00 3/75 27257
/proc/meminfo: memFree=1685504/2055920 swapFree=4179812/4192956
[pid=27234] ppid=27232 vsize=47564 CPUtime=7.65
/proc/27234/stat : 27234 (galacE.sh) S 27232 27234 25444 0 -1 4194304 800 23315 0 1 0 0 744 21 17 0 1 0 682645083 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27234/statm: 11891 365 246 79 0 219 0
[pid=27257] ppid=27234 vsize=14428 CPUtime=8.29
/proc/27257/stat : 27257 (eSAT_static) R 27234 27234 25444 0 -1 4194304 3787 0 0 0 827 2 0 0 25 0 1 0 682645863 14774272 3452 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/27257/statm: 3607 3452 81 162 0 3442 0
Current children cumulated CPU time (s) 15.94
Current children cumulated vsize (KiB) 61992

[startup+16.2017 s]
/proc/loadavg: 2.06 2.00 2.00 3/75 27257
/proc/meminfo: memFree=1685504/2055920 swapFree=4179812/4192956
[pid=27234] ppid=27232 vsize=47564 CPUtime=7.65
/proc/27234/stat : 27234 (galacE.sh) S 27232 27234 25444 0 -1 4194304 800 23315 0 1 0 0 744 21 17 0 1 0 682645083 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27234/statm: 11891 365 246 79 0 219 0
[pid=27257] ppid=27234 vsize=14428 CPUtime=8.39
/proc/27257/stat : 27257 (eSAT_static) R 27234 27234 25444 0 -1 4194304 3795 0 0 0 837 2 0 0 25 0 1 0 682645863 14774272 3460 996147200 134512640 135177480 4294955968 18446744073709551615 134565268 0 0 4096 3 0 0 0 17 1 0 0
/proc/27257/statm: 3607 3460 81 162 0 3442 0
Current children cumulated CPU time (s) 16.04
Current children cumulated vsize (KiB) 61992

Child status: 0
Real time (s): 16.2135
CPU time (s): 16.0756
CPU user time (s): 15.8256
CPU system time (s): 0.249962
CPU usage (%): 99.1489
Max. virtual memory (cumulated for all children) (KiB): 860456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.8256
system time used= 0.249962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28111
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= 1696
involuntary context switches= 1853

runsolver used 0.022996 second user time and 0.057991 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-05 16:46:15
IDJOB=1089683
IDBENCH=58298
IDSOLVER=351
FILE ID=node89/1089683-1215269174
PBS_JOBID= 7882067
Free space on /tmp= 66516 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-15/normalized-lei450-15d-08.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1089683-1215269174/watcher-1089683-1215269174 -o /tmp/evaluation-result-1089683-1215269174/solver-1089683-1215269174 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1089683-1215269174.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 18f5e43835e75ec52b7f30d00e66eb96
RANDOM SEED=1750232894

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1702376 kB
Buffers:         57752 kB
Cached:         212148 kB
SwapCached:       7132 kB
Active:         170152 kB
Inactive:       127476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1702376 kB
SwapTotal:     4192956 kB
SwapFree:      4179812 kB
Dirty:            5328 kB
Writeback:           0 kB
Mapped:          32708 kB
Slab:            41336 kB
Committed_AS:  2050240 kB
PageTables:       1740 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= 66512 MiB
End job on node89 at 2008-07-05 16:46:31