Trace number 1089178

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 MUNSAT 599.726 603.572

General information on the benchmark

Namecsp/graphColoring/register/mulsol/
normalized-mulsol-i-5-10.xml
MD5SUMdab22198d713de39e1a6ee4f6f645a21
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.136978
Satisfiable
(Un)Satisfiability was proved
Number of variables186
Number of constraints3973
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3973
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.03	c --- Preproc Stats ---
1.45/1.55	c start processing
1.45/1.55	c start relation processing
1.45/1.55	c start cnf exporting
2.74/2.87	c parsing time : 1.428
2.74/2.87	c preprocessing time : 2.748
2.74/2.87	
2.74/2.87	c Nary constraints - conflicts : 0 supports : 0
2.74/2.87	c Binary constraints - conflicts : 3973 supports :0
2.74/2.87	c max arity constraint : 2
2.74/2.87	c Max Tuples generated 100
2.74/2.87	c relations : 1
2.74/2.87	c relations BDD: 0
2.74/2.87	c sampling 0/0
2.74/2.87	c vars : 1861 - clauses :  48286
2.74/2.87	
2.82/2.92	 
2.82/2.92	c --- SAT Solver Stats ---
2.82/2.92	 
599.62/603.56	c restarts              : 20
599.62/603.56	c conflicts             : 455916         (764 /sec)
599.62/603.56	c decisions             : 483712         (1.56 % random) (811 /sec)
599.62/603.56	c propagations          : 56797429       (95175 /sec)
599.62/603.56	c conflict literals     : 18489905       (13.96 % deleted)
599.62/603.56	c Memory used           : 31.29 MB
599.62/603.56	c CPU time              : 596.766 s
599.62/603.56	
599.62/603.56	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-1089178-1215267268/watcher-1089178-1215267268 -o /tmp/evaluation-result-1089178-1215267268/solver-1089178-1215267268 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1089178-1215267268.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.86 1.97 1.99 4/72 22167
/proc/meminfo: memFree=1785576/2055920 swapFree=4180080/4192956
[pid=22167] ppid=22165 vsize=8652 CPUtime=0
/proc/22167/stat : 22167 (galacM.sh) S 22165 22167 22070 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2005700808 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22167/statm: 2163 280 208 79 0 156 0
[pid=22168] ppid=22167 vsize=8688 CPUtime=0
/proc/22168/stat : 22168 (galacM.sh) S 22167 22167 22070 0 -1 4194368 36 0 0 0 0 0 0 0 16 0 1 0 2005700809 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 225612365906 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/22168/statm: 2172 286 209 79 0 165 0
[pid=22169] ppid=22168 vsize=8728 CPUtime=0
/proc/22169/stat : 22169 (galacM.sh) R 22168 22167 22070 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2005700809 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 225612197159 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/22169/statm: 2182 290 209 79 0 175 0

[startup+0.025981 s]
/proc/loadavg: 1.86 1.97 1.99 4/72 22167
/proc/meminfo: memFree=1785576/2055920 swapFree=4180080/4192956
[pid=22167] ppid=22165 vsize=8784 CPUtime=0.01
/proc/22167/stat : 22167 (galacM.sh) S 22165 22167 22070 0 -1 4194304 586 1319 0 0 0 0 0 1 20 0 1 0 2005700808 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 225612365906 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/22167/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.102977 s]
/proc/loadavg: 1.86 1.97 1.99 4/72 22167
/proc/meminfo: memFree=1785576/2055920 swapFree=4180080/4192956
[pid=22167] ppid=22165 vsize=47564 CPUtime=0.01
/proc/22167/stat : 22167 (galacM.sh) S 22165 22167 22070 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2005700808 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22167/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301995 s]
/proc/loadavg: 1.86 1.97 1.99 4/72 22167
/proc/meminfo: memFree=1785576/2055920 swapFree=4180080/4192956
[pid=22167] ppid=22165 vsize=47564 CPUtime=0.01
/proc/22167/stat : 22167 (galacM.sh) S 22165 22167 22070 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2005700808 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22167/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.702028 s]
/proc/loadavg: 1.86 1.97 1.99 4/72 22167
/proc/meminfo: memFree=1785576/2055920 swapFree=4180080/4192956
[pid=22167] ppid=22165 vsize=47564 CPUtime=0.01
/proc/22167/stat : 22167 (galacM.sh) S 22165 22167 22070 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2005700808 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22167/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.5021 s]
/proc/loadavg: 1.95 1.98 1.99 3/82 22189
/proc/meminfo: memFree=1744664/2055920 swapFree=4180080/4192956
[pid=22167] ppid=22165 vsize=47564 CPUtime=0.01
/proc/22167/stat : 22167 (galacM.sh) S 22165 22167 22070 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2005700808 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22167/statm: 11891 364 245 79 0 219 0
[pid=22181] ppid=22167 vsize=812760 CPUtime=1.44
/proc/22181/stat : 22181 (java) S 22167 22167 22070 0 -1 0 16109 0 1 0 134 10 0 0 18 0 9 0 2005700812 832266240 15336 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22181/statm: 203190 15336 2585 9 0 197171 0
[pid=22181/tid=22182] ppid=22167 vsize=812760 CPUtime=1.07
/proc/22181/task/22182/stat : 22182 (java) R 22167 22167 22070 0 -1 64 10114 0 1 0 101 6 0 0 25 0 9 0 2005700813 832266240 15336 996147200 134512640 134550740 4294955600 18446744073709551615 4126660525 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22181/tid=22183] ppid=22167 vsize=812760 CPUtime=0.04
/proc/22181/task/22183/stat : 22183 (java) S 22167 22167 22070 0 -1 64 4393 0 0 0 3 1 0 0 16 0 9 0 2005700815 832266240 15336 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22181/tid=22184] ppid=22167 vsize=812760 CPUtime=0
/proc/22181/task/22184/stat : 22184 (java) S 22167 22167 22070 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2005700815 832266240 15336 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22181/tid=22185] ppid=22167 vsize=812760 CPUtime=0
/proc/22181/task/22185/stat : 22185 (java) S 22167 22167 22070 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005700815 832266240 15336 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22181/tid=22186] ppid=22167 vsize=812760 CPUtime=0
/proc/22181/task/22186/stat : 22186 (java) S 22167 22167 22070 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2005700817 832266240 15336 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22181/tid=22187] ppid=22167 vsize=812760 CPUtime=0.29
/proc/22181/task/22187/stat : 22187 (java) S 22167 22167 22070 0 -1 64 902 0 0 0 29 0 0 0 15 0 9 0 2005700817 832266240 15336 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22181/tid=22188] ppid=22167 vsize=812760 CPUtime=0
/proc/22181/task/22188/stat : 22188 (java) S 22167 22167 22070 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2005700817 832266240 15336 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22181/tid=22189] ppid=22167 vsize=812760 CPUtime=0
/proc/22181/task/22189/stat : 22189 (java) S 22167 22167 22070 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005700817 832266240 15336 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) 860324

[startup+3.10123 s]
/proc/loadavg: 1.95 1.98 1.99 3/82 22189
/proc/meminfo: memFree=1714648/2055920 swapFree=4180080/4192956
[pid=22167] ppid=22165 vsize=47564 CPUtime=2.83
/proc/22167/stat : 22167 (galacM.sh) S 22165 22167 22070 0 -1 4194304 799 22581 0 1 0 0 268 15 17 0 1 0 2005700808 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22167/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 47564

[startup+6.30152 s]
/proc/loadavg: 1.95 1.98 1.99 3/74 22190
/proc/meminfo: memFree=1778392/2055920 swapFree=4180080/4192956
[pid=22167] ppid=22165 vsize=47564 CPUtime=2.83
/proc/22167/stat : 22167 (galacM.sh) S 22165 22167 22070 0 -1 4194304 799 22581 0 1 0 0 268 15 17 0 1 0 2005700808 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22167/statm: 11891 364 245 79 0 219 0
[pid=22190] ppid=22167 vsize=7164 CPUtime=3.33
/proc/22190/stat : 22190 (minisat) R 22167 22167 22070 0 -1 4194304 1578 0 0 0 333 0 0 0 25 0 1 0 2005701101 7335936 1559 996147200 134512640 135136200 4294955968 18446744073709551615 134529518 0 0 4096 3 0 0 0 17 1 0 0
/proc/22190/statm: 1791 1559 57 152 0 1636 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 54728

[startup+12.7011 s]
/proc/loadavg: 1.96 1.98 1.99 3/74 22190
/proc/meminfo: memFree=1775960/2055920 swapFree=4180080/4192956
[pid=22167] ppid=22165 vsize=47564 CPUtime=2.83
/proc/22167/stat : 22167 (galacM.sh) S 22165 22167 22070 0 -1 4194304 799 22581 0 1 0 0 268 15 17 0 1 0 2005700808 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22167/statm: 11891 364 245 79 0 219 0
[pid=22190] ppid=22167 vsize=9684 CPUtime=9.67
/proc/22190/stat : 22190 (minisat) R 22167 22167 22070 0 -1 4194304 2167 0 0 0 966 1 0 0 25 0 1 0 2005701101 9916416 2148 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/22190/statm: 2421 2148 57 152 0 2266 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 57248

[startup+25.5012 s]
/proc/loadavg: 1.96 1.98 1.99 3/74 22190
/proc/meminfo: memFree=1772184/2055920 swapFree=4180080/4192956
[pid=22167] ppid=22165 vsize=47564 CPUtime=2.83
/proc/22167/stat : 22167 (galacM.sh) S 22165 22167 22070 0 -1 4194304 799 22581 0 1 0 0 268 15 17 0 1 0 2005700808 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22167/statm: 11891 364 245 79 0 219 0
[pid=22190] ppid=22167 vsize=13512 CPUtime=22.35
/proc/22190/stat : 22190 (minisat) R 22167 22167 22070 0 -1 4194304 3105 0 0 0 2233 2 0 0 25 0 1 0 2005701101 13836288 3086 996147200 134512640 135136200 4294955968 18446744073709551615 134529509 0 0 4096 3 0 0 0 17 1 0 0
/proc/22190/statm: 3378 3086 57 152 0 3223 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 61076

[startup+51.1014 s]
/proc/loadavg: 1.97 1.98 1.99 3/74 22190
/proc/meminfo: memFree=1769176/2055920 swapFree=4180080/4192956
[pid=22167] ppid=22165 vsize=47564 CPUtime=2.83
/proc/22167/stat : 22167 (galacM.sh) S 22165 22167 22070 0 -1 4194304 799 22581 0 1 0 0 268 15 17 0 1 0 2005700808 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22167/statm: 11891 364 245 79 0 219 0
[pid=22190] ppid=22167 vsize=16332 CPUtime=47.72
/proc/22190/stat : 22190 (minisat) R 22167 22167 22070 0 -1 4194304 3796 0 0 0 4769 3 0 0 25 0 1 0 2005701101 16723968 3777 996147200 134512640 135136200 4294955968 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/22190/statm: 4083 3777 57 152 0 3928 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 63896

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 22190
/proc/meminfo: memFree=1764504/2055920 swapFree=4180080/4192956
[pid=22167] ppid=22165 vsize=47564 CPUtime=2.83
/proc/22167/stat : 22167 (galacM.sh) S 22165 22167 22070 0 -1 4194304 799 22581 0 1 0 0 268 15 17 0 1 0 2005700808 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22167/statm: 11891 364 245 79 0 219 0
[pid=22190] ppid=22167 vsize=21280 CPUtime=98.46
/proc/22190/stat : 22190 (minisat) R 22167 22167 22070 0 -1 4194304 4959 0 0 0 9842 4 0 0 25 0 1 0 2005701101 21790720 4940 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/22190/statm: 5320 4940 57 152 0 5165 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 68844

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 22190
/proc/meminfo: memFree=1761624/2055920 swapFree=4180080/4192956
[pid=22167] ppid=22165 vsize=47564 CPUtime=2.83
/proc/22167/stat : 22167 (galacM.sh) S 22165 22167 22070 0 -1 4194304 799 22581 0 1 0 0 268 15 17 0 1 0 2005700808 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22167/statm: 11891 364 245 79 0 219 0
[pid=22190] ppid=22167 vsize=24372 CPUtime=157.92
/proc/22190/stat : 22190 (minisat) R 22167 22167 22070 0 -1 4194304 5646 0 0 0 15787 5 0 0 25 0 1 0 2005701101 24956928 5627 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/22190/statm: 6093 5627 57 152 0 5938 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 71936

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 22190
/proc/meminfo: memFree=1760792/2055920 swapFree=4180080/4192956
[pid=22167] ppid=22165 vsize=47564 CPUtime=2.83
/proc/22167/stat : 22167 (galacM.sh) S 22165 22167 22070 0 -1 4194304 799 22581 0 1 0 0 268 15 17 0 1 0 2005700808 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22167/statm: 11891 364 245 79 0 219 0
[pid=22190] ppid=22167 vsize=25128 CPUtime=217.37
/proc/22190/stat : 22190 (minisat) R 22167 22167 22070 0 -1 4194304 5851 0 0 0 21731 6 0 0 25 0 1 0 2005701101 25731072 5832 996147200 134512640 135136200 4294955968 18446744073709551615 134529494 0 0 4096 3 0 0 0 17 1 0 0
/proc/22190/statm: 6282 5832 57 152 0 6127 0
Current children cumulated CPU time (s) 220.2
Current children cumulated vsize (KiB) 72692

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 22190
/proc/meminfo: memFree=1759768/2055920 swapFree=4180080/4192956
[pid=22167] ppid=22165 vsize=47564 CPUtime=2.83
/proc/22167/stat : 22167 (galacM.sh) S 22165 22167 22070 0 -1 4194304 799 22581 0 1 0 0 268 15 17 0 1 0 2005700808 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22167/statm: 11891 364 245 79 0 219 0
[pid=22190] ppid=22167 vsize=26252 CPUtime=276.85
/proc/22190/stat : 22190 (minisat) R 22167 22167 22070 0 -1 4194304 6123 0 0 0 27679 6 0 0 25 0 1 0 2005701101 26882048 6096 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/22190/statm: 6563 6096 57 152 0 6408 0
Current children cumulated CPU time (s) 279.68
Current children cumulated vsize (KiB) 73816

[startup+342.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 22190
/proc/meminfo: memFree=1758680/2055920 swapFree=4180080/4192956
[pid=22167] ppid=22165 vsize=47564 CPUtime=2.83
/proc/22167/stat : 22167 (galacM.sh) S 22165 22167 22070 0 -1 4194304 799 22581 0 1 0 0 268 15 17 0 1 0 2005700808 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22167/statm: 11891 364 245 79 0 219 0
[pid=22190] ppid=22167 vsize=27396 CPUtime=336.32
/proc/22190/stat : 22190 (minisat) R 22167 22167 22070 0 -1 4194304 6357 0 0 0 33625 7 0 0 25 0 1 0 2005701101 28053504 6330 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/22190/statm: 6849 6330 57 152 0 6694 0
Current children cumulated CPU time (s) 339.15
Current children cumulated vsize (KiB) 74960

[startup+402.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 22190
/proc/meminfo: memFree=1757272/2055920 swapFree=4180080/4192956
[pid=22167] ppid=22165 vsize=47564 CPUtime=2.83
/proc/22167/stat : 22167 (galacM.sh) S 22165 22167 22070 0 -1 4194304 799 22581 0 1 0 0 268 15 17 0 1 0 2005700808 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22167/statm: 11891 364 245 79 0 219 0
[pid=22190] ppid=22167 vsize=29160 CPUtime=395.78
/proc/22190/stat : 22190 (minisat) R 22167 22167 22070 0 -1 4194304 6704 0 0 0 39571 7 0 0 25 0 1 0 2005701101 29859840 6677 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/22190/statm: 7290 6677 57 152 0 7135 0
Current children cumulated CPU time (s) 398.61
Current children cumulated vsize (KiB) 76724

[startup+462.303 s]
/proc/loadavg: 1.96 1.97 1.99 3/75 22240
/proc/meminfo: memFree=1709968/2055920 swapFree=4180080/4192956
[pid=22167] ppid=22165 vsize=47564 CPUtime=2.83
/proc/22167/stat : 22167 (galacM.sh) S 22165 22167 22070 0 -1 4194304 799 22581 0 1 0 0 268 15 17 0 1 0 2005700808 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22167/statm: 11891 364 245 79 0 219 0
[pid=22190] ppid=22167 vsize=30460 CPUtime=455.64
/proc/22190/stat : 22190 (minisat) R 22167 22167 22070 0 -1 4194304 6994 0 0 0 45556 8 0 0 25 0 1 0 2005701101 31191040 6967 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/22190/statm: 7615 6967 57 152 0 7460 0
Current children cumulated CPU time (s) 458.47
Current children cumulated vsize (KiB) 78024

[startup+522.303 s]
/proc/loadavg: 1.98 1.97 1.99 3/75 22240
/proc/meminfo: memFree=1701776/2055920 swapFree=4180080/4192956
[pid=22167] ppid=22165 vsize=47564 CPUtime=2.83
/proc/22167/stat : 22167 (galacM.sh) S 22165 22167 22070 0 -1 4194304 799 22581 0 1 0 0 268 15 17 0 1 0 2005700808 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22167/statm: 11891 364 245 79 0 219 0
[pid=22190] ppid=22167 vsize=30396 CPUtime=515.62
/proc/22190/stat : 22190 (minisat) R 22167 22167 22070 0 -1 4194304 7012 0 0 0 51554 8 0 0 25 0 1 0 2005701101 31125504 6985 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/22190/statm: 7599 6985 57 152 0 7444 0
Current children cumulated CPU time (s) 518.45
Current children cumulated vsize (KiB) 77960

[startup+582.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 22240
/proc/meminfo: memFree=1689744/2055920 swapFree=4180080/4192956
[pid=22167] ppid=22165 vsize=47564 CPUtime=2.83
/proc/22167/stat : 22167 (galacM.sh) S 22165 22167 22070 0 -1 4194304 799 22581 0 1 0 0 268 15 17 0 1 0 2005700808 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22167/statm: 11891 364 245 79 0 219 0
[pid=22190] ppid=22167 vsize=32032 CPUtime=575.6
/proc/22190/stat : 22190 (minisat) R 22167 22167 22070 0 -1 4194304 7356 0 0 0 57551 9 0 0 25 0 1 0 2005701101 32800768 7329 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/22190/statm: 8008 7329 57 152 0 7853 0
Current children cumulated CPU time (s) 578.43
Current children cumulated vsize (KiB) 79596

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

[startup+588.702 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 22240
/proc/meminfo: memFree=1689744/2055920 swapFree=4180080/4192956
[pid=22167] ppid=22165 vsize=47564 CPUtime=2.83
/proc/22167/stat : 22167 (galacM.sh) S 22165 22167 22070 0 -1 4194304 799 22581 0 1 0 0 268 15 17 0 1 0 2005700808 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22167/statm: 11891 364 245 79 0 219 0
[pid=22190] ppid=22167 vsize=32032 CPUtime=582
/proc/22190/stat : 22190 (minisat) R 22167 22167 22070 0 -1 4194304 7361 0 0 0 58191 9 0 0 25 0 1 0 2005701101 32800768 7334 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/22190/statm: 8008 7334 57 152 0 7853 0
Current children cumulated CPU time (s) 584.83
Current children cumulated vsize (KiB) 79596

[startup+595.106 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 22240
/proc/meminfo: memFree=1689680/2055920 swapFree=4180080/4192956
[pid=22167] ppid=22165 vsize=47564 CPUtime=2.83
/proc/22167/stat : 22167 (galacM.sh) S 22165 22167 22070 0 -1 4194304 799 22581 0 1 0 0 268 15 17 0 1 0 2005700808 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22167/statm: 11891 364 245 79 0 219 0
[pid=22190] ppid=22167 vsize=32032 CPUtime=588.4
/proc/22190/stat : 22190 (minisat) R 22167 22167 22070 0 -1 4194304 7370 0 0 0 58831 9 0 0 25 0 1 0 2005701101 32800768 7343 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/22190/statm: 8008 7343 57 152 0 7853 0
Current children cumulated CPU time (s) 591.23
Current children cumulated vsize (KiB) 79596

[startup+598.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 22240
/proc/meminfo: memFree=1689680/2055920 swapFree=4180080/4192956
[pid=22167] ppid=22165 vsize=47564 CPUtime=2.83
/proc/22167/stat : 22167 (galacM.sh) S 22165 22167 22070 0 -1 4194304 799 22581 0 1 0 0 268 15 17 0 1 0 2005700808 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22167/statm: 11891 364 245 79 0 219 0
[pid=22190] ppid=22167 vsize=32032 CPUtime=591.6
/proc/22190/stat : 22190 (minisat) R 22167 22167 22070 0 -1 4194304 7379 0 0 0 59151 9 0 0 25 0 1 0 2005701101 32800768 7352 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/22190/statm: 8008 7352 57 152 0 7853 0
Current children cumulated CPU time (s) 594.43
Current children cumulated vsize (KiB) 79596

[startup+601.502 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 22240
/proc/meminfo: memFree=1689680/2055920 swapFree=4180080/4192956
[pid=22167] ppid=22165 vsize=47564 CPUtime=2.83
/proc/22167/stat : 22167 (galacM.sh) S 22165 22167 22070 0 -1 4194304 799 22581 0 1 0 0 268 15 17 0 1 0 2005700808 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22167/statm: 11891 364 245 79 0 219 0
[pid=22190] ppid=22167 vsize=32032 CPUtime=594.79
/proc/22190/stat : 22190 (minisat) R 22167 22167 22070 0 -1 4194304 7379 0 0 0 59470 9 0 0 25 0 1 0 2005701101 32800768 7352 996147200 134512640 135136200 4294955968 18446744073709551615 134522118 0 0 4096 3 0 0 0 17 0 0 0
/proc/22190/statm: 8008 7352 57 152 0 7853 0
Current children cumulated CPU time (s) 597.62
Current children cumulated vsize (KiB) 79596

[startup+602.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 22240
/proc/meminfo: memFree=1689680/2055920 swapFree=4180080/4192956
[pid=22167] ppid=22165 vsize=47564 CPUtime=2.83
/proc/22167/stat : 22167 (galacM.sh) S 22165 22167 22070 0 -1 4194304 799 22581 0 1 0 0 268 15 17 0 1 0 2005700808 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22167/statm: 11891 364 245 79 0 219 0
[pid=22190] ppid=22167 vsize=32032 CPUtime=595.59
/proc/22190/stat : 22190 (minisat) R 22167 22167 22070 0 -1 4194304 7379 0 0 0 59550 9 0 0 25 0 1 0 2005701101 32800768 7352 996147200 134512640 135136200 4294955968 18446744073709551615 134522128 0 0 4096 3 0 0 0 17 0 0 0
/proc/22190/statm: 8008 7352 57 152 0 7853 0
Current children cumulated CPU time (s) 598.42
Current children cumulated vsize (KiB) 79596

[startup+603.102 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 22240
/proc/meminfo: memFree=1689680/2055920 swapFree=4180080/4192956
[pid=22167] ppid=22165 vsize=47564 CPUtime=2.83
/proc/22167/stat : 22167 (galacM.sh) S 22165 22167 22070 0 -1 4194304 799 22581 0 1 0 0 268 15 17 0 1 0 2005700808 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22167/statm: 11891 364 245 79 0 219 0
[pid=22190] ppid=22167 vsize=32032 CPUtime=596.39
/proc/22190/stat : 22190 (minisat) R 22167 22167 22070 0 -1 4194304 7379 0 0 0 59630 9 0 0 25 0 1 0 2005701101 32800768 7352 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/22190/statm: 8008 7352 57 152 0 7853 0
Current children cumulated CPU time (s) 599.22
Current children cumulated vsize (KiB) 79596

[startup+603.502 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 22240
/proc/meminfo: memFree=1689680/2055920 swapFree=4180080/4192956
[pid=22167] ppid=22165 vsize=47564 CPUtime=2.83
/proc/22167/stat : 22167 (galacM.sh) S 22165 22167 22070 0 -1 4194304 799 22581 0 1 0 0 268 15 17 0 1 0 2005700808 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22167/statm: 11891 364 245 79 0 219 0
[pid=22190] ppid=22167 vsize=32032 CPUtime=596.79
/proc/22190/stat : 22190 (minisat) R 22167 22167 22070 0 -1 4194304 7379 0 0 0 59670 9 0 0 25 0 1 0 2005701101 32800768 7352 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/22190/statm: 8008 7352 57 152 0 7853 0
Current children cumulated CPU time (s) 599.62
Current children cumulated vsize (KiB) 79596

Child status: 0
Real time (s): 603.572
CPU time (s): 599.726
CPU user time (s): 599.452
CPU system time (s): 0.273958
CPU usage (%): 99.3627
Max. virtual memory (cumulated for all children) (KiB): 860456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 599.452
system time used= 0.273958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30977
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= 1571
involuntary context switches= 11248

runsolver used 0.767883 second user time and 1.89771 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-05 16:14:28
IDJOB=1089178
IDBENCH=58235
IDSOLVER=350
FILE ID=node31/1089178-1215267268
PBS_JOBID= 7882218
Free space on /tmp= 66488 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/graphColoring/register/mulsol/normalized-mulsol-i-5-10.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1089178-1215267268/watcher-1089178-1215267268 -o /tmp/evaluation-result-1089178-1215267268/solver-1089178-1215267268 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1089178-1215267268.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dab22198d713de39e1a6ee4f6f645a21
RANDOM SEED=269925867

node31.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.232
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.232
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:       1786056 kB
Buffers:         32448 kB
Cached:         174120 kB
SwapCached:       5728 kB
Active:         143336 kB
Inactive:        75456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1786056 kB
SwapTotal:     4192956 kB
SwapFree:      4180080 kB
Dirty:            3940 kB
Writeback:           0 kB
Mapped:          19996 kB
Slab:            36112 kB
Committed_AS:  3164348 kB
PageTables:       1920 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= 66480 MiB
End job on node31 at 2008-07-05 16:24:31