Trace number 198360

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, and are wall clock time (not CPU 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
sugar 0.40UNSAT 11.5862 11.759

General information on the benchmark

Namepigeons/
pigeons-12.xml
MD5SUMe5056520269618c2f722160091f6a04a
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 benchmark3.37049
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables12
Number of constraints66
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension0
Number of constraints which are defined in intension66
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/198360-1170093862/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/198360-1170093862/unknown.xml [Mon Jan 29 19:04:22 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/198360-1170093862/unknown.xml /tmp/evaluation/198360-1170093862/sugar24808.csp [Mon Jan 29 19:04:22 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/198360-1170093862/sugar-v0-40.jar -convert /tmp/evaluation/198360-1170093862/unknown.xml /tmp/evaluation/198360-1170093862/sugar24808.csp
0.15	c BEGIN convert /tmp/evaluation/198360-1170093862/unknown.xml
0.26	c END convert (0.112035 seconds)
0.31	c # CONVERT_XML  END : /tmp/evaluation/198360-1170093862/sugar24808.csp 1008 bytes (0 seconds) [Mon Jan 29 19:04:22 2007]
0.31	c # CONVERT_XML  CPU : 0.21 = 0 + 0 + 0.19 + 0.02
0.31	
0.31	c # GENERATE_SAT  BEGIN : /tmp/evaluation/198360-1170093862/sugar24808.bcnf [Mon Jan 29 19:04:22 2007]
0.31	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/198360-1170093862/sugar-v0-40.jar -bcnf -map /tmp/evaluation/198360-1170093862/sugar24808.map /tmp/evaluation/198360-1170093862/sugar24808.csp /tmp/evaluation/198360-1170093862/sugar24808.bcnf
0.43	c BEGIN parse /tmp/evaluation/198360-1170093862/sugar24808.csp
0.50	c END parse (0.071167 seconds)
0.50	c BEGIN simplify
0.50	c END simplify (0.004813 seconds)
0.50	c BEGIN encode /tmp/evaluation/198360-1170093862/sugar24808.bcnf
0.54	c END encode (0.037377 seconds)
0.56	c # GENERATE_SAT  END : 252 variables 1626 clauses 24288 bytes (1 seconds) [Mon Jan 29 19:04:23 2007]
0.61	c # GENERATE_SAT  CPU : 0.24 = 0.01 + 0 + 0.2 + 0.03
0.61	
0.61	c # SOLVE_SAT  BEGIN : /tmp/evaluation/198360-1170093862/sugar24808.bcnf [Mon Jan 29 19:04:23 2007]
0.61	c # CMD : /tmp/evaluation/198360-1170093862/minisat /tmp/evaluation/198360-1170093862/sugar24808.bcnf /tmp/evaluation/198360-1170093862/sugar24808.out
0.61	c ==================================[MINISAT]===================================
0.61	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
0.61	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
0.61	c ==============================================================================
0.61	c |         0 |    1626     4440 |     542       0        0     nan |  0.000 % |
0.61	c |       102 |    1626     4440 |     596     102      602     5.9 |  0.002 % |
0.61	c |       252 |    1626     4440 |     655     252     1843     7.3 |  0.002 % |
0.61	c |       477 |    1626     4440 |     721     477     3660     7.7 |  0.005 % |
0.61	c |       814 |    1626     4440 |     793     814     5951     7.3 |  0.013 % |
0.61	c |      1320 |    1626     4440 |     872     913     7162     7.8 |  0.003 % |
0.61	c |      2079 |    1626     4440 |     960     737     5373     7.3 |  0.009 % |
0.62	c |      3218 |    1626     4440 |    1056     762     5767     7.6 |  0.013 % |
0.67	c |      4926 |    1626     4440 |    1161     787     6060     7.7 |  0.003 % |
0.71	c |      7488 |    1626     4440 |    1278     778     5560     7.1 |  0.013 % |
0.81	c |     11332 |    1626     4440 |    1405    1153     9753     8.5 |  0.006 % |
0.94	c |     17098 |    1626     4440 |    1546     847     5545     6.5 |  0.013 % |
1.16	c |     25747 |    1626     4440 |    1701    1297    10234     7.9 |  0.003 % |
1.46	c |     38721 |    1626     4440 |    1871    1558    11758     7.5 |  0.013 % |
1.92	c |     58183 |    1626     4440 |    2058    1355     9366     6.9 |  0.009 % |
2.66	c |     87376 |    1626     4440 |    2264    1459     9659     6.6 |  0.013 % |
3.90	c |    131166 |    1626     4440 |    2490    1722    17560    10.2 |  0.003 % |
5.81	c |    196850 |    1627     4440 |    2739    1384    10260     7.4 |  0.020 % |
8.82	c |    295377 |    1628     4440 |    3013    2133    19578     9.2 |  0.014 % |
11.75	c ==============================================================================
11.75	c restarts              : 19
11.75	c conflicts             : 399523         (36018 /sec)
11.75	c decisions             : 507077         (45714 /sec)
11.75	c propagations          : 15658825       (1411683 /sec)
11.75	c conflict literals     : 3753905        (6.10 % deleted)
11.75	c Memory used           : 2.13 MB
11.75	c CPU time              : 11.0923 s
11.75	c 
11.75	c UNSATISFIABLE
11.75	c # SOLVE_SAT  END : UNSATISFIABLE (11 seconds) [Mon Jan 29 19:04:34 2007]
11.75	c # SOLVE_SAT  CPU : 11.09 = 0 + 0 + 11.09 + 0
11.75	
11.75	c # RESULT : UNSATISFIABLE
11.75	
11.75	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 19:04:34 2007]
11.75	s UNSATISFIABLE
11.75	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 19:04:34 2007]
11.75	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
11.75	
11.75	c # MAIN  END :  (12 seconds) [Mon Jan 29 19:04:34 2007]
11.75	c # MAIN  CPU : 11.54 = 0.01 + 0 + 11.48 + 0.05
11.75	

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node76/watcher-198360-1170093862 -o ROOT/results/node76/solver-198360-1170093862 -C 1800 -M 900 /tmp/evaluation/198360-1170093862/solver /tmp/evaluation/198360-1170093862 /tmp/evaluation/198360-1170093862/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.83 2.98 2.39 5/78 24809
/proc/meminfo: memFree=1922328/2055888 swapFree=4096564/4096564
[pid=24808] ppid=24806 vsize=18544 CPUtime=0
/proc/24808/stat : 24808 (runsolver) R 24806 24808 24685 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 29344521 18989056 278 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 206843737111 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24808/statm: 4636 278 243 17 0 2626 0

[startup+0.10315 s]
/proc/loadavg: 2.83 2.98 2.39 5/78 24809
/proc/meminfo: memFree=1922328/2055888 swapFree=4096564/4096564
[pid=24808] ppid=24806 vsize=13728 CPUtime=0.03
/proc/24808/stat : 24808 (sugar) S 24806 24808 24685 0 -1 4194304 1106 0 0 0 2 1 0 0 22 0 1 0 29344521 14057472 802 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/24808/statm: 3432 802 365 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13728

[startup+0.511198 s]
/proc/loadavg: 2.83 2.98 2.39 5/78 24809
/proc/meminfo: memFree=1922328/2055888 swapFree=4096564/4096564
[pid=24808] ppid=24806 vsize=13728 CPUtime=0.25
/proc/24808/stat : 24808 (sugar) S 24806 24808 24685 0 -1 4194304 1186 3493 0 1 3 1 19 2 15 0 1 0 29344521 14057472 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/24808/statm: 3432 808 370 3 0 531 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13728

[startup+1.33129 s]
/proc/loadavg: 2.83 2.98 2.39 3/80 24843
/proc/meminfo: memFree=1916488/2055888 swapFree=4096564/4096564
[pid=24808] ppid=24806 vsize=13728 CPUtime=0.48
/proc/24808/stat : 24808 (sugar) S 24806 24808 24685 0 -1 4194304 1319 7736 0 2 3 1 39 5 15 0 1 0 29344521 14057472 834 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/24808/statm: 3432 834 373 3 0 531 0
[pid=24842] ppid=24808 vsize=1916 CPUtime=0.75
/proc/24842/stat : 24842 (minisat) R 24808 24808 24685 0 -1 0 156 0 0 0 75 0 0 0 25 0 1 0 29344578 1961984 135 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134532711 0 0 4096 3 0 0 0 17 0 0 0
/proc/24842/statm: 479 135 51 112 0 363 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 15644

[startup+2.96848 s]
/proc/loadavg: 2.83 2.98 2.39 3/80 24843
/proc/meminfo: memFree=1915656/2055888 swapFree=4096564/4096564
[pid=24808] ppid=24806 vsize=13728 CPUtime=0.48
/proc/24808/stat : 24808 (sugar) S 24806 24808 24685 0 -1 4194304 1319 7736 0 2 3 1 39 5 15 0 1 0 29344521 14057472 834 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/24808/statm: 3432 834 373 3 0 531 0
[pid=24842] ppid=24808 vsize=1916 CPUtime=2.38
/proc/24842/stat : 24842 (minisat) R 24808 24808 24685 0 -1 0 177 0 0 0 238 0 0 0 25 0 1 0 29344578 1961984 156 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/24842/statm: 479 156 51 112 0 363 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 15644

[startup+6.25487 s]
/proc/loadavg: 2.77 2.97 2.38 3/80 24843
/proc/meminfo: memFree=1914440/2055888 swapFree=4096564/4096564
[pid=24808] ppid=24806 vsize=13728 CPUtime=0.48
/proc/24808/stat : 24808 (sugar) S 24806 24808 24685 0 -1 4194304 1319 7736 0 2 3 1 39 5 16 0 1 0 29344521 14057472 834 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/24808/statm: 3432 834 373 3 0 531 0
[pid=24842] ppid=24808 vsize=2180 CPUtime=5.63
/proc/24842/stat : 24842 (minisat) R 24808 24808 24685 0 -1 0 213 0 0 0 563 0 0 0 25 0 1 0 29344578 2232320 192 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528274 0 0 4096 3 0 0 0 17 0 0 0
/proc/24842/statm: 545 192 51 112 0 429 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 15908

Child status: 0
Real time (s): 11.759
CPU time (s): 11.5862
CPU user time (s): 11.5182
CPU system time (s): 0.067989
CPU usage (%): 98.5305
Max. virtual memory (cumulated for all children) (KiB): 15908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.5182
system time used= 0.067989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9384
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= 440
involuntary context switches= 627

runsolver used 0.018997 s user time and 0.028995 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Mon Jan 29 18:04:22 UTC 2007


IDJOB= 198360
IDBENCH= 3550
IDSOLVER= 86
FILE ID= node76/198360-1170093862

PBS_JOBID= 3689639

Free space on /tmp= 66651 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pigeons/pigeons-12.xml
COMMAND LINE= /tmp/evaluation/198360-1170093862/solver /tmp/evaluation/198360-1170093862 /tmp/evaluation/198360-1170093862/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-198360-1170093862 -o ROOT/results/node76/solver-198360-1170093862 -C 1800 -M 900  /tmp/evaluation/198360-1170093862/solver /tmp/evaluation/198360-1170093862 /tmp/evaluation/198360-1170093862/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  e5056520269618c2f722160091f6a04a

RANDOM SEED= 391970491

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1923600 kB
Buffers:         12268 kB
Cached:          55052 kB
SwapCached:          0 kB
Active:          50260 kB
Inactive:        37752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1923600 kB
SwapTotal:     4096564 kB
SwapFree:      4096564 kB
Dirty:            2264 kB
Writeback:           0 kB
Mapped:          31216 kB
Slab:            30232 kB
Committed_AS:   374752 kB
PageTables:       1696 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66650 MiB



End job on node76 on Mon Jan 29 18:04:34 UTC 2007